.announcement{background:var(--bar-bg, #1a1a1a);color:var(--bar-color, #fff);font-size:.8125rem;letter-spacing:.02em}.announcement__track{display:flex;align-items:center;justify-content:center;gap:2.5rem;max-width:var(--page-width);margin-inline:auto;padding:.5rem 1.5rem;flex-wrap:wrap}.announcement__item a{color:inherit;text-decoration:none}.announcement__item a:hover{text-decoration:underline}@media(max-width:749px){.announcement__track{gap:1rem}.announcement__item:nth-child(n+2){display:none}}cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;visibility:hidden;pointer-events:none}cart-drawer.is-open{visibility:visible;pointer-events:auto}.cdrawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000006b;opacity:0;transition:opacity .3s ease}cart-drawer.is-open .cdrawer__overlay{opacity:1}.cdrawer__panel{position:absolute;top:0;right:0;bottom:0;width:min(26.5rem,100vw);background:#fff;color:#1d1d1f;display:flex;flex-direction:column;transform:translate(100%);transition:transform .34s cubic-bezier(.4,0,.2,1);box-shadow:-8px 0 40px #0000001f}cart-drawer.is-open .cdrawer__panel{transform:none}.cdrawer__head{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.15rem 1.25rem;border-bottom:1px solid rgba(0,0,0,.08);flex-shrink:0}.cdrawer__title{margin:0;font-family:var(--font-heading);font-size:18px;font-weight:700;letter-spacing:normal;line-height:28px}.cdrawer__count{font-weight:800}.cdrawer__close{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border:none;border-radius:50%;background:#1d1d1f;color:#fff;cursor:pointer}.cdrawer__empty{padding:3rem 1.5rem;text-align:center}.cdrawer__empty-cta{display:inline-block;margin-top:1rem;padding:.85rem 1.5rem;border-radius:.5rem;background:var(--cd-accent, #d1ff00);color:#1d1d1f;font-weight:700;text-decoration:none}.cdrawer__scroll{flex:1 1 auto;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.cdrawer__items{padding:.25rem 1.25rem 0}.cditem{display:grid;grid-template-columns:4.5rem minmax(0,1fr);gap:.85rem;padding:1.15rem 0;border-bottom:1px solid rgba(0,0,0,.08)}.cditem__media{width:4.5rem;height:4.5rem;border-radius:.55rem;overflow:hidden;background:#f2f2f2}.cditem__img,.cditem__media-fallback{width:100%;height:100%;object-fit:cover;display:block}.cditem__media-fallback{background:linear-gradient(135deg,#ececec,#f7f7f7)}.cditem__body{min-width:0}.cditem__title{display:block;margin:0;font-size:.9375rem;font-weight:700;line-height:1.3;color:inherit;text-decoration:none}.cditem__opts{margin:.3rem 0 0;font-size:.8125rem;color:#1d1d1f80}.cditem--bundle-addon{background:#00000005;border-radius:.55rem;margin-inline:-.35rem;padding-inline:.35rem}.cditem--bundle-addon .cditem__title,.cditem--bundle-addon .cditem__media{cursor:default}.cditem__bundle-note{margin:.35rem 0 0;font-size:.75rem;color:#1d1d1f8c}.cditem__bundle-qty{margin:.35rem 0 0;font-size:.8125rem;font-weight:600;color:#1d1d1fa6}.cditem__actions{display:flex;align-items:center;justify-content:space-between;gap:.65rem;margin-top:.7rem;width:100%}.cditem__qty{display:inline-flex;align-items:center;border:1px solid rgba(0,0,0,.16);border-radius:.45rem;overflow:hidden}.cditem__qty-btn{width:1.85rem;height:1.85rem;border:none;background:none;font-size:1rem;line-height:1;cursor:pointer;color:inherit}.cditem__qty-input{width:1.85rem;height:1.85rem;border:none;text-align:center;font-size:.875rem;font-weight:600;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.cditem__qty-input::-webkit-outer-spin-button,.cditem__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cditem__remove{display:inline-flex;align-items:center;justify-content:center;width:1.85rem;height:1.85rem;padding:0;border:none;background:none;color:#1d1d1f73;cursor:pointer}.cditem__remove:hover{color:#1d1d1f}.cditem__pricing{display:flex;flex-wrap:wrap;align-items:baseline;gap:.4rem .55rem;margin-top:.65rem}.cditem__price{font-size:.9375rem;font-weight:700}.cditem__compare{font-size:.8125rem;color:#1d1d1f66}.cditem__save{font-size:.8125rem;font-weight:600;color:#c9a227}.cditem__discounts{display:flex;flex-wrap:wrap;gap:.35rem;margin:.55rem 0 0;padding:0;list-style:none}.cditem__discount{display:inline-flex;align-items:center;gap:.3rem;padding:.22rem .5rem;border-radius:999px;background:#f0f0f0;color:#1d1d1fb3;font-size:.6875rem;font-weight:600}.cdrawer__recs{padding:1.25rem 0 .35rem;border-top:1px solid rgba(0,0,0,.08);margin-top:1.15rem}.cdrawer__recs-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:0 1.25rem;margin-bottom:.85rem}.cdrawer__recs-title{margin:0;font-size:1rem;font-weight:700;letter-spacing:-.01em}.cdrawer__recs-nav{display:inline-flex;gap:.35rem}.cdrawer__recs-arrow{display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;padding:0;border:1px solid rgba(0,0,0,.14);border-radius:50%;background:#fff;color:#1d1d1f;cursor:pointer}.cdrawer__recs-track{display:flex;gap:.75rem;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:0 1.25rem .35rem}.cdrawer__recs-track::-webkit-scrollbar{display:none}.cdrec{flex:0 0 11.25rem;scroll-snap-align:start;border:1px solid rgba(0,0,0,.1);border-radius:.75rem;overflow:hidden;background:#fff}.cdrec__media{display:block;aspect-ratio:16 / 10;background:#f2f2f2}.cdrec__img,.cdrec__fallback{width:100%;height:100%;object-fit:cover;display:block}.cdrec__fallback{background:linear-gradient(135deg,#ececec,#f7f7f7)}.cdrec__info{padding:.7rem .75rem .85rem}.cdrec__title{display:block;margin:0;font-size:.875rem;font-weight:700;line-height:1.25;color:inherit;text-decoration:none}.cdrec__foot{display:flex;align-items:center;gap:.45rem;margin-top:.65rem}.cdrec__add{display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;padding:0;border:none;border-radius:.35rem;background:#fff;color:#1d1d1f;cursor:pointer}.cdrec__add[disabled]{opacity:.4;cursor:not-allowed}.cdrec__price{font-size:.875rem;font-weight:700}.cdrawer__trust{padding:1.15rem 1.25rem 1.35rem;border-top:1px solid rgba(0,0,0,.08);margin-top:.85rem}.cdrawer__trust-title{margin:0 0 .85rem;font-size:1rem;font-weight:700;letter-spacing:-.01em}.cdrawer__trust-grid{display:grid;grid-template-columns:1fr 1fr;gap:.65rem}.cdrawer__trust-card{padding:.85rem .75rem;border:1px solid rgba(0,0,0,.1);border-radius:.7rem;background:#fff}.cdrawer__trust-icon{display:inline-flex;color:#1d1d1f;margin-bottom:.45rem}.cdrawer__trust-card-title{margin:0;font-size:.8125rem;font-weight:700}.cdrawer__trust-card-text{margin:.3rem 0 0;font-size:.6875rem;line-height:1.4;color:#1d1d1f80}.cdrawer__foot{flex-shrink:0;border-top:1px solid rgba(0,0,0,.08);padding:1rem 1.25rem 1.25rem;background:#fff}.cdrawer__code{margin:0 0 .85rem}.cdrawer__code-summary{display:flex;align-items:center;justify-content:space-between;gap:.75rem;cursor:pointer;list-style:none;font-size:.875rem;font-weight:600}.cdrawer__code-summary::-webkit-details-marker{display:none}.cdrawer__code-toggle{display:inline-flex;align-items:center;gap:.25rem;color:#5b8def;font-weight:600}.cdrawer__code[open] .cdrawer__code-toggle svg{transform:rotate(180deg)}.cdrawer__code-body{margin-top:.7rem}.cdrawer__code-row{display:flex;gap:0}.cdrawer__code-input{flex:1;min-width:0;height:2.5rem;padding:0 .85rem;border:1px solid rgba(0,0,0,.12);border-right:none;border-radius:.45rem 0 0 .45rem;background:#f3f3f3;font-size:.875rem}.cdrawer__code-apply{height:2.5rem;padding:0 1rem;border:1px solid rgba(0,0,0,.12);border-radius:0 .45rem .45rem 0;background:#fff;font-size:.875rem;font-weight:700;cursor:pointer}.cdrawer__code-tags{display:flex;flex-wrap:wrap;gap:.4rem;margin:.65rem 0 0;padding:0;list-style:none}.cdrawer__code-tag{display:inline-flex;align-items:center;gap:.35rem;padding:.3rem .6rem;border-radius:999px;background:#ececec;font-size:.75rem;font-weight:600}.cdrawer__code-tag-x{opacity:.55;font-size:.95rem;line-height:1;padding:0;border:0;background:none;color:inherit;cursor:pointer}.cdrawer__code-tag-x:hover{opacity:.85}.cdrawer__totals{margin:0}.cdrawer__total-row{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;padding:.28rem 0;font-size:.875rem}.cdrawer__total-row dt,.cdrawer__total-row dd{margin:0}.cdrawer__muted{color:#1d1d1f73}.cdrawer__total-row--discount dd{color:#c9a227;font-weight:600}.cdrawer__total-row--grand{margin-top:.35rem;padding-top:.55rem;border-top:1px solid rgba(0,0,0,.08);font-size:1.125rem;font-weight:700}.cdrawer__installment{margin:.55rem 0 0;font-size:.75rem;color:#1d1d1f73}.cdrawer__checkout{display:flex;align-items:center;justify-content:center;width:100%;margin-top:.9rem;padding:.95rem 1rem;border-radius:.55rem;background:var(--cd-accent, #d1ff00);color:#1d1d1f;font-size:1rem;font-weight:700;text-decoration:none;text-align:center}.cdrawer__checkout:hover{filter:brightness(.97)}cart-drawer.is-loading .cdrawer__scroll,cart-drawer.is-loading .cdrawer__foot{opacity:.55;pointer-events:none}@media(max-width:749px){.cdrawer__panel{width:100vw}.cdrawer__trust-grid{grid-template-columns:1fr 1fr}.cdrec{flex-basis:10.5rem}}.collection-list{padding-block:3.5rem}.collection-list__head{text-align:center;margin-bottom:2rem}.collection-list__heading{font-size:clamp(1.75rem,3.5vw,2.5rem);margin:0 0 .5rem}.collection-list__sub{margin:0;opacity:.7}.collection-list__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem;margin:0;padding:0;list-style:none}.collection-list__link{position:relative;display:block;text-decoration:none;color:#fff}.collection-list__media{aspect-ratio:4 / 5;overflow:hidden;border-radius:.75rem;background:#0000000d}.collection-list__media img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.collection-list__link:hover .collection-list__media img{transform:scale(1.05)}.collection-list__overlay{position:absolute;inset:auto 0 0 0;display:flex;align-items:center;justify-content:space-between;padding:1.25rem;background:linear-gradient(transparent,#0009);border-radius:0 0 .75rem .75rem}.collection-list__title{font-size:1.25rem;font-weight:600;font-family:var(--font-heading)}.collection-list__cta{font-size:.875rem;opacity:.9;white-space:nowrap}.fbanner{position:relative;display:grid;align-items:center;min-height:var(--fb-min-height, 60vh);overflow:hidden}.fbanner__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.fbanner__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,var(--fb-overlay, .35))}.fbanner__image{width:100%;height:100%;object-fit:cover}.fbanner__content{position:relative;z-index:1;color:#fff;text-align:var(--fb-align, center);display:grid;justify-items:var(--fb-align, center);gap:.75rem;padding-block:4rem}.fbanner__eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:.8125rem;margin:0;opacity:.9}.fbanner__heading{font-size:clamp(1.75rem,4vw,3rem);margin:0;max-width:22ch;font-weight:700}.fbanner__text{font-size:1.0625rem;margin:0 0 1rem;max-width:50ch;opacity:.95}.fbanner__button{display:inline-block;padding:.875rem 2.25rem;background:var(--color-accent);color:#fff;text-decoration:none;border-radius:999px;font-weight:700}.fbanner__button:hover{filter:brightness(1.08)}.fpair{display:grid;grid-template-columns:1fr;gap:1.25rem;padding-block:1.5rem}@media(min-width:750px){.fpair{grid-template-columns:1fr 1fr;gap:1.5rem}}.fpair__link{display:block;position:relative;text-decoration:none;color:#fff;border-radius:.75rem;overflow:hidden}.fpair__media{aspect-ratio:16 / 10;background:#0000000d}.fpair__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.fpair__link:hover .fpair__media img{transform:scale(1.04)}.fpair__caption{position:absolute;left:0;right:0;padding:1.75rem}.fpair__caption--bottom{bottom:0;background:linear-gradient(transparent,#0000008c)}.fpair__caption--top{top:0;background:linear-gradient(rgba(0,0,0,.5),transparent)}.fpair__caption--center{top:50%;transform:translateY(-50%);text-align:center}.fpair__heading{font-size:clamp(1.25rem,2.5vw,1.75rem);margin:0;font-weight:800}.fpair__text{margin:.375rem 0 0;opacity:.92;font-size:.9375rem}.featured-collection{padding-block:3rem}.featured-collection__heading{font-size:clamp(1.5rem,3vw,2.25rem);margin:0 0 1.5rem}.featured-collection__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin:0;padding:0;list-style:none}@media(min-width:750px){.featured-collection__grid{grid-template-columns:repeat(var(--columns, 4),1fr)}}reveal-on-scroll{display:block;opacity:0;transform:translateY(1rem);transition:opacity .5s ease,transform .5s ease}reveal-on-scroll.is-visible{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){reveal-on-scroll{opacity:1;transform:none;transition:none}}.footer{background:var(--ft-bg, #161310);color:var(--ft-color, #f3efe9);margin-top:4rem}.footer__main{display:grid;grid-template-columns:1fr;gap:3rem;padding-block:4rem 2.5rem}@media(min-width:900px){.footer__main{grid-template-columns:minmax(0,42%) 1fr;column-gap:clamp(3rem,8vw,8rem)}}.footer__signup{display:grid;gap:1.5rem;align-content:start}.footer__signup-heading{font-family:var(--font-heading);font-size:clamp(1.4rem,2.4vw,1.9rem);font-weight:700;margin:0;line-height:1.2}.footer__signup-subtitle{margin:0;opacity:.7;font-size:.95rem;line-height:1.6;max-width:42ch}.footer__field{display:flex;align-items:center;gap:.35rem;max-width:460px;background:#fff;border-radius:999px;padding:.3rem .3rem .3rem 1.5rem}.footer__field input{flex:1;border:none;outline:none;background:transparent;font-size:.95rem;padding:.65rem 0;color:#16130f}.footer__submit{display:inline-flex;align-items:center;gap:.45rem;border:none;border-radius:999px;background:#d9d3c8;color:#16130f;font-weight:600;font-size:.9rem;padding:.7rem 1.4rem;cursor:pointer;white-space:nowrap}.footer__submit:hover{background:var(--color-accent);color:#fff}.footer__form-success{font-weight:600}.footer__social{display:flex;gap:1.5rem;margin:.25rem 0 0;padding:0;list-style:none}.footer__social a{color:inherit;opacity:.85;display:inline-flex;transition:opacity .15s ease,transform .15s ease}.footer__social a:hover{opacity:1;transform:translateY(-2px)}.footer__payments{display:flex;gap:.4rem;flex-wrap:wrap}.footer__payment-icon{width:38px;height:25px;border-radius:3px}.footer__cols{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media(min-width:900px){.footer__cols{justify-items:end;column-gap:clamp(2rem,6vw,6rem)}}.footer__col-title{font-size:.8rem;letter-spacing:.14em;text-transform:uppercase;font-weight:700;margin:0 0 1.4rem;opacity:.95}.footer__links{margin:0;padding:0;list-style:none;display:grid;gap:.9rem}.footer__links a{text-decoration:none;opacity:.68;font-size:.92rem;color:inherit}.footer__links a:hover{opacity:1}.footer__bottom{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;padding-block:1.5rem 2.5rem;border-top:1px solid rgba(255,255,255,.12)}.footer__copy{margin:0;opacity:.6;font-size:.8rem}.footer__locale select{background:transparent;border:1px solid rgba(255,255,255,.28);color:inherit;border-radius:6px;padding:.55rem 1rem;font-size:.82rem;cursor:pointer}.footer__locale select option{color:#16130f}.header{--hc: #1f1c19;position:relative;z-index:50;background:var(--color-background)}.header--home{position:absolute;top:0;left:0;right:0;background:transparent;--hc: #fff}.header--home.is-scrolled{position:fixed;background:var(--color-background);--hc: #1f1c19;box-shadow:0 2px 20px #00000012;animation:headerDrop .3s ease}@keyframes headerDrop{0%{transform:translateY(-100%)}to{transform:none}}.header__promo{background:#14110e8c;color:#f3efe9;text-align:center;font-size:.8rem;letter-spacing:.02em}.header--home.is-scrolled .header__promo,.header--solid .header__promo{background:#16130f}.header__promo-track{position:relative;height:2.2rem}.header__promo-item{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .5s ease}.header__promo-item.is-active{opacity:1}.header__bar{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;padding-block:1.05rem;color:var(--hc)}.header__left{display:flex;align-items:center;gap:1.5rem}.header__right{display:flex;align-items:center;gap:1.25rem;justify-content:flex-end}.header__menu-btn{display:inline-flex;align-items:center;gap:.6rem;background:none;border:none;cursor:pointer;color:var(--hc);padding:0;font:inherit}.header__menu-icon{display:grid;gap:4px}.header__menu-icon span{width:22px;height:1.6px;background:currentColor;border-radius:2px}.header__menu-label{font-size:.82rem;letter-spacing:.08em;text-transform:uppercase}.header__ico{display:inline-flex;align-items:center;gap:.45rem;color:var(--hc);text-decoration:none}.header__ico-label{font-size:.82rem;letter-spacing:.08em;text-transform:uppercase}.header__logo-link{justify-self:center;text-decoration:none;color:var(--hc)}.header__logo-text{font-family:var(--font-heading);font-size:1.75rem;font-weight:700;letter-spacing:.08em}.header__logo{height:40px;width:auto}.header__cart{position:relative}.header__cart-count{position:absolute;top:-8px;right:-9px;min-width:17px;height:17px;padding:0 4px;border-radius:999px;background:var(--color-accent);color:#fff;font-size:.66rem;font-weight:700;display:grid;place-items:center}.header__locale{position:relative}.header__locale>summary{list-style:none;cursor:pointer;color:var(--hc);display:inline-flex}.header__locale>summary::-webkit-details-marker{display:none}.header__locale-pop{position:absolute;right:0;top:calc(100% + .6rem);background:#fff;color:#1f1c19;border-radius:8px;box-shadow:0 10px 30px #00000024;padding:.6rem;z-index:60}.header__locale-pop select{border:1px solid rgba(0,0,0,.15);border-radius:6px;padding:.4rem .6rem;font-size:.85rem}@media(max-width:749px){.header__menu-label,.header__ico-label,.header__ico--search .header__ico-label{display:none}.header__left{gap:1rem}}.header__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:59;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease,visibility 0s linear .3s}.header__overlay[hidden]{display:none!important}.header__overlay.is-open{opacity:1;visibility:visible;pointer-events:auto;transition-delay:0s}.header__drawer{position:fixed;top:0;left:0;bottom:0;width:min(400px,88vw);background:var(--color-background);z-index:60;transform:translate(-100%);visibility:hidden;pointer-events:none;transition:transform .32s cubic-bezier(.4,0,.2,1),visibility 0s linear .32s;overflow-y:auto;padding:1.25rem 1.5rem 3rem}.header__drawer[hidden]{display:none!important}.header__drawer.is-open{transform:none;visibility:visible;pointer-events:auto;transition-delay:0s}.header__drawer-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:1rem;border-bottom:1px solid rgba(0,0,0,.08);margin-bottom:.75rem}.header__drawer-brand{font-family:var(--font-heading);font-weight:700;font-size:1.3rem;letter-spacing:.06em}.header__drawer-close{background:none;border:none;font-size:2rem;line-height:1;cursor:pointer;color:var(--color-text)}.header__drawer-list{list-style:none;margin:0;padding:0;display:grid;gap:.1rem}.header__drawer-link,.header__acc>summary{display:block;padding:.85rem .25rem;font-size:1.02rem;font-weight:600;text-decoration:none;color:var(--color-text);border-bottom:1px solid rgba(0,0,0,.06);cursor:pointer}.header__acc>summary{list-style:none}.header__acc>summary::-webkit-details-marker{display:none}.header__acc ul{list-style:none;margin:0;padding:.25rem 0 .75rem .75rem;display:grid;gap:.1rem}.header__acc ul a{display:block;padding:.5rem 0;text-decoration:none;color:var(--color-text);opacity:.8;font-size:.95rem}.header__acc-title{text-transform:uppercase;letter-spacing:.12em;font-size:.68rem;opacity:.5;padding-top:.6rem;font-weight:700}.hero{position:relative;display:grid;align-items:center;min-height:var(--hero-min-height, 70vh);overflow:hidden}.hero__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(0,0,0,calc(var(--hero-overlay, .3) * .5)),rgba(0,0,0,var(--hero-overlay, .3)))}.hero__image{width:100%;height:100%;object-fit:cover}.hero__content{position:relative;z-index:1;padding-block:5rem;color:#fff;text-align:var(--hero-align, center);display:grid;justify-items:var(--hero-align, center);gap:.5rem}.hero__eyebrow{margin:0;text-transform:uppercase;letter-spacing:.18em;font-size:.8125rem;opacity:.9}.hero__heading{font-size:clamp(2.25rem,5.5vw,4.5rem);margin:0;max-width:16ch}.hero__subheading{font-size:clamp(1rem,2vw,1.375rem);margin:.25rem 0 1.5rem;max-width:46ch;opacity:.95}.hero__actions{display:flex;gap:1rem;flex-wrap:wrap;justify-content:var(--hero-align, center)}.hero__button{display:inline-block;padding:.9rem 2.25rem;text-decoration:none;border-radius:999px;font-weight:600;transition:transform .15s ease,filter .15s ease}.hero__button:hover{transform:translateY(-2px)}.hero__button--primary{background:#fff;color:#111}.hero__button--secondary{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.7)}@media(prefers-reduced-motion:no-preference){.hero__content>*{animation:hero-rise .85s cubic-bezier(.16,1,.3,1) both}.hero__eyebrow{animation-delay:.08s}.hero__heading{animation-delay:.18s}.hero__subheading{animation-delay:.28s}.hero__actions{animation-delay:.38s}@keyframes hero-rise{0%{opacity:0;transform:translateY(26px)}to{opacity:1;transform:none}}}.image-text{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center;padding-block:4rem}@media(min-width:750px){.image-text{grid-template-columns:1fr 1fr;gap:4rem}.image-text--reverse .image-text__media{order:2}}.image-text__media{border-radius:1rem;overflow:hidden;aspect-ratio:10 / 11;background:#0000000a}.image-text__media img{width:100%;height:100%;object-fit:cover}.image-text__eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:.8125rem;color:var(--color-accent);margin:0 0 .75rem;font-weight:600}.image-text__heading{font-size:clamp(1.75rem,3.5vw,2.75rem);margin:0 0 1rem}.image-text__body{font-size:1.0625rem;line-height:1.7;opacity:.85;margin-bottom:1.5rem}.image-text__body p{margin:0 0 1rem}.image-text__button{display:inline-block;padding:.9rem 2rem;background:var(--color-text);color:var(--color-background);text-decoration:none;border-radius:999px;font-weight:600}.image-text__button:hover{filter:brightness(1.15)}.notfound{padding-block:5rem;text-align:center}.notfound__code{font-size:clamp(4rem,12vw,8rem);font-weight:800;margin:0;color:var(--color-accent);line-height:1}.notfound__title{font-size:clamp(1.5rem,3vw,2rem);margin:.5rem 0}.notfound__text{opacity:.7;margin:0 0 1.5rem}.notfound__cta{display:inline-block;padding:.8rem 2rem;background:var(--color-accent);color:#fff;text-decoration:none;border-radius:999px;font-weight:600}.article{padding-block:clamp(2.5rem,6vw,4rem)}.article__head{max-width:720px;margin:0 auto;text-align:center}.article__meta{display:flex;align-items:center;justify-content:center;gap:.6rem;font-size:.85rem;opacity:.6;margin-bottom:1rem}.article__tag{color:var(--color-accent);opacity:1;text-transform:uppercase;letter-spacing:.1em;font-weight:700}.article__title{font-family:var(--font-heading);font-size:clamp(2rem,4.5vw,3.25rem);font-weight:800;letter-spacing:-.01em;line-height:1.15;margin:0}.article__author{opacity:.6;margin:1rem 0 0;font-size:.95rem}.article__hero{max-width:1040px;margin:clamp(2rem,4vw,3rem) auto 0;border-radius:14px;overflow:hidden}.article__hero img{width:100%;height:auto;display:block}.article__content{max-width:720px;margin:clamp(2rem,5vw,3.5rem) auto 0}.article__foot{max-width:720px;margin:3rem auto 0;padding-top:1.5rem;border-top:1px solid rgba(0,0,0,.12);display:flex;align-items:center;justify-content:space-between;gap:1rem}.article__back{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;font-weight:600;color:inherit}.article__back:hover{color:var(--color-accent)}.article__share{display:flex;gap:1rem}.article__share a{color:inherit;opacity:.6}.article__share a:hover{opacity:1;color:var(--color-accent)}.rte{font-size:1.08rem;line-height:1.85}.rte>*+*{margin-top:1.35rem}.rte>*:first-child{margin-top:0}.rte h2{font-family:var(--font-heading);font-size:clamp(1.4rem,2.4vw,1.85rem);font-weight:700;margin-top:2.75rem;line-height:1.25}.rte h3{font-family:var(--font-heading);font-size:1.3rem;font-weight:700;margin-top:2.25rem}.rte p{margin-top:1.35rem}.rte a{color:var(--color-accent);text-decoration:underline;text-underline-offset:2px}.rte img{border-radius:12px;margin:2.25rem 0;width:100%;height:auto}.rte blockquote{margin:2.25rem 0;padding:.5rem 0 .5rem 1.5rem;border-left:3px solid var(--color-accent);font-size:1.25rem;font-style:italic;opacity:.9}.rte ul,.rte ol{padding-left:1.5rem}.rte li{margin-top:.6rem}.rte hr{border:none;border-top:1px solid rgba(0,0,0,.12);margin:2.5rem 0}.article__comments{max-width:720px;margin:3.5rem auto 0}.article__comments-title{font-family:var(--font-heading);font-size:1.4rem;margin:0 0 1.5rem}.acomment{padding:1.25rem 0;border-bottom:1px solid rgba(0,0,0,.08)}.acomment__body{margin:0 0 .5rem;line-height:1.7}.acomment__author{margin:0;font-size:.85rem;opacity:.6}.acform{margin-top:2rem;display:grid;gap:.9rem}.acform__title{font-family:var(--font-heading);font-size:1.25rem;margin:0}.acform__row{display:grid;gap:.9rem}@media(min-width:600px){.acform__row{grid-template-columns:1fr 1fr}}.acform input,.acform textarea{width:100%;border:1px solid rgba(0,0,0,.2);border-radius:8px;padding:.8rem 1rem;font-family:inherit;font-size:.95rem}.acform__submit{justify-self:start;border:none;border-radius:8px;background:#16130f;color:#fff;font-weight:700;padding:.9rem 2rem;cursor:pointer}.acform__submit:hover{background:var(--color-accent)}.acform__ok{color:#3aa76d;font-weight:600}.blog{padding-block:clamp(2.5rem,6vw,4.5rem)}.blog__head{text-align:center;max-width:640px;margin:0 auto clamp(2.5rem,5vw,4rem)}.blog__eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:.78rem;font-weight:700;color:var(--color-accent);margin:0 0 .9rem}.blog__title{font-family:var(--font-heading);font-size:clamp(2rem,4.5vw,3.25rem);font-weight:800;letter-spacing:-.01em;margin:0}.blog__sub{opacity:.7;font-size:1.05rem;line-height:1.7;margin:1rem 0 0}.blog__grid{display:grid;grid-template-columns:1fr;gap:clamp(2rem,4vw,3rem);margin:0;padding:0;list-style:none}@media(min-width:750px){.blog__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:990px){.blog__grid{grid-template-columns:repeat(3,1fr)}}.bcard{display:flex;flex-direction:column;text-decoration:none;color:inherit;height:100%}.bcard__media{aspect-ratio:16/10;border-radius:12px;overflow:hidden;background:#eceae6;margin-bottom:1.1rem}.bcard__media img,.bcard__ph{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.2,.6,.2,1)}.bcard:hover .bcard__media img{transform:scale(1.05)}.bcard__meta{display:flex;align-items:center;gap:.75rem;font-size:.8rem;opacity:.6;margin-bottom:.6rem}.bcard__tag{color:var(--color-accent);opacity:1;text-transform:uppercase;letter-spacing:.08em;font-weight:700}.bcard__title{font-family:var(--font-heading);font-size:1.3rem;font-weight:700;line-height:1.3;margin:0 0 .6rem}.bcard__excerpt{opacity:.72;margin:0 0 1rem;line-height:1.65;font-size:.95rem}.bcard__more{margin-top:auto;display:inline-flex;align-items:center;gap:.4rem;font-weight:600;font-size:.9rem;color:var(--color-accent)}.bcard:hover .bcard__more svg{transform:translate(4px);transition:transform .2s ease}@media(min-width:750px){.blog__cell--featured{grid-column:1 / -1}.blog__cell--featured .bcard{flex-direction:row;align-items:center;gap:clamp(2rem,4vw,3.5rem)}.blog__cell--featured .bcard__media{flex:0 0 58%;aspect-ratio:16/9;margin:0}.blog__cell--featured .bcard__body{flex:1}.blog__cell--featured .bcard__title{font-size:clamp(1.6rem,2.6vw,2.25rem)}.blog__cell--featured .bcard__excerpt{font-size:1.05rem}}.blog__empty{text-align:center;opacity:.6;padding:3rem 0}.pagination{display:flex;justify-content:center;gap:.75rem;margin-top:3rem}.cart{padding-block:2.5rem 4rem;padding-inline:1.5rem}.cart__form{width:100%;max-width:100%;padding:2rem}@media(min-width:750px){.cart{padding-inline:2rem}}@media(min-width:990px){.cart{padding-inline:2.5rem}}.cart__head{display:flex;align-items:baseline;justify-content:center;gap:1.25rem;margin-bottom:2rem}.cart__title{font-size:clamp(1.75rem,3.5vw,2.5rem);margin:0}.cart__continue{font-size:.95rem;opacity:.7;text-decoration:none}.cart__continue:hover{opacity:1}.cart__empty{text-align:center;padding:3rem 0}.cart__cta{display:inline-block;margin-top:1rem;padding:.8rem 2rem;background:#16130f;color:#fff;text-decoration:none;border-radius:8px;font-weight:600}.cart__thead{display:grid;grid-template-columns:1fr 200px 140px;gap:1rem;padding-bottom:1rem;border-bottom:1px solid rgba(0,0,0,.14);font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;opacity:.55}.cart__thead-qty{text-align:left}.cart__thead-total{text-align:right}.crow{display:grid;grid-template-columns:1fr 200px 140px;gap:1rem;align-items:start;padding:1.75rem 0;border-bottom:1px solid rgba(0,0,0,.09)}.crow__product{display:flex;gap:1.25rem}.crow__media{flex:0 0 96px;width:96px;aspect-ratio:1;border-radius:.5rem;overflow:hidden;background:#eceae6}.crow__media img{width:100%;height:100%;object-fit:cover}.crow__sku{font-size:.78rem;opacity:.5;margin:0 0 .25rem}.crow__title{font-weight:700;text-decoration:none;color:inherit;display:block;margin-bottom:.3rem}.crow__price{margin:0 0 .5rem;font-size:.95rem}.crow__opt{margin:.15rem 0 0;font-size:.9rem;opacity:.7}.crow--bundle-addon{background:#00000005;border-radius:.5rem;padding-inline:.75rem;margin-inline:-.75rem}.crow__bundle-note{margin:.25rem 0 0;font-size:.82rem;opacity:.6}.crow__bundle-qty{font-size:.95rem;font-weight:600;opacity:.75}.crow__qty{display:flex;align-items:center;gap:1rem}.crow__total{text-align:right;font-weight:600}.qty__btn{width:40px;height:44px;border:none;background:none;font-size:1.15rem;cursor:pointer}.qty__input{width:44px;height:44px;border:none;text-align:center;font-size:1rem;-moz-appearance:textfield}.crow__remove{border:none;background:none;cursor:pointer;opacity:.5;padding:.4rem}.crow__remove:hover{opacity:1;color:#c0392b}.cart__foot{display:grid;grid-template-columns:1fr;gap:2.5rem;padding-top:2.5rem}@media(min-width:750px){.cart__foot{grid-template-columns:1fr 1fr;align-items:start}}.cart__note label{display:block;font-size:1.05rem;margin-bottom:.75rem}.cart__note textarea{width:100%;border:1px solid rgba(0,0,0,.2);border-radius:8px;padding:.85rem 1rem;font-family:inherit;font-size:.95rem;resize:vertical}.cart__summary{justify-self:end;width:100%;max-width:400px;text-align:right}.cart__total-row{display:flex;align-items:baseline;justify-content:flex-end;gap:1rem;font-size:1.3rem;font-weight:700}.cart__taxes{opacity:.6;font-size:.85rem;margin:.5rem 0 1.5rem}.cart__checkout{width:100%;padding:1.05rem;border:none;border-radius:8px;background:#16130f;color:#fff;font-weight:700;font-size:1rem;cursor:pointer;margin-bottom:.75rem}.cart__checkout:hover{background:var(--color-accent)}.cart-items--loading{opacity:.5;pointer-events:none}@media(max-width:749px){.cart__thead{display:none}.crow{grid-template-columns:1fr auto;grid-template-areas:"product total" "qty qty"}.crow__product{grid-area:product}.crow__total{grid-area:total}.crow__qty{grid-area:qty;margin-top:1rem}}.collection-main{padding-block:2.5rem}.collection-main__title{font-size:clamp(1.75rem,3.5vw,2.5rem);margin:0 0 .5rem}.collection-main__desc{opacity:.75;max-width:60ch}.collection-toolbar__form{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;padding-block:1.5rem;border-bottom:1px solid rgba(0,0,0,.08);margin-bottom:1.5rem}.collection-toolbar__count{opacity:.75;font-size:.875rem}.collection-toolbar__sort{margin-left:auto}.collection-toolbar__sort select{padding:.5rem .75rem;border:1.5px solid rgba(0,0,0,.2);border-radius:.5rem;background:#fff}.collection-filters>summary{cursor:pointer;padding:.5rem .75rem;border:1.5px solid rgba(0,0,0,.2);border-radius:.5rem;list-style:none}.collection-filters__body{position:absolute;z-index:5;margin-top:.5rem;background:#fff;border:1px solid rgba(0,0,0,.12);border-radius:.75rem;padding:1.25rem;box-shadow:0 12px 30px #0000001a;max-height:60vh;overflow:auto;min-width:240px}.collection-filters__label{font-weight:600;margin:0 0 .5rem}.collection-filters__group{margin-bottom:1rem}.collection-filters__values{list-style:none;margin:0;padding:0;display:grid;gap:.4rem;font-size:.9375rem}.collection-filters__price{display:flex;gap:.5rem}.collection-filters__price input{width:90px;padding:.4rem;border:1px solid rgba(0,0,0,.2);border-radius:.4rem}.collection-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem 1.25rem;margin:0;padding:0;list-style:none}@media(min-width:750px){.collection-grid{grid-template-columns:repeat(var(--cols, 4),1fr)}}.collection-grid__empty{grid-column:1 / -1;opacity:.6;padding:2rem 0}.pagination{display:flex;justify-content:center;gap:.75rem;padding-block:2.5rem}.listcol{padding-block:2.5rem}.listcol__title{font-size:clamp(1.75rem,3.5vw,2.5rem);margin:0 0 1.5rem}.listcol__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;margin:0;padding:0;list-style:none}@media(min-width:750px){.listcol__grid{grid-template-columns:repeat(4,1fr)}}.listcol__card{display:block;text-decoration:none;color:inherit}.listcol__media{aspect-ratio:1;border-radius:.75rem;overflow:hidden;background:#0000000d}.listcol__media img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.listcol__card:hover .listcol__media img{transform:scale(1.05)}.listcol__name{display:block;margin-top:.75rem;font-weight:600}.page-main{padding-block:2.5rem;max-width:800px}.page-main__title{font-size:clamp(1.75rem,3.5vw,2.5rem);margin:0 0 1.5rem}.page-main__content{line-height:1.75}.page-main__content h2{margin-top:2rem}.product{display:grid;grid-template-columns:1fr;gap:2rem;padding-block:2.5rem}@media(min-width:750px){.product{grid-template-columns:1.1fr 1fr;gap:clamp(2rem,5vw,4.5rem);align-items:start}.product__info{position:sticky;top:1.5rem}}.pgallery{display:grid;grid-template-columns:1fr;gap:.9rem}@media(min-width:750px){.pgallery{grid-template-columns:84px 1fr}.pgallery__thumbs{grid-column:1}.pgallery__main{grid-column:2}.pgallery--single{grid-template-columns:1fr}.pgallery--single .pgallery__main{grid-column:1}}.pgallery__thumbs{display:flex;flex-direction:row;gap:.55rem;margin:0;padding:0;list-style:none;overflow:auto;scrollbar-width:none;order:2}.pgallery__thumbs::-webkit-scrollbar{display:none}@media(min-width:750px){.pgallery__thumbs{flex-direction:column;order:0;max-height:620px}}.pgallery__thumb{width:74px;height:90px;padding:0;border:1.5px solid transparent;border-radius:.5rem;overflow:hidden;background:#f4f1ec;cursor:pointer;flex:0 0 auto}.pgallery__thumb.is-active{border-color:var(--color-text)}.pgallery__thumb img{width:100%;height:100%;object-fit:cover}.pgallery__main{position:relative}.pgallery__slide{display:none;aspect-ratio:1/1;border-radius:.75rem;overflow:hidden;background:#f4f1ec}.pgallery__slide.is-active{display:block}.pgallery__slide img{width:100%;height:100%;object-fit:cover}.product__sku{text-transform:uppercase;letter-spacing:.08em;font-size:.78rem;opacity:.55;margin:0 0 .6rem}.product__title{font-family:var(--font-heading);font-size:clamp(1.5rem,2.6vw,2.1rem);font-weight:700;margin:0 0 .75rem;line-height:1.2}.product__rating{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.product__stars{position:relative;font-size:1rem;letter-spacing:2px;color:#00000029}.product__stars:before{content:"\2605\2605\2605\2605\2605";position:absolute;left:0;top:0;width:var(--r, 100%);overflow:hidden;color:#3aa76d;white-space:nowrap}.product__reviews{font-size:.85rem;opacity:.6}.product__price{font-size:1.6rem;font-weight:700;margin-bottom:1rem}.product__promos{display:grid;gap:.35rem;margin-bottom:1.5rem}.product__promo{display:inline-flex;align-items:center;gap:.5rem;color:var(--color-accent);font-size:.9rem;font-weight:600}.product__promo-copy{background:none;border:none;padding:2px;cursor:pointer;color:inherit;display:inline-flex}.product__promo-copy.is-copied{color:#3aa76d}.voption{border-top:1px solid rgba(0,0,0,.1)}.voption__summary{display:flex;align-items:center;gap:.4rem;padding:1rem 0;cursor:pointer;list-style:none;font-size:.95rem}.voption__summary::-webkit-details-marker{display:none}.voption__name{opacity:.6}.voption__val{font-weight:600}.voption__chev{margin-left:auto;opacity:.5;transition:transform .2s ease}.voption[open] .voption__chev{transform:rotate(90deg)}.voption__values{display:flex;gap:.5rem;flex-wrap:wrap;padding-bottom:1.1rem}.voption input[type=radio]{position:absolute;opacity:0;pointer-events:none}.voption__chip{display:inline-flex;padding:.5rem 1rem;border:1.5px solid rgba(0,0,0,.2);border-radius:8px;cursor:pointer;font-size:.9rem}.voption input:checked+.voption__chip{border-color:var(--color-text);background:var(--color-text);color:var(--color-background)}.product-form__qtyrow{margin:1.25rem 0}.qty{display:inline-flex;align-items:center;border:1.5px solid rgba(0,0,0,.2);border-radius:8px}.qty__btn{width:46px;height:48px;border:none;background:none;font-size:1.2rem;cursor:pointer}.qty__input{width:52px;height:48px;border:none;text-align:center;font-size:1rem;-moz-appearance:textfield}.qty__input::-webkit-outer-spin-button,.qty__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product-form__submit{width:100%;border:none;border-radius:8px;background:#16130f;color:#fff;font-weight:700;font-size:1rem;cursor:pointer;padding:1.05rem 1.5rem;margin-bottom:.75rem}.product-form__submit[disabled]{opacity:.45;cursor:not-allowed}.product-form__submit:not([disabled]):hover{background:var(--color-accent)}.shopify-payment-button__button{border-radius:8px!important}.product-form__status{margin:.75rem 0 0;font-size:.875rem}.product-form__status.is-error{color:#c0392b}.product__payments{display:flex;gap:.4rem;flex-wrap:wrap;margin-top:1.25rem}.product__pay-icon{width:38px;height:25px;border-radius:3px}.product__description{margin-top:2rem;line-height:1.7;border-top:1px solid rgba(0,0,0,.1);padding-top:1.5rem}.search{padding-block:2.5rem}.search__title{font-size:clamp(1.75rem,3.5vw,2.5rem);margin:0 0 1.25rem}.search__form{display:flex;gap:.5rem;max-width:560px;margin-bottom:1.5rem}.search__form input{flex:1;padding:.75rem 1rem;border:1.5px solid rgba(0,0,0,.2);border-radius:999px;font-size:1rem}.search__form button{padding:.75rem 1.5rem;border:none;border-radius:999px;background:var(--color-accent);color:#fff;font-weight:600;cursor:pointer}.search__count{opacity:.65;margin-bottom:1.5rem}.search__other{text-decoration:none;color:inherit}.marquee{background:var(--mq-bg, #f5f4f1);color:var(--mq-color, #1a1a1a)}.marquee__row{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem 2rem;padding-block:1.25rem}.marquee__item{display:flex;align-items:center;gap:.625rem;justify-content:center}.marquee__icon{font-size:1.25rem;line-height:1}.marquee__text{font-size:.875rem;font-weight:500}.gallery{padding-block:3.5rem}.gallery__head{text-align:center;margin-bottom:2rem}.gallery__heading{font-size:clamp(1.75rem,3.5vw,2.5rem);margin:0 0 .5rem}.gallery__sub{margin:0;opacity:.7}.gallery__grid{display:grid;grid-template-columns:repeat(2,1fr);grid-auto-flow:dense;gap:.75rem;margin:0;padding:0;list-style:none}@media(min-width:750px){.gallery__grid{grid-template-columns:repeat(4,1fr);gap:1rem}.gallery__item--large{grid-column:span 2;grid-row:span 2}.gallery__item--wide{grid-column:span 2}}.gallery__item{position:relative;overflow:hidden;border-radius:.75rem;aspect-ratio:1 / 1;background:#0000000d}.gallery__item--large{aspect-ratio:1 / 1}.gallery__link{display:block;height:100%}.gallery__item img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.gallery__item:hover img{transform:scale(1.05)}.gallery__caption{position:absolute;left:.75rem;bottom:.75rem;background:#0000008c;color:#fff;padding:.25rem .625rem;font-size:.75rem;border-radius:.25rem}.mt-app-showcase,.mt-app-showcase *,.mt-app-showcase *:before,.mt-app-showcase *:after{box-sizing:border-box}.mt-app-showcase{width:100%;overflow:hidden;color:#333;background:var(--current-section-bg, #ffffff)}.mt-app-showcase__inner{display:grid;width:100%;max-width:var(--current-section-max, 90rem);min-height:54.75rem;grid-template-columns:minmax(0,52.5625rem) 22.5rem;align-items:center;justify-content:center;gap:5rem;margin-inline:auto;padding-block:var(--current-section-pad-y, 5.5rem);padding-inline:var(--current-section-pad-x, 1.25rem)}.mt-app-showcase__content{min-width:0}.mt-app-showcase__eyebrow{display:flex;align-items:center;gap:.5rem;margin:0;color:#717171;font-size:.8125rem;font-weight:500;line-height:1.5385;letter-spacing:.0206rem}.mt-app-showcase__eyebrow span{width:1.125rem;height:.1875rem;flex:0 0 1.125rem;background:#daff00}.mt-app-showcase__heading{margin:1.375rem 0 0;font-size:2.875rem;font-weight:700;line-height:1.1304;letter-spacing:0;color:#1d1d1f}.mt-app-showcase__heading :where(p){margin:0}.mt-app-showcase__heading :where(p+p){margin-top:.15em}.mt-app-showcase__heading :where(strong,b){font-weight:700}.mt-app-showcase__text{margin:1.375rem 0 0;font-size:1.0625rem;line-height:1.5882;color:#717171}.mt-app-showcase__text :where(p){margin:0 0 .55rem}.mt-app-showcase__text :where(p:last-child){margin-bottom:0}.mt-app-showcase__text :where(strong,b){font-weight:600;color:#333}.mt-app-showcase__features{display:grid;gap:.875rem;margin:1.375rem 0 0;padding:0;color:#717171;font-size:1rem;line-height:1.5;list-style:none}.mt-app-showcase__features li{position:relative;padding-left:1.1875rem}.mt-app-showcase__features li :where(p){margin:0}.mt-app-showcase__features li :where(p+p){margin-top:.35rem}.mt-app-showcase__features li :where(strong,b){font-weight:600;color:#333}.mt-app-showcase__features li:before{position:absolute;top:.5625rem;left:0;width:.4375rem;height:.4375rem;border-radius:50%;background:#daff00;content:""}.mt-app-showcase__visual{display:flex;justify-content:center}.mt-app-showcase__uploaded,.mt-app-showcase__uploaded picture{display:block;width:22.5rem;height:43.75rem}.mt-app-showcase__uploaded-image{width:100%;height:100%;object-fit:contain}.mt-app-showcase__phone{position:relative;width:22.5rem;height:43.75rem;padding:1.0625rem 1.6875rem;overflow:hidden;border:.0625rem solid #000000;border-radius:2.75rem;color:#fff;background:#121212}.mt-app-showcase__island{width:7.5rem;height:1.875rem;margin-inline:auto;border-radius:999px;background:#000}.mt-app-showcase__session-label{margin:1.125rem 0 0;color:#8c8c8c;font-size:.875rem;font-weight:500;line-height:1.5}.mt-app-showcase__shot-count{margin:0;font-size:4rem;font-weight:700;line-height:1.2813}.mt-app-showcase__shot-summary{margin:-.0625rem 0 0;color:#daff00;font-size:.875rem;line-height:1.5}.mt-app-showcase__court{position:relative;width:19rem;height:13.125rem;margin-top:1.4375rem;overflow:hidden;border-radius:1.125rem;background:#1c5e3a}.mt-app-showcase__court-line{position:absolute;background:#ffffff80}.mt-app-showcase__court-line--horizontal{top:6.5rem;left:0;width:100%;height:.125rem}.mt-app-showcase__court-line--vertical{top:0;left:9.4375rem;width:.125rem;height:100%}.mt-app-showcase__ball{position:absolute;width:.8125rem;height:.8125rem;border-radius:50%;background:#daff00}.mt-app-showcase__ball--one{top:3.75rem;left:4.375rem}.mt-app-showcase__ball--two{top:4.375rem;right:4.6875rem}.mt-app-showcase__ball--three{top:2.5rem;left:9.375rem}.mt-app-showcase__ball--four{bottom:2.9375rem;left:7.5rem}.mt-app-showcase__ball--five{right:3.8125rem;bottom:2.9375rem}.mt-app-showcase__stats{display:grid;gap:.75rem;margin:1.875rem 0 0;font-size:.875rem;line-height:1.5}.mt-app-showcase__stats div{display:flex;align-items:center;justify-content:space-between;gap:1rem}.mt-app-showcase__stats dt{color:#8c8c8c}.mt-app-showcase__stats dd{margin:0;color:#fff;font-weight:600;text-align:right}@media(max-width:989px)and (min-width:750px){.mt-app-showcase__inner{min-height:47.5rem;grid-template-columns:minmax(0,1fr) 19.375rem;gap:3rem;padding-block:calc(var(--current-section-pad-y, 5.5rem) * .8182);padding-inline:max(var(--current-section-pad-x, 1.875rem),1.875rem)}.mt-app-showcase__heading{font-size:2.375rem;line-height:1.2105}.mt-app-showcase__uploaded,.mt-app-showcase__uploaded picture,.mt-app-showcase__phone{width:19.375rem;height:37.6875rem}.mt-app-showcase__phone{padding-inline:1.4375rem;border-radius:2.375rem}.mt-app-showcase__court{width:16.375rem}.mt-app-showcase__court-line--vertical{left:8.125rem}}@media(max-width:749px){.mt-app-showcase__inner{display:flex;width:100%;max-width:none;min-height:55.8125rem;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:1.375rem;padding-block:calc(var(--current-section-pad-y, 5.5rem) * .6364);padding-inline:1.25rem}.mt-app-showcase__eyebrow{font-size:.75rem;line-height:1.4167;letter-spacing:.0181rem}.mt-app-showcase__eyebrow span{width:1rem;flex-basis:1rem}.mt-app-showcase__heading{margin-top:1rem;color:#1a1a1a;font-size:1.6875rem;line-height:1.1852}.mt-app-showcase__text{margin-top:1rem;font-size:.9375rem;line-height:1.4667}.mt-app-showcase__features{gap:.625rem;margin-top:1rem;font-size:.9375rem;line-height:1.4667}.mt-app-showcase__features li{padding-left:1.0625rem}.mt-app-showcase__features li:before{top:.5rem}.mt-app-showcase__uploaded,.mt-app-showcase__uploaded picture,.mt-app-showcase__phone{width:15.5rem;height:31.25rem}.mt-app-showcase__phone{padding:.875rem 1.375rem;border:0;border-radius:2.25rem}.mt-app-showcase__island{width:5.625rem;height:1.375rem}.mt-app-showcase__session-label{display:none}.mt-app-showcase__shot-count{margin-top:1.375rem;font-size:3rem;line-height:1.5}.mt-app-showcase__shot-summary{margin-top:-.1875rem;font-size:.75rem;line-height:1.5}.mt-app-showcase__court{width:12.75rem;height:9.375rem;margin-top:1.25rem;border-radius:.875rem}.mt-app-showcase__court-line--horizontal{top:4.625rem}.mt-app-showcase__court-line--vertical{display:none}.mt-app-showcase__ball{width:.6875rem;height:.6875rem}.mt-app-showcase__ball--one{top:2.5rem;left:2.5rem}.mt-app-showcase__ball--two{top:3.125rem;right:2.6875rem}.mt-app-showcase__ball--three{display:none}.mt-app-showcase__ball--four{bottom:1.8125rem;left:5.625rem}.mt-app-showcase__ball--five{display:none}.mt-app-showcase__stats{gap:.5rem;margin-top:1.25rem;font-size:.75rem;line-height:1.5}.mt-app-showcase__stat-third{display:none!important}}mt-banner{display:block}.mt-banner.is-mobile .mt-banner__media-desk{display:none!important}.mt-banner.is-mobile .mt-banner__media-mob{display:block!important}.mt-banner:not(.is-mobile) .mt-banner__media-desk{display:block!important}.mt-banner:not(.is-mobile) .mt-banner__media-mob{display:none!important}.mt-banner{position:relative;color:#fff;background:#0a0a0a}.mt-banner__viewport{position:relative;display:grid;min-height:0}.mt-banner__track{grid-area:1 / 1;display:contents;min-height:0}@media(min-width:750px){.mt-banner__viewport{min-height:0}}.mt-banner__slide{grid-area:1 / 1;position:relative;display:grid;align-items:stretch;min-height:0;opacity:0;visibility:hidden;pointer-events:none;z-index:0}.mt-banner__slide.is-active{opacity:1;visibility:visible;pointer-events:auto;z-index:1}@media(prefers-reduced-motion:no-preference){.js .mt-banner__slide{transition:opacity .7s cubic-bezier(.4,0,.2,1),visibility 0s linear .7s}.js .mt-banner__slide.is-active{transition:opacity .7s cubic-bezier(.4,0,.2,1),visibility 0s}}.mt-banner__media{position:relative;z-index:0}.mt-banner__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(0,0,0,calc(var(--bn-overlay, .25) * .35)),rgba(0,0,0,var(--bn-overlay, .35)));pointer-events:none}.mt-banner__media-desk,.mt-banner__media-mob{position:relative}.mt-banner__media-link{position:relative;display:block;color:inherit;text-decoration:none}.mt-banner__media-link:focus-visible{outline:2px solid #fff;outline-offset:-4px}.mt-banner__media-desk{display:none}.mt-banner__media-mob{display:block}@media(min-width:750px){.mt-banner__media-desk{display:block}.mt-banner__media-mob{display:none}}.mt-banner__img{display:block;width:100%;max-width:100%;height:auto;object-fit:contain}.mt-banner__media-fallback{width:100%;min-height:12rem;aspect-ratio:16 / 9;background:linear-gradient(135deg,#1a1a1a,#0d2a1a)}.mt-banner__content{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;box-sizing:border-box;padding-inline:max(1.5rem,env(safe-area-inset-left,0px)) max(1.5rem,env(safe-area-inset-right,0px));pointer-events:none}.mt-banner__copy,.mt-banner__copy a,.mt-banner__copy button{pointer-events:auto}.mt-banner__copy{position:absolute;top:calc(var(--bn-copy-y-m, 15) * 1%);left:calc(var(--bn-copy-x-m, 0) * 1%);transform:translate(var(--bn-copy-x-m-t, 0));display:grid;align-content:start;gap:.85rem;--copy-gap: .85rem;width:fit-content;max-width:min(100%,36rem);text-align:left;justify-items:start;box-sizing:border-box}.mt-banner__subtitle{margin:0;font-size:.75rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--bn-accent, #d1ff00)}.mt-banner__title{margin:0;font-family:var(--font-heading);font-size:clamp(2rem,7vw,4.25rem);font-weight:700;line-height:1.05;letter-spacing:-.02em;text-transform:uppercase;color:#fff;max-width:14ch}.mt-banner__desc{margin:.15rem 0 .35rem;font-size:clamp(.9375rem,1.6vw,1.125rem);line-height:1.45;color:#ffffffeb;max-width:34ch}.mt-banner__actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:flex-start;margin-top:.5rem}.mt-banner__btn{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;padding:.85rem 1.35rem;border-radius:999px;font-size:.875rem;font-weight:700;text-decoration:none;line-height:1;white-space:nowrap}.mt-banner__btn--primary{background:var(--bn-accent, #d1ff00);color:#0a0a0a}.mt-banner__btn--secondary{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.85)}@media(prefers-reduced-motion:no-preference){.mt-banner__btn--primary:hover,.mt-banner__btn--secondary:hover{transform:translateY(-1px)}}.mt-banner__dots{position:absolute;bottom:40px;left:50%;z-index:2;display:flex;flex-wrap:wrap;gap:.45rem;align-items:center;justify-content:center;width:auto;max-width:calc(100% - 2rem);margin:0;padding:0;transform:translate(-50%);pointer-events:auto}.mt-banner__dot{pointer-events:auto;width:1.35rem;height:.2rem;padding:0;border:none;border-radius:999px;background:#ffffff59;cursor:pointer}.mt-banner__dot.is-active{background:var(--bn-accent, #d1ff00)}.mt-banner__dot:focus-visible{outline:2px solid #fff;outline-offset:3px}.mt-banner__mobile-nav{display:none}.mt-banner__nav-btn{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;padding:0;border:none;border-radius:999px;background:#00000061;color:#fff;cursor:pointer;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.mt-banner__nav-btn svg{display:block;width:8px;height:15px}.mt-banner__nav-btn:focus-visible{outline:2px solid #fff;outline-offset:2px}@media(max-width:749px){.mt-banner__viewport{overflow:hidden;width:100%;min-height:0;display:block}.mt-banner__track{display:flex;align-items:flex-start;min-height:0;transition:transform .45s cubic-bezier(.4,0,.2,1);touch-action:pan-y;will-change:transform}.js .mt-banner.is-dragging .mt-banner__track{transition:none}.mt-banner__slide{flex:0 0 var(--bn-slide-w, 100%);width:var(--bn-slide-w, 100%);max-width:var(--bn-slide-w, 100%);min-width:0;min-height:0;display:block;position:relative;grid-area:auto;opacity:1;visibility:visible;pointer-events:auto;transition:none!important;overflow:hidden;box-sizing:border-box}.mt-banner__media{position:relative;inset:auto;touch-action:pan-y}.mt-banner__media-link,.mt-banner__media-mob{position:relative;inset:auto;display:block;max-width:100%}.mt-banner__media-desk{position:relative;inset:auto;display:none;max-width:100%}.mt-banner__img{width:100%;max-width:100%;height:auto;object-fit:contain;display:block}.mt-banner__media-fallback{min-height:12rem;height:auto}.mt-banner__content{position:absolute;top:0;right:0;bottom:0;left:0}.mt-banner__copy{padding-inline:0}.mt-banner__actions{flex-direction:column;align-items:flex-start;width:100%}.mt-banner__btn{width:min(100%,18rem)}.mt-banner__mobile-nav{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;align-items:center;justify-content:space-between;padding-inline:.75rem;pointer-events:none}.mt-banner__nav-btn{pointer-events:auto}}@media(min-width:750px){.mt-banner__copy{top:calc(var(--bn-copy-y, 30) * 1%);left:calc(var(--bn-copy-x, 0) * 1%);transform:translate(var(--bn-copy-x-t, 0))}.mt-banner__subtitle{font-size:.8125rem}}.mt-blog-featured{width:100%;padding-top:var(--bf-pad-top-m, 2.5rem);padding-bottom:var(--bf-pad-bottom-m, 2.5rem);background:var(--bf-bg, #fff)}@media(min-width:990px){.mt-blog-featured{padding-top:var(--bf-pad-top, 3.75rem);padding-bottom:var(--bf-pad-bottom, 3.75rem)}}.mt-blog-featured__inner{max-width:1280px;margin-inline:auto;padding-inline:1.25rem}@media(min-width:990px){.mt-blog-featured__inner{padding-inline:2.75rem}}.mt-blog-featured__heading{margin:0 0 2rem;font-family:var(--font-heading);font-weight:600;font-size:1.5rem;line-height:1.3;letter-spacing:normal;text-align:center;text-transform:uppercase;color:#333336}@media(min-width:990px){.mt-blog-featured__heading{margin-bottom:3.125rem;font-size:2.5rem;line-height:1.2}}.mt-blog-featured__grid{display:grid;grid-template-columns:1fr;gap:1.25rem;align-items:stretch}@media(min-width:990px){.mt-blog-featured__grid{grid-template-columns:minmax(0,1.85fr) minmax(280px,1fr);gap:1.5rem}}.mt-blog-featured__featured,.mt-blog-featured__side{min-width:0}.mt-blog-featured__side{display:flex;flex-direction:column;gap:1.5rem}@media(min-width:990px){.mt-blog-featured__side{justify-content:space-between}}.mt-blog-featured__card{text-decoration:none;color:inherit;display:block}.mt-blog-featured__card--featured{position:relative;border-radius:1rem;overflow:hidden;height:100%}@media(min-width:990px){.mt-blog-featured__card--featured{border-radius:1.5rem}}.mt-blog-featured__card--featured .mt-blog-featured__media{position:relative;width:100%;aspect-ratio:339 / 424;overflow:hidden;border-radius:1rem}@media(min-width:990px){.mt-blog-featured__card--featured .mt-blog-featured__media{aspect-ratio:700 / 394;border-radius:1.5rem}}.mt-blog-featured__card--featured .mt-blog-featured__image{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.mt-blog-featured__card--featured picture{display:block;width:100%;height:100%}.mt-blog-featured__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000 35%,#000000b8);pointer-events:none}.mt-blog-featured__card--featured .mt-blog-featured__content{position:absolute;inset:auto 0 0;z-index:1;padding:1.25rem 1rem 1.5rem}@media(min-width:990px){.mt-blog-featured__card--featured .mt-blog-featured__content{padding:1.75rem 2rem 2rem}}.mt-blog-featured__card--featured .mt-blog-featured__title{margin:.625rem 0 .75rem;font-size:1rem;line-height:1.5;color:#fff}@media(min-width:990px){.mt-blog-featured__card--featured .mt-blog-featured__title{margin:.75rem 0 1rem}}.mt-blog-featured__card--compact{display:flex;flex-direction:column;align-items:stretch;gap:.75rem;flex:1}@media(min-width:990px){.mt-blog-featured__card--compact{flex-direction:row;align-items:stretch;gap:1rem}}.mt-blog-featured__card--compact .mt-blog-featured__media{flex:none;width:100%;aspect-ratio:339 / 226;border-radius:1rem;overflow:hidden}@media(min-width:990px){.mt-blog-featured__card--compact .mt-blog-featured__media{flex:0 0 11.25rem;width:11.25rem;aspect-ratio:1 / 1}}.mt-blog-featured__card--compact .mt-blog-featured__image{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.mt-blog-featured__card--compact picture{display:block;width:100%;height:100%}.mt-blog-featured__card--compact .mt-blog-featured__content{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:flex-start;padding:0 .25rem}@media(min-width:990px){.mt-blog-featured__card--compact .mt-blog-featured__content{padding:.25rem 0}}.mt-blog-featured__card--compact .mt-blog-featured__title{margin:.5rem 0 .625rem;font-size:.9375rem;line-height:1.5;color:#333336}@media(min-width:990px){.mt-blog-featured__card--compact .mt-blog-featured__title{margin:.75rem 0 1.625rem;font-size:1rem}}.mt-blog-date{display:inline-flex;align-items:center;gap:.375rem;font-size:.625rem;line-height:1.25rem;color:#525256}.mt-blog-date--light{color:#fff}.mt-blog-date__icon{display:inline-flex;flex-shrink:0}.mt-blog-featured__title{margin:0;font-family:var(--font-heading);font-weight:400;letter-spacing:normal}.mt-blog-featured__link{font-size:.75rem;line-height:1.25rem;text-decoration:underline;text-underline-offset:.1875rem}.mt-blog-featured__card--featured .mt-blog-featured__link{color:#fff}.mt-blog-featured__card--compact .mt-blog-featured__link{color:#333336}.mt-blog-featured__image--placeholder{width:100%;height:100%;background:#f0f0f2;display:flex;align-items:center;justify-content:center}.mt-blog-featured__footer{margin-top:2rem;display:flex;justify-content:center}@media(min-width:990px){.mt-blog-featured__footer{margin-top:3rem}}.mt-blog-featured__button{display:inline-flex;align-items:center;justify-content:center;width:100%;min-width:0;padding:.625rem 1.5rem;border:1px solid #333336;border-radius:999px;color:#333336;font-size:.875rem;line-height:1.375rem;text-decoration:none;transition:background-color .25s ease,color .25s ease,border-color .25s ease}@media(min-width:990px){.mt-blog-featured__button{width:auto;min-width:min(100%,16.6875rem)}}@media(prefers-reduced-motion:no-preference){.mt-blog-featured__button:hover{background:#daff00;color:#333336;border-color:#daff00}}mt-blog-filter{display:block}.mt-blog-filter{width:100%;padding-top:var(--bfilt-pad-top-m, 2.5rem);padding-bottom:var(--bfilt-pad-bottom-m, 2.5rem);background:var(--bfilt-bg, #fff)}@media(min-width:990px){.mt-blog-filter{padding-top:var(--bfilt-pad-top, 3.75rem);padding-bottom:var(--bfilt-pad-bottom, 3.75rem)}}.mt-blog-filter__inner{max-width:1280px;margin-inline:auto;padding-inline:1.125rem}@media(min-width:990px){.mt-blog-filter__inner{padding-inline:2.75rem}}.mt-blog-filter__meta{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-bottom:1.25rem;margin-bottom:2rem;border-bottom:1px solid #e6e6e9;flex-wrap:wrap}.mt-blog-filter__meta-left{display:flex;align-items:center;flex-wrap:wrap}.mt-blog-filter__meta-author{font-size:.875rem;line-height:1.375rem;color:#1d1d1f;padding-right:1.5rem;border-right:1px solid #e6e6e9}.mt-blog-filter__meta-date{font-size:.875rem;line-height:1.375rem;color:#525256;padding-left:1.5rem}.mt-blog-filter__meta-share{display:flex;align-items:center;gap:1.125rem;margin-left:auto}.mt-blog-filter__meta-share-label{font-size:1rem;line-height:1.5rem;color:#333336}.mt-blog-filter__meta-share a,.mt-blog-filter__meta-share button.mt-blog-filter__share-native{display:inline-flex;width:1.125rem;height:1.125rem;padding:0;border:none;background:transparent;cursor:pointer;color:#333336}.mt-blog-filter__meta-share svg{width:1.125rem;height:1.125rem}.mt-blog-filter__layout{display:grid;grid-template-columns:minmax(200px,240px) minmax(0,1fr);gap:3rem;align-items:start}.mt-blog-filter__sidebar-heading{margin:0 0 .875rem;font-family:var(--font-heading);font-weight:600;font-size:2.5rem;line-height:1.2;text-transform:uppercase;color:#333336}.mt-blog-filter__sidebar-desc{margin:0;font-size:1rem;line-height:1.5;color:#1d1d1f;padding-bottom:1.875rem}.mt-blog-filter__sidebar-divider{border:none;height:1px;margin:1.25rem 0;background-color:#f5f5f7}.mt-blog-filter__filters{list-style:none;margin:0;padding:0}.mt-blog-filter__filter-item{padding-top:1.875rem}.mt-blog-filter__filter-link{font-size:1rem;line-height:1.5;color:#525256;text-decoration:none;transition:color .2s ease;display:inline-block;padding:0;border:none;background:transparent;cursor:pointer}.mt-blog-filter__filter-link:hover,.mt-blog-filter__filter-link.is-active{color:#1d1d1f;font-weight:500}.mt-blog-filter__card[hidden]{display:none!important}.mt-blog-filter__empty--grid{grid-column:1 / -1}.mt-blog-filter__pagination[hidden]{display:none!important}.mt-blog-filter__pagination-inner{display:flex;align-items:center;justify-content:center;gap:.75rem;max-width:100%;flex-wrap:nowrap}.mt-blog-filter__page-list{display:flex;align-items:center;justify-content:center;gap:.75rem;min-width:0;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:.25rem 0}.mt-blog-filter__page-list::-webkit-scrollbar{display:none}.mt-blog-filter__page-arrow{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:2rem;height:2rem;padding:0;border:none;background:transparent;color:#333336;cursor:pointer;transition:opacity .2s ease}.mt-blog-filter__page-arrow:hover:not(:disabled){opacity:.65}.mt-blog-filter__page-arrow:disabled{opacity:.25;cursor:not-allowed}.mt-blog-filter__page-num{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;min-width:2.5rem;height:2.5rem;padding:0 .375rem;border:none;border-radius:50%;background:transparent;font-size:1rem;line-height:1;font-weight:400;color:#333336;cursor:pointer;transition:background-color .2s ease,color .2s ease}.mt-blog-filter__page-num:hover:not(.is-active){opacity:.7}.mt-blog-filter__page-num.is-active{background:var(--bfilt-page-active, #daff00);font-weight:500;cursor:default}.mt-blog-filter__page-ellipsis{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;min-width:1.5rem;font-size:1rem;line-height:1;color:#333336;-webkit-user-select:none;user-select:none;pointer-events:none}.mt-blog-filter__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem 1.5rem}.mt-blog-filter__grid--cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.mt-blog-filter__card{text-decoration:none;color:inherit;display:block}.mt-blog-filter__card-media{border-radius:1.25rem;overflow:hidden;margin-bottom:1rem}.mt-blog-filter__card-image{width:100%;height:auto;display:block;aspect-ratio:16 / 10;object-fit:cover;object-position:center}.mt-blog-filter__card-media picture{display:block}.mt-blog-filter__card-image--placeholder{aspect-ratio:16 / 10;background:#f0f0f2;display:flex;align-items:center;justify-content:center}.mt-blog-filter__card-body .mt-blog-date{margin-bottom:.75rem}.mt-blog-filter__card-title{margin:0 0 1.75rem;font-family:var(--font-heading);font-weight:400;font-size:1rem;line-height:1.5;color:#1d1d1f}.mt-blog-filter__card-link{font-size:.875rem;line-height:1.375rem;text-decoration:underline;text-underline-offset:.1875rem;color:#525256}.mt-blog-filter__empty{font-size:1rem;color:#525256;grid-column:1 / -1}.mt-blog-filter__pagination{margin-top:3rem}.mt-blog-filter__filter-toggle{display:none;align-items:center;gap:.625rem;width:100%;margin:0;padding:0 0 1.25rem;border:none;border-bottom:1px solid #e6e6e9;border-radius:0;background:transparent;cursor:pointer;text-align:left}.mt-blog-filter__filter-toggle-icon{display:inline-flex;flex-shrink:0;width:1.125rem;height:1.125rem}.mt-blog-filter__filter-toggle-text{font-family:var(--font-heading);font-weight:600;font-size:1.5rem;line-height:1.33;color:#333336}.mt-blog-filter__drawer{position:relative}.mt-blog-filter__drawer-backdrop,.mt-blog-filter__drawer-close{display:none}.mt-blog-filter__drawer-panel{width:100%}.mt-blog-filter__drawer-header{display:none}body.mt-blog-filter-drawer-open{overflow:hidden}@media(max-width:989px){.mt-blog-filter__filter-toggle{display:flex}.mt-blog-filter__meta{margin-top:1.25rem;margin-bottom:1.5rem;padding-bottom:1.25rem}.mt-blog-filter__layout{grid-template-columns:1fr;gap:0}.mt-blog-filter__sidebar{display:block;width:0;height:0;overflow:visible}.mt-blog-filter__drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;display:flex;align-items:flex-end;justify-content:center;pointer-events:none;visibility:hidden;transition:visibility .3s ease}.mt-blog-filter__drawer.is-open{pointer-events:auto;visibility:visible}.mt-blog-filter__drawer-backdrop{display:block;position:absolute;top:0;right:0;bottom:0;left:0;border:none;padding:0;margin:0;background:#0006;opacity:0;cursor:pointer;transition:opacity .3s ease}.mt-blog-filter__drawer.is-open .mt-blog-filter__drawer-backdrop{opacity:1}.mt-blog-filter__drawer-panel{position:relative;z-index:1;width:100%;max-height:85vh;overflow-y:auto;background:#fff;border-radius:1.5rem 1.5rem 0 0;padding:1.5rem 1.125rem 2.5rem;transform:translateY(100%);transition:transform .35s cubic-bezier(.32,.72,0,1)}.mt-blog-filter__drawer.is-open .mt-blog-filter__drawer-panel{transform:translateY(0)}.mt-blog-filter__drawer-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.875rem}.mt-blog-filter__drawer-header .mt-blog-filter__sidebar-heading{margin:0;font-size:1.5rem;line-height:1.33}.mt-blog-filter__drawer-close{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;padding:.25rem .875rem;border:none;border-radius:999px;background:var(--bfilt-drawer-close-bg, #70f195);font-weight:500;font-size:.75rem;line-height:1.25rem;color:#333336;cursor:pointer}.mt-blog-filter__sidebar-desc{padding-bottom:.625rem}.mt-blog-filter__sidebar-divider{margin:0}.mt-blog-filter__filter-item{margin-bottom:1.5rem;padding-top:.625rem}.mt-blog-filter__filter-item:last-child{margin-bottom:0}.mt-blog-filter__grid,.mt-blog-filter__grid--cols-3{grid-template-columns:1fr;gap:1.75rem}.mt-blog-filter__meta-author{padding-right:1rem}.mt-blog-filter__meta-date{padding-left:1rem}.mt-blog-filter__meta-share{margin-left:0}}@media(min-width:990px){.mt-blog-filter__drawer-header{display:block}.mt-blog-filter__drawer-header .mt-blog-filter__sidebar-heading{margin-bottom:0}}mt-collection-grid{display:block}.mt-collection{padding-block:var(--cl-pad-y, 48px);background:#fff;color:#1d1d1f}.mt-collection__inner{max-width:var(--cl-max, 1440px);margin-inline:auto;padding-inline:var(--cl-pad-x, 24px);box-sizing:border-box}.mt-collection__layout{display:grid;gap:1.5rem}.mt-collection__sidebar-heading{display:none;margin:0 0 1rem;font-size:1.5rem;font-weight:700;line-height:1.2}.mt-collection__nav{display:none;position:relative;margin:0;padding:4px;list-style:none}.mt-collection__nav-pill{display:none;position:absolute;top:0;left:4px;right:4px;height:0;border-radius:999px;background:#f5f5f7;pointer-events:none;z-index:0;transform:translateY(0)}@media(prefers-reduced-motion:no-preference){.mt-collection__nav-pill{transition:transform .38s cubic-bezier(.4,0,.2,1),height .38s cubic-bezier(.4,0,.2,1)}}.mt-collection__nav-link{position:relative;z-index:1;display:block;padding:.55rem .75rem;border-radius:999px;color:#1d1d1fb8;text-decoration:none;font-size:.98rem;font-weight:400;line-height:1.35;transition:color .3s ease,box-shadow .3s ease}.mt-collection__nav-link.is-active,.mt-collection__nav-link[aria-current=page]{color:#1d1d1f;font-weight:500;background:transparent;box-shadow:0 0 0 1.5px #1d1d1fb8}.mt-collection__heading{display:none;margin:0 0 1rem;font-family:var(--font-heading);font-size:clamp(1.75rem,3.5vw,2.35rem);font-weight:700;letter-spacing:-.02em;line-height:1.1}.mt-collection__tabs{display:flex;flex-wrap:wrap;gap:.55rem;margin-bottom:1rem}.mt-collection__tab{display:inline-flex;align-items:center;justify-content:center;min-height:2.25rem;padding:.45rem 1rem;border-radius:999px;background:#f2f2f3;color:#1d1d1fb8;font-size:.875rem;font-weight:500;text-decoration:none}.mt-collection__tab.is-active{background:var(--cl-accent, #d1ff00);color:#111;font-weight:600}.mt-collection__toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:20px;font-family:Poppins;font-weight:500;font-size:14px;line-height:100%;letter-spacing:0%;color:#333}.mt-collection__count{margin:0;display:flex;flex-wrap:wrap;align-items:baseline;gap:0}.mt-collection__count-name:after{content:"\b7";margin-inline:.35rem;font-weight:400;color:#333}.mt-collection__count-name{font-family:Poppins;font-weight:500;font-size:14px;line-height:100%;letter-spacing:0%;color:#333}.mt-collection__sort{position:relative;margin:0}.mt-collection__sort-toggle{display:inline-flex;align-items:center;gap:.4rem;padding:.45rem .85rem;border:1px solid rgba(29,29,31,.12);border-radius:999px;background:#fff;color:#1d1d1f;font:inherit;font-size:inherit;line-height:1.2;cursor:pointer}.mt-collection__sort-chevron{flex:0 0 auto;transition:transform .2s ease}.mt-collection__sort.is-open .mt-collection__sort-chevron{transform:rotate(180deg)}.mt-collection__sort-menu{position:absolute;top:calc(100% + .35rem);right:0;z-index:20;min-width:12rem;margin:0;padding:.35rem;list-style:none;border:1px solid rgba(29,29,31,.1);border-radius:.75rem;background:#fff;box-shadow:0 12px 32px #0000001a}.mt-collection__sort-menu[hidden]{display:none}.mt-collection__sort-option{display:block;width:100%;padding:.55rem .75rem;border:none;border-radius:.45rem;background:transparent;color:#1d1d1f;font:inherit;font-size:.875rem;text-align:left;cursor:pointer}.mt-collection__sort-option.is-active,.mt-collection__sort-option:hover,.mt-collection__sort-option:focus-visible{background:#1d1d1f0f}.mt-collection__sort-toggle:focus-visible,.mt-collection__sort-option:focus-visible{outline:2px solid var(--cl-accent, #d1ff00);outline-offset:2px}.mt-collection__grid{display:grid;grid-template-columns:1fr;gap:.85rem;margin:0;padding:0;list-style:none}.mt-collection__card{position:relative;overflow:hidden;border-radius:1rem;background:#fff;height:100%}.mt-collection__card--product{border:1px solid rgba(29,29,31,.08)}.mt-collection__product-link{display:grid;height:100%;color:inherit;text-decoration:none}.mt-collection__media--product{aspect-ratio:1 / 1}.mt-collection__product-body{position:relative;display:grid;gap:.45rem;padding:.85rem .95rem 1rem}.mt-collection__product-go{position:absolute;right:.95rem;bottom:1rem;z-index:1;display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:50%;background:#333;opacity:0;transform:scale(.88);pointer-events:none;transition:opacity .28s ease,transform .28s ease}.mt-collection__product-go svg{display:block;width:8px;height:15px}@media(hover:hover)and (prefers-reduced-motion:no-preference){.mt-collection__product-link:hover .mt-collection__product-go,.mt-collection__product-link:focus-visible .mt-collection__product-go{opacity:1;transform:scale(1)}}@media(hover:hover)and (prefers-reduced-motion:reduce){.mt-collection__product-link:hover .mt-collection__product-go,.mt-collection__product-link:focus-visible .mt-collection__product-go{opacity:1;transform:none}}.mt-collection__media{overflow:hidden;background:#f5f5f5}.mt-collection__media--banner{min-height:14rem}.mt-collection__card--banner{width:100%;min-width:0;min-height:14rem}.mt-collection__card--banner .mt-collection__media--banner{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;min-height:0}.mt-collection__media-desk,.mt-collection__media-mob{width:100%;height:100%}.mt-collection__card--banner .mt-collection__media-desk,.mt-collection__card--banner .mt-collection__media-mob{position:absolute;top:0;right:0;bottom:0;left:0}.mt-collection__media-desk{display:none;height:100%}.mt-collection__media-mob{display:block;height:100%}.mt-collection__media-desk .mt-collection__img,.mt-collection__media-mob .mt-collection__img{width:100%;height:100%;object-fit:cover}.mt-collection__media--promo{aspect-ratio:4 / 5;min-height:18rem}.mt-collection__media--fallback{background:linear-gradient(145deg,#ececee,#f8f8f8)}.mt-collection__img{width:100%;height:100%;object-fit:cover;display:block}.mt-collection__card--banner .mt-collection__img,.mt-collection__card--promo .mt-collection__img{object-fit:cover;object-position:center}.mt-collection__card--banner .mt-collection__media-desk .mt-collection__img,.mt-collection__card--banner .mt-collection__media-mob .mt-collection__img{width:100%;height:100%;object-fit:cover;object-position:center}.mt-collection__card--product .mt-collection__img{object-fit:contain}.mt-collection__overlay{position:absolute;inset:auto 0 0 0;padding:40px;color:#fff}.mt-collection__overlay--promo{padding-bottom:1.35rem}.mt-collection__card--tone-light .mt-collection__overlay{color:#fff}.mt-collection__eyebrow{font-family:Poppins;font-weight:500;font-size:12px;line-height:100%;letter-spacing:2.5%;text-transform:uppercase;color:#daff00;margin-bottom:14px}.mt-collection__banner-title,.mt-collection__promo-title{margin:0 0 16px;font-family:Poppins;font-weight:700;font-size:36px;line-height:110%;letter-spacing:-.5%;color:#111;color:#fff;max-width:560px}.mt-collection__banner-text{margin:0;max-width:28rem;font-size:.875rem;line-height:1.5;opacity:.92}.mt-collection__banner-title+.mt-collection__btn{margin-top:12px}.mt-collection__btn{position:relative;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;min-height:2.25rem;padding:.45rem 1rem;border:1.5px solid transparent;border-radius:999px;background:transparent;font-size:.8125rem;font-weight:600;text-decoration:none;transition:border-color .3s ease,color .3s ease}.mt-collection__btn-fill{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;transform:scaleX(0);transform-origin:left;pointer-events:none}@media(prefers-reduced-motion:no-preference){.mt-collection__btn-fill{transition:transform .38s cubic-bezier(.4,0,.2,1)}}.mt-collection__btn-label{position:relative;z-index:1}.mt-collection__btn--accent{border-color:#ffffff73;color:#fff}.mt-collection__btn--accent .mt-collection__btn-fill{background:var(--cl-accent, #d1ff00)}.mt-collection__btn--accent.is-fill{border-color:transparent;color:#111}.mt-collection__btn--light{border-color:#fff;color:#fff}.mt-collection__btn--light .mt-collection__btn-fill{background:#fff}.mt-collection__btn--light.is-fill{border-color:transparent;color:#111}@media(prefers-reduced-motion:reduce){.mt-collection__btn--accent.is-fill{background:var(--cl-accent, #d1ff00)}.mt-collection__btn--light.is-fill{background:#fff}}.mt-collection__btn:focus-visible{outline:2px solid var(--cl-accent, #d1ff00);outline-offset:2px}.mt-collection__swatches{display:flex;gap:.45rem;margin:0;padding:0;list-style:none}.mt-collection__swatches li{display:flex;align-items:center;justify-content:center}.mt-collection__swatch{display:block;width:.85rem;height:.85rem;border-radius:50%;background:var(--swatch, #ddd);border:1px solid rgba(29,29,31,.12);box-sizing:border-box}.mt-collection__swatch.is-active{box-shadow:0 0 0 1.5px #fff,0 0 0 2.5px #1d1d1fb8}.mt-collection__badge{display:inline-flex;align-items:center;justify-content:center;width:fit-content;margin:0;padding:4px 10px;border-radius:999px;background:#161616;color:#fff;font-weight:500;font-size:11px;line-height:100%;letter-spacing:0%}.mt-collection__product-title{margin:0;font-size:1rem;font-weight:700;line-height:1.25}.mt-collection__rating{display:inline-flex;align-items:center;gap:.35rem;margin:0;font-size:.8125rem;color:#1d1d1fb8}.mt-collection__stars{display:inline-flex;gap:.05rem;color:#111}.mt-collection__price{margin:0;font-size:.9375rem;font-weight:600}.mt-collection__main.is-loading{opacity:.55;pointer-events:none}@media(max-width:989px){.mt-collection{overflow-x:clip}.mt-collection__inner.page-width{max-width:100%;padding-inline:20px;overflow-x:clip;box-sizing:border-box}.mt-collection__layout,.mt-collection__main,.mt-collection__grid,.mt-collection__item{min-width:0}.mt-collection__count-name{display:none}.mt-collection__sort-toggle{flex-shrink:0;white-space:nowrap;font-family:Poppins,sans-serif;font-weight:500;font-size:12.5px;line-height:100%;letter-spacing:0;color:#333}.mt-collection__sort-label{white-space:nowrap}.mt-collection__tabs{flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity;scrollbar-width:none;margin-inline:0;padding-bottom:.25rem}.mt-collection__tabs::-webkit-scrollbar{display:none}.mt-collection__tab{flex:0 0 auto;white-space:nowrap;scroll-snap-align:start}.mt-collection__overlay,.mt-collection__overlay--promo{padding:24px}.mt-collection__eyebrow{margin-bottom:12px}.mt-collection__banner-title{font-size:24px;margin-bottom:0;padding-bottom:0}.mt-collection__card--banner{aspect-ratio:16 / 10;height:auto}}@media(min-width:990px){.mt-collection__media-desk{display:block}.mt-collection__media-mob{display:none}.mt-collection__layout{grid-template-columns:minmax(10rem,12rem) minmax(0,1fr);gap:2.5rem;align-items:start}.mt-collection__sidebar{position:sticky;top:var(--cl-sticky-top, 1.5rem);align-self:start;z-index:2;max-height:calc(100vh - var(--cl-sticky-top, 1.5rem) - 1.5rem);overflow-y:auto;scrollbar-width:thin}.mt-collection__nav{display:grid;gap:0}.mt-collection__tabs{display:none}.mt-collection__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.mt-collection__item{min-width:0}.mt-collection__item--banner{grid-column:span 2}.mt-collection__item--product,.mt-collection__item--promo{grid-column:span 1}.mt-collection__card--banner{height:100%;min-height:18rem}}.mt-collection-mosaic{padding-block:var(--cm-pad-y-m, 0);padding-inline:var(--cm-pad-x-m, 15px);background:var(--cm-bg, #fff);color:#1a1a1a}@media(min-width:750px){.mt-collection-mosaic{padding-block:var(--cm-pad-y, 0);padding-inline:var(--cm-pad-x, 40px)}}.mt-cmosaic__inner{width:100%;max-width:var(--cm-max, none);margin-inline:auto;box-sizing:border-box}.mt-cmosaic__title{margin:0 0 1.875rem;font-family:var(--font-heading);font-size:var(--cm-title-size-m, 1.5rem);font-weight:var(--cm-title-weight-m, 700);line-height:1;letter-spacing:normal;text-align:var(--cm-title-align, center);color:#333336}@media(min-width:750px){.mt-cmosaic__title{margin-bottom:3.125rem;font-size:var(--cm-title-size, 2rem);font-weight:var(--cm-title-weight, 700)}}.mt-cmosaic__title--left{text-align:left}.mt-cmosaic__title--center{text-align:center}.mt-cmosaic__title--right{text-align:right}.mt-cmosaic__grid{display:grid;grid-template-rows:repeat(2,auto);gap:.625rem;width:100%}.mt-cmosaic__grid--columns-4{grid-template-columns:repeat(4,minmax(0,1fr))}.mt-cmosaic__grid--columns-3{grid-template-columns:repeat(3,minmax(0,1fr))}.mt-cmosaic__item{position:relative;overflow:hidden;border-radius:.5rem;min-height:12.5rem}.mt-cmosaic__link{display:block;width:100%;height:100%;text-decoration:none;color:inherit}.mt-cmosaic__media{position:relative;width:100%;height:100%;overflow:hidden;border-radius:.5rem;display:flex;align-items:stretch}.mt-cmosaic__media picture{display:block;width:100%;height:100%}.mt-cmosaic__img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}@media(prefers-reduced-motion:no-preference){.mt-cmosaic__link:hover .mt-cmosaic__img{transform:scale(1.05)}}.mt-cmosaic__placeholder{width:100%;min-height:12.5rem;background:#f5f5f5;display:flex;align-items:center;justify-content:center;color:#999;font-size:.875rem}.mt-cmosaic__label{font-size:var(--cm-label-size-m, 1rem);font-weight:500;line-height:1;letter-spacing:normal;text-align:center}@media(min-width:750px){.mt-cmosaic__label{font-size:var(--cm-label-size, 1.125rem)}}.mt-cmosaic__label--overlay{position:absolute;inset:auto 0 0;padding:1.25rem 0;color:#fff;z-index:1;transition:opacity .3s ease}@media(prefers-reduced-motion:no-preference){.mt-cmosaic__link:hover .mt-cmosaic__label--overlay{opacity:.9}}.mt-cmosaic__label--below{position:relative;padding:.625rem 1rem;color:#fff;margin-top:0;border-radius:0 0 .5rem .5rem}@media(min-width:750px){.mt-cmosaic__label--below{padding:1.25rem}}.mt-cmosaic__label--plain,.mt-cmosaic--below-plain .mt-cmosaic__label--below{color:#1a1a1a;background:transparent!important;padding-block:1.25rem}@media(max-width:749px){.mt-cmosaic__label--plain,.mt-cmosaic--below-plain .mt-cmosaic__label--below{padding:.625rem}}.mt-cmosaic__item--label-below .mt-cmosaic__link{display:flex;flex-direction:column;height:100%}.mt-cmosaic__item--label-below .mt-cmosaic__media{flex:1 1 auto;border-radius:.5rem .5rem 0 0}.mt-cmosaic__empty{margin:0;text-align:center;padding:3.75rem 1.25rem;color:#999}@media(max-width:749px){.mt-cmosaic__grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:auto}.mt-cmosaic__item--cols-1{grid-column:span 1!important;grid-row:span 1!important}.mt-cmosaic__item--cols-2,.mt-cmosaic__item--cols-3,.mt-cmosaic__item--cols-4{grid-column:span 2!important;grid-row:span 1!important}}@media(min-width:750px)and (max-width:1024px){.mt-cmosaic__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}mt-community{display:block}.mt-community{padding-block:var(--cm-pad-y, 64px);background:var(--cm-bg, #f5f5f5);color:#1d1d1f}.mt-community__inner{width:100%;max-width:var(--cm-max, 1440px);margin-inline:auto;padding-inline:var(--cm-pad-x, 24px);box-sizing:border-box}.mt-community__head{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:1rem 1.5rem;margin-bottom:1.5rem}.mt-community__subtitle{display:inline-flex;align-items:center;gap:.55rem;margin:0 0 .55rem;font-family:Poppins;font-weight:500;font-size:11px;line-height:18px;letter-spacing:normal;text-transform:uppercase;color:#717171}.mt-community__accent{display:inline-block;width:1.35rem;height:2px;background:var(--cm-accent, #d1ff00);flex:0 0 auto}.mt-community__heading{margin:0;font-family:var(--font-heading);font-size:30px;font-weight:700;letter-spacing:normal;line-height:40px}.mt-community__view-all{display:inline-flex;align-items:center;gap:.35rem;font-size:.9375rem;font-weight:600;color:inherit;text-decoration:none;white-space:nowrap}.mt-community__view-all:hover,.mt-community__view-all:focus-visible{opacity:.7}.mt-community__carousel{position:relative}.mt-community__track{display:flex;gap:.85rem;margin:0;padding:0 0 .35rem;list-style:none;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none}.mt-community__track::-webkit-scrollbar{display:none}.mt-community__slide{flex:0 0 auto;width:min(78vw,17.5rem);scroll-snap-align:start}.mt-community__card{display:flex;flex-direction:column;gap:9px;height:100%;overflow:hidden;border:1px solid #ececec;border-radius:18px;background:#fff}.mt-community__media{position:relative;overflow:hidden;border-radius:18px 18px 0 0;aspect-ratio:4 / 5}.mt-community__img,.mt-community__video,.mt-community__fallback{width:100%;height:100%;object-fit:cover;display:block}.mt-community__video{position:absolute;top:0;right:0;bottom:0;left:0;background:#111}.mt-community__poster{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;transition:opacity .35s ease}.mt-community__slide.is-playing .mt-community__poster{opacity:0;pointer-events:none}.mt-community__tag{position:absolute;left:.75rem;bottom:.75rem;z-index:2;display:inline-flex;align-items:center;gap:6px;margin:0;padding:6px 10px;border-radius:999px;background:#ffffff29;color:#fff;font-size:13px;font-weight:500;line-height:18px;letter-spacing:normal;max-width:calc(100% - 1.5rem);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mt-community__tag-dot{width:.4rem;height:.4rem;border-radius:50%;background:var(--cm-accent, #d1ff00);flex:0 0 auto}.mt-community__product{display:grid;grid-template-columns:2.75rem minmax(0,1fr);gap:.7rem;align-items:center;padding:0 16px}.mt-community__thumb{display:block;overflow:hidden;width:2.75rem;height:2.75rem;border-radius:.45rem;background:#1d1d1f0f}.mt-community__thumb-img{width:100%;height:100%;object-fit:cover}.mt-community__product-title{display:block;margin:0;font-size:.9375rem;font-weight:700;color:inherit;text-decoration:none;line-height:1.25}.mt-community__price{margin:2px 0 0;font-size:12.5px;color:#717171}.mt-community__actions{display:flex;align-items:stretch;gap:0;padding:12px 16px 16px}.mt-community__atc,.mt-community__go{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font:inherit;font-size:.8125rem;font-weight:700;text-decoration:none;cursor:pointer}.mt-community__atc{position:relative;overflow:hidden;flex:1 1 auto;min-width:0;min-height:2.65rem;padding:.65rem .85rem;border:1.5px solid #333333;background:transparent;color:#1d1d1f;transition:border-color .3s ease}.mt-community__atc-fill{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--cm-accent, #d1ff00);border-radius:inherit;transform:scaleX(0);transform-origin:left;pointer-events:none}@media(prefers-reduced-motion:no-preference){.mt-community__atc-fill{transition:transform .38s cubic-bezier(.4,0,.2,1)}}.mt-community__atc-label{position:relative;z-index:1;transition:color .3s ease}@media(prefers-reduced-motion:reduce){.mt-community__atc.is-fill{background:var(--cm-accent, #d1ff00);border-color:var(--cm-accent, #d1ff00)}}.mt-community__actions:hover .mt-community__atc:not(:disabled),.mt-community__atc.is-fill{border-color:var(--cm-accent, #d1ff00)}.mt-community__go{flex:0 0 auto;width:2.65rem;height:2.65rem;border:none;background:var(--cm-accent, #d1ff00);color:#1d1d1f}@media(min-width:750px)and (hover:hover)and (prefers-reduced-motion:no-preference){.mt-community__go{max-width:0;opacity:0;overflow:hidden;margin-left:0;pointer-events:none;transform:translate(-.65rem);transition:max-width .38s cubic-bezier(.4,0,.2,1),opacity .28s cubic-bezier(.4,0,.2,1),transform .38s cubic-bezier(.4,0,.2,1),margin-left .38s cubic-bezier(.4,0,.2,1)}.mt-community__actions:hover .mt-community__go,.mt-community__actions:focus-within .mt-community__go{max-width:2.65rem;opacity:1;margin-left:.5rem;pointer-events:auto;transform:none}}@media(min-width:750px)and (hover:hover)and (prefers-reduced-motion:reduce){.mt-community__go{max-width:0;opacity:0;overflow:hidden;margin-left:0;pointer-events:none}.mt-community__actions:hover .mt-community__go,.mt-community__actions:focus-within .mt-community__go{max-width:2.65rem;opacity:1;margin-left:.5rem;pointer-events:auto}}.mt-community__atc:disabled{opacity:.45;cursor:not-allowed}.mt-community__atc.is-loading{opacity:.7;pointer-events:none}.mt-community__go svg{display:block;width:10px;height:16px}@media(max-width:749px){.mt-community__actions{gap:.5rem;align-items:center}.mt-community__atc{flex:1 1 auto;min-height:3rem;padding:.75rem 1rem;border:none;background:var(--cm-accent, #d1ff00);color:#1d1d1f}.mt-community__atc-fill{display:none}.mt-community__atc-label{font-size:.875rem;font-weight:700;color:#1d1d1f}.mt-community__actions:hover .mt-community__atc:not(:disabled),.mt-community__atc.is-fill{border-color:transparent;background:var(--cm-accent, #d1ff00)}.mt-community__go{flex:0 0 auto;width:3rem;height:3rem;max-width:none;opacity:1;margin-left:0;pointer-events:auto;transform:none;overflow:visible;border-radius:50%;background:var(--cm-accent, #d1ff00)}}.mt-community__nav{display:none;justify-content:flex-end;gap:.55rem;margin-top:1.25rem}.mt-community__nav-btn{position:relative;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;padding:0;border:none;border-radius:50%;background:transparent;box-shadow:inset 0 0 0 1.5px #333336;color:#333336;cursor:pointer;transition:color .3s ease}.mt-community__nav-btn-fill{position:absolute;top:-1.5px;right:-1.5px;bottom:-1.5px;left:-1.5px;background:#333336;border-radius:inherit;transform:scaleX(0);transform-origin:left center;pointer-events:none}@media(prefers-reduced-motion:no-preference){.mt-community__nav-btn-fill{transition:transform .38s cubic-bezier(.4,0,.2,1)}}.mt-community__nav-btn-icon{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;transition:color .3s ease}.mt-community__nav-btn.is-fill{color:#fff}@media(prefers-reduced-motion:reduce){.mt-community__nav-btn.is-fill{background:#333336;color:#fff}}.mt-community__nav-btn svg{display:block;width:8px;height:15px}.mt-community__nav-btn:focus-visible{outline:2px solid #333336;outline-offset:2px}@media(min-width:750px){.mt-community__head{margin-bottom:2rem}.mt-community__track{gap:1rem}.mt-community__slide{width:min(22vw,16.5rem)}.mt-community__nav{display:flex}}@media(min-width:990px){.mt-community__subtitle{font-size:13px}.mt-community__heading{font-size:54px;line-height:1.1}.mt-community__slide{width:calc((100% - 3rem)/4)}}@media(min-width:1200px){.mt-community__slide{width:calc((100% - 4rem)/5)}}mt-compare{display:block}.mt-compare{padding-block:var(--cp-pad-y, 64px);background:#fff;color:#1d1d1f}.mt-compare__inner{max-width:var(--cp-max, 1440px);margin-inline:auto;padding-inline:var(--cp-pad-x, 24px);box-sizing:border-box}.mt-compare__head{margin-bottom:2rem}.mt-compare__subtitle{display:inline-flex;align-items:center;gap:6px;margin:0 0 13px;font-family:Poppins;font-weight:500;font-size:13px;line-height:100%;letter-spacing:2.5%;text-transform:uppercase;color:#717171}.mt-compare__accent{display:inline-block;width:26px;height:3px;background:var(--cp-accent, #d1ff00);flex:0 0 auto}.mt-compare__heading{margin:0 0 34px;font-family:Poppins;font-weight:700;font-size:54px;line-height:100%;letter-spacing:-1%;color:#1d1d1f}.mt-compare__scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;margin-inline:calc(-1 * var(--cp-pad-x, 24px));padding-inline:var(--cp-pad-x, 24px)}.mt-compare__table{display:grid;grid-template-columns:minmax(7.5rem,1.05fr) repeat(var(--cp-cols, 3),minmax(7.5rem,1fr));min-width:min(100%,calc(7.5rem + var(--cp-cols, 3) * 7.5rem))}.mt-compare__row{display:contents}.mt-compare__cell{padding:16.5px 4px;border-bottom:1px solid rgba(29,29,31,.08);box-sizing:border-box}.mt-compare__cell--sticky{position:sticky;left:0;z-index:2;background:#fff}.mt-compare__row--head .mt-compare__cell{padding-top:1.25rem;padding-bottom:1.25rem;vertical-align:top}.mt-compare__row--head .mt-compare__cell--sticky{padding-bottom:1.5rem}.mt-compare__family-title{margin:0;font-family:Poppins;font-weight:700;font-size:16px;line-height:100%;letter-spacing:0%;color:#1d1d1f}.mt-compare__family-text{margin:10px 0 0;font-family:Poppins;font-weight:400;font-size:13px;line-height:100%;letter-spacing:2.5%;color:#717171;max-width:12rem}.mt-compare__cell--product{display:grid;justify-items:center;gap:.55rem;text-align:center}.mt-compare__product-media{width:min(100%,7.5rem);aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center}.mt-compare__product-img{width:100%;height:100%;object-fit:contain}.mt-compare__product-title{margin:0;font-family:Poppins;font-weight:700;font-size:18px;line-height:100%;letter-spacing:0%;color:#1d1d1f}.mt-compare__product-price{margin:0;font-family:Poppins;font-weight:400;font-size:14.5px;line-height:100%;letter-spacing:0%;color:#717171}.mt-compare__shop{display:inline-flex;align-items:center;justify-content:center;min-height:2.25rem;padding:.45rem 1.1rem;border-radius:999px;background:var(--cp-accent, #d1ff00);color:#111;font-size:.8125rem;font-weight:600;text-decoration:none;white-space:nowrap}.mt-compare__shop:hover,.mt-compare__shop:focus-visible{filter:brightness(.96)}.mt-compare__shop:focus-visible{outline:2px solid #1d1d1f;outline-offset:2px}.mt-compare__cell--label{font-family:Poppins;font-weight:500;font-size:15px;line-height:100%;letter-spacing:0%;color:#1d1d1f}.mt-compare__cell--value{display:flex;align-items:center;justify-content:center;text-align:center;font-size:.9375rem;line-height:1.35;color:#1d1d1fd1}.mt-compare__check{display:inline-flex;color:#1d1d1f}.mt-compare__dash{color:#1d1d1f59;font-size:1.1rem;line-height:1}.mt-compare__cell--alt,.mt-compare__cell--alt.mt-compare__cell--sticky{background:#fafafa}.mt-compare.is-scrolled-x .mt-compare__cell--sticky{box-shadow:4px 0 8px #1d1d1f0f}.mt-compare__row--head .mt-compare__cell,.mt-compare__row--head .mt-compare__cell--sticky{background:#fff}@media(max-width:989px){.mt-compare__inner.page-width{max-width:100%;padding-inline:20px;box-sizing:border-box}.mt-compare__head{margin-bottom:1.25rem}.mt-compare__subtitle{margin:0 0 12px;font-size:11px}.mt-compare__heading{font-size:30px;line-height:110%;margin-bottom:20px}.mt-compare__scroll{margin-inline:-20px;padding-inline:20px}.mt-compare__family-text{display:none}.mt-compare__cell--sticky.mt-compare__cell--label,.mt-compare__cell--value{font-size:13px}}@media(min-width:990px){.mt-compare__head{margin-bottom:2.5rem}.mt-compare__scroll{overflow-x:visible;margin-inline:0;padding-inline:0}.mt-compare__table{min-width:100%;grid-template-columns:minmax(11rem,1.15fr) repeat(var(--cp-cols, 3),minmax(0,1fr))}.mt-compare__cell{padding:16.5px 4px}.mt-compare__row--head .mt-compare__cell{padding-top:1.5rem;padding-bottom:1.75rem}.mt-compare__product-media{width:min(100%,9rem)}.mt-compare__family-title{font-size:1.05rem}.mt-compare__family-text{font-size:.875rem}}mt-court-surfaces{display:block}.mt-court-surfaces,.mt-court-surfaces *,.mt-court-surfaces *:before,.mt-court-surfaces *:after{box-sizing:border-box}.mt-court-surfaces{width:100%;overflow:hidden;color:#333;background:var(--current-section-bg, #ffffff);padding-block:var(--current-section-pad-y, 5.5rem);padding-inline:var(--current-section-pad-x, 1.25rem);--cs-motion-duration: .3s;--cs-motion-ease: cubic-bezier(.16, 1, .3, 1)}.mt-court-surfaces__inner{width:100%;max-width:var(--current-section-max, 90rem);margin-inline:auto}.mt-court-surfaces__header{width:100%}.mt-court-surfaces__heading{margin:0;font-size:3.375rem;font-weight:700;line-height:1.5;letter-spacing:0;color:#1d1d1f}.mt-court-surfaces__intro{width:51.25rem;max-width:100%;margin:1.125rem 0 0;font-size:1.125rem;line-height:1.6111;color:#1d1d1f}.mt-court-surfaces__scroll{width:100%;margin-top:2.75rem;overflow:hidden}.mt-court-surfaces__cards{container-type:inline-size;display:flex;align-items:stretch;gap:1rem;width:100%}.mt-court-surfaces__card{position:relative;flex:1 1 0;min-width:0;height:calc(46.9314cqi - .9386rem);overflow:hidden;border-radius:1.375rem}.mt-court-surfaces__cards:has(.is-expanded) .mt-court-surfaces__card.is-expanded{flex-grow:1.768}.mt-court-surfaces__cards:has(.is-expanded) .mt-court-surfaces__card:not(.is-expanded){flex-grow:1}.mt-court-surfaces__media,.mt-court-surfaces__media picture{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%}.mt-court-surfaces__image{display:block;width:100%;height:100%;object-fit:cover;object-position:right center;transform-origin:right center}.mt-court-surfaces__shade{position:absolute;top:45%;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.58) 100%);pointer-events:none}.mt-court-surfaces__content{position:absolute;right:2.125rem;bottom:2.125rem;left:2.125rem;display:flex;align-items:flex-end;justify-content:space-between;gap:1.25rem;color:#fff}.mt-court-surfaces__copy{min-width:0}.mt-court-surfaces__title{margin:0;font-size:1.75rem;font-weight:700;line-height:1.5;text-shadow:0 .125rem .875rem rgba(0,0,0,.5)}.mt-court-surfaces__description{width:22.5rem;max-width:100%;max-height:0;margin:0;overflow:hidden;opacity:0;font-size:.9375rem;font-weight:500;line-height:1.5333;text-shadow:0 .125rem .875rem rgba(0,0,0,.5);transform:translateY(.5rem)}.mt-court-surfaces__card.is-expanded .mt-court-surfaces__description{max-height:8rem;margin-top:.5rem;opacity:1;transform:none}.mt-court-surfaces__toggle{position:relative;width:3rem;height:3rem;flex:0 0 3rem;padding:0;border:0;border-radius:50%;color:#333;background:#ffffffeb;cursor:pointer}.mt-court-surfaces__toggle:focus-visible{outline:.125rem solid #ffffff;outline-offset:.1875rem}.mt-court-surfaces__plus:before,.mt-court-surfaces__plus:after{position:absolute;top:50%;left:50%;width:.875rem;height:.125rem;border-radius:.125rem;background:currentColor;content:"";transform:translate(-50%,-50%)}.mt-court-surfaces__plus:after{transform:translate(-50%,-50%) rotate(90deg)}.mt-court-surfaces__toggle[aria-expanded=true] .mt-court-surfaces__plus:after{transform:translate(-50%,-50%) rotate(0)}@media(max-width:989px)and (min-width:750px){.mt-court-surfaces{padding-inline:max(var(--current-section-pad-x, 1.875rem),1.875rem)}.mt-court-surfaces__heading{font-size:2.75rem;line-height:1.5}}@media(max-width:749px){.mt-court-surfaces{padding-block:calc(var(--current-section-pad-y, 5.5rem) * .6364);padding-inline:0}.mt-court-surfaces__inner{max-width:none}.mt-court-surfaces__header{width:100%;max-width:none;margin-inline:0;padding-inline:1.25rem}.mt-court-surfaces__heading{font-size:1.875rem;line-height:1.3}.mt-court-surfaces__intro{margin-top:.75rem;font-size:.9375rem;line-height:1.4667}.mt-court-surfaces__scroll{width:100%;margin-top:1.25rem;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;scroll-padding-inline:1.25rem}.mt-court-surfaces__scroll::-webkit-scrollbar{display:none}.mt-court-surfaces__cards{container-type:normal;display:flex;flex-wrap:nowrap;align-items:stretch;gap:.875rem;width:max-content;min-width:100%;padding-inline:1.25rem}.mt-court-surfaces__cards:has(.is-expanded) .mt-court-surfaces__card.is-expanded,.mt-court-surfaces__cards:has(.is-expanded) .mt-court-surfaces__card:not(.is-expanded){flex:0 0 calc(100vw - 3.375rem)}.mt-court-surfaces__card{flex:0 0 calc(100vw - 3.375rem);scroll-snap-align:start;scroll-snap-stop:always;height:27.5rem;border-radius:1.125rem}.mt-court-surfaces__content{right:1.25rem;bottom:1.875rem;left:1.375rem;gap:.75rem}.mt-court-surfaces__title{font-size:1.5rem;line-height:1.5}.mt-court-surfaces__description{width:12.5rem;margin-top:0;font-size:.8125rem;line-height:1.3846;opacity:0;max-height:0;overflow:hidden;transform:translateY(.5rem);transition:opacity .45s ease,transform .45s ease,max-height .45s ease,margin-top .45s ease}.mt-court-surfaces__card.is-expanded .mt-court-surfaces__description{opacity:1;max-height:8rem;margin-top:.375rem;transform:none}.mt-court-surfaces__toggle{width:2.5rem;height:2.5rem;flex-basis:2.5rem}.mt-court-surfaces__card{transition:none}.mt-court-surfaces__image{transform:scale(1.06);transition:transform .45s ease}.mt-court-surfaces__card.is-expanded .mt-court-surfaces__image{transform:scale(1)}.mt-court-surfaces__cards:has(.is-expanded) .mt-court-surfaces__card:not(.is-expanded) .mt-court-surfaces__image{transform:scale(1.06);object-position:right center}}@media(min-width:750px)and (prefers-reduced-motion:no-preference){.js .mt-court-surfaces .mt-court-surfaces__cards>.mt-court-surfaces__card{flex-basis:0;flex-shrink:1;will-change:flex-grow,opacity,transform;transition:flex-grow var(--cs-motion-duration) ease-in-out 0ms,opacity .7s cubic-bezier(.16,1,.3,1) var(--reveal-delay, 0ms),transform .7s cubic-bezier(.16,1,.3,1) var(--reveal-delay, 0ms)}.mt-court-surfaces__shade{transition:opacity var(--cs-motion-duration) var(--cs-motion-ease)}.mt-court-surfaces__cards:has(.is-expanded) .mt-court-surfaces__card:not(.is-expanded) .mt-court-surfaces__shade{opacity:.82}.mt-court-surfaces__image{transform:scale(1.06);transition:transform var(--cs-motion-duration) var(--cs-motion-ease),object-position var(--cs-motion-duration) var(--cs-motion-ease)}.mt-court-surfaces__card.is-expanded .mt-court-surfaces__image{transform:scale(1);object-position:right center}.mt-court-surfaces__cards:has(.is-expanded) .mt-court-surfaces__card:not(.is-expanded) .mt-court-surfaces__image{transform:scale(1.14);object-position:88% center}.mt-court-surfaces__content{transition:none}.mt-court-surfaces__description{transition:opacity var(--cs-motion-duration) var(--cs-motion-ease),max-height var(--cs-motion-duration) var(--cs-motion-ease),margin-top var(--cs-motion-duration) var(--cs-motion-ease);transform:none}.mt-court-surfaces__cards:has(.is-expanded) .mt-court-surfaces__card:not(.is-expanded) .mt-court-surfaces__description{opacity:0;transform:none;max-height:0;margin-top:0}.mt-court-surfaces__plus:before,.mt-court-surfaces__plus:after{transition:transform var(--cs-motion-duration) var(--cs-motion-ease)}}@media(prefers-reduced-motion:reduce){.mt-court-surfaces__card,.mt-court-surfaces__image,.mt-court-surfaces__shade,.mt-court-surfaces__content,.mt-court-surfaces__description,.mt-court-surfaces__plus:before,.mt-court-surfaces__plus:after{transition:none}}mt-faq{display:block}.mt-faq{padding-block:var(--faq-pad-y, 80px);background:var(--faq-bg, #fff);color:#1d1d1f}.mt-faq__inner{max-width:var(--faq-max, 1440px);padding-inline:var(--faq-pad-x, 24px);box-sizing:border-box}.mt-faq__heading{margin:0 0 2rem;text-align:center;font-weight:700;font-size:clamp(2rem,4vw,2.75rem);line-height:1.1;letter-spacing:-.02em}.mt-faq__shell{display:grid;grid-template-columns:minmax(0,1fr);gap:64px;padding:48px 56px;border-radius:1.35rem;background:var(--faq-shell-bg, #f3f3f3)}.mt-faq__sidebar{min-width:0}.mt-faq__topics{display:none;font-family:Poppins;font-weight:500;font-size:12px;line-height:100%;letter-spacing:1.8%;text-transform:uppercase;color:#9c9c9c}.mt-faq__tabs{display:flex;flex-wrap:nowrap;gap:.5rem;overflow-x:auto;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity;scrollbar-width:none;padding-bottom:.15rem}.mt-faq__tabs::-webkit-scrollbar{display:none}.mt-faq__tab{-webkit-appearance:none;appearance:none;border:none;font:inherit;font-family:Poppins;font-weight:600;font-size:16.5px;line-height:100%;letter-spacing:0%;color:#7e7e7e;padding:11px 18px;border-radius:999px;cursor:pointer;white-space:nowrap;flex:0 0 auto;scroll-snap-align:start}.mt-faq__tab.is-active{background:#e4e4e4;color:#2a2a2a}.mt-faq__tab:focus-visible{outline:2px solid #1d1d1f;outline-offset:2px}.mt-faq__panels{min-width:0}.mt-faq__panel[hidden]{display:none!important}.mt-faq__item{border-bottom:1px solid rgba(29,29,31,.1)}.mt-faq__item:last-child{border-bottom:none}.mt-faq__trigger{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;padding:1.15rem 0;border:none;background:none;color:inherit;font:inherit;text-align:left;cursor:pointer}.mt-faq__question{font-size:.9375rem;font-weight:500;line-height:1.35;color:#1d1d1fd1}.mt-faq__item.is-open .mt-faq__question{color:#1d1d1f;font-weight:600}.mt-faq__chevron{display:inline-flex;flex:0 0 auto;color:#1d1d1fb8;transition:transform .25s ease}.mt-faq__item.is-open .mt-faq__chevron{transform:rotate(180deg)}.mt-faq__answer-wrap[hidden]{display:none}.mt-faq__answer{margin:0;padding:0 0 1.15rem;font-size:.875rem;line-height:1.55;color:#1d1d1fb8}.mt-faq__answer p{margin:0 0 .65rem}.mt-faq__answer p:last-child{margin-bottom:0}.mt-faq__empty{margin:0;padding:1.25rem 0;font-size:.875rem;color:#1d1d1fb8}@media(max-width:989px){.mt-faq{padding-top:3.5rem;padding-bottom:3.5rem}.mt-faq__inner{max-width:none;padding-inline:0}.mt-faq__heading{margin:0 1.25rem 1.375rem;font-size:1.875rem;line-height:1.1;letter-spacing:0;color:#1a1a1a}.mt-faq__shell{gap:1.125rem;padding:1.25rem;border-radius:0;background:#f5f5f5;overflow-x:clip;min-width:0}.mt-faq__sidebar{min-width:0;overflow:visible}.mt-faq__tabs{display:flex;flex-wrap:nowrap;gap:.5rem;overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity;scrollbar-width:none;margin-inline:-1.25rem;padding-inline:1.25rem;padding-bottom:.3125rem}.mt-faq__tabs::-webkit-scrollbar{display:none}.mt-faq__tab{flex:0 0 auto;white-space:nowrap;scroll-snap-align:start;min-height:2.4375rem;padding:.5rem .9375rem;border:.0625rem solid #e2e2e2;background:#fff;font-size:.875rem;font-weight:500;line-height:1.3125rem;color:#7e7e7e}.mt-faq__tab.is-active{border-color:#e4e4e4;background:#e4e4e4;color:#2a2a2a;font-weight:600}.mt-faq__trigger{min-height:3.625rem;padding-block:1.0625rem}.mt-faq__question{max-width:15.625rem;font-size:.9375rem;font-weight:500;line-height:1.4;color:#222}.mt-faq__chevron svg{width:.6875rem;height:.3125rem}.mt-faq__answer{padding-bottom:1.0625rem}}@media(min-width:990px){.mt-faq__shell{grid-template-columns:minmax(11rem,16rem) minmax(0,1fr);gap:2.5rem;padding:2rem 2.25rem;border-radius:1.5rem}.mt-faq__topics{display:block;padding-left:18px}.mt-faq__tabs{flex-direction:column;align-items:stretch;gap:.35rem;overflow:visible;padding-bottom:0}.mt-faq__tab{width:100%;text-align:left;padding:.7rem 1rem;border-radius:999px;background:transparent;color:#7e7e7e}.mt-faq__tab.is-active{background:#e4e4e4;color:#1d1d1f}.mt-faq__sidebar{display:flex;flex-direction:column;padding-right:2rem}.mt-faq__question{font-size:1rem}.mt-faq__trigger{padding:1.35rem 0}}.mt-feature-bar{background:var(--fb-bg, #f5f5f5);color:var(--fb-color, #1d1d1f)}.mt-feature-bar__inner{padding-block:var(--fb-pad-y, 28px)}.mt-feature-bar__grid{display:grid;grid-template-columns:1fr;gap:1.15rem 1.5rem;margin:0;padding:0;list-style:none}.mt-feature-bar__card{display:flex;align-items:center;text-decoration:none;color:inherit;min-width:0}.mt-feature-bar--icon-top .mt-feature-bar__card{flex-direction:column;text-align:center;gap:.55rem}.mt-feature-bar__icon{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px}.mt-feature-bar__icon-img{width:100%;height:100%;object-fit:contain}.mt-feature-bar__label{margin:0;font-weight:600;font-size:16px;line-height:100%;letter-spacing:normal}.mt-feature-bar--hide-icon-m .mt-feature-bar__icon{display:none}.mt-feature-bar--hide-icon-m.mt-feature-bar--icon-top .mt-feature-bar__card{gap:0}@media(min-width:750px){.mt-feature-bar__grid{grid-template-columns:repeat(var(--fb-cols, 4),minmax(0,1fr));gap:1.25rem 2rem;align-items:center;justify-items:center}.mt-feature-bar__card,.mt-feature-bar--icon-top .mt-feature-bar__card{gap:17px}.mt-feature-bar--icon-left .mt-feature-bar__card{justify-content:center}.mt-feature-bar--hide-icon-m .mt-feature-bar__icon{display:inline-flex}}@media(max-width:749px){.mt-feature-bar__inner{padding-block:1rem 1.125rem;padding-inline:.75rem}.mt-feature-bar__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:0;align-items:start}.mt-feature-bar__item{position:relative;min-width:0}.mt-feature-bar__item:not(:first-child) .mt-feature-bar__card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:1px;background:var(--fb-color, #1d1d1f)}.mt-feature-bar__card{position:relative;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:10px;width:100%;padding-inline:8px}.mt-feature-bar--icon-left .mt-feature-bar__card,.mt-feature-bar--icon-top .mt-feature-bar__card{flex-direction:column;align-items:flex-start;justify-content:flex-start;text-align:left}.mt-feature-bar__label{font-size:12px;line-height:20px;letter-spacing:normal}.mt-feature-bar--hide-icon-m .mt-feature-bar__icon{display:inline-flex}}.mt-feature-comparison,.mt-feature-comparison *,.mt-feature-comparison *:before,.mt-feature-comparison *:after{box-sizing:border-box}.mt-feature-comparison{width:100%;overflow:hidden;color:#1a1a1a;background:var(--current-section-bg, #ffffff)}.mt-feature-comparison__inner{width:100%;max-width:var(--current-section-max, 90rem);margin:0 auto;padding:var(--current-section-pad-y, 5.75rem) var(--current-section-pad-x, 1.25rem)}.mt-feature-comparison__header{text-align:center}.mt-feature-comparison__heading{margin:0;font-size:3.5rem;font-weight:700;line-height:5.25rem}.mt-feature-comparison__intro{width:47.5rem;max-width:100%;margin:.875rem auto 0;color:#717171;font-size:1.125rem;line-height:1.6875rem}.mt-feature-comparison__cards{position:relative;display:grid;grid-template-columns:minmax(0,1.595fr) minmax(0,1fr);gap:2.5rem;margin-top:3.125rem}.mt-feature-comparison__card{container-type:inline-size;position:relative;height:43.75rem;overflow:hidden;border-radius:1.5rem}.mt-feature-comparison__card--tenniix{display:grid;overflow:visible;grid-template-columns:52.83% 47.17%;color:#fff;background:#161616}.mt-feature-comparison__primary-copy{min-width:0;width:100%;padding:clamp(2rem,5.87cqi,3.125rem) clamp(1.25rem,4.23cqi,2.25rem) clamp(2rem,4.93cqi,2.625rem) clamp(2rem,5.63cqi,3rem)}.mt-feature-comparison__label,.mt-feature-comparison__price,.mt-feature-comparison__saving,.mt-feature-comparison__feature-title,.mt-feature-comparison__feature-text{margin:0}.mt-feature-comparison__label{color:#bdbdbd;font-size:1.25rem;font-weight:500;line-height:1.875rem}.mt-feature-comparison__price{margin-top:.125rem;font-size:4.125rem;font-weight:700;line-height:6.1875rem}.mt-feature-comparison__saving{color:#daff00;font-size:.875rem;font-weight:500;line-height:1.25rem}.mt-feature-comparison__features{display:grid;gap:1.25rem;margin:1.875rem 0 0;padding:0;list-style:none}.mt-feature-comparison__feature{display:grid;grid-template-columns:2.875rem minmax(0,1fr);align-items:start;gap:.9375rem}.mt-feature-comparison__feature-title{color:#fff;font-size:1.0625rem;font-weight:600;line-height:1.625rem}.mt-feature-comparison__feature-text{width:18.75rem;max-width:100%;margin-top:.25rem;color:#9ea39a;font-size:.875rem;line-height:1.1875rem}.mt-feature-comparison__icon{position:relative;display:block;width:2.875rem;height:2.875rem;overflow:hidden;border-radius:50%;color:#daff00;background:#23291a}.mt-feature-comparison__icon picture,.mt-feature-comparison__cross picture,.mt-feature-comparison__custom-icon{display:block;width:100%;height:100%}.mt-feature-comparison__custom-icon{object-fit:contain}.mt-feature-comparison__icon--ball span{position:absolute;top:.8125rem;right:.8125rem;bottom:.8125rem;left:.8125rem;border-radius:50%;background:currentColor}.mt-feature-comparison__icon--armband span{position:absolute;top:.8125rem;left:1rem;width:.9375rem;height:1.25rem;border:.125rem solid currentColor;border-radius:.25rem}.mt-feature-comparison__icon--armband span:before{position:absolute;top:-.25rem;left:.1875rem;width:.3125rem;height:.3125rem;border-radius:50%;background:currentColor;content:""}.mt-feature-comparison__icon--camera span{position:absolute;top:1rem;left:.6875rem;width:1.5625rem;height:1rem;border:.125rem solid currentColor;border-radius:.1875rem}.mt-feature-comparison__icon--camera span:before{position:absolute;top:.125rem;left:.375rem;width:.5rem;height:.5rem;border:.125rem solid currentColor;border-radius:50%;content:""}.mt-feature-comparison__icon--battery span{position:absolute;top:1.0625rem;left:.75rem;width:1.375rem;height:.75rem;border:.125rem solid currentColor;border-radius:.125rem}.mt-feature-comparison__icon--battery span:after{position:absolute;top:.125rem;right:-.3125rem;width:.1875rem;height:.375rem;border-radius:.0625rem;background:currentColor;content:""}.mt-feature-comparison__desktop-media{min-width:0;width:100%;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;overflow:hidden}.mt-feature-comparison__desktop-media,.mt-feature-comparison__desktop-media picture{display:block;width:100%;height:100%}.mt-feature-comparison__image{width:100%;height:100%;object-fit:cover;object-position:center}.mt-feature-comparison__mobile-media{display:none}.mt-feature-comparison__card--competitor{display:grid;grid-template-columns:minmax(0,1.36fr) minmax(0,1fr);gap:clamp(.75rem,3.09cqi,1.25rem);padding:clamp(2rem,7.72cqi,3.125rem) clamp(1rem,3.09cqi,1.25rem) clamp(2rem,7.72cqi,3.125rem) clamp(1.5rem,6.49cqi,2.625rem);background:#f4f4f4}.mt-feature-comparison__competitor-copy,.mt-feature-comparison__competitor-media{min-width:0;width:100%}.mt-feature-comparison__card--competitor .mt-feature-comparison__label{color:#717171;font-size:1.125rem;line-height:1.6875rem}.mt-feature-comparison__card--competitor .mt-feature-comparison__price{margin-top:.3125rem;font-size:3.75rem;line-height:5.625rem}.mt-feature-comparison__card--competitor .mt-feature-comparison__features{gap:1.375rem;margin-top:1.75rem}.mt-feature-comparison__card--competitor .mt-feature-comparison__feature{grid-template-columns:2.5rem minmax(0,1fr);gap:.8125rem}.mt-feature-comparison__card--competitor .mt-feature-comparison__feature-title{color:#1a1a1a;font-size:1rem;line-height:1.5rem}.mt-feature-comparison__card--competitor .mt-feature-comparison__feature-text{width:15.625rem;margin-top:.1875rem;color:#717171;font-size:.8125rem;line-height:1.125rem}.mt-feature-comparison__cross{position:relative;width:2.5rem;height:2.5rem;overflow:hidden;border:.125rem solid #d4d4d4;border-radius:50%}.mt-feature-comparison__cross:has(.mt-feature-comparison__custom-icon){border:0}.mt-feature-comparison__cross:before,.mt-feature-comparison__cross:after{position:absolute;top:1.125rem;left:.75rem;width:.75rem;height:.125rem;background:#bdbdbd;content:"";transform:rotate(45deg)}.mt-feature-comparison__cross:after{transform:rotate(-45deg)}.mt-feature-comparison__cross:has(.mt-feature-comparison__custom-icon):before,.mt-feature-comparison__cross:has(.mt-feature-comparison__custom-icon):after{display:none}.mt-feature-comparison__competitor-media,.mt-feature-comparison__competitor-media picture,.mt-feature-comparison__competitor-image,.mt-feature-comparison__placeholder{width:100%;height:30rem}.mt-feature-comparison__competitor-image{border-radius:1rem;object-fit:cover}.mt-feature-comparison__placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:1rem;color:#a8a8a8;background:#e5e5e5}.mt-feature-comparison__placeholder span{position:relative;width:4.25rem;height:3rem;border:.125rem solid #bdbdbd;border-radius:.375rem}.mt-feature-comparison__placeholder span:before{position:absolute;right:.5625rem;bottom:.4375rem;width:2rem;height:1.125rem;background:#bdbdbd;clip-path:polygon(0 100%,45% 20%,65% 55%,78% 40%,100% 100%);content:""}.mt-feature-comparison__placeholder span:after{position:absolute;top:.5625rem;left:.625rem;width:.625rem;height:.625rem;border-radius:50%;background:#bdbdbd;content:""}.mt-feature-comparison__placeholder p{margin:1.25rem 0 0;font-size:.75rem;font-weight:500}.mt-feature-comparison__vs{position:absolute;z-index:2;top:19.25rem;right:-3.75rem;display:flex;width:5.25rem;height:5.25rem;align-items:center;justify-content:center;border:.1875rem solid #ffffff;border-radius:50%;font-size:2.25rem;font-weight:700;line-height:3.375rem;background:#fff;color:#1a1a1a}@media(max-width:989px)and (min-width:750px){.mt-feature-comparison__inner{width:calc(100% - 3.75rem);max-width:43.75rem;padding:calc(var(--current-section-pad-y, 5.75rem) * .7826) 0}.mt-feature-comparison__heading{font-size:2.875rem;line-height:4.3125rem}.mt-feature-comparison__cards{display:flex;flex-direction:column;gap:1.5rem;margin-top:2.25rem}.mt-feature-comparison__card{width:100%;height:auto}.mt-feature-comparison__card--tenniix,.mt-feature-comparison__card--competitor{display:block}.mt-feature-comparison__primary-copy,.mt-feature-comparison__card--competitor{padding:2.25rem 2rem}.mt-feature-comparison__desktop-media,.mt-feature-comparison__competitor-media{display:none}.mt-feature-comparison__mobile-media{display:block;width:100%;height:18.75rem;margin-top:1.25rem;overflow:hidden;border-radius:1rem}.mt-feature-comparison__mobile-media picture{width:100%;height:100%;display:block}.mt-feature-comparison__vs{top:auto;right:auto;bottom:-2.75rem;left:50%;width:4rem;height:4rem;font-size:1.625rem;transform:translate(-50%)}}@media(max-width:749px){.mt-feature-comparison__inner{width:100%;max-width:none;padding-block:calc(var(--current-section-pad-y, 5.75rem) * .6087);padding-inline:1.25rem}.mt-feature-comparison__heading{font-size:2rem;line-height:3rem}.mt-feature-comparison__intro{margin-top:.625rem;font-size:.875rem;line-height:1.3125rem}.mt-feature-comparison__cards{display:flex;flex-direction:column;gap:1.25rem;margin-top:1.25rem}.mt-feature-comparison__card{width:100%;height:auto;border-radius:1.25rem}.mt-feature-comparison__card--tenniix{display:block}.mt-feature-comparison__primary-copy{padding:1.625rem 1.5rem}.mt-feature-comparison__label{font-size:.9375rem;line-height:1.4375rem}.mt-feature-comparison__price{margin-top:.25rem;font-size:2.875rem;line-height:4.3125rem}.mt-feature-comparison__saving{font-size:.8125rem;line-height:1.25rem}.mt-feature-comparison__desktop-media{display:none}.mt-feature-comparison__mobile-media{display:block;width:100%;height:11.25rem;margin-top:1.125rem;overflow:hidden;border-radius:.875rem}.mt-feature-comparison__mobile-media picture{display:block;width:100%;height:100%}.mt-feature-comparison__mobile-media .mt-feature-comparison__image{object-position:center 30%}.mt-feature-comparison__features{gap:1rem;margin-top:1.125rem}.mt-feature-comparison__feature{grid-template-columns:2.625rem minmax(0,1fr);gap:.75rem}.mt-feature-comparison__icon{width:2.625rem;height:2.625rem}.mt-feature-comparison__icon--ball span{top:.6875rem;right:.6875rem;bottom:.6875rem;left:.6875rem}.mt-feature-comparison__feature-title{font-size:.9375rem;line-height:1.4375rem}.mt-feature-comparison__feature-text{width:14.375rem;margin-top:.1875rem;font-size:.8125rem;line-height:1.0625rem}.mt-feature-comparison__card--competitor{display:block;min-height:23.9375rem;padding:1.625rem 1.5rem}.mt-feature-comparison__card--competitor .mt-feature-comparison__label{font-size:.9375rem;line-height:1.4375rem}.mt-feature-comparison__card--competitor .mt-feature-comparison__price{margin-top:.25rem;font-size:2.875rem;line-height:4.3125rem}.mt-feature-comparison__card--competitor .mt-feature-comparison__features{gap:1rem;margin-top:1rem}.mt-feature-comparison__card--competitor .mt-feature-comparison__feature{grid-template-columns:2.5rem minmax(0,1fr);gap:.75rem}.mt-feature-comparison__card--competitor .mt-feature-comparison__feature-title{font-size:.9375rem;line-height:1.4375rem}.mt-feature-comparison__card--competitor .mt-feature-comparison__feature-text{width:14.375rem;font-size:.8125rem;line-height:1.0625rem}.mt-feature-comparison__competitor-media{display:none}.mt-feature-comparison__vs{top:auto;right:auto;bottom:-2.3125rem;left:50%;width:3.375rem;height:3.375rem;border-width:.1875rem;font-size:1.375rem;line-height:2.0625rem;transform:translate(-50%)}}mt-feature-split{display:block}.mt-feature-split{padding-block:var(--fs-pad-y, 4rem);background:var(--fs-bg, #fff);color:#1d1d1f}.mt-feature-split__inner{width:100%;max-width:var(--fs-max, 1440px);margin-inline:auto;padding-inline:var(--fs-pad-x, 24px);box-sizing:border-box}.mt-feature-split__layout{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.28fr);gap:clamp(2rem,5vw,4.5rem);align-items:start}.mt-feature-split__aside{position:sticky;top:var(--fs-sticky-top, 2rem);display:grid;gap:26px}.mt-feature-split__subtitle{display:inline-flex;align-items:center;gap:.55rem;margin:0;font-size:.75rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#1d1d1fb8}.mt-feature-split__accent{display:inline-block;width:1.35rem;height:2px;background:var(--fs-accent, #d1ff00);flex:0 0 auto}.mt-feature-split__title{margin:0;font-family:var(--font-heading);font-size:clamp(2rem,4.5vw,3.25rem);font-weight:700;line-height:1.02;letter-spacing:-.02em;text-transform:uppercase;color:#1d1d1f}.mt-feature-split__desc{margin:0;font-size:clamp(.9375rem,1.5vw,1.0625rem);line-height:1.55;color:#1d1d1f}.mt-feature-split__desc :where(p){margin:0 0 .55rem}.mt-feature-split__desc :where(p:last-child){margin-bottom:0}.mt-feature-split__desc :where(ul,ol){margin:0;padding-left:1.25rem}.mt-feature-split__desc :where(li){margin-bottom:.35rem}.mt-feature-split__desc :where(li:last-child){margin-bottom:0}.mt-feature-split__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(1.5rem,3vw,2.5rem) clamp(1.25rem,2.5vw,1.8rem);margin:0;padding:0;list-style:none}.mt-feature-split__card{display:grid;gap:.85rem}.mt-feature-split__media{position:relative;overflow:hidden;border-radius:1rem;aspect-ratio:5 / 3;background:#ececee}.mt-feature-split__img,.mt-feature-split__video,.mt-feature-split__fallback{width:100%;height:100%;object-fit:cover;display:block}.mt-feature-split__video{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:#111}.mt-feature-split__poster{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;transition:opacity .35s ease}.mt-feature-split__item.is-playing .mt-feature-split__poster{opacity:0;pointer-events:none}.mt-feature-split__fallback{background:linear-gradient(135deg,#ececee,#dfe1e6)}.mt-feature-split__card-title{margin:0;font-family:var(--font-heading);font-size:clamp(1rem,1.8vw,1.25rem);font-weight:600;line-height:1.2;letter-spacing:-.01em;text-transform:uppercase;color:#1d1d1f}.mt-feature-split__card-desc{margin:0;font-size:.9375rem;line-height:1.55;color:#1d1d1fb8}.mt-feature-split__card-desc :where(p){margin:0 0 .55rem}.mt-feature-split__card-desc :where(p:last-child){margin-bottom:0}.mt-feature-split__card-desc :where(ul,ol){margin:0;padding-left:1.25rem}.mt-feature-split__card-desc :where(li){margin-bottom:.35rem}.mt-feature-split__card-desc :where(li:last-child){margin-bottom:0}@media(max-width:749px){.mt-feature-split{padding-block:3.5rem}.mt-feature-split__inner{padding-inline:1.25rem}.mt-feature-split__layout{grid-template-columns:1fr;gap:1.75rem}.mt-feature-split__aside{position:static;top:auto;max-width:none;gap:.875rem}.mt-feature-split__subtitle{gap:.5rem;font-size:.75rem;font-weight:500;line-height:1.0625rem;letter-spacing:.018125rem;color:#717171}.mt-feature-split__accent{width:1rem;height:.1875rem}.mt-feature-split__title{font-size:2rem;line-height:2.125rem;letter-spacing:0;color:#1a1a1a}.mt-feature-split__desc{font-size:.9375rem;line-height:1.4375rem;color:#717171}.mt-feature-split__grid{grid-template-columns:1fr;gap:1rem}.mt-feature-split__card{gap:.6875rem}.mt-feature-split__media{border-radius:.875rem;aspect-ratio:5 / 3}.mt-feature-split__card-title{font-size:1.125rem;font-weight:600;line-height:1.6875rem;letter-spacing:.003125rem;color:#1a1a1a}.mt-feature-split__card-desc{font-size:.9375rem;line-height:1.375rem;color:#717171}}.mt-footer{background:var(--mt-footer-bg, #1f1f21);color:var(--mt-footer-text, #f5f5f5);margin-top:4rem}.mt-footer__inner{padding-block:3rem 1.75rem}.mt-footer__newsletter,.mt-footer__main,.mt-footer__bottom{border-top:1px solid rgba(255,255,255,.08)}.mt-footer__newsletter{display:grid;gap:1.25rem;padding-block:0 2rem;border-top:none}.mt-footer__newsletter-copy,.mt-footer__brand-intro{display:grid}.mt-footer__brand-intro--desk{display:none}.mt-footer__newsletter-heading{margin:0;font-family:var(--font-heading);font-family:Poppins;font-weight:700;font-size:30px;line-height:40px;letter-spacing:normal;color:#fff}.mt-footer__newsletter-text{margin:10px 0 0;max-width:34rem;color:#8a8a8a;font-size:15px;line-height:22px;letter-spacing:normal;font-weight:400}.mt-footer__form{display:grid;gap:.75rem}.mt-footer__field{display:flex;flex-direction:column;gap:.75rem}.mt-footer__field input{width:100%;min-height:3rem;padding:15px 18px;border:1px solid #3d3d3d;border-radius:999px;background:transparent;color:var(--mt-footer-text, #f5f5f5);font:inherit;box-sizing:border-box}.mt-footer__field input::placeholder{color:var(--mt-footer-muted, rgba(255, 255, 255, .5))}.mt-footer__submit{position:relative;overflow:hidden;min-height:3rem;padding:.85rem 1.6rem;border:none;border-radius:999px;background:transparent;box-shadow:inset 0 0 0 1.5px var(--mt-footer-accent, #ddff00);color:var(--mt-footer-accent, #ddff00);font:inherit;font-weight:600;cursor:pointer;transition:color .3s ease}.mt-footer__submit-fill{position:absolute;top:-1.5px;right:-1.5px;bottom:-1.5px;left:-1.5px;background:var(--mt-footer-accent, #ddff00);border-radius:inherit;transform:scaleX(0);transform-origin:left center;pointer-events:none}@media(prefers-reduced-motion:no-preference){.mt-footer__submit-fill{transition:transform .38s cubic-bezier(.4,0,.2,1)}}.mt-footer__submit-label{position:relative;z-index:1}.mt-footer__submit.is-fill{color:#111}@media(prefers-reduced-motion:reduce){.mt-footer__submit.is-fill{background:var(--mt-footer-accent, #ddff00)}}.mt-footer__submit:focus-visible,.mt-footer__field input:focus-visible,.mt-footer__social a:focus-visible,.mt-footer__links a:focus-visible,.mt-footer__badge:focus-visible{outline:2px solid var(--mt-footer-accent, #ddff00);outline-offset:2px}.mt-footer__form-success,.mt-footer__form-error{margin:0}.mt-footer__form-error{font-size:.9rem}.mt-footer__form-success{display:flex;align-items:center;gap:.65rem;width:100%;max-width:100%;padding:.7rem 1.25rem;border:1px solid var(--mt-footer-accent, #ddff00);border-radius:999px;background:#121212;color:#fff;font-size:.9375rem;line-height:1.35;box-sizing:border-box}.mt-footer__form:has(.mt-footer__form-success){width:100%;min-width:0}.mt-footer__form-success-icon{flex:0 0 auto;display:inline-flex;color:var(--mt-footer-accent, #ddff00)}.mt-footer__form-success-icon svg{display:block;width:1.125rem;height:1.125rem}.mt-footer__form-success-copy{min-width:0}.mt-footer__form-success-primary{font-weight:700;color:#fff}.mt-footer__form-success-secondary{color:#8a8a8a;font-weight:400}.mt-footer__main{display:grid;gap:2rem;padding-block:1.5rem 2rem}.mt-footer__brand,.mt-footer__download{display:grid;gap:12px}.mt-footer__logo-link,.mt-footer__logo-text{display:inline-flex;align-items:center;color:inherit;text-decoration:none}.mt-footer__logo-img{width:auto;height:auto;max-width:11rem}.mt-footer__logo-text{font-family:var(--font-heading);font-size:28px;font-weight:700;letter-spacing:normal;text-transform:uppercase}.mt-footer__brand-text{margin:22px 0 6px;color:#8a8a8a;font-size:14px;line-height:22px;letter-spacing:normal;font-weight:400}@media(max-width:989px){.mt-footer__inner,.mt-footer__inner.page-width{padding-inline:20px}.mt-footer__brand-text{margin-top:14px;margin-bottom:32px}.mt-footer__submit{background:#daff00;box-shadow:inset 0 0 0 1.5px #daff00;color:#1a1a1a;font-family:Poppins,sans-serif;font-weight:500;font-size:15px;line-height:100%;letter-spacing:0}.mt-footer__submit-fill{display:none}.mt-footer__submit.is-fill{color:#1a1a1a}.mt-footer__brand{display:contents}.mt-footer__menus{order:1}.mt-footer__social{order:2}.mt-footer__download{order:3}.mt-footer__label{display:none}}.mt-footer__label{color:#8a8a8a;font-size:12px;font-weight:500;line-height:18px;letter-spacing:normal;text-transform:uppercase;margin:0 0 -6px}.mt-footer__apps{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem}.mt-footer__badge{display:inline-flex;align-items:center;justify-content:center;padding:0;border:1px solid #333333;border-radius:10px;background:#000;line-height:0;text-decoration:none;transition:border-color .2s ease;overflow:hidden}.mt-footer__badge:hover,.mt-footer__badge:focus-visible{border-color:#ffffff47}.mt-footer__badge-img{width:auto;height:50px;display:block}.mt-footer__social{display:flex;flex-wrap:wrap;gap:1rem;margin:0;padding:0;list-style:none}.mt-footer__social a{display:inline-flex;align-items:center;justify-content:center;color:#fff;text-decoration:none}.mt-footer__social a:hover{opacity:1}.mt-footer__menus{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:26px 0}.mt-footer__menu-title{margin:0 0 13px;font-family:Poppins;font-weight:600;font-size:16px;line-height:24px;letter-spacing:normal;color:var(--mt-footer-muted, #8a8a8a)}.mt-footer__links{display:grid;gap:.7rem;margin:0;padding:0;list-style:none}.mt-footer__links a{color:#cfcfcf;text-decoration:none;font-family:Poppins;font-size:14px;line-height:22px;letter-spacing:normal;font-weight:400}.mt-footer__links a:hover{color:var(--mt-footer-accent, #ddff00)}.mt-footer__bottom{display:grid;gap:1rem;padding-block:1.5rem 0}.mt-footer__copyright{margin:0;color:#8a8a8a;font-size:.82rem}.mt-footer__payments{display:flex;flex-wrap:wrap;gap:4px}.mt-footer__payment-icon{width:3.4rem;height:2rem;border-radius:.25rem}.mt-footer__payment-icon--klarna{object-fit:contain}.section-mt-footer>footer+div:not([class]):not([id]),#shopify-section-group-footer-group+div:not([class]):not([id]){display:none!important}@media(min-width:750px){.mt-footer__newsletter{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:2rem}.mt-footer__newsletter:has(.mt-footer__form-success){grid-template-columns:1fr}.mt-footer__field{flex-direction:row;align-items:center}.mt-footer__field input{min-width:min(32rem,48vw)}.mt-footer__submit{flex:0 0 auto;min-width:8.5rem}.mt-footer__bottom{grid-template-columns:1fr auto;align-items:center}}@media(min-width:990px){.mt-footer__inner{padding-block:3.5rem 2rem;max-width:1440px}.mt-footer__brand-intro--mob{display:none}.mt-footer__brand-intro--desk{display:grid}.mt-footer__newsletter{padding-bottom:2.4rem}.mt-footer__newsletter:has(.mt-footer__form-success){grid-template-columns:minmax(0,1.1fr) minmax(0,1.2fr);gap:3rem}.mt-footer__main{grid-template-columns:minmax(0,1.1fr) minmax(0,1.2fr);gap:3rem;padding-block:2rem 2.4rem}.mt-footer__menus{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem 2rem;align-content:start}.mt-footer__payments{justify-content:flex-end}}mt-gallery-columns{display:block}.mt-gallery-columns{padding-block:var(--gc-pad-y, 4rem);background:var(--gc-bg, #fff);color:#1d1d1f;overflow:hidden}.mt-gallery-columns__inner{width:100%;max-width:var(--gc-max, 1440px);margin-inline:auto;padding-inline:var(--gc-pad-x, 24px);box-sizing:border-box}.mt-gallery-columns__head{margin:0 auto 2rem;text-align:center}.mt-gallery-columns__title{margin:0;font-family:var(--font-heading);font-size:clamp(1.85rem,4vw,2.75rem);font-weight:700;letter-spacing:-.02em;line-height:1.12}.mt-gallery-columns__desc{margin:.85rem 0 0;font-size:clamp(.9375rem,1.6vw,1.0625rem);line-height:1.55;color:#717171}.mt-gallery-columns__desc :where(p){margin:0}.mt-gallery-columns__desktop{display:none}.mt-gallery-columns__mobile-wrap{padding-inline:var(--gc-pad-x, 24px)}.mt-gallery-columns__mobile-rail{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;scroll-snap-type:x proximity;scrollbar-width:none;touch-action:pan-x pan-y}.mt-gallery-columns__mobile-rail::-webkit-scrollbar{display:none}.mt-gallery-columns__mobile-track{display:flex;gap:.85rem;width:max-content;padding-inline:0 .5rem}.mt-gallery-columns__col{overflow:hidden;-webkit-mask-image:linear-gradient(180deg,transparent,#000 5%,#000 95%,transparent);mask-image:linear-gradient(180deg,transparent,#000 5%,#000 95%,transparent)}.mt-gallery-columns__col--mobile{flex:0 0 min(72vw,17rem);height:clamp(24rem,62vh,34rem);scroll-snap-align:start}.mt-gallery-columns__track{display:flex;flex-direction:column;will-change:transform}.mt-gallery-columns__stack{display:grid;gap:.85rem;flex:0 0 auto;margin:0;padding:0 0 .85rem;list-style:none}.mt-gallery-columns__item{overflow:hidden;border-radius:1rem;background:#1d1d1f0f}.mt-gallery-columns__img{width:100%;height:auto;display:block}.mt-gallery-columns__item--video{position:relative}.mt-gallery-columns__media{position:relative;display:block;width:100%;height:100%;min-height:100%;padding:0;border:0;background:transparent;cursor:pointer;text-align:left}.mt-gallery-columns__media .mt-gallery-columns__img,.mt-gallery-columns__poster-fallback{width:100%;height:100%;object-fit:cover;display:block}.mt-gallery-columns__poster-fallback{aspect-ratio:4 / 5;background:#1d1d1f14}.mt-gallery-columns__play{position:absolute;z-index:2;left:50%;top:50%;display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:50%;background:#ffffffeb;color:#1d1d1f;transform:translate(-50%,-50%);pointer-events:none}.mt-gallery-columns__play svg{display:block}.mt-gallery-columns__dialog{width:min(56rem,calc(100vw - 2rem));max-width:none;padding:0;margin:auto;border:none;border-radius:1rem;background:#000;overflow:hidden}.mt-gallery-columns__dialog::backdrop{background:#000000e0}.mt-gallery-columns__dialog-panel{position:relative;background:#000}.mt-gallery-columns__dialog-video{display:block;width:100%;max-height:calc(100vh - 4rem);vertical-align:top;background:#000}.mt-gallery-columns__dialog-close{position:absolute;z-index:2;top:.75rem;right:.75rem;display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;padding:0;border:0;border-radius:50%;background:#ffffffeb;color:#1d1d1f;font-size:1.5rem;line-height:1;cursor:pointer}.mt-gallery-columns__dialog-close:focus-visible{outline:2px solid #fff;outline-offset:2px}@media(prefers-reduced-motion:no-preference){.mt-gallery-columns.is-autoplay .mt-gallery-columns__col.has-images .mt-gallery-columns__track{animation:mt-gallery-columns-scroll var(--gc-speed, 32s) linear infinite}.mt-gallery-columns.is-autoplay .mt-gallery-columns__col.has-images:nth-child(2n) .mt-gallery-columns__track{animation-direction:reverse}@media(min-width:990px){.mt-gallery-columns.is-autoplay .mt-gallery-columns__col.has-images:hover .mt-gallery-columns__track{animation-play-state:paused}}}@keyframes mt-gallery-columns-scroll{0%{transform:translateY(0)}to{transform:translateY(-50%)}}@media(prefers-reduced-motion:reduce){.mt-gallery-columns__track{animation:none!important}}@media(max-width:989px){.mt-gallery-columns{min-height:clamp(50.75rem,calc(45.875rem + 20vw),60rem);padding-block:clamp(3.5rem,8vw,5rem)}.mt-gallery-columns__inner{padding-inline:clamp(1.25rem,5vw,3rem)}.mt-gallery-columns__head{margin-bottom:clamp(1.75rem,5vw,3rem)}.mt-gallery-columns__title{width:100%;font-size:clamp(1.875rem,5vw,2.5rem);line-height:1.1;letter-spacing:0;color:#1a1a1a}.mt-gallery-columns__desc{width:min(100%,25rem);margin:.75rem auto 0;font-size:clamp(.875rem,2vw,1rem);line-height:1.5;color:#717171}.mt-gallery-columns__mobile-wrap{padding-inline:0}.mt-gallery-columns__mobile-rail{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;scroll-snap-type:x proximity;touch-action:pan-x pan-y}.mt-gallery-columns__mobile-track{gap:clamp(.625rem,2vw,.875rem);padding:.5rem clamp(1.25rem,5vw,3rem) 0 clamp(1.25rem,5vw,3rem);touch-action:pan-x pan-y}.mt-gallery-columns__col--mobile{flex-basis:clamp(6.625rem,22vw,10rem);height:clamp(31.875rem,56vw,35rem);-webkit-mask-image:linear-gradient(180deg,transparent,#000 5%,#000 95%,transparent);mask-image:linear-gradient(180deg,transparent,#000 5%,#000 95%,transparent)}.mt-gallery-columns__col--mobile:nth-child(1){--gc-col-offset: clamp(1.375rem, 3.5vw, 2.125rem)}.mt-gallery-columns__col--mobile:nth-child(3){--gc-col-offset: clamp(2.875rem, 7vw, 4.25rem)}.mt-gallery-columns__col--mobile:nth-child(4){--gc-col-offset: clamp(.75rem, 2vw, 1.25rem)}.mt-gallery-columns__col--mobile:nth-child(5){--gc-col-offset: clamp(2.125rem, 5vw, 3.125rem)}.mt-gallery-columns__col--mobile .mt-gallery-columns__track{transform:translateY(var(--gc-col-offset, 0rem))}.mt-gallery-columns__stack{gap:clamp(.75rem,2vw,1rem);padding-bottom:clamp(.75rem,2vw,1rem)}.mt-gallery-columns__item{width:clamp(6.625rem,22vw,10rem);height:clamp(9rem,29.85vw,13.5rem);border-radius:clamp(.75rem,2vw,1rem)}.mt-gallery-columns__item--video .mt-gallery-columns__poster-fallback{height:100%;aspect-ratio:auto}.mt-gallery-columns__img{width:100%;height:100%;object-fit:cover}}@media(min-width:990px){.mt-gallery-columns__desktop{display:block;padding-inline:var(--gc-pad-x, 24px);-webkit-mask-image:linear-gradient(90deg,transparent,#000 3%,#000 97%,transparent);mask-image:linear-gradient(90deg,transparent,#000 3%,#000 97%,transparent)}.mt-gallery-columns__mobile-wrap{display:none}.mt-gallery-columns__grid{display:grid;grid-template-columns:repeat(var(--gc-cols, 8),minmax(0,1fr));gap:.85rem;max-width:var(--gc-max, 1440px);margin-inline:auto}.mt-gallery-columns__col:not(.mt-gallery-columns__col--mobile){height:clamp(28rem,72vh,44rem)}}.mt-geo-popup{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:grid;place-items:center;padding:1.25rem}.mt-geo-popup[hidden]{display:none!important}.mt-geo-popup__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073}.mt-geo-popup__panel{position:relative;z-index:1;width:min(100%,26rem);max-height:min(90vh,640px);overflow:auto;padding:1.35rem 1.35rem 1.5rem;border-radius:1rem;background:#fff;color:#1d1d1f;box-shadow:0 24px 64px #0000002e}.mt-geo-popup__head{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}.mt-geo-popup__logo{width:auto;max-width:7.5rem;max-height:2rem;object-fit:contain}.mt-geo-popup__brand{font-family:var(--font-heading);font-weight:700;font-size:1.1rem}.mt-geo-popup__close{border:0;background:none;font-size:1.75rem;line-height:1;color:#1d1d1f8c;cursor:pointer}.mt-geo-popup__heading{margin:0 0 .75rem;font-family:var(--font-heading);font-size:clamp(1.35rem,4vw,1.75rem);font-weight:800;line-height:1.2;letter-spacing:-.02em}.mt-geo-popup__desc{margin:0 0 1.25rem;font-size:.9375rem;line-height:1.55;color:#1d1d1f9e}.mt-geo-popup__actions{display:grid;gap:.65rem}.mt-geo-popup__btn{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;width:100%;min-height:3rem;padding:.75rem 1rem;border-radius:999px;font:inherit;font-size:.9375rem;font-weight:600;text-decoration:none;cursor:pointer}.mt-geo-popup__btn--primary{border:0;background:#eef0ff;color:#1d1d1f}.mt-geo-popup__btn--ghost{border:1px solid rgba(29,29,31,.14);background:#fff;color:#1d1d1f}.mt-geo-popup__list{margin:1rem 0 0;padding:0;list-style:none;display:grid;gap:.35rem}.mt-geo-popup__list[hidden]{display:none!important}.mt-geo-popup__region{display:flex;align-items:center;gap:.55rem;padding:.7rem .85rem;border-radius:.65rem;text-decoration:none;color:inherit;font-size:.9375rem;font-weight:500}.mt-geo-popup__region:hover,.mt-geo-popup__region:focus-visible{background:#1d1d1f0d}.mt-geo-popup__region-code{min-width:1.75rem;font-size:.75rem;font-weight:700;letter-spacing:.04em;color:#1d1d1f80}mt-header{display:block}.mt-header__bar.page-width,.mt-header__panel-inner.page-width{max-width:var(--mt-header-max, var(--page-width))}.mt-header{--nav-fg: #1d1d1f;--nav-bg: #fff;position:relative;z-index:100;color:var(--nav-fg);background:var(--nav-bg)}.mt-header--home{position:absolute;left:0;right:0;width:100%;background:transparent;--nav-fg: #fff;--nav-bg: transparent}.mt-header--home.is-scrolled,.mt-header--home.is-mega-open,.mt-header--home.is-drawer-open{position:fixed;top:0;background:#fff;--nav-fg: #1d1d1f;--nav-bg: #fff;box-shadow:0 1px #0000000f}.mt-header--home.is-mega-open{top:var(--mt-promo-bar-offset, 0px);box-shadow:none;margin-top:-1px}@media(prefers-reduced-motion:no-preference){.mt-header--home.is-scrolled{animation:mt-header-drop .28s cubic-bezier(.4,0,.2,1)}}@keyframes mt-header-drop{0%{transform:translateY(-100%)}to{transform:none}}.mt-header--solid{background:#fff;--nav-fg: #1d1d1f;border-bottom:1px solid rgba(29,29,31,.08)}.mt-header--solid.is-mega-open{box-shadow:none;border-bottom-color:transparent}.mt-header__bar{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1.25rem;min-height:4rem;padding-block:.75rem}.mt-header__logo-link{display:inline-flex;align-items:center;text-decoration:none;color:inherit;position:relative;z-index:2}.mt-header__logo-text{font-family:var(--font-heading);font-size:1.35rem;font-weight:700;letter-spacing:.04em}.mt-header__logo{display:none}.mt-header__logo-img{width:var(--mt-header-logo-w-mob, 120px);height:auto;max-width:100%}@media(min-width:990px){.mt-header__logo-img{width:var(--mt-header-logo-w, 140px)}}.mt-header--solid .mt-header__logo--dark,.mt-header--home.is-scrolled .mt-header__logo--dark,.mt-header--home.is-mega-open .mt-header__logo--dark,.mt-header--home.is-drawer-open .mt-header__logo--dark{display:block}.mt-header--solid .mt-header__logo--light,.mt-header--home.is-scrolled .mt-header__logo--light,.mt-header--home.is-mega-open .mt-header__logo--light,.mt-header--home.is-drawer-open .mt-header__logo--light{display:none}.mt-header--solid:not(:has(.mt-header__logo--dark)) .mt-header__logo--light,.mt-header--home.is-scrolled:not(:has(.mt-header__logo--dark)) .mt-header__logo--light,.mt-header--home.is-mega-open:not(:has(.mt-header__logo--dark)) .mt-header__logo--light,.mt-header--home.is-drawer-open:not(:has(.mt-header__logo--dark)) .mt-header__logo--light{display:block}.mt-header--home:not(.is-scrolled):not(.is-mega-open):not(.is-drawer-open) .mt-header__logo--light{display:block}.mt-header--home:not(.is-scrolled):not(.is-mega-open):not(.is-drawer-open) .mt-header__logo--dark{display:none}.mt-header--home:not(.is-scrolled):not(.is-mega-open):not(.is-drawer-open):not(:has(.mt-header__logo--light)) .mt-header__logo--dark{display:block}.mt-header__nav{display:none;justify-content:center}.mt-header__nav-list{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:57px;margin:0;padding:0;list-style:none}.mt-header__nav-link{display:inline-flex;align-items:center;border:none;background:none;font:inherit;color:inherit;text-decoration:none;cursor:pointer;white-space:nowrap;font-family:Poppins;font-weight:600;font-size:16px;line-height:24px;letter-spacing:normal;gap:7.5px}.mt-header__nav-link[aria-expanded=true] .mt-header__chevron{transform:rotate(180deg)}.mt-header__chevron{transition:transform .2s ease}.mt-header__actions{display:flex;align-items:center;justify-content:flex-end;gap:.85rem;position:relative;z-index:2}.mt-header__icon{display:inline-flex;align-items:center;justify-content:center;color:inherit;text-decoration:none}.mt-header__cart{position:relative;color:inherit}.mt-header__cart svg path{fill:currentColor}.mt-header__cart-count{position:absolute;top:-7px;right:-9px;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:var(--color-accent, #1d1d1f);color:#fff;font-size:.65rem;font-weight:700;display:grid;place-items:center}.mt-header__cart-count[hidden]{display:none!important}.mt-header__markets{position:relative;align-self:center;line-height:0}.mt-header__markets-trigger{cursor:pointer;list-style:none;width:20px;height:20px;padding:0;margin:0}.mt-header__markets-trigger::marker{content:""}.mt-header__markets-trigger::-webkit-details-marker{display:none}.mt-header__markets-icon{display:block;width:16px;height:16px}.mt-header__markets-pop{position:absolute;right:0;top:calc(100% + .6rem);z-index:120;min-width:11rem;padding:.5rem;border-radius:.65rem;background:#fff;color:#1d1d1f;box-shadow:0 12px 32px #0000001f}.mt-header__markets-heading{margin:0;padding:.35rem .65rem .5rem;font-size:.6875rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1d1d1fb8}.mt-header__markets-list{margin:0;padding:0;list-style:none;display:grid;gap:.15rem}.mt-header__markets-link{display:flex;align-items:center;gap:.55rem;padding:.55rem .65rem;border-radius:.45rem;text-decoration:none;color:#1d1d1f;font-size:.875rem;font-weight:500;white-space:nowrap}.mt-header__markets-link:hover,.mt-header__markets-link:focus-visible{background:#1d1d1f0f}.mt-header__markets-code{flex:0 0 auto;min-width:1.75rem;font-size:.75rem;font-weight:700;letter-spacing:.04em;color:#1d1d1fb8}.mt-header__divider{display:none;width:1px;height:1rem;background:currentColor;opacity:.25}.mt-header__text-link{display:none;font-size:.875rem;font-weight:500;color:inherit;text-decoration:none;cursor:pointer;list-style:none}.mt-header__text-link::-webkit-details-marker{display:none}.mt-header__locale{position:relative;display:none}.mt-header__locale-pop{position:absolute;right:0;top:calc(100% + .6rem);z-index:120;background:#fff;color:#1d1d1f;border-radius:.5rem;box-shadow:0 12px 32px #0000001f;padding:.65rem;display:grid;gap:.4rem;min-width:10rem}.mt-header__locale-pop select{border:1px solid rgba(0,0,0,.14);border-radius:.35rem;padding:.35rem .5rem;font:inherit;font-size:.8125rem}.mt-header__burger{display:inline-flex;align-items:center;justify-content:center;padding:0;border:none;background:none;color:inherit;cursor:pointer}.mt-header__burger[hidden]{display:none!important}.mt-header__leading{display:none;align-items:center;justify-content:flex-start;min-width:2.5rem}.mt-header__bar-close{display:inline-flex;align-items:center;justify-content:center;padding:0;border:none;background:none;color:inherit;cursor:pointer}.mt-header__bar-close[hidden]{display:none!important}.mt-header__burger-icon{display:grid;gap:5px}.mt-header__burger-icon span{display:block;width:20px;height:1.5px;background:currentColor;border-radius:2px}.mt-header__mega{position:absolute;left:0;right:0;top:100%;z-index:1;background:#fff;color:#1d1d1f;box-shadow:0 18px 40px #00000014;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-10px) scaleY(.98);transform-origin:top center}@media(prefers-reduced-motion:no-preference){.mt-header__mega{transition:opacity .32s cubic-bezier(.4,0,.2,1),transform .34s cubic-bezier(.4,0,.2,1),visibility 0s linear .34s}@keyframes mt-mega-drop-in{0%{opacity:0;transform:translateY(-10px) scaleY(.98)}to{opacity:1;transform:translateY(0) scaleY(1)}}@keyframes mt-mega-panel-in{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}@keyframes mt-mega-item-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.mt-header.is-mega-open .mt-header__mega{animation:mt-mega-drop-in .34s cubic-bezier(.4,0,.2,1) both}.mt-header__panel.is-mega-animate .mt-header__panel-inner{animation:mt-mega-panel-in .38s cubic-bezier(.4,0,.2,1) both}.mt-header__panel.is-mega-animate .mt-header__card{animation:mt-mega-item-in .4s cubic-bezier(.4,0,.2,1) both}.mt-header__panel.is-mega-animate .mt-header__card:nth-child(1){animation-delay:.04s}.mt-header__panel.is-mega-animate .mt-header__card:nth-child(2){animation-delay:.08s}.mt-header__panel.is-mega-animate .mt-header__card:nth-child(3){animation-delay:.12s}.mt-header__panel.is-mega-animate .mt-header__card:nth-child(4){animation-delay:.16s}.mt-header__panel.is-mega-animate .mt-header__card:nth-child(5){animation-delay:.2s}.mt-header__panel.is-mega-animate .mt-header__card:nth-child(6){animation-delay:.24s}.mt-header__panel.is-mega-animate .mt-header__side-list>li{animation:mt-mega-item-in .36s cubic-bezier(.4,0,.2,1) both}.mt-header__panel.is-mega-animate .mt-header__side-list>li:nth-of-type(1){animation-delay:.05s}.mt-header__panel.is-mega-animate .mt-header__side-list>li:nth-of-type(2){animation-delay:.09s}.mt-header__panel.is-mega-animate .mt-header__side-list>li:nth-of-type(3){animation-delay:.13s}.mt-header__panel.is-mega-animate .mt-header__side-list>li:nth-of-type(4){animation-delay:.17s}.mt-header__panel.is-mega-animate .mt-header__side-list>li:nth-of-type(5){animation-delay:.21s}.mt-header__panel.is-mega-animate .mt-header__side-list>li:nth-of-type(6){animation-delay:.25s}.mt-header__panel.is-mega-animate .mt-header__thumb,.mt-header__panel.is-mega-animate .mt-header__col{animation:mt-mega-item-in .38s cubic-bezier(.4,0,.2,1) both}.mt-header__panel.is-mega-animate .mt-header__thumb:nth-child(1){animation-delay:.06s}.mt-header__panel.is-mega-animate .mt-header__thumb:nth-child(2){animation-delay:.1s}.mt-header__panel.is-mega-animate .mt-header__thumb:nth-child(3){animation-delay:.14s}.mt-header__panel.is-mega-animate .mt-header__col:nth-child(1){animation-delay:.08s}.mt-header__panel.is-mega-animate .mt-header__col:nth-child(2){animation-delay:.14s}}.mt-header.is-mega-open .mt-header__mega{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0) scaleY(1);transition-delay:0s}.mt-header__panel[hidden]{display:none!important}.mt-header__panel-inner{padding-block:1.75rem 1.5rem}.mt-header__eyebrow{margin:0 0 .85rem;font-size:12px;font-weight:600;color:#86868b;letter-spacing:normal;padding-left:20px}.mt-header__products{display:grid;grid-template-columns:minmax(12rem,15rem) minmax(0,1fr);gap:2rem;align-items:start}.mt-header__side-list{margin:0 0 1.25rem;padding:0;list-style:none;display:grid;gap:.2rem}.mt-header__side-list--tabbed{position:relative;gap:0;padding:4px}.mt-header__side-pill{position:absolute;top:0;left:4px;right:4px;height:0;border-radius:999px;background:#f5f5f7;pointer-events:none;z-index:0;transform:translateY(0)}@media(prefers-reduced-motion:no-preference){.mt-header__side-pill{transition:transform .38s cubic-bezier(.4,0,.2,1),height .38s cubic-bezier(.4,0,.2,1)}}.mt-header__side-link{position:relative;z-index:1;display:block;width:100%;padding:.55rem .75rem;border:0;border-radius:999px;background:transparent;text-decoration:none;text-align:left;color:#1d1d1fb8;font:inherit;font-size:.9375rem;font-weight:500;cursor:pointer;transition:color .3s ease}.mt-header__side-link:focus-visible{outline:2px solid #1d1d1f;outline-offset:2px}.mt-header__side-list--tabbed .mt-header__side-link.is-active{color:#1d1d1f;background:transparent;border-radius:999px}.mt-header__side-list:not(.mt-header__side-list--tabbed) .mt-header__side-link{color:#1d1d1f}.mt-header__side-list:not(.mt-header__side-list--tabbed) .mt-header__side-link.is-active{background:#f5f5f7;border-radius:999px}.mt-header__side-media{overflow:hidden;border-radius:.75rem;aspect-ratio:3 / 2;background:#1d1d1f0a}.mt-header__side-media-link{display:block;height:100%}.mt-header__side-img,.mt-header__card-img,.mt-header__thumb-img{width:100%;height:100%;object-fit:cover}.mt-header__cards-col{display:flex;flex-direction:column;min-width:0;gap:1rem}.mt-header__cards-panels{display:grid;min-width:0}.mt-header__cards-panel[hidden]{display:none!important}.mt-header__cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0;padding:0;list-style:none}.mt-header__card{display:grid;grid-template-columns:5.5rem minmax(0,1fr);gap:18px;align-items:center;padding:10px;border-radius:14px;background:#fafafc;text-decoration:none;color:inherit;min-height:4.5rem}.mt-header__card:hover,.mt-header__card:focus-visible{background:#1d1d1f12}.mt-header__card-media{overflow:hidden;border-radius:.4rem;aspect-ratio:1/1;background:#1d1d1f0f}.mt-header__card-title{font-family:Poppins;font-weight:600;font-size:18px;line-height:100%;letter-spacing:normal}.mt-header__card-desc{margin-top:7px;font-family:Poppins;font-weight:400;font-size:13.5px;line-height:135%;letter-spacing:normal}.mt-header__cta-row{display:flex;justify-content:flex-end}.mt-header__cta{display:inline-flex;align-items:center;gap:.4rem;padding:.65rem 1.15rem;border-radius:999px;background:#1d1d1f;color:#fff;font-size:.8125rem;font-weight:600;text-decoration:none}.mt-header__cta:hover,.mt-header__cta:focus-visible{opacity:.9}.mt-header__links-layout{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:3rem;align-items:start}.mt-header__thumbs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.mt-header__thumb{overflow:hidden;border-radius:.65rem;aspect-ratio:16 / 10;background:#1d1d1f0a}.mt-header__thumb a{display:block;height:100%}.mt-header__cols{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem}.mt-header__col-heading{font-family:Poppins;font-weight:600;font-size:16px;line-height:24px;letter-spacing:normal;color:#6e6e6e}.mt-header__col-list{margin:0;padding:0;list-style:none;display:grid;gap:.55rem}.mt-header__col-list a{text-decoration:none;font-family:Poppins;font-weight:400;font-size:16px;line-height:24px;letter-spacing:normal;color:#86868b}.mt-header__col-list a:hover,.mt-header__col-list a:focus-visible{color:#1d1d1f}.mt-header__overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99;background:#00000059;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .25s ease,visibility 0s linear .25s}.mt-header__overlay[hidden]{display:none!important}.mt-header__overlay.is-open{opacity:1;visibility:visible;pointer-events:auto;transition-delay:0s}.mt-header__drawer{position:fixed;top:0;right:0;bottom:0;z-index:110;width:min(400px,88vw);background:#fff;color:#1d1d1f;transform:translate(100%);visibility:hidden;pointer-events:none;transition:transform .3s cubic-bezier(.4,0,.2,1),visibility 0s linear .3s;overflow-y:auto;padding:1.25rem 1.35rem 2.5rem}.mt-header__drawer[hidden]{display:none!important}.mt-header__drawer.is-open{transform:none;visibility:visible;pointer-events:auto;transition-delay:0s}.mt-header__drawer-foot{display:none;align-items:center;gap:1.25rem;margin-top:auto;padding-top:2rem}.mt-header__drawer-foot-icon{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;color:inherit;text-decoration:none;cursor:pointer;list-style:none}.mt-header__drawer-list{list-style:none;margin:0;padding:0}.mt-header__drawer-link,.mt-header__acc>summary{display:block;width:100%;font-size:16px;line-height:24px;letter-spacing:normal;font-weight:600;text-decoration:none;color:inherit;cursor:pointer;background:none;text-align:left;margin-top:57px}.mt-header__acc>summary{list-style:none}.mt-header__acc>summary::-webkit-details-marker{display:none}.mt-header__acc ul{list-style:none;margin:0;padding:.2rem 0 .75rem .65rem;display:grid;gap:.1rem}.mt-header__acc ul a{display:block;padding:.45rem 0;text-decoration:none;color:#1d1d1fcc;font-size:.95rem}.mt-header__acc-title{margin-top:.55rem;font-size:.68rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;opacity:.45}@media(min-width:990px){.mt-header__nav{display:flex}.mt-header__burger,.mt-header__leading{display:none}.mt-header__divider,.mt-header__text-link,.mt-header__locale,.mt-header__icon--desk{display:inline-flex}}@media(max-width:989px){.mt-header__leading{display:flex;grid-column:1}.mt-header__bar{grid-template-columns:auto minmax(0,1fr) auto;gap:.75rem}.mt-header--home{position:relative;background:#1d1d1f;--nav-fg: #fff;--nav-bg: #1d1d1f}.mt-header__logo-link{justify-self:center;grid-column:2}.mt-header__actions{grid-column:3;gap:1.125rem}.mt-header__actions .mt-header__icon--desk,.mt-header__actions .mt-header__markets,.mt-header__actions .mt-header__divider,.mt-header__actions .mt-header__text-link,.mt-header__actions .mt-header__locale{display:none!important}.mt-header__overlay.is-open{opacity:0;visibility:hidden;pointer-events:none}.mt-header__drawer{top:0;right:0;left:0;bottom:0;width:100%;max-width:none;display:flex;flex-direction:column;padding:4.5rem 1.35rem 2rem;transform:translateY(100%);z-index:110}.mt-header__drawer.is-open{transform:translateY(0)}.mt-header__drawer-foot{display:flex}.mt-header__markets--drawer .mt-header__markets-pop{top:auto;bottom:calc(100% + .6rem);left:0;right:auto}.mt-header__drawer:has(.mt-header__drawer-sub:not([hidden])) .mt-header__drawer-foot{display:none}.mt-header__drawer-main{flex:1 1 auto;min-height:0;overflow-y:auto}.mt-header--home.is-scrolled,.mt-header--home.is-mega-open{background:#1d1d1f;--nav-fg: #fff;--nav-bg: #1d1d1f;box-shadow:0 1px #ffffff14}.mt-header--home .mt-header__bar{background:#1d1d1f}.mt-header--home .mt-header__logo--light{display:block}.mt-header--home .mt-header__logo--dark{display:none}.mt-header--home:not(:has(.mt-header__logo--light)) .mt-header__logo--dark{display:block}.mt-header--home.is-scrolled .mt-header__logo--light,.mt-header--home.is-mega-open .mt-header__logo--light{display:block}.mt-header--home.is-scrolled .mt-header__logo--dark,.mt-header--home.is-mega-open .mt-header__logo--dark{display:none}.mt-header--home.is-scrolled:not(:has(.mt-header__logo--light)) .mt-header__logo--dark,.mt-header--home.is-mega-open:not(:has(.mt-header__logo--light)) .mt-header__logo--dark{display:block}.mt-header--home .mt-header__logo-text{color:#fff}.mt-header__mega{display:none!important}.mt-header.is-drawer-open,.mt-header--solid.is-drawer-open,.mt-header--home.is-drawer-open{position:fixed;top:0;left:0;right:0;z-index:120;background:#fff;--nav-fg: #1d1d1f;--nav-bg: #fff;box-shadow:none}.mt-header--home.is-drawer-open .mt-header__bar,.mt-header--solid.is-drawer-open .mt-header__bar{background:#fff}.mt-header--home.is-drawer-open .mt-header__logo--light{display:none}.mt-header--home.is-drawer-open .mt-header__logo--dark{display:block}.mt-header--home.is-drawer-open:not(:has(.mt-header__logo--dark)) .mt-header__logo--light{display:block;filter:brightness(0)}.mt-header--home.is-drawer-open .mt-header__logo-text{color:#1d1d1f}.mt-header__drawer-link--mega{display:flex;align-items:center;justify-content:space-between;width:100%;border:none;background:none;font:inherit;cursor:pointer}.mt-header__drawer-chevron{flex:0 0 auto;opacity:.45}.mt-header__drawer-sub[hidden],.mt-header__drawer-main[hidden]{display:none!important}.mt-header__drawer-back{display:inline-flex;align-items:center;gap:.35rem;margin-bottom:1rem;padding:0;border:0;background:none;font:inherit;font-size:1.05rem;font-weight:600;color:inherit;cursor:pointer}.mt-header__drawer-mega .mt-header__eyebrow{margin-bottom:.65rem}.mt-header__drawer-tab-active{display:flex;align-items:center;justify-content:space-between;width:100%;margin:0 0 14px;padding:13px 18px;border:0;border-radius:999px;background:#f5f5f7;font:inherit;font-family:Poppins;font-weight:600;font-size:16px;line-height:24px;letter-spacing:normal;color:#1d1d1f;cursor:pointer;text-align:left}.mt-header__drawer-tab-chevron{flex:0 0 auto;transition:transform .2s ease}.mt-header__drawer-mega.is-cards-collapsed .mt-header__drawer-tab-chevron{transform:rotate(-90deg)}.mt-header__drawer-mega .mt-header__cards-panels--drawer[hidden]{display:none!important}.mt-header__drawer-mega .mt-header__cards{grid-template-columns:minmax(0,1fr);gap:.65rem;margin-bottom:1rem}.mt-header__drawer-mega .mt-header__card{grid-template-columns:5.5rem minmax(0,1fr);gap:.75rem;min-height:0}.mt-header__card-desc{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.mt-header__side-list--drawer{margin:0;padding-top:.5rem;border-top:1px solid rgba(0,0,0,.08)}.mt-header__drawer-cat{display:block;width:100%;padding:13px 18px;border:0;background:none;text-align:left;text-decoration:none;font:inherit;font-weight:400;font-size:16px;line-height:24px;letter-spacing:normal;color:#525256;cursor:pointer}.mt-header__drawer-cat.is-active{font-weight:600;color:#1d1d1f}.mt-header__drawer-cta{display:inline-flex;align-items:center;gap:10px;margin-top:12px;font-size:16px;line-height:24px;letter-spacing:normal;font-weight:600;text-decoration:none;color:#1d1d1f}}.mt-help-contact{display:block;box-sizing:border-box;width:100%;min-height:33rem;padding-block:calc(var(--current-section-pad-y, 6.875rem) * .4) var(--current-section-pad-y, 6.875rem);padding-inline:var(--current-section-pad-x, 1.25rem);overflow:hidden;color:#fff;background:var(--current-section-bg, #fff)}.mt-help-contact *,.mt-help-contact *:before,.mt-help-contact *:after{box-sizing:border-box}.mt-help-contact__inner{display:flex;width:100%;max-width:var(--current-section-max, 90rem);min-height:23.375rem;flex-direction:column;align-items:center;margin-inline:auto;padding:4.5rem 5rem;overflow:hidden;border-radius:1.75rem;background:#1d1d1f;text-align:center}.mt-help-contact__heading{margin:0;font-size:2.125rem;font-weight:700;line-height:1.5;letter-spacing:0}.mt-help-contact__description{width:100%;margin:1rem 0 0;color:#aeaeae;font-size:1.0625rem;line-height:1.5294;letter-spacing:0}.mt-help-contact__email-row{display:flex;align-items:center;gap:.5rem;margin:1rem 0 0;font-size:.9375rem;line-height:1.5333;letter-spacing:0}.mt-help-contact__email-label{color:#8a8a8a}.mt-help-contact__email{color:#daff00;font-weight:600;text-decoration:underline;text-underline-offset:.0625rem}.mt-help-contact__button{position:relative;overflow:hidden;display:inline-flex;min-width:11.875rem;min-height:3.5rem;align-items:center;justify-content:center;margin-top:2.625rem;padding:1rem 2.625rem;border-radius:999px;color:#1a1a1a;background:#daff00;font-size:1rem;font-weight:600;line-height:1.5;letter-spacing:0;text-decoration:none;transition:color .3s ease}.mt-help-contact__button-fill{position:absolute;top:-1.5px;right:-1.5px;bottom:-1.5px;left:-1.5px;border-radius:inherit;background:#1a1a1a;transform:scaleX(0);transform-origin:left center;pointer-events:none}@media(prefers-reduced-motion:no-preference){.mt-help-contact__button-fill{transition:transform .38s cubic-bezier(.4,0,.2,1)}}.mt-help-contact__button-label{position:relative;z-index:1}.mt-help-contact__button.is-fill{color:#daff00}@media(prefers-reduced-motion:reduce){.mt-help-contact__button.is-fill{background:#1a1a1a}}.mt-help-contact__email:focus-visible,.mt-help-contact__button:focus-visible{outline:.125rem solid #fff;outline-offset:.1875rem}@media(max-width:989px)and (min-width:750px){.mt-help-contact{padding-inline:max(var(--current-section-pad-x, 1.875rem),1.875rem)}}@media(max-width:749px){.mt-help-contact{min-height:24.5625rem;padding-block:calc(var(--current-section-pad-y, 3.5rem) * .2857) var(--current-section-pad-y, 3.5rem);padding-inline:1.25rem}.mt-help-contact__inner{width:100%;max-width:none;min-height:20.0625rem;padding:2.75rem 1.5rem;border-radius:1.375rem}.mt-help-contact__heading{font-size:1.375rem;line-height:1.5;white-space:nowrap}.mt-help-contact__description{max-width:18.625rem;margin-top:.875rem;font-size:.875rem;line-height:1.5}.mt-help-contact__email-row{flex-direction:column;gap:.125rem;margin-top:.875rem}.mt-help-contact__email-label{font-size:.8125rem;line-height:1.5385}.mt-help-contact__email{font-size:.9375rem;line-height:1.5333;text-decoration:none}.mt-help-contact__button{min-width:10.6875rem;min-height:3.3125rem;margin-top:2rem;padding:.9375rem 2.25rem;font-size:.9375rem;line-height:1.5333}}.mt-help-download{display:block;box-sizing:border-box;width:100%;min-height:36.5rem;padding-block:var(--current-section-pad-y, 6.25rem);padding-inline:var(--current-section-pad-x, 1.25rem);overflow:hidden;color:#1a1a1a;background:var(--current-section-bg, #f5f5f7)}.mt-help-download *,.mt-help-download *:before,.mt-help-download *:after{box-sizing:border-box}.mt-help-download__inner{width:100%;max-width:var(--current-section-max, 90rem);margin-inline:auto}.mt-help-download__header{text-align:center}.mt-help-download__heading{margin:0;font-size:2.25rem;font-weight:700;line-height:1.5;letter-spacing:0}.mt-help-download__intro{margin:.75rem 0 0;color:#717171;font-size:1.0625rem;line-height:1.5294;letter-spacing:0}.mt-help-download__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;margin:2.875rem 0 0;padding:0;list-style:none}.mt-help-download__card{display:flex;min-width:0;min-height:15.375rem;flex-direction:column;align-items:center;padding:1.875rem 1.6875rem 1.625rem;overflow:hidden;border:.125rem solid #e8e8e8;border-radius:1.125rem;background:#fff;text-align:center}.mt-help-download__icon,.mt-help-download__icon picture{display:block;flex:0 0 auto;width:3.375rem;height:3.375rem}.mt-help-download__icon-image{display:block;width:3.375rem;height:3.375rem;object-fit:contain}.mt-help-download__title{margin:.8125rem 0 0;font-size:1.125rem;font-weight:600;line-height:1.5;letter-spacing:0}.mt-help-download__description{width:100%;margin:.8125rem 0 0;color:#717171;font-size:.875rem;line-height:1.5;letter-spacing:0}.mt-help-download__button{display:inline-flex;min-height:2.8125rem;align-items:center;justify-content:center;gap:.5rem;margin-top:.8125rem;padding:.75rem 1.5rem .75rem 1.375rem;border-radius:999px;color:#fff;background:#1a1a1a;font-size:.875rem;font-weight:600;line-height:1.5;letter-spacing:0;text-decoration:none}.mt-help-download__button-icon,.mt-help-download__button-icon picture,.mt-help-download__button-icon-image{display:block;flex:0 0 auto;width:.9375rem;height:.9375rem}.mt-help-download__button-icon-image{object-fit:contain}.mt-help-download__button:focus-visible{outline:.125rem solid #1a1a1a;outline-offset:.1875rem}@media(prefers-reduced-motion:no-preference){.mt-help-download__button{transition:transform .16s ease,opacity .16s ease}.mt-help-download__button:hover{transform:translateY(-.0625rem);opacity:.88}}@media(max-width:989px)and (min-width:750px){.mt-help-download{padding-inline:max(var(--current-section-pad-x, 1.875rem),1.875rem)}.mt-help-download__card{padding-inline:1.125rem}}@media(max-width:749px){.mt-help-download{min-height:57.3125rem;padding-block:calc(var(--current-section-pad-y, 6.25rem) * .56);padding-inline:1.25rem}.mt-help-download__inner{max-width:none}.mt-help-download__heading{font-size:1.625rem;line-height:1.5}.mt-help-download__intro{margin-top:.5rem;font-size:.875rem;line-height:1.5}.mt-help-download__grid{grid-template-columns:1fr;gap:.875rem;margin-top:1.75rem}.mt-help-download__card{min-height:14.125rem;padding:1.5rem 1.4375rem 1.375rem;border-radius:1rem}.mt-help-download__icon,.mt-help-download__icon picture,.mt-help-download__icon-image{width:3.125rem;height:3.125rem}.mt-help-download__title{margin-top:.75rem;font-size:1.0625rem;line-height:1.5294}.mt-help-download__description{margin-top:.75rem;font-size:.875rem;line-height:1.5}.mt-help-download__button{margin-top:.75rem}}mt-help-faq{display:block}.mt-help-faq{box-sizing:border-box;width:100%;min-height:0;padding-block:var(--current-section-pad-y, 6.25rem);padding-inline:var(--current-section-pad-x, 1.25rem);overflow:hidden;color:#1a1a1a;background:var(--current-section-bg, #fff)}.mt-help-faq *,.mt-help-faq *:before,.mt-help-faq *:after{box-sizing:border-box}.mt-help-faq__inner{width:100%;max-width:var(--current-section-max, 90rem);margin-inline:auto}.mt-help-faq__header{text-align:center}.mt-help-faq__heading{margin:0;font-size:2.25rem;font-weight:700;line-height:1.5;letter-spacing:0}.mt-help-faq__intro{margin:.75rem 0 0;color:#717171;font-size:1.0625rem;line-height:1.5294;letter-spacing:0}.mt-help-faq__content{display:grid;grid-template-columns:40rem minmax(0,1fr);align-items:start;gap:4rem;margin-top:2.75rem}.mt-help-faq__media,.mt-help-faq__media-desktop,.mt-help-faq__media-desktop picture{display:block;width:100%;height:auto;aspect-ratio:80 / 63}.mt-help-faq__media-mobile{display:none}.mt-help-faq__image{display:block;width:100%;height:100%;border-radius:1.125rem;object-fit:cover}.mt-help-faq__list{min-width:0}.mt-help-faq__item{border-bottom:.0625rem solid #e8e8e8}.mt-help-faq__trigger{display:flex;width:100%;min-height:4.6875rem;align-items:center;gap:1.25rem;padding:1.5rem 0;border:0;color:#1a1a1a;background:transparent;font:inherit;text-align:left;cursor:pointer}.mt-help-faq__item.is-open .mt-help-faq__trigger{min-height:4rem;padding-bottom:.875rem}.mt-help-faq__question{min-width:0;flex:1 1 auto;font-size:1.0625rem;font-weight:500;line-height:1.5294;letter-spacing:0}.mt-help-faq__item.is-open .mt-help-faq__question{font-weight:600}.mt-help-faq__question-mobile,.mt-help-faq__answer-mobile{display:none}.mt-help-faq__chevron,.mt-help-faq__chevron picture,.mt-help-faq__chevron-image{display:block;flex:0 0 auto;width:.625rem;height:.3125rem}.mt-help-faq__chevron-image{object-fit:contain}.mt-help-faq__item.is-open .mt-help-faq__chevron{transform:rotate(180deg)}.mt-help-faq__panel{display:grid;grid-template-rows:0fr;visibility:hidden}.mt-help-faq__item.is-open .mt-help-faq__panel{grid-template-rows:1fr;visibility:visible}.mt-help-faq__panel-inner{min-height:0;overflow:hidden}.mt-help-faq__answer{margin:0;padding-bottom:1.25rem;color:#717171;font-size:.9375rem;line-height:1.4667;letter-spacing:0;opacity:0;transform:translateY(-.25rem)}.mt-help-faq__item.is-open .mt-help-faq__answer{opacity:1;transform:translateY(0)}.mt-help-faq__trigger:focus-visible{outline:.125rem solid #1a1a1a;outline-offset:.1875rem}@media(prefers-reduced-motion:no-preference){.mt-help-faq__chevron{transition:transform .24s ease}.mt-help-faq__panel{transition:grid-template-rows .28s cubic-bezier(.4,0,.2,1),visibility 0s .28s}.mt-help-faq__item.is-open .mt-help-faq__panel{transition:grid-template-rows .28s cubic-bezier(.4,0,.2,1),visibility 0s}.mt-help-faq__answer{transition:opacity .2s ease,transform .28s cubic-bezier(.4,0,.2,1)}}@media(max-width:989px)and (min-width:750px){.mt-help-faq{padding-inline:max(var(--current-section-pad-x, 1.875rem),1.875rem)}.mt-help-faq__content{grid-template-columns:minmax(18.75rem,40%) minmax(0,1fr);gap:2.25rem}}@media(max-width:749px){.mt-help-faq{min-height:53.625rem;padding-block:calc(var(--current-section-pad-y, 6.25rem) * .56);padding-inline:1.25rem}.mt-help-faq__inner{max-width:none}.mt-help-faq__heading{font-size:1.625rem;line-height:1.5;white-space:nowrap}.mt-help-faq__intro{margin-top:.5rem;font-size:.875rem;line-height:1.5}.mt-help-faq__content{display:block;margin-top:1.625rem}.mt-help-faq__media,.mt-help-faq__media-mobile,.mt-help-faq__media-mobile picture{display:block;width:100%;height:auto;aspect-ratio:7 / 4}.mt-help-faq__media-desktop{display:none}.mt-help-faq__image{border-radius:1rem}.mt-help-faq__list{margin-top:1.625rem}.mt-help-faq__trigger{min-height:3.75rem;gap:.75rem;padding:1.125rem 0}.mt-help-faq__item.is-open .mt-help-faq__trigger{min-height:3.125rem;padding-bottom:.625rem}.mt-help-faq__question{font-size:.9375rem;line-height:1.5333}.mt-help-faq__question-desktop,.mt-help-faq__answer-desktop{display:none}.mt-help-faq__question-mobile,.mt-help-faq__answer-mobile{display:block}.mt-help-faq__answer{padding-bottom:.875rem;font-size:.875rem;line-height:1.4286}}.mt-help-services{display:block;box-sizing:border-box;width:100%;min-height:35rem;padding-block:var(--current-section-pad-y, 6.25rem);padding-inline:var(--current-section-pad-x, 1.25rem);overflow:hidden;color:#1a1a1a;background:var(--current-section-bg, #fff)}.mt-help-services *,.mt-help-services *:before,.mt-help-services *:after{box-sizing:border-box}.mt-help-services__inner{width:100%;max-width:var(--current-section-max, 90rem);margin-inline:auto}.mt-help-services__header{text-align:center}.mt-help-services__heading{margin:0;font-size:2.25rem;font-weight:700;line-height:1.5;letter-spacing:0}.mt-help-services__intro{margin:.75rem 0 0;color:#717171;font-size:1.0625rem;line-height:1.5294;letter-spacing:0}.mt-help-services__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:start;gap:1.5rem;margin:2.875rem 0 0;padding:0;list-style:none}.mt-help-services__item{display:flex;min-width:0;min-height:9.625rem;flex-direction:column;align-items:center;padding:1.875rem 1.6875rem 1.625rem;overflow:hidden;border:.125rem solid #e8e8e8;border-radius:1.125rem;background:#fff;text-align:center}.mt-help-services__icon,.mt-help-services__icon picture{display:block;flex:0 0 auto;width:3.375rem;height:3.375rem}.mt-help-services__icon-image{display:block;width:3.375rem;height:3.375rem;object-fit:contain}.mt-help-services__title{margin:.8125rem 0 0;font-size:1.125rem;font-weight:600;line-height:1.5;letter-spacing:0}.mt-help-services__details{display:grid;width:100%;grid-template-rows:0fr;opacity:0}.mt-help-services__details-inner{min-height:0;overflow:hidden}.mt-help-services__description{margin:.8125rem 0 0;color:#717171;font-size:.875rem;line-height:1.5;letter-spacing:0}.mt-help-services__link{display:inline-block;margin-top:.8125rem;color:#1a1a1a;font-size:.875rem;font-weight:600;line-height:1.5;letter-spacing:0;text-decoration:underline;text-underline-offset:.0625rem}.mt-help-services__item:hover,.mt-help-services__item:focus-within{border-color:#daff00}.mt-help-services__item:hover .mt-help-services__details,.mt-help-services__item:focus-within .mt-help-services__details{grid-template-rows:1fr;opacity:1}.mt-help-services__link:focus-visible{outline:.125rem solid #1a1a1a;outline-offset:.1875rem}@media(prefers-reduced-motion:no-preference){.mt-help-services__item,.mt-help-services__details{transition:border-color .18s ease,grid-template-rows .18s ease,opacity .18s ease}}@media(max-width:989px)and (min-width:750px){.mt-help-services{padding-inline:max(var(--current-section-pad-x, 1.875rem),1.875rem)}.mt-help-services__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:749px){.mt-help-services{min-height:37.75rem;padding-block:calc(var(--current-section-pad-y, 6.25rem) * .56);padding-inline:1.25rem}.mt-help-services__inner{max-width:none}.mt-help-services__heading{font-size:1.625rem;line-height:1.5}.mt-help-services__intro{margin-top:.5rem;font-size:.875rem;line-height:1.5}.mt-help-services__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin-top:1.75rem}.mt-help-services__item{min-height:12rem;padding:1.125rem .8125rem 1rem;border-radius:1rem}.mt-help-services__icon,.mt-help-services__icon picture,.mt-help-services__icon-image{width:3.125rem;height:3.125rem}.mt-help-services__title{margin-top:.5625rem;font-size:.9375rem;line-height:1.4667}.mt-help-services__details{grid-template-rows:1fr;opacity:1}.mt-help-services__description{min-height:2.25rem;margin-top:.5625rem;font-size:.75rem;line-height:1.5}.mt-help-services__link{margin-top:.5625rem;color:#333;font-size:.8125rem;line-height:1.4615;text-decoration:none}.mt-help-services__item:hover,.mt-help-services__item:focus-within{border-color:#e8e8e8}}mt-help-search{display:block}.mt-help-search{position:relative;box-sizing:border-box;width:100%;min-height:33rem;overflow:hidden;color:#1a1a1a;background:var(--help-search-bg, #f6f6f8)}.mt-help-search *,.mt-help-search *:before,.mt-help-search *:after{box-sizing:border-box}.mt-help-search__media,.mt-help-search__media-desktop,.mt-help-search__media-mobile{position:absolute;top:0;right:0;bottom:0;left:0}.mt-help-search__media-mobile{display:none}.mt-help-search__media picture{display:block;width:100%;height:100%}.mt-help-search__image{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.mt-help-search__inner{position:relative;z-index:1;width:100%;max-width:var(--help-search-max, 90rem);min-height:33rem;margin-inline:auto;padding:var(--help-search-pad-y, 7rem) var(--help-search-pad-x, 1.25rem)}.mt-help-search__content{width:48.75rem}.mt-help-search__heading{margin:0;font-size:3.25rem;font-weight:700;line-height:1.5;letter-spacing:0}.mt-help-search__description{margin:1.5rem 0 0;color:#717171;font-size:1.125rem;line-height:1.5}.mt-help-search__description-mobile{display:none}.mt-help-search__form{margin-top:2.5rem}.mt-help-search__field{display:flex;width:48.75rem;min-height:4.25rem;align-items:center;padding:.4375rem .4375rem .4375rem 1.6875rem;border:.125rem solid #e4e4e4;border-radius:999px;background:#fff}.mt-help-search__icon{flex:0 0 auto;width:1.25rem;height:1.25rem;color:#9a9a9a}.mt-help-search__input{min-width:0;height:3.125rem;flex:1 1 auto;border:0;outline:0;color:#1a1a1a;background:transparent;font:inherit;font-size:1rem;letter-spacing:0}.mt-help-search__input::placeholder{color:#9a9a9a;opacity:1}.mt-help-search__input::-webkit-search-cancel-button{margin-right:.5rem}.mt-help-search__submit{position:relative;overflow:hidden;flex:0 0 auto;min-width:7.5rem;min-height:3.125rem;padding:.875rem 2rem;border:0;border-radius:999px;color:#1a1a1a;background:#daff00;font:inherit;font-size:.9375rem;font-weight:600;line-height:1.5333;letter-spacing:0;cursor:pointer;transition:color .3s ease}.mt-help-search__submit-fill{position:absolute;top:-1.5px;right:-1.5px;bottom:-1.5px;left:-1.5px;border-radius:inherit;background:#1a1a1a;transform:scaleX(0);transform-origin:left center;pointer-events:none}@media(prefers-reduced-motion:no-preference){.mt-help-search__submit-fill{transition:transform .38s cubic-bezier(.4,0,.2,1)}}.mt-help-search__submit-label{position:relative;z-index:1}.mt-help-search__submit.is-fill{color:#daff00}@media(prefers-reduced-motion:reduce){.mt-help-search__submit.is-fill{background:#1a1a1a}}.mt-help-search__popular{display:flex;align-items:center;gap:.625rem;margin-top:1.5rem}.mt-help-search__popular-label{flex:0 0 auto;margin:0;color:#767676;font-size:.875rem;line-height:1.5}.mt-help-search__chips{display:flex;flex-wrap:wrap;gap:.625rem}.mt-help-search__chip{display:inline-flex;min-height:2.125rem;align-items:center;padding:.4375rem .9375rem;border:.0625rem solid #d9d9d9;border-radius:999px;color:#333;background:#fff;font:inherit;font-size:.875rem;line-height:1.4286;letter-spacing:0;text-decoration:none;cursor:pointer}.mt-help-search__submit:focus-visible,.mt-help-search__chip:focus-visible{outline:.125rem solid #1a1a1a;outline-offset:.125rem}@media(prefers-reduced-motion:no-preference){.mt-help-search__chip{transition:transform .16s ease,opacity .16s ease}.mt-help-search__chip:hover{transform:translateY(-.0625rem)}}@media(max-width:989px)and (min-width:750px){.mt-help-search__inner{padding-inline:max(var(--help-search-pad-x, 1.875rem),1.875rem)}.mt-help-search__content,.mt-help-search__field{width:37.5rem}.mt-help-search__heading{font-size:2.625rem;line-height:1.5}}@media(max-width:749px){.mt-help-search{min-height:0}.mt-help-search__media{position:relative;aspect-ratio:1143 / 1818}.mt-help-search__media-desktop{display:none}.mt-help-search__media-mobile{display:block}.mt-help-search__image{object-fit:contain}.mt-help-search__inner{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;max-width:none;min-height:0;padding:calc(var(--help-search-pad-y, 7rem) * .5714) 1.25rem calc(var(--help-search-pad-y, 7rem) * .6429)}.mt-help-search__content{width:100%;margin:0;text-align:center}.mt-help-search__heading{font-size:1.875rem;line-height:1.5}.mt-help-search__description{margin-top:1.25rem;font-size:.9375rem;line-height:1.4667}.mt-help-search__description-desktop{display:none}.mt-help-search__description-mobile{display:inline}.mt-help-search__form{margin-top:1.25rem}.mt-help-search__field{width:100%;min-height:3.5rem;padding:.3125rem .3125rem .3125rem 1.1875rem;box-shadow:0 .1875rem .75rem #0000000d}.mt-help-search__icon{width:1.125rem;height:1.125rem}.mt-help-search__input{width:0;max-width:100%;height:2.75rem;padding:0 .25rem;font-size:.9375rem}.mt-help-search__submit{min-width:5.75rem;min-height:2.75rem;padding:.75rem 1.375rem;font-size:.875rem;line-height:1.5}.mt-help-search__popular{display:block;margin-top:1.25rem}.mt-help-search__popular-label{display:none}.mt-help-search__chips{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;width:100%}.mt-help-search__chip{min-height:2rem;max-width:100%;padding:.375rem .75rem;font-size:.8125rem;line-height:1.4615;white-space:nowrap}}.mt-help-support{display:block;box-sizing:border-box;width:100%;min-height:40.9375rem;padding-block:var(--current-section-pad-y, 6.25rem);padding-inline:var(--current-section-pad-x, 1.25rem);overflow:hidden;color:#1a1a1a;background:var(--current-section-bg, #f5f5f7)}.mt-help-support *,.mt-help-support *:before,.mt-help-support *:after{box-sizing:border-box}.mt-help-support__inner{width:100%;max-width:var(--current-section-max, 90rem);margin-inline:auto}.mt-help-support__header{text-align:center}.mt-help-support__heading{margin:0;font-size:2.25rem;font-weight:700;line-height:1.5;letter-spacing:0}.mt-help-support__intro{margin:.75rem 0 0;color:#717171;font-size:1.0625rem;line-height:1.5294;letter-spacing:0}.mt-help-support__card{margin-top:2.5rem;padding:2.875rem 3.375rem;overflow:hidden;border:.125rem solid #e8e8e8;border-radius:1.375rem;background:#fff}.mt-help-support__card-header{display:flex;align-items:center;gap:1.25rem}.mt-help-support__card-heading{min-width:0;flex:1 1 auto;margin:0;font-size:1.375rem;font-weight:600;line-height:1.5;letter-spacing:0}.mt-help-support__chevron,.mt-help-support__chevron picture,.mt-help-support__chevron-image{display:block;flex:0 0 auto;width:.625rem;height:.3125rem}.mt-help-support__chevron-image{object-fit:contain}.mt-help-support__divider{width:100%;height:.0625rem;margin-top:1.75rem;background:#ededed}.mt-help-support__label{margin:1.75rem 0 0;color:#8a8a8a;font-size:.875rem;font-weight:500;line-height:1.5;letter-spacing:0}.mt-help-support__regions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));justify-content:space-between;gap:11.5rem;margin-top:1.75rem}.mt-help-support__region{min-width:0}.mt-help-support__region-name,.mt-help-support__email,.mt-help-support__hours{margin:0;letter-spacing:0}.mt-help-support__region-name{font-size:1.1875rem;font-weight:600;line-height:1.5263}.mt-help-support__email{display:block;margin-top:.5rem;color:#333;font-size:.9375rem;font-weight:500;line-height:1.5333;text-decoration:none;overflow-wrap:anywhere}a.mt-help-support__email:hover{text-decoration:underline;text-underline-offset:.125rem}.mt-help-support__hours{margin-top:.5rem;color:#8a8a8a;font-size:.875rem;line-height:1.4286}.mt-help-support__email:focus-visible{outline:.125rem solid #1a1a1a;outline-offset:.1875rem}@media(max-width:989px)and (min-width:750px){.mt-help-support{padding-inline:max(var(--current-section-pad-x, 1.875rem),1.875rem)}.mt-help-support__card{padding-inline:2.5rem}}@media(max-width:749px){.mt-help-support{min-height:37.875rem;padding-block:calc(var(--current-section-pad-y, 6.25rem) * .56);padding-inline:1.25rem}.mt-help-support__inner{max-width:none}.mt-help-support__heading{font-size:1.625rem;line-height:1.5;white-space:nowrap}.mt-help-support__intro{margin-top:.5rem;font-size:.875rem;line-height:1.5}.mt-help-support__card{margin-top:1.625rem;padding:1.375rem 1.25rem 1.5rem;border-radius:1.125rem}.mt-help-support__card-heading{font-size:1rem;line-height:1.5}.mt-help-support__divider{margin-top:1.125rem}.mt-help-support__label{margin-top:1.125rem;font-size:.8125rem;line-height:1.5385}.mt-help-support__regions{grid-template-columns:1fr;gap:1.125rem;margin-top:1.125rem}.mt-help-support__region-name{font-size:1rem;line-height:1.5}.mt-help-support__email{margin-top:.25rem;font-size:.875rem;line-height:1.5}.mt-help-support__hours{margin-top:.25rem;font-size:.8125rem;line-height:1.4615}}mt-hotspots{display:block}.mt-hotspots{padding-block:var(--hs-pad-y, 64px);background:#fff;color:#1d1d1f}.mt-hotspots__inner{width:100%;max-width:var(--hs-max, 1440px);margin-inline:auto;padding-inline:var(--hs-pad-x, 24px);box-sizing:border-box}.mt-hotspots__head{text-align:center;margin:14px 0}.mt-hotspots__subtitle{display:inline-flex;align-items:center;justify-content:center;gap:10px;margin:0 0 14px;font-size:13px;font-weight:700;font-style:normal;letter-spacing:normal;text-transform:uppercase;color:#717171}.mt-hotspots__accent{display:inline-block;width:24px;height:3px;background:var(--hs-accent, #d1ff00);flex:0 0 auto}.mt-hotspots__heading{margin:0;font-weight:700;font-style:normal;font-size:54px;line-height:100%;letter-spacing:-1.5%;text-align:center;color:#1d1d1f}.mt-hotspots__intro{margin:14px 0 0;font-size:18px;font-weight:400;font-style:normal;line-height:154%;letter-spacing:normal;text-align:center;color:#717171}.mt-hotspots__stage{position:relative}.mt-hotspots__visual{position:relative;overflow:hidden;border-radius:1.25rem;background:#f3f3f3;aspect-ratio:16 / 10}.mt-hotspots__media,.mt-hotspots__fallback,.mt-hotspots__media-desk,.mt-hotspots__media-mob{position:absolute;top:0;right:0;bottom:0;left:0}.mt-hotspots__media-desk{display:none}.mt-hotspots__media-mob{display:block}.mt-hotspots__img{width:100%;height:100%;object-fit:cover}.mt-hotspots__fallback{background:linear-gradient(135deg,#ececec,#f7f7f7)}.mt-hotspots__pins{position:absolute;top:0;right:0;bottom:0;left:0;margin:0;padding:0;list-style:none;pointer-events:none}.mt-hotspots__pin{position:absolute;left:var(--pin-x-m, var(--pin-x, 50%));top:var(--pin-y-m, var(--pin-y, 50%));transform:translate(-50%,-50%);pointer-events:auto;z-index:2}.mt-hotspots__dot{display:grid;place-items:center;width:2rem;height:2rem;padding:0;border:1.5px solid rgba(255,255,255,.95);border-radius:50%;background:#ffffff47;color:#fff;font-size:1.15rem;line-height:1;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 4px 16px #0000001f}.mt-hotspots__dot-close{display:none;font-size:1.35rem;line-height:1}.mt-hotspots__dot.is-active{background:var(--hs-accent, #d1ff00);border-color:var(--hs-accent, #d1ff00);color:#1d1d1f}.mt-hotspots__dot.is-active .mt-hotspots__dot-plus{display:none}.mt-hotspots__dot.is-active .mt-hotspots__dot-close{display:block}.mt-hotspots__dot:focus-visible{outline:2px solid #1d1d1f;outline-offset:3px}.mt-hotspots__panel{position:fixed;left:0;right:0;bottom:0;z-index:80;display:flex;flex-direction:column;max-height:min(88vh,720px);background:#fff;color:#1d1d1f;border-radius:0;box-shadow:0 -12px 40px #00000029;padding:0;overflow:hidden;transform:translateY(110%);visibility:hidden}@media(prefers-reduced-motion:no-preference){.mt-hotspots__panel{transition:transform .35s cubic-bezier(.4,0,.2,1),visibility 0s linear .35s}}.mt-hotspots.is-open .mt-hotspots__panel{transform:none;visibility:visible;transition-delay:0s}.mt-hotspots__scrim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:70;background:#00000073;opacity:0;visibility:hidden;pointer-events:none}.mt-hotspots__scrim[hidden]{display:none!important}@media(prefers-reduced-motion:no-preference){.mt-hotspots__scrim{transition:opacity .3s ease,visibility 0s linear .3s}}.mt-hotspots.is-open .mt-hotspots__scrim{opacity:1;visibility:visible;pointer-events:auto;transition-delay:0s}.mt-hotspots__panel-viewport{flex:1 1 auto;display:flex;flex-direction:column;min-height:0;overflow:hidden}.mt-hotspots__panel-close{position:absolute;top:1rem;right:1rem;z-index:3;display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;padding:0;border:none;border-radius:50%;background:#fff;color:#1d1d1f;font-size:1.35rem;line-height:1;cursor:pointer;box-shadow:0 2px 10px #0000001f}.mt-hotspots__panel-close:focus-visible{outline:2px solid #1d1d1f;outline-offset:2px}.mt-hotspots__detail{display:flex;flex-direction:column;height:100%;min-height:0}.mt-hotspots__detail[hidden]{display:none!important}.mt-hotspots__detail-hero{position:relative;flex:0 0 50%;min-height:11rem;max-height:50%;background:#f3f3f3}.mt-hotspots__detail-body{flex:1 1 auto;display:flex;flex-direction:column;min-height:0;padding:1.25rem 1.5rem 1.5rem;overflow-y:auto}.mt-hotspots__pager{display:inline-flex;align-items:center;gap:.35rem;margin:0 0 1rem}.mt-hotspots__pager-btn{display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;padding:0;border:none;border-radius:0;background:transparent;color:#1d1d1f8c;cursor:pointer}.mt-hotspots__pager-btn:hover,.mt-hotspots__pager-btn:focus-visible{color:#1d1d1f}.mt-hotspots__pager-text{margin:0;font-size:.8125rem;font-weight:600;font-variant-numeric:tabular-nums;letter-spacing:.02em;line-height:1}.mt-hotspots__pager-current{color:#1d1d1f}.mt-hotspots__pager-total{color:#1d1d1f73}.mt-hotspots__detail-media{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;border-radius:0;aspect-ratio:auto;background:#f3f3f3;margin:0}.mt-hotspots__detail-media--empty{background:linear-gradient(135deg,#ececec,#f7f7f7)}.mt-hotspots__detail-img{width:100%;height:100%;object-fit:cover}.mt-hotspots__detail-title{margin:0;font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:700;letter-spacing:-.02em;line-height:1.15}.mt-hotspots__detail-desc{margin:.85rem 0 0;font-size:.9375rem;line-height:1.6;color:#1d1d1fa6}.mt-hotspots__detail-actions{display:flex;flex-wrap:wrap;align-items:center;gap:1rem 1.25rem;margin-top:auto;padding-top:1.5rem}.mt-hotspots__btn{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;text-decoration:none;font-size:.875rem;font-weight:700}.mt-hotspots__btn--primary{padding:.8rem 1.35rem;border-radius:999px;background:#1d1d1f;color:#fff}.mt-hotspots__btn--ghost{padding:0;color:#1d1d1f}@media(max-width:749px){.mt-hotspots{padding-block:var(--hs-pad-y-mobile, var(--hs-pad-y, 64px))}.mt-hotspots__inner{padding-inline:var(--hs-pad-x-mobile, var(--hs-pad-x, 24px))}}@media(max-width:989px){.mt-hotspots__head{text-align:left;margin:14px 0}.mt-hotspots__subtitle{justify-content:flex-start;margin:0 0 12px;font-size:11px}.mt-hotspots__heading{font-size:30px;text-align:left}.mt-hotspots__intro{margin:12px 0 0;font-size:14px;text-align:left}}@media(min-width:990px){.mt-hotspots__head{margin-bottom:44px}.mt-hotspots__media-desk{display:block}.mt-hotspots__media-mob{display:none}.mt-hotspots__pin{left:var(--pin-x, 50%);top:var(--pin-y, 50%)}.mt-hotspots__visual{border-radius:1.5rem;aspect-ratio:21 / 10}.mt-hotspots__scrim{display:block;z-index:90}.mt-hotspots__panel{position:fixed;left:auto;right:0;top:0;bottom:0;width:min(26rem,40vw);max-height:none;height:100%;border-radius:0;box-shadow:-12px 0 40px #00000024;padding:0;transform:translate(100%);opacity:1;z-index:100}@media(prefers-reduced-motion:no-preference){.mt-hotspots__panel{transition:transform .35s cubic-bezier(.4,0,.2,1),visibility 0s linear .35s}}.mt-hotspots.is-open .mt-hotspots__panel{transform:translate(0)}.mt-hotspots__dot{width:2.15rem;height:2.15rem}.mt-hotspots__detail-hero{flex-basis:48%;max-height:48%}.mt-hotspots__detail-body{padding:1.35rem 1.5rem 1.75rem}}.mt-image-text-cta{width:100%;padding-top:var(--itc-pad-top-m, 2.5rem);padding-bottom:var(--itc-pad-bottom-m, 2.5rem);background:var(--itc-bg, #fff)}@media(min-width:990px){.mt-image-text-cta{padding-top:var(--itc-pad-top, 3.75rem);padding-bottom:var(--itc-pad-bottom, 3.75rem)}}.mt-image-text-cta__inner{max-width:1280px;margin-inline:auto;padding-inline:1.125rem}@media(min-width:990px){.mt-image-text-cta__inner{padding-inline:2.75rem}}.mt-image-text-cta__grid{display:grid;grid-template-columns:1fr;gap:1.5rem;align-items:center}@media(min-width:990px){.mt-image-text-cta__grid{grid-template-columns:minmax(0,1.65fr) minmax(0,1fr);gap:2rem}.mt-image-text-cta--image-right .mt-image-text-cta__grid{direction:rtl}.mt-image-text-cta--image-right .mt-image-text-cta__grid>*{direction:ltr}}.mt-image-text-cta__media{min-width:0}.mt-image-text-cta__layer--mob{display:block}.mt-image-text-cta__layer--desk{display:none}@media(min-width:990px){.mt-image-text-cta__layer--mob{display:none}.mt-image-text-cta__layer--desk{display:block}}.mt-image-text-cta__layer picture{display:block}.mt-image-text-cta__image{width:100%;height:auto;display:block;border-radius:1.5rem;object-fit:cover;object-position:center}@media(min-width:990px){.mt-image-text-cta__image{border-radius:2rem}}.mt-image-text-cta__placeholder{display:flex;align-items:center;justify-content:center;width:100%;aspect-ratio:4 / 3;border-radius:1.5rem;background:#f0f0f2;color:#999;font-size:.875rem;overflow:hidden}@media(min-width:990px){.mt-image-text-cta__placeholder{border-radius:2rem}}.mt-image-text-cta__content{min-width:0}.mt-image-text-cta__heading{margin:0 0 1rem;font-family:var(--font-heading);font-weight:600;font-size:2rem;line-height:1.25;letter-spacing:normal;text-transform:uppercase;color:var(--itc-heading-color, #333336)}@media(min-width:990px){.mt-image-text-cta__heading{margin-bottom:1.5rem;font-size:2.5rem;line-height:1.2}}.mt-image-text-cta__text{margin:0 0 1.5rem;font-size:.9375rem;line-height:1.5;color:var(--itc-text-color, #1d1d1f)}@media(min-width:990px){.mt-image-text-cta__text{margin-bottom:5rem;font-size:1rem;line-height:1.5}}.mt-image-text-cta__text :where(p){margin:0 0 .75rem}.mt-image-text-cta__text :where(p:last-child){margin-bottom:0}.mt-image-text-cta__text :where(strong,b){font-weight:600}.mt-image-text-cta__text :where(ul,ol){margin:0;padding-left:1.25rem}.mt-image-text-cta__button{display:inline-flex;align-items:center;justify-content:center;padding:.625rem 1.5rem;border:none;border-radius:999px;background:var(--itc-btn-bg, #daff00);color:var(--itc-btn-color, #333336);font-size:.875rem;line-height:1.375rem;font-weight:400;letter-spacing:normal;text-align:center;text-decoration:none;transition:opacity .25s ease,transform .25s ease}@media(prefers-reduced-motion:no-preference){.mt-image-text-cta__button:hover{opacity:.9;transform:translateY(-1px)}}.mt-journal{padding-block:var(--jn-pad-y, 64px);background:#fff;color:#1d1d1f}.mt-journal__inner{width:100%;max-width:var(--jn-max, 1440px);margin-inline:auto;padding-inline:var(--jn-pad-x, 24px);box-sizing:border-box}.mt-journal__head{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:1rem 1.5rem;margin-bottom:1.75rem}.mt-journal__subtitle{display:inline-flex;align-items:center;gap:.55rem;margin:0 0 .55rem;font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#1d1d1fb8}.mt-journal__accent{display:inline-block;width:1.35rem;height:2px;background:var(--jn-accent, #d1ff00);flex:0 0 auto}.mt-journal__heading{margin:0;font-family:var(--font-heading);font-size:30px;font-weight:700;letter-spacing:normal;line-height:40px}.mt-journal__cta{display:inline-flex;align-items:center;gap:0;flex-shrink:0;padding:13px 22px;border-radius:999px;background:#1d1d1f;color:#fff;font-weight:500;font-size:15px;line-height:24px;letter-spacing:normal;text-decoration:none;white-space:nowrap;transition:opacity .2s ease}.mt-journal__cta-arrow{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:0;overflow:hidden;opacity:0;margin-left:0}.mt-journal__cta-arrow svg{display:block;width:14px;height:14px;flex-shrink:0}@media(prefers-reduced-motion:no-preference){.mt-journal__cta-arrow{transition:width .38s cubic-bezier(.4,0,.2,1),opacity .28s cubic-bezier(.4,0,.2,1),margin-left .38s cubic-bezier(.4,0,.2,1)}}@media(hover:hover){.mt-journal__cta:hover .mt-journal__cta-arrow,.mt-journal__cta:focus-visible .mt-journal__cta-arrow{width:14px;opacity:1;margin-left:.4rem}}@media(hover:none){.mt-journal__cta-arrow{width:14px;opacity:1;margin-left:.4rem}}.mt-journal__cta:hover,.mt-journal__cta:focus-visible{opacity:.9}.mt-journal__layout{display:grid;gap:1.75rem}.mt-journal__feature-media,.mt-journal__item-media{display:block;overflow:hidden;border-radius:.85rem;background:#f0f0f0}.mt-journal__feature-media{aspect-ratio:100 / 42}.mt-journal__item-media{aspect-ratio:1 / 1;width:7.5rem;height:auto;flex:0 0 auto}.mt-journal__img,.mt-journal__fallback{width:100%;height:100%;object-fit:cover;display:block}.mt-journal__fallback{background:linear-gradient(135deg,#ececec,#f7f7f7)}.mt-journal__feature-body{margin-top:1rem}.mt-journal__tag{display:inline-block;width:fit-content;max-width:100%;margin:0 0 .65rem;padding:.2rem .45rem;border-radius:.2rem;background:var(--jn-accent, #d1ff00);color:#1d1d1f;font-size:.75rem;font-weight:700;line-height:1.2}.mt-journal__feature-title,.mt-journal__item-title{margin:0;font-family:var(--font-heading);font-weight:700;letter-spacing:-.02em;line-height:1.2}.mt-journal__feature-title{font-size:28px}.mt-journal__item-title{font-size:20px}.mt-journal__feature-title a,.mt-journal__item-title a{color:inherit;text-decoration:none}.mt-journal__feature-title a,.mt-journal__feature-title-text{display:inline}.mt-journal__feature-title-arrow{display:inline-flex;align-items:center;justify-content:center;vertical-align:middle;height:24px;width:0;overflow:hidden;opacity:0;margin-left:0}.mt-journal__feature-title-arrow svg{display:block;width:24px;height:24px;flex-shrink:0}@media(prefers-reduced-motion:no-preference){.mt-journal__feature-title-arrow{transition:width .38s cubic-bezier(.4,0,.2,1),opacity .28s cubic-bezier(.4,0,.2,1),margin-left .38s cubic-bezier(.4,0,.2,1)}}@media(hover:hover){.mt-journal__feature-title a:hover .mt-journal__feature-title-arrow,.mt-journal__feature-title a:focus-visible .mt-journal__feature-title-arrow{width:24px;opacity:1;margin-left:.4rem}}@media(hover:none){.mt-journal__feature-title-arrow{width:24px;opacity:1;margin-left:.4rem}}.mt-journal__item-title a,.mt-journal__item-title-text{display:inline}.mt-journal__item-title-arrow{display:inline-flex;align-items:center;justify-content:center;vertical-align:middle;height:14px;width:0;overflow:hidden;opacity:0;margin-left:0}.mt-journal__item-title-arrow svg{display:block;width:14px;height:14px;flex-shrink:0}@media(prefers-reduced-motion:no-preference){.mt-journal__item-title-arrow{transition:width .38s cubic-bezier(.4,0,.2,1),opacity .28s cubic-bezier(.4,0,.2,1),margin-left .38s cubic-bezier(.4,0,.2,1)}}@media(hover:hover){.mt-journal__item-title a:hover .mt-journal__item-title-arrow,.mt-journal__item-title a:focus-visible .mt-journal__item-title-arrow{width:14px;opacity:1;margin-left:.35rem}}@media(hover:none){.mt-journal__item-title-arrow{width:14px;opacity:1;margin-left:.35rem}}.mt-journal__excerpt{margin:10px 0 0;font-size:16px;font-weight:400;line-height:24px;letter-spacing:normal;text-align:left;color:#717171;max-width:75ch;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.mt-journal__meta{margin:.75rem 0 0;font-size:12px;color:#9a9a9a;line-height:18px;letter-spacing:normal}.mt-journal__side{display:flex;flex-direction:column;gap:20px}.mt-journal__item{display:grid;grid-template-columns:7.5rem minmax(0,1fr);gap:1rem;align-items:start}.mt-journal__item-body{min-width:0;padding-top:.1rem}.mt-journal__empty{margin:0;padding:2rem 0;text-align:center;color:#1d1d1fb8}@media(max-width:989px){.mt-journal__layout{gap:1rem}.mt-journal__feature,.mt-journal__item{display:flex;flex-direction:column;overflow:hidden;border:1px solid #ececec;border-radius:1rem;background:#fff}.mt-journal__feature-media,.mt-journal__item-media{width:100%;flex:0 0 auto;border-radius:0;border-top-left-radius:1rem;border-top-right-radius:1rem;aspect-ratio:16 / 10}.mt-journal__feature-body,.mt-journal__item-body{display:flex;flex-direction:column;align-items:flex-start;gap:12px;min-height:176px;margin-top:0;padding:1rem;box-sizing:border-box;text-align:left}.mt-journal__tag{margin:0;padding:.25rem .5rem;border-radius:.35rem;font-size:.6875rem}.mt-journal__feature-title,.mt-journal__item-title{font-size:18px;line-height:1.35}.mt-journal__feature-title a,.mt-journal__item-title a,.mt-journal__feature-title-text,.mt-journal__item-title-text{display:block}.mt-journal__feature-title-arrow,.mt-journal__item-title-arrow{display:none}.mt-journal__feature .mt-journal__excerpt{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;margin:0;font-size:12px;font-weight:400;line-height:18px;letter-spacing:normal;color:#717171;overflow:hidden}.mt-journal__meta{margin:0;font-size:.8125rem;color:#717171}.mt-journal__side{gap:1rem}}@media(min-width:990px){.mt-journal__head{margin-bottom:2.25rem}.mt-journal__subtitle{font-size:13px}.mt-journal__heading{font-size:54px}.mt-journal__cta{padding:15px 26px}.mt-journal__layout{grid-template-columns:minmax(0,1.55fr) minmax(0,1fr);gap:2rem;align-items:stretch}.mt-journal__feature{display:flex;flex-direction:column;height:100%;min-height:0}.mt-journal__feature-body{flex:1 1 auto;display:flex;flex-direction:column;align-items:flex-start;margin-top:1.15rem}.mt-journal__feature-body .mt-journal__meta{margin-top:auto;padding-top:.75rem}.mt-journal__side{display:flex;flex-direction:column;height:100%;justify-content:space-between;gap:1rem}.mt-journal__item{flex:1 1 0;min-height:0;align-items:stretch;grid-template-columns:auto minmax(0,1fr);gap:1.15rem}.mt-journal__item-media{height:100%;width:auto;min-height:0;aspect-ratio:266 / 294;align-self:stretch}.mt-journal__item-body{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding-top:0}}mt-lineup{display:block}.mt-lineup{padding-block:var(--lu-pad, 64px);background:#fff;color:#1d1d1f}.mt-lineup__inner,.mt-lineup__inner.page-width{max-width:var(--lu-max, 1440px);padding-inline:var(--lu-pad-x-mob, var(--lu-pad-x, 20px));box-sizing:border-box}.mt-lineup__head{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:1.75rem}.mt-lineup__subtitle{display:inline-flex;align-items:center;gap:10px;margin:0 0 24px;font-family:Poppins;font-weight:500;font-style:normal;font-size:13px;line-height:100%;letter-spacing:.025em;text-transform:uppercase;color:#717171}.mt-lineup__accent{display:inline-block;width:1.5rem;height:2px;background:var(--lu-accent, #d1ff00);flex:0 0 auto}.mt-lineup__heading{margin:0;font-weight:700;font-style:normal;font-size:54px;line-height:100%;letter-spacing:-1.5%;color:#1d1d1f}.mt-lineup__tabs{position:relative;display:inline-flex;flex-wrap:wrap;align-items:center;gap:0;padding:4px;border-radius:999px;background:#e4e4e6;align-self:flex-start}.mt-lineup__tab-pill{position:absolute;top:4px;bottom:4px;left:0;width:0;border-radius:999px;background:#fff;box-shadow:0 1px 3px #0000000f;pointer-events:none;z-index:0;transform:translate(0)}@media(prefers-reduced-motion:no-preference){.mt-lineup__tab-pill{transition:transform .38s cubic-bezier(.4,0,.2,1),width .38s cubic-bezier(.4,0,.2,1)}}.mt-lineup__tab{position:relative;z-index:1;-webkit-appearance:none;appearance:none;border:none;background:transparent;color:#1d1d1fb8;font:inherit;font-size:16px;font-weight:600;display:inline-flex;align-items:center;gap:.4rem;padding:9px 18px;border-radius:999px;cursor:pointer;white-space:nowrap;transition:color .3s ease}.mt-lineup__tab-badge{display:inline-flex;align-items:center;flex:0 0 auto;padding:.22rem .5rem;border-radius:999px;background:#1d1d1f1f;color:#1d1d1fb8;font-size:.6875rem;font-weight:600;line-height:1;letter-spacing:.01em}.mt-lineup__tab.is-active{color:#1d1d1f}.mt-lineup__tab.is-active .mt-lineup__tab-badge{background:#1d1d1f1a;color:#1d1d1fb8}.mt-lineup__tab:focus-visible{outline:2px solid #1d1d1f;outline-offset:2px}.mt-lineup__panels{position:relative}.mt-lineup__track{display:flex;flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none}.mt-lineup__track[hidden]{display:none!important}.mt-lineup__card{border-radius:18px;overflow:hidden;background:var(--card-bg, #1a1a1a);border:none;color:#fff}.mt-lineup__card--dark{color:#1d1d1f}.mt-lineup__card-inner{position:relative;display:flex;flex-direction:column;min-height:22rem}.mt-lineup__badge{position:absolute;top:0;right:0;z-index:2;padding:8px 37px;border-radius:0 18px;background:var(--lu-accent, #daff00);color:#1d1d1f;font-weight:700;font-size:18px;line-height:18px;letter-spacing:normal;text-transform:uppercase;pointer-events:none}.mt-lineup__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:var(--card-bg, #1a1a1a);overflow:hidden}.mt-lineup__media-desk,.mt-lineup__media-mob{position:absolute;top:0;right:0;bottom:0;left:0}.mt-lineup__media-desk{display:none}.mt-lineup__media-mob{display:block}.mt-lineup__img{background-image:var(--lu-bg);background-repeat:no-repeat;background-size:auto 100%;background-position:center center}.mt-lineup__overlay{position:relative;z-index:1;display:flex;flex:1;flex-direction:column;justify-content:space-between;gap:1rem;min-height:inherit;padding:1.15rem 1.15rem 1.25rem;box-sizing:border-box}.mt-lineup__copy{padding:0}.mt-lineup__foot{display:flex;flex-direction:column;align-items:stretch;gap:.85rem;padding:0}.mt-lineup__title{margin:0;font-weight:700;font-size:28px;line-height:100%;letter-spacing:-.5%;color:inherit}.mt-lineup__desc{margin:.4rem 0 0;font-family:Poppins;font-weight:400;font-style:normal;font-size:14.5px;line-height:100%;letter-spacing:0%;color:#fff;max-width:28ch}.mt-lineup__card--dark .mt-lineup__desc{color:#525256}.mt-lineup__price-wrap{display:flex;flex-wrap:wrap;align-items:baseline;gap:.45rem}.mt-lineup__price{margin:0;font-weight:700;font-style:normal;font-size:23px;line-height:100%;letter-spacing:normal;color:inherit}.mt-lineup__from{font-weight:700}.mt-lineup__compare{margin:0;font-size:.875rem;color:#fff6}.mt-lineup__card--dark .mt-lineup__compare{color:#1d1d1fb8}.mt-lineup__btn{position:relative;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;border:none;border-radius:999px;background:transparent;box-shadow:inset 0 0 0 1.5px #fff;color:#fff;font-size:.875rem;font-weight:700;text-decoration:none;width:100%;box-sizing:border-box;transition:color .3s ease}.mt-lineup__btn-fill{position:absolute;top:0;right:0;bottom:0;left:0;background:#daff00;border-radius:inherit;clip-path:inset(0 100% 0 0 round 999px);pointer-events:none}@media(prefers-reduced-motion:no-preference){.mt-lineup__btn-fill{transition:clip-path .38s cubic-bezier(.4,0,.2,1)}}.mt-lineup__btn-label,.mt-lineup__btn-icon{position:relative;z-index:1}.mt-lineup__btn.is-fill{color:#1d1d1f}@media(prefers-reduced-motion:reduce){.mt-lineup__btn.is-fill{background:#daff00;box-shadow:none}}@media(min-width:990px){.mt-lineup__btn.is-fill-settled{box-shadow:none;background:#daff00;color:#1d1d1f}.mt-lineup__btn.is-fill-settled .mt-lineup__btn-fill{opacity:0}.mt-lineup__card--dark .mt-lineup__btn.is-fill-settled{box-shadow:none;background:#daff00;color:#1d1d1f}}@media(max-width:989px){.mt-lineup__btn.is-fill{box-shadow:inset 0 0 0 1.5px #fff;color:#fff;background:transparent}.mt-lineup__btn.is-fill .mt-lineup__btn-fill{clip-path:inset(0 100% 0 0 round 999px)!important;opacity:1}.mt-lineup__card--dark .mt-lineup__btn.is-fill{box-shadow:inset 0 0 0 1.5px #1d1d1f;color:#1d1d1f;background:transparent}.mt-lineup__btn:hover .mt-lineup__btn-icon,.mt-lineup__btn:focus-visible .mt-lineup__btn-icon,.mt-lineup__btn.is-fill .mt-lineup__btn-icon{width:0;opacity:0;margin-left:0}}.mt-lineup__btn-icon{width:0;overflow:hidden;opacity:0;margin-left:0;display:inline-flex;align-items:center;flex-shrink:0}.mt-lineup__btn-icon svg{width:12px;height:12px;flex-shrink:0}@media(prefers-reduced-motion:no-preference){.mt-lineup__btn-icon{transition:width .32s ease,opacity .32s ease,margin .32s ease}}@media(min-width:990px){.mt-lineup__btn:hover .mt-lineup__btn-icon,.mt-lineup__btn:focus-visible .mt-lineup__btn-icon{width:18px;opacity:1;margin-left:8px}}.mt-lineup__card--dark .mt-lineup__btn{box-shadow:inset 0 0 0 1.5px #1d1d1f;color:#1d1d1f}.mt-lineup__card--dark .mt-lineup__btn.is-fill{color:#1d1d1f}@media(max-width:749px){.mt-lineup__head{gap:26px;margin-bottom:1.25rem}.mt-lineup__subtitle{font-size:11px;margin-bottom:13px}.mt-lineup__heading{font-size:30px}.mt-lineup__card,.mt-lineup__card--dark{background:#fff;color:#1d1d1f;border:1px solid rgba(29,29,31,.08)}.mt-lineup__card-inner{min-height:0;display:flex;flex-direction:column}.mt-lineup__media{position:relative;z-index:0;flex:0 0 auto;width:100%;min-height:0;aspect-ratio:390 / 240;background:#fff;overflow:hidden}.mt-lineup__media-desk,.mt-lineup__media-mob{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;min-height:0}.mt-lineup__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;min-height:0;background-size:cover;background-position:center center}.mt-lineup__overlay{position:relative;z-index:1;flex:0 0 auto;min-height:0;background:#fff;color:#1d1d1f;gap:0;justify-content:flex-start}.mt-lineup__copy{margin-bottom:1rem}.mt-lineup__title{font-size:18px;line-height:1.2;color:#1d1d1f}.mt-lineup__desc{margin-top:.5rem;font-size:.875rem;line-height:1.35;color:#717171;max-width:none}.mt-lineup__card--dark .mt-lineup__desc{color:#717171}.mt-lineup__foot{gap:1rem}.mt-lineup__price{font-size:16px;color:#1d1d1f}.mt-lineup__compare{font-size:.875rem;color:#1d1d1f73}.mt-lineup__card--dark .mt-lineup__compare{color:#1d1d1f73}.mt-lineup__btn{background:#1d1d1f;color:#fff;box-shadow:none;width:100%;min-height:2.75rem;padding:.75rem 1.5rem}.mt-lineup__card--dark .mt-lineup__btn,.mt-lineup__btn.is-fill,.mt-lineup__card--dark .mt-lineup__btn.is-fill{background:#1d1d1f;color:#fff;box-shadow:none}}@media(min-width:990px){.mt-lineup__inner,.mt-lineup__inner.page-width{padding-inline:var(--lu-pad-x, 20px)}.mt-lineup__head{flex-direction:row;align-items:flex-end;justify-content:space-between;gap:2rem;margin-bottom:2rem}.mt-lineup__tabs{align-self:auto;flex:0 0 auto}.mt-lineup__track{flex-direction:row;align-items:stretch;gap:.85rem;min-height:28rem}.mt-lineup__card{flex:1 1 0;min-width:0;border:none;background:var(--card-bg, #1a1a1a);color:#fff}.mt-lineup__card--dark{color:#1d1d1f}@media(prefers-reduced-motion:no-preference){.mt-lineup__card{transition:flex .55s cubic-bezier(.4,0,.2,1)}.mt-lineup__desc{transition:opacity .4s cubic-bezier(.4,0,.2,1),transform .45s cubic-bezier(.4,0,.2,1),max-height .45s cubic-bezier(.4,0,.2,1),margin-top .45s cubic-bezier(.4,0,.2,1)}.mt-lineup__btn{transition:opacity .4s cubic-bezier(.4,0,.2,1),transform .45s cubic-bezier(.4,0,.2,1),max-width .45s cubic-bezier(.4,0,.2,1),padding .45s cubic-bezier(.4,0,.2,1)}.mt-lineup__price-wrap{transition:flex .45s cubic-bezier(.4,0,.2,1)}}.mt-lineup__track.has-hover .mt-lineup__card.is-active{flex:2.35 1 0}.mt-lineup__track.has-hover .mt-lineup__card:not(.is-active){flex:.72 1 0}.mt-lineup__card-inner{min-height:28rem;height:100%}.mt-lineup__overlay{padding:19px 36px}.mt-lineup__media-desk{display:block}.mt-lineup__media-mob{display:none}.mt-lineup__title{font-size:1.25rem}.mt-lineup__foot{flex-direction:row;align-items:center;justify-content:flex-start;gap:.75rem}.mt-lineup__price-wrap{flex:1 1 100%;min-width:0}.mt-lineup__btn{flex:0 0 auto;width:auto;max-width:0;padding-inline:0;overflow:hidden;opacity:0;pointer-events:none;transform:translate(1.25rem)}.mt-lineup__desc{opacity:0;pointer-events:none;transform:translateY(14px);max-height:0;overflow:hidden;margin-top:0}.mt-lineup__track.has-hover .mt-lineup__card.is-active .mt-lineup__foot{justify-content:space-between}.mt-lineup__track.has-hover .mt-lineup__card.is-active .mt-lineup__price-wrap{flex:1 1 auto}.mt-lineup__track.has-hover .mt-lineup__card.is-active .mt-lineup__desc{opacity:1;transform:none;pointer-events:auto;max-height:6rem;margin-top:.55rem}.mt-lineup__track.has-hover .mt-lineup__card.is-active .mt-lineup__btn{max-width:20rem;padding:12px 24px;opacity:1;transform:none;pointer-events:auto}.mt-lineup__badge{transition:opacity .35s cubic-bezier(.4,0,.2,1)}.mt-lineup__track.has-hover .mt-lineup__card:not(.is-active) .mt-lineup__badge{opacity:0;visibility:hidden}}mt-loved{display:block}.mt-loved{padding-block:var(--loved-pad-y, 64px);background:var(--loved-bg, #fff);color:#1d1d1f;overflow:hidden}.mt-loved__inner{width:100%;max-width:var(--loved-max, 1440px);margin-inline:auto;padding-inline:var(--loved-pad-x, 24px);box-sizing:border-box}.mt-loved__head{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.25rem;margin-bottom:2rem}.mt-loved__titles{width:100%;min-width:0}.mt-loved__heading{margin:0;font-family:var(--font-heading);font-weight:700;font-size:54px;line-height:80px;letter-spacing:-1%}.mt-loved__subtitle{font-weight:700;font-size:54px;line-height:80px;letter-spacing:-1%;color:#c2c2c2;margin:0}.mt-loved__link{display:inline-flex;align-items:center;gap:0;flex-shrink:0;padding:15px 26px;border-radius:999px;background:#1d1d1f;color:#fff;font-size:14px;font-weight:600;line-height:24px;letter-spacing:normal;text-decoration:none;white-space:nowrap;transition:opacity .2s ease}.mt-loved__link-arrow{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:0;overflow:hidden;opacity:0;margin-left:0}.mt-loved__link-arrow svg{display:block;width:14px;height:14px;flex-shrink:0}@media(prefers-reduced-motion:no-preference){.mt-loved__link-arrow{transition:width .38s cubic-bezier(.4,0,.2,1),opacity .28s cubic-bezier(.4,0,.2,1),margin-left .38s cubic-bezier(.4,0,.2,1)}.mt-loved__link:hover .mt-loved__link-arrow,.mt-loved__link:focus-visible .mt-loved__link-arrow{max-width:1.25rem;opacity:1;margin-left:.4rem;transform:none}}@media(hover:hover){.mt-loved__link:hover .mt-loved__link-arrow,.mt-loved__link:focus-visible .mt-loved__link-arrow{width:14px;opacity:1;margin-left:.4rem}}@media(hover:none){.mt-loved__link-arrow{width:14px;opacity:1;margin-left:.4rem}}.mt-loved__link:hover,.mt-loved__link:focus-visible{opacity:.9}.mt-loved__link:focus-visible{outline:2px solid #1d1d1f;outline-offset:3px}@media(max-width:749px){.mt-loved__head{align-items:flex-start;text-align:left}.mt-loved__heading,.mt-loved__subtitle{font-size:30px;line-height:45px;text-align:left}.mt-loved__link{padding:13px 22px}}.mt-loved__desktop{display:none}.mt-loved__mobile{display:grid;gap:1rem;margin:0;padding:0;list-style:none}.mt-loved__mobile-more{display:none;margin:1.25rem auto 0;padding:13px 22px;border:none;border-radius:999px;background:#1d1d1f;color:#fff;font-family:Poppins,sans-serif;font-weight:500;font-size:15px;line-height:100%;letter-spacing:0;cursor:pointer}.mt-loved__mobile-more:focus-visible{outline:2px solid #1d1d1f;outline-offset:2px}@media(max-width:989px){.mt-loved__inner--mobile{display:flex;flex-direction:column;align-items:center}.mt-loved__mobile{width:100%}.mt-loved__mobile .mt-loved__item.is-mobile-hidden{display:none}.mt-loved__mobile-more{display:inline-flex;align-items:center;justify-content:center}.mt-loved__mobile-more[hidden]{display:none!important}}.mt-loved__item.is-dismissed{display:none}.mt-loved__card{border-radius:1rem;overflow:hidden;background:#fff}.mt-loved__card--social,.mt-loved__card--image{border:1px solid rgba(29,29,31,.1)}.mt-loved__media{position:relative;aspect-ratio:4 / 5;overflow:hidden;background:#111}.mt-loved__video,.mt-loved__img,.mt-loved__fallback{width:100%;height:100%;object-fit:cover;display:block}.mt-loved__fallback{background:linear-gradient(145deg,#2a2a2c,#111)}.mt-loved__video{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.mt-loved__poster{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;transition:opacity .25s ease}.mt-loved__item.is-playing .mt-loved__poster{opacity:0;pointer-events:none}.mt-loved__play{position:absolute;left:50%;top:50%;z-index:3;transform:translate(-50%,-50%);display:inline-flex;align-items:center;justify-content:center;width:66px;height:66px;padding:0;border:none;background:none;cursor:pointer}.mt-loved__play svg{display:block;width:66px;height:66px}.mt-loved__item.is-playing .mt-loved__play{opacity:0;pointer-events:none}.mt-loved__video-copy{position:absolute;left:0;right:0;bottom:0;z-index:4;padding:1rem 1.1rem 1.15rem;background:linear-gradient(180deg,transparent,rgba(0,0,0,.72));color:#fff;pointer-events:none}.mt-loved__video-title{margin:0;font-size:1rem;font-weight:700;line-height:1.25}.mt-loved__video-desc{margin:.2rem 0 0;font-size:.8125rem;line-height:1.35;opacity:.88}.mt-loved__card--social{position:relative;padding:1rem 1rem .9rem}.mt-loved__close{position:absolute;top:.65rem;right:.65rem;display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border:none;border-radius:50%;background:transparent;color:#1d1d1fb8;font-size:1.25rem;line-height:1;cursor:pointer}.mt-loved__close:hover,.mt-loved__close:focus-visible{color:#1d1d1f;background:#1d1d1f0f}.mt-loved__social-head{display:flex;align-items:center;gap:.65rem;margin-bottom:.75rem;padding-right:1.5rem}.mt-loved__avatar{flex:0 0 auto;width:2.5rem;height:2.5rem;border-radius:50%;overflow:hidden;background:#1d1d1f14}.mt-loved__avatar-img{width:100%;height:100%;object-fit:cover}.mt-loved__name{display:inline-flex;align-items:center;gap:.3rem;margin:0;font-size:.9375rem;font-weight:700;line-height:1.2}.mt-loved__verified{flex:0 0 auto}.mt-loved__handle{margin:.15rem 0 0;font-size:.8125rem;color:#1d1d1fb8}.mt-loved__richtext,.mt-loved__quote,.mt-loved__quote-desc{font-size:.9375rem;line-height:1.5;color:#1d1d1f}.mt-loved__richtext :where(p),.mt-loved__quote :where(p),.mt-loved__quote-desc :where(p){margin:0}.mt-loved__date{margin:.75rem 0 0;font-size:.75rem;color:#1d1d1fb8}.mt-loved__image-wrap{aspect-ratio:16 / 10;overflow:hidden;background:#1d1d1f0a}.mt-loved__image-body{padding:1rem 1rem 1.1rem}.mt-loved__quote-name{margin:.75rem 0 0;font-size:.9375rem;font-weight:700}.mt-loved__quote-desc{margin-top:.2rem;font-size:.8125rem;color:#1d1d1fb8}@media(min-width:750px){.mt-loved__head{flex-direction:row;align-items:flex-start;justify-content:space-between;text-align:left;gap:1.5rem;margin-bottom:2.5rem}}@media(min-width:990px){.mt-loved__desktop{display:block;padding-inline:var(--loved-pad-x, 24px)}.mt-loved__inner--mobile{display:none}.mt-loved__columns{display:grid;grid-template-columns:repeat(var(--loved-cols, 4),minmax(0,1fr));gap:1rem;max-width:var(--loved-max, 1440px);margin-inline:auto}.mt-loved__column{overflow:hidden;height:clamp(28rem,72vh,44rem);-webkit-mask-image:linear-gradient(180deg,transparent,#000 6%,#000 94%,transparent);mask-image:linear-gradient(180deg,transparent,#000 6%,#000 94%,transparent)}.mt-loved__column-track{display:flex;flex-direction:column}.mt-loved__stack{display:grid;gap:1rem;margin:0;padding:0 0 1rem;list-style:none}@media(prefers-reduced-motion:no-preference){.mt-loved.is-autoplay .mt-loved__column-track{animation:mt-loved-scroll var(--loved-speed, 36s) linear infinite}.mt-loved.is-autoplay .mt-loved__column:nth-child(2n) .mt-loved__column-track{animation-direction:reverse}.mt-loved.is-autoplay:has(.mt-loved__stack:hover) .mt-loved__column-track,.mt-loved.is-autoplay:has(.mt-loved__stack:focus-within) .mt-loved__column-track{animation-play-state:paused}}@keyframes mt-loved-scroll{0%{transform:translateY(0)}to{transform:translateY(-50%)}}}mt-media-hero{display:block}.mt-media-hero{position:relative;color:#fff;background:#0a0a0a;--mh-y: var(--mh-y-mob);--mh-align: var(--mh-align-mob);--mh-justify: var(--mh-justify-mob)}@media(min-width:750px){.mt-media-hero{--mh-y: var(--mh-y-desk);--mh-align: var(--mh-align-desk);--mh-justify: var(--mh-justify-desk)}}.mt-media-hero__viewport{position:relative;min-height:var(--mh-min-h-m, 80vh);overflow:hidden}@media(min-width:750px){.mt-media-hero__viewport{min-height:var(--mh-min-h, 85vh)}}.mt-media-hero__media,.mt-media-hero__layer{position:absolute;top:0;right:0;bottom:0;left:0}.mt-media-hero__layer--desk{display:none;z-index:0}.mt-media-hero__layer--mob{display:block;z-index:0}@media(min-width:750px){.mt-media-hero__layer--desk{display:block;z-index:1}.mt-media-hero__layer--mob{display:none;z-index:0}}.mt-media-hero__video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.mt-media-hero__img{width:100%;height:100%;object-fit:cover;display:block}.mt-media-hero__fallback{width:100%;height:100%;background:linear-gradient(135deg,#1a1a1a,#0d2a1a)}.mt-media-hero__shade{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:linear-gradient(180deg,rgba(0,0,0,calc(var(--mh-overlay, .2) * .4)),rgba(0,0,0,var(--mh-overlay, .2)))}.mt-media-hero__content{position:absolute;z-index:2;left:0;right:0;top:var(--mh-y, 50%);transform:translateY(-50%);display:flex;justify-content:var(--mh-justify, center);width:100%;box-sizing:border-box;pointer-events:none}.mt-media-hero__copy{display:grid;gap:.65rem;text-align:var(--mh-align, center);justify-items:var(--mh-justify, center);pointer-events:auto}.mt-media-hero__subtitle{margin:0;font-size:.75rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--mh-accent, #d1ff00)}.mt-media-hero__title{margin:0;font-family:var(--font-heading);font-size:clamp(1.75rem,6vw,4rem);font-weight:700;line-height:1.05;letter-spacing:-.02em;text-transform:uppercase;color:#fff}.mt-media-hero__controls{position:absolute;z-index:3}.mt-media-hero__controls--desk{right:1.25rem;bottom:1.25rem;display:none;align-items:center;gap:.5rem}.mt-media-hero__controls--mob{top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;pointer-events:none}@media(min-width:750px){.mt-media-hero__controls--desk{display:flex}.mt-media-hero__controls--mob{display:none}}.mt-media-hero__btn{border:none;background:none;padding:0;cursor:pointer;color:#fff}.mt-media-hero__btn.is-hidden{display:none}.mt-media-hero__btn--desk{display:inline-flex;align-items:center;justify-content:center;width:2.5625rem;height:2.5625rem;border-radius:50%;background:#f5f5f724;backdrop-filter:blur(13.2px);-webkit-backdrop-filter:blur(13.2px);transition:background .2s ease}.mt-media-hero__btn--desk svg{display:block;width:2.5625rem;height:2.5625rem}.mt-media-hero__btn--desk:hover,.mt-media-hero__btn--desk:focus-visible{background:#f5f5f738}.mt-media-hero__btn--mob{display:flex;flex-direction:column;align-items:center;gap:.85rem;pointer-events:auto}.mt-media-hero__play-icon{display:block;line-height:0}.mt-media-hero__play-label{font-size:.6875rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#fff}@media(max-width:390px){.mt-media-hero__viewport{min-height:0;height:calc(100vw * 20 / 13)}.mt-media-hero__content{top:auto;bottom:4.375rem;transform:none;padding-inline:1.25rem}.mt-media-hero__copy{gap:1.125rem;width:100%;max-width:none;text-align:center;justify-items:center}.mt-media-hero__subtitle{font-size:.75rem;font-weight:500;line-height:1.0625rem;letter-spacing:.021875rem;color:#daff00;text-shadow:0 .125rem 1rem #00000080}.mt-media-hero__title,.mt-media-hero[style*="--mh-align-mob: center"] .mt-media-hero__title{font-size:1.625rem;font-weight:700;line-height:2rem;letter-spacing:.008125rem;text-shadow:0 .125rem 1rem #00000080}}.mt-media-hero.is-playing .mt-media-hero__controls--mob{pointer-events:none}.mt-media-hero.is-playing .mt-media-hero__btn--mob{pointer-events:auto}mt-page-nav{display:block}.mt-page-nav__sentinel{display:block;width:100%;height:0;pointer-events:none}.mt-page-nav__placeholder{display:block;height:0}.mt-page-nav__placeholder:not([hidden]){height:var(--mt-page-nav-height, 3rem)}.mt-page-nav__bar{z-index:28;background:var(--pn-bg, #1d1d1f);color:var(--pn-text, rgba(255, 255, 255, .72));border-bottom:1px solid rgba(255,255,255,.08)}.mt-page-nav__bar.is-fixed,.mt-page-nav__bar[data-pinned]{position:fixed;top:var(--mt-page-nav-top, 0px);left:0;right:0;width:100%;z-index:28}.mt-page-nav__inner{max-width:var(--pn-max-width, var(--page-width, 1440px));margin-inline:auto}.mt-page-nav__list{display:flex;align-items:center;justify-content:center;gap:clamp(1.25rem,4vw,2.5rem);margin:0;padding:0;list-style:none;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}.mt-page-nav__list::-webkit-scrollbar{display:none}.mt-page-nav__item{flex:0 0 auto}.mt-page-nav__link{display:inline-flex;align-items:center;min-height:3rem;padding:.65rem .15rem;border:0;background:transparent;color:inherit;font:inherit;font-size:.875rem;font-weight:500;line-height:1.2;text-decoration:none;white-space:nowrap;transition:color .2s ease}.mt-page-nav__link:hover,.mt-page-nav__link:focus-visible{color:var(--pn-text-active, #fff)}.mt-page-nav__link:focus-visible{outline:2px solid var(--pn-text-active, #fff);outline-offset:2px}.mt-page-nav__link.is-active{color:var(--pn-text-active, #fff);font-weight:600}@media(max-width:749px){.mt-page-nav__list{justify-content:center;gap:1.25rem;padding-inline:.25rem}.mt-page-nav__link{min-height:2.75rem;font-size:.8125rem}}mt-policy-page{display:block}mt-policy-page[hidden]{display:none}.mt-policy{box-sizing:border-box;width:100%;color:#1a1a1a;background:#fff}.mt-policy *,.mt-policy *:before,.mt-policy *:after{box-sizing:border-box}.mt-policy__hero{padding:76px 20px;background:#f5f5f7;text-align:center}.mt-policy__hero-inner{width:100%;max-width:1680px;margin:0 auto}.mt-policy__heading{margin:0;font-size:36px;font-weight:700;line-height:54px;letter-spacing:0}.mt-policy__subtitle{margin:8px 0 0;color:#717171;font-size:14px;line-height:21px}.mt-policy__layout{display:grid;width:100%;max-width:1164px;grid-template-columns:clamp(180px,18vw,220px) minmax(0,840px);gap:clamp(32px,5vw,64px);margin:0 auto;padding:72px 20px 100px}.mt-policy__nav-slot{width:100%;min-width:0}.mt-policy__content{width:100%;min-width:0;color:#555;font-size:16px;line-height:28px;overflow-wrap:anywhere}.mt-policy__content>:first-child,.mt-policy__content>:first-child>:first-child{margin-top:0}.mt-policy__content h1,.mt-policy__content h2,.mt-policy__content h3,.mt-policy__content h4,.mt-policy__content h5,.mt-policy__content h6{color:#1a1a1a;font-weight:700;letter-spacing:0}.mt-policy__content h1{margin:48px 0 20px;font-size:28px;line-height:42px}.mt-policy__content h2{margin:44px 0 18px;font-size:22px;line-height:33px}.mt-policy__content h3{margin:36px 0 14px;font-size:18px;line-height:27px}.mt-policy__content h4,.mt-policy__content h5,.mt-policy__content h6{margin:30px 0 12px;font-size:16px;line-height:24px}.mt-policy__content p{margin:0}.mt-policy__richtext+.mt-policy__richtext{margin-top:18px}.mt-policy__content ul,.mt-policy__content ol{margin:16px 0 0;padding-left:22px}.mt-policy__content li+li{margin-top:6px}.mt-policy__content a:not(.mt-policy__button){color:#1a1a1a;text-decoration:underline;text-underline-offset:2px}.mt-policy__table-scroll{width:100%;max-width:100%;min-width:0;box-sizing:border-box;margin:18px 0 0;overflow-x:auto;overflow-y:hidden;overscroll-behavior-inline:contain;border:1px solid #e4e4e4;border-radius:8px;-webkit-overflow-scrolling:touch}.mt-policy__content table{width:100%;min-width:620px;border-collapse:collapse;color:#555;font-size:14px;line-height:21px}.mt-policy__content caption{padding:8px;color:#1a1a1a;font-size:18px;font-weight:700;line-height:27px;text-align:left;caption-side:top}.mt-policy__content th,.mt-policy__content td{padding:13px 16px;border-right:1px solid #e4e4e4;border-bottom:1px solid #e4e4e4;text-align:left;vertical-align:top}.mt-policy__content th{color:#1a1a1a;background:#f5f5f5;font-weight:600}.mt-policy__content tbody td:first-child{color:#1a1a1a;font-weight:600}.mt-policy__content tr:last-child td{border-bottom:0}.mt-policy__content th:last-child,.mt-policy__content td:last-child{border-right:0}.mt-policy__button-row{margin-top:18px}.mt-policy__button{display:inline-flex;min-height:49px;align-items:center;justify-content:center;padding:14px 28px;border-radius:999px;color:#1a1a1a;background:#daff00;font-size:14px;font-weight:600;line-height:21px;text-decoration:none}.mt-policy__button:focus-visible{outline:2px solid #1a1a1a;outline-offset:3px}@media(max-width:989px)and (min-width:750px){.mt-policy__layout{max-width:900px;grid-template-columns:190px minmax(0,1fr);gap:40px;padding-right:30px;padding-left:30px}.mt-policy__nav-slot{width:190px}.mt-policy__content{width:100%}}@media(max-width:749px){.mt-policy__hero{padding:48px 20px 44px;text-align:center}.mt-policy__hero-inner{width:100%;max-width:none}.mt-policy__heading{font-size:26px;line-height:39px}.mt-policy__subtitle{margin-top:10px;font-size:13px;line-height:20px}.mt-policy__layout{display:flex;width:100%;max-width:none;flex-direction:column;gap:0;padding:0 0 40px}.mt-policy__nav-slot{width:100%;overflow-x:auto;border-bottom:1px solid #eeeeee;scrollbar-width:none}.mt-policy__nav{padding:14px 20px}.mt-policy__nav-slot::-webkit-scrollbar{display:none}.mt-policy__content{width:100%;max-width:none;margin:0;padding:32px 20px 0;font-size:15px;line-height:26px}.mt-policy__content h1{margin:42px 0 18px;font-size:23px;line-height:35px}.mt-policy__content h2{margin:38px 0 16px;font-size:19px;line-height:29px}.mt-policy__content h3{margin:30px 0 14px;font-size:17px;line-height:26px}.mt-policy__content h4,.mt-policy__content h5,.mt-policy__content h6{margin:26px 0 12px;font-size:15px;line-height:23px}.mt-policy__content ul,.mt-policy__content ol{margin-top:16px;padding-left:20px}.mt-policy__content li+li{margin-top:9px}.mt-policy__table-scroll{margin-top:16px}.mt-policy__content table{min-width:620px;font-size:14px;line-height:21px}.mt-policy__content caption{padding-bottom:10px;font-size:17px;line-height:26px}.mt-policy__content th,.mt-policy__content td{padding:11px 14px}.mt-policy__button-row{margin-top:16px}.mt-policy__button{min-height:47px;padding:13px 26px}}mt-policy-tabs{display:block}.mt-policy__nav{width:100%}.mt-policy__tabs{position:relative;top:24px;display:flex;flex-direction:column;gap:0;padding:4px}@media(min-width:750px){.mt-policy__tabs{position:sticky}}.mt-policy__tab-pill{position:absolute;top:0;left:4px;right:4px;height:0;border-radius:999px;background:#f5f5f7;pointer-events:none;z-index:0;transform:translateY(0)}@media(prefers-reduced-motion:no-preference){.mt-policy__tab-pill{transition:transform .38s cubic-bezier(.4,0,.2,1),height .38s cubic-bezier(.4,0,.2,1)}}.mt-policy__tab{position:relative;z-index:1;display:block;width:100%;padding:.55rem .75rem;border:0;border-radius:999px;color:#1d1d1f8c;background:transparent;font:inherit;font-size:.9375rem;font-weight:500;line-height:1.35;text-align:left;cursor:pointer;transition:color .3s ease}.mt-policy__tab[aria-selected=true],.mt-policy__tab.is-active{color:#1d1d1f;font-weight:500}.mt-policy__tab:focus-visible{outline:2px solid #1a1a1a;outline-offset:3px}@media(max-width:749px){.mt-policy__tabs{position:relative;top:auto;width:max-content;flex-direction:row;gap:0;padding:4px}@media(prefers-reduced-motion:no-preference){.mt-policy__tab-pill{transition:transform .38s cubic-bezier(.4,0,.2,1),width .38s cubic-bezier(.4,0,.2,1)}}.mt-policy__tab-pill{top:4px;bottom:4px;left:0;right:auto;width:0;height:auto;transform:translate(0)}.mt-policy__tab{width:auto;flex:0 0 auto;padding:.55rem 1rem;font-size:.8125rem;white-space:nowrap}}mt-press{display:block}.mt-press{padding-block:var(--pr-pad-y, 64px);background:#fff;color:#1d1d1f;overflow:hidden}.mt-press__inner{width:100%;max-width:var(--pr-max, 1440px);margin-inline:auto;padding-inline:var(--pr-pad-x, 24px);box-sizing:border-box}.mt-press__head{text-align:center;max-width:40rem;margin:0 auto 2rem}.mt-press__subtitle{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;margin:0 0 .75rem;font-size:.75rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#1d1d1f73}.mt-press__accent{display:inline-block;width:1.35rem;height:2px;background:var(--pr-accent, #d1ff00);flex:0 0 auto}.mt-press__heading{margin:0;font-family:var(--font-heading);font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:700;letter-spacing:-.02em;line-height:1.15}.mt-press__rail{overflow:hidden;width:100%;-webkit-mask-image:linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent);mask-image:linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent)}.mt-press__track{display:flex;width:max-content;gap:0}.mt-press__group{display:flex;gap:1rem;margin:0;padding:0 .5rem;list-style:none}@media(prefers-reduced-motion:no-preference){.mt-press.is-autoplay .mt-press__track{animation:mt-press-loop var(--pr-speed, 40s) linear infinite}.mt-press.is-autoplay:hover .mt-press__track,.mt-press.is-autoplay:focus-within .mt-press__track{animation-play-state:paused}}@keyframes mt-press-loop{0%{transform:translate(0)}to{transform:translate(-50%)}}.mt-press__item{flex:0 0 auto;width:min(var(--pr-card-w, 320px),78vw)}.mt-press__card{display:flex;flex-direction:column;justify-content:flex-start;gap:1rem;height:100%;min-height:11.5rem;padding:22px;border:1px solid #E2E2E2;border-radius:16px;background:#fff;color:inherit;text-decoration:none;box-sizing:border-box}a.mt-press__card:hover,a.mt-press__card:focus-visible{border-color:#1d1d1f38}a.mt-press__card:focus-visible{outline:2px solid #1d1d1f;outline-offset:3px}.mt-press__logo{display:flex;align-items:center;justify-content:center;width:100%;margin:0 0 .15rem}.mt-press__logo-img{width:auto;height:auto;max-width:100%;max-height:8rem;object-fit:contain}.mt-press__quote{margin:0;font-size:.9375rem;line-height:1.5;color:#1d1d1f;flex:1 1 auto}.mt-press__brand{display:flex;align-items:center;justify-content:flex-start;margin-top:auto;min-height:1.5rem}.mt-press__name{font-size:.95rem;font-weight:700;letter-spacing:.02em;color:#1d1d1f59}@media(max-width:989px){.mt-press{padding-block:var(--pr-pad-y-mobile, 20px)}.mt-press__head{text-align:left;max-width:none;margin:14px 0}.mt-press__subtitle{justify-content:flex-start;margin:0 0 12px;font-size:11px}.mt-press__heading{font-size:30px;text-align:left}}@media(min-width:750px){.mt-press__head{margin-bottom:2.5rem}.mt-press__group{gap:33px;padding-inline:.6rem}.mt-press__card{min-height:12.5rem;padding:36px 38px 34px}.mt-press__quote{font-size:1rem}}mt-product{display:block;max-width:100%;overflow-x:clip}.mt-product{padding-block:2rem 3rem;color:#1d1d1f}.mt-product__inner,.mt-product__inner.page-width{max-width:var(--pd-max, 1440px);box-sizing:border-box}.mt-product__layout{display:flex;flex-direction:column;gap:1.5rem;min-width:0}.mt-product__media-col{display:contents}.mt-product__buy-col{display:flex;flex-direction:column;order:2;width:100%;min-width:0}.mt-product__form,.mt-product__form-inner{display:contents}.mt-product__block{width:100%;min-width:0}.mt-product__block--custom-image{margin-top:.75rem}.mt-product__custom-image-link{display:block;width:100%;line-height:0}.mt-product__custom-image,.mt-product__custom-image-link .mt-product__custom-image{display:block;width:100%;height:auto}.mt-product__features{order:3}.mt-product__video-wrap{order:5}.mt-product__compare-bar{margin-top:1.25rem}.mt-product__info-bar{margin-top:.75rem}.mt-product__info-bar--first{margin-top:1.25rem}.mt-product__gallery-wrap{order:1;width:100%;max-width:100%;min-width:0;overflow:hidden}product-gallery.mt-product__gallery,.mt-product__gallery{display:grid;grid-template-columns:minmax(0,1fr);gap:.75rem;width:100%;max-width:100%;min-width:0}.mt-product__thumbs-nav{display:flex;align-items:center;gap:.5rem;order:2;width:100%;min-width:0;max-width:100%;overflow:hidden}.mt-product__thumbs{display:flex;gap:.5rem;margin:0;padding:0;list-style:none;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;flex:1 1 auto;min-width:0;-webkit-overflow-scrolling:touch}.mt-product__thumbs>li{flex:0 0 auto;width:4.5rem}.mt-product__thumbs::-webkit-scrollbar{display:none}.mt-product__thumb-arrow{position:relative;display:none;align-items:center;justify-content:center;overflow:hidden;width:2.5rem;height:2.5rem;min-width:2.5rem;padding:0;border:none;border-radius:50%;background:transparent;box-shadow:inset 0 0 0 1.5px #333336;color:#333336;cursor:pointer;flex:0 0 auto;transition:color .3s ease}.mt-product__thumb-arrow-fill{position:absolute;top:-1.5px;right:-1.5px;bottom:-1.5px;left:-1.5px;background:#333336;border-radius:inherit;transform:scaleY(0);transform-origin:center top;pointer-events:none}@media(prefers-reduced-motion:no-preference){.mt-product__thumb-arrow-fill{transition:transform .38s cubic-bezier(.4,0,.2,1)}}.mt-product__thumb-arrow.is-fill{color:#fff}@media(prefers-reduced-motion:reduce){.mt-product__thumb-arrow.is-fill{background:#333336;color:#fff}}.mt-product__thumb-arrow:focus-visible{outline:2px solid #333336;outline-offset:2px}.mt-product__thumb-arrow svg{position:relative;z-index:1;display:block;width:8px;height:15px}.mt-product__thumb{display:block;width:100%;height:5.5rem;padding:0;border:1.5px solid transparent;border-radius:.65rem;overflow:hidden;background:#f5f5f5;cursor:pointer}.mt-product__thumb.is-active{border-color:#1d1d1f}.mt-product__gallery img.mt-product__thumb-img{width:100%;height:100%;max-width:100%;object-fit:cover;display:block}.mt-product__main-media{position:relative;order:1;width:100%;aspect-ratio:1 / 1;border-radius:1rem;overflow:hidden;background:#f5f5f5;min-width:0;min-height:0;touch-action:pan-y pinch-zoom}.mt-product__slide{position:absolute;top:0;right:0;bottom:0;left:0;display:none;width:100%;height:100%;overflow:hidden}.mt-product__slide[hidden]{display:none}.mt-product__slide.is-active{display:block}.mt-product__gallery img.mt-product__slide-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;max-width:none;max-height:none;object-fit:cover;display:block;border:1px solid #e6e6e9;border-radius:16px;box-sizing:border-box}.mt-product__slide-fallback{width:100%;height:100%;background:linear-gradient(145deg,#ececee,#f8f8f8)}.mt-product__slide-badge{position:absolute;top:.85rem;left:.85rem;z-index:3;padding:.35rem .75rem;border-radius:999px;background:var(--pd-slide-badge-bg, var(--pd-accent, #d1ff00));color:var(--pd-slide-badge-color, #1d1d1f);font-family:Poppins,sans-serif;font-size:.75rem;font-weight:600;line-height:1.2;letter-spacing:.02em;pointer-events:none}.mt-product__zoom{position:absolute;top:.85rem;right:.85rem;z-index:2;width:2.25rem;height:2.25rem;border:none;border-radius:50%;background:#f5f5f7;color:#1d1d1f;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.mt-product__zoom:focus-visible{outline:2px solid #1d1d1f;outline-offset:2px}.mt-product__dots{position:absolute;right:.85rem;bottom:.85rem;z-index:2;display:flex;align-items:center;gap:.4rem;padding:.45rem .7rem;border-radius:999px;background:#f5f5f5e0;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.mt-product__dot{width:.4rem;height:.4rem;padding:0;border:none;border-radius:50%;background:#1d1d1f38;cursor:pointer;flex:0 0 auto}.mt-product__dot.is-active{background:#1d1d1f}.mt-product__dot:focus-visible{outline:2px solid #1d1d1f;outline-offset:2px}.mt-product__zoom-dialog{width:100%;max-width:none;height:100%;max-height:none;padding:0;margin:0;border:none;background:transparent;overflow:hidden}.mt-product__zoom-dialog::backdrop{background:#000000e0}.mt-product__zoom-panel{position:relative;display:flex;align-items:center;justify-content:center;width:100vw;height:100vh;padding:3.5rem 1.25rem}.mt-product__zoom-figure{display:flex;align-items:center;justify-content:center;width:min(100%,72rem);height:min(100%,calc(100vh - 7rem));margin:0}.mt-product__zoom-img{display:block;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}.mt-product__zoom-close{position:absolute;top:1rem;right:1rem;z-index:2;width:2.5rem;height:2.5rem;border:none;border-radius:50%;background:#ffffff24;color:#fff;font-size:1.5rem;line-height:1;cursor:pointer}.mt-product__zoom-nav{position:absolute;top:50%;z-index:2;transform:translateY(-50%);width:2.75rem;height:2.75rem;border:none;border-radius:50%;background:#ffffff24;color:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.mt-product__zoom-nav--prev{left:1rem}.mt-product__zoom-nav--next{right:1rem}@media(min-width:750px){.mt-product__zoom-panel{padding:3.5rem 4.5rem}.mt-product__zoom-nav--prev{left:1.5rem}.mt-product__zoom-nav--next{right:1.5rem}}.mt-product__features{display:grid;grid-template-columns:repeat(var(--feature-cols-mobile, 4),minmax(0,1fr));gap:.75rem;margin:0;padding:0;list-style:none}.mt-product__feature{display:grid;gap:.45rem;justify-items:center;text-align:center}.mt-product__feature-icon{display:flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;border-radius:.75rem;background:#f3f3f4}.mt-product__feature-img{width:1.75rem;height:1.75rem;object-fit:contain}.mt-product__feature-title{margin:0;font-size:11px;line-height:18px;letter-spacing:normal;color:#333}.mt-product__video-wrap{position:relative;border-radius:16px;overflow:hidden;background:#111}.mt-product__video{width:100%;aspect-ratio:16 / 9;object-fit:cover;display:block}.mt-product__video-controls{position:absolute;right:1rem;bottom:1rem;z-index:1;display:flex;align-items:center;gap:.5rem}.mt-product__video-btn{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;padding:0;border:none;border-radius:50%;background:#00000047;color:#fff;cursor:pointer;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.mt-product__video-btn svg{display:block;width:100%;height:100%}.mt-product__video-btn:hover,.mt-product__video-btn:focus-visible{background:#0000006b}.mt-product__video-btn.is-hidden{opacity:.35;pointer-events:none}.mt-product__title{margin:0 0 .65rem;font-family:var(--font-heading);font-size:clamp(1.65rem,3vw,2.35rem);font-weight:700;line-height:1.15;letter-spacing:-.02em}.mt-product__rating{display:flex;align-items:center;gap:.45rem;margin:0 0 .85rem;font-size:.875rem;color:#1d1d1fb8}.mt-product__rating--link{text-decoration:none;color:inherit}.mt-product__rating--link:hover .mt-product__rating-text,.mt-product__rating--link:focus-visible .mt-product__rating-text{text-decoration:underline}.mt-product__rating--app,.mt-product__block--rating-app{display:block}.mt-product__rating--app :is(.jdgm-preview-badge,.loox-rating,.yotpo,.stamped-product-reviews-badge,.shopify-product-reviews-badge),.mt-product__block--rating-app :is(.jdgm-preview-badge,.loox-rating,.yotpo,.stamped-product-reviews-badge,.shopify-product-reviews-badge){margin:0}.mt-product__stars{position:relative;color:#1d1d1f26;letter-spacing:1px}.mt-product__stars:before{content:"\2605\2605\2605\2605\2605";position:absolute;left:0;top:0;width:var(--pd-rating, 100%);overflow:hidden;color:#f5a623;white-space:nowrap}.mt-product__price{margin-bottom:1rem;font-size:1.75rem;font-weight:700}.mt-product__coupon{display:flex;align-items:stretch;margin-bottom:1rem;border-radius:.75rem;overflow:visible}.mt-product__coupon-summary{display:none}.mt-product__coupon-off{flex:0 0 35%;min-width:0;padding:.95rem 1rem .95rem 1.15rem;background:#1a1a1a;border-radius:.75rem 0 0 .75rem;display:flex;flex-direction:column;justify-content:center;gap:.2rem}.mt-product__coupon-code{position:relative;flex:1;min-width:0;padding:.95rem 1rem .95rem 1.35rem;background:#eaf6c8;border-radius:0 .75rem .75rem 0;display:flex;align-items:center;justify-content:space-between;gap:.75rem}.mt-product__coupon-code:before,.mt-product__coupon-code:after{content:"";position:absolute;left:-.5rem;width:1rem;height:1rem;border-radius:50%;background:var(--color-background, #fff);z-index:1}.mt-product__coupon-code:before{top:-.5rem}.mt-product__coupon-code:after{bottom:-.5rem}.mt-product__coupon-amount{margin:0;font-size:clamp(1.15rem,2.4vw,1.45rem);font-weight:600;line-height:1.1;color:#daff00}.mt-product__coupon-note{margin:0;font-size:.75rem;line-height:1.35;color:#ffffffb8}.mt-product__coupon-label{margin:0;min-width:0;font-size:.875rem;font-weight:600;color:#1a1a1a}.mt-product__coupon-label strong{font-weight:700}.mt-product__coupon-copy{flex:0 0 auto;padding:.35rem .95rem;border:1.5px solid #1a1a1a;border-radius:999px;background:transparent;color:#1a1a1a;font:inherit;font-size:.8125rem;font-weight:600;cursor:pointer}.mt-product__richtext{margin-bottom:1.25rem;font-size:.9375rem;line-height:1.55;--pd-check-icon: url("data:image/svg+xml,%3Csvg%20width%3D'18'%20height%3D'18'%20viewBox%3D'0%200%2018%2018'%20fill%3D'none'%20xmlns%3D'http%3A//www.w3.org/2000/svg'%3E%3Crect%20width%3D'18'%20height%3D'18'%20rx%3D'9'%20fill%3D'%23DAFF00'/%3E%3Cpath%20d%3D'M5%209L7.66667%2012L13%206'%20stroke%3D'%23333333'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'/%3E%3C/svg%3E")}.mt-product__richtext :where(ul,ol){margin:0;padding:0;list-style:none}.mt-product__richtext :where(p,li){position:relative;margin:0 0 .55rem;padding-left:calc(18px + .65rem)}.mt-product__richtext :where(p,li):last-child{margin-bottom:0}.mt-product__richtext :where(p,li):before{content:"";position:absolute;left:0;top:.12em;width:18px;height:18px;background:var(--pd-check-icon) no-repeat center / contain}.mt-product__richtext :where(strong,b){font-weight:700;font-synthesis:none}.mt-product__option{margin:0 0 1rem;padding:0;border:none}.mt-product__option-label{margin-bottom:.55rem;font-size:.9375rem;font-weight:600}.mt-product__option-values{display:flex;flex-wrap:wrap;gap:.45rem}.mt-product__option-values input{position:absolute;opacity:0;pointer-events:none}.mt-product__option-chip{display:inline-flex;align-items:center;gap:.35rem;padding:.45rem .85rem;border:1.5px solid rgba(29,29,31,.16);border-radius:999px;cursor:pointer;font-size:.875rem}.mt-product__option-values input:checked+.mt-product__option-chip{border-color:#1d1d1f;background:#1d1d1f;color:#fff}.mt-product__option-swatch{padding:.2rem;border-radius:50%}.mt-product__option-values input:checked+.mt-product__option-swatch{background:transparent;box-shadow:0 0 #1d1d1f;color:inherit}.mt-product__swatch-dot{display:block;width:1.35rem;height:1.35rem;border-radius:50%;background:var(--sw-color, #ddd);border:1px solid rgba(29,29,31,.12)}.mt-product__actions{display:grid;gap:.65rem;margin-bottom:.75rem}.mt-product__atc{position:relative;overflow:hidden;width:100%;min-height:3rem;padding:.85rem 1.6rem;border:none;border-radius:999px;background:transparent;box-shadow:inset 0 0 0 1.5px #111;color:#111;font:inherit;font-size:1rem;font-weight:700;cursor:pointer;transition:color .3s ease}.mt-product__atc-fill{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--pd-accent, #d1ff00);border-radius:inherit;clip-path:inset(100% 0 0 0 round 999px);pointer-events:none}@media(prefers-reduced-motion:no-preference){.mt-product__atc-fill{transition:clip-path .38s cubic-bezier(.4,0,.2,1)}}.mt-product__atc-label{position:relative;z-index:1}.mt-product__atc.is-fill-settled{box-shadow:none;background:var(--pd-accent, #d1ff00);color:#111}.mt-product__atc.is-fill-settled .mt-product__atc-fill{opacity:0}@media(prefers-reduced-motion:reduce){.mt-product__atc.is-fill{background:var(--pd-accent, #d1ff00);box-shadow:none}}.mt-product__atc[disabled]{opacity:.45;cursor:not-allowed}.mt-product__buy-now .shopify-payment-button__button{border-radius:999px!important;min-height:3rem!important}.mt-product__installment{margin:0 0 1rem;font-size:.8125rem;color:#1d1d1fb8;text-align:center}.mt-product__payments{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.5rem}.mt-product__pay-icon{width:2.4rem;height:1.5rem;border-radius:.25rem}.mt-product__recs{padding-top:1.25rem;border-top:1px solid rgba(29,29,31,.08)}.mt-product__block--recs:not(:first-child) .mt-product__recs{margin-top:1.5rem}.mt-product__recs-heading{margin:0 0 .85rem;font-size:1.05rem;font-weight:700}.mt-product__rec-list{display:grid;gap:.65rem;margin:0;padding:0;list-style:none}.mt-product__rec-item.is-collapsed{display:none}.mt-product__recs.is-expanded .mt-product__rec-item.is-collapsed{display:block}.mt-product__rec-card{display:grid;grid-template-columns:auto 1px minmax(0,1fr);align-items:stretch;border:1px solid #E6E6E9;border-radius:10px;background:#fff;overflow:hidden}rec-product-card{display:block}.mt-product__rec-check{display:flex;align-items:center;justify-content:center;padding:0 .85rem;cursor:pointer}.mt-product__rec-check-input{position:absolute;opacity:0;pointer-events:none}.mt-product__rec-check-ui{display:block;width:20px;height:20px;border:1px solid #E6E6E9;border-radius:50%;background:#fff;transition:border-color .15s ease,box-shadow .15s ease}.mt-product__rec-check-input:checked+.mt-product__rec-check-ui{border-color:#d1ff00;box-shadow:inset 0 0 0 3px #fff,inset 0 0 0 20px #d1ff00}.mt-product__rec-check-input:disabled+.mt-product__rec-check-ui{opacity:.35;cursor:not-allowed}.mt-product__rec-divider{width:1px;background:#1d1d1f1a;margin-block:12px}.mt-product__rec-main{position:relative;display:grid;grid-template-columns:4.5rem minmax(0,1fr);align-items:center;column-gap:.65rem;padding:.75rem .85rem .75rem .65rem;min-width:0}.mt-product__rec-badge{position:absolute;top:0;right:0;z-index:1;display:inline-flex;align-items:baseline;gap:.2rem;margin:0;padding:0 5px;border-radius:0 10px;background:#e53935;color:#fff;font-weight:600;font-size:12px;line-height:20px;letter-spacing:normal}.mt-product__rec-badge .money{color:inherit}.mt-product__rec-badge[hidden]{display:none}.mt-product__rec-media{grid-column:1;grid-row:1;flex:0 0 4.5rem;width:4.5rem;height:4.5rem;border-radius:.55rem;overflow:hidden;background:#f5f5f5}.mt-product__rec-img{width:100%;height:100%;object-fit:cover;display:block}.mt-product__rec-body{grid-column:2;grid-row:1;display:flex;flex-direction:column;gap:.35rem;min-width:0;padding-right:3.25rem}.mt-product__rec-variants{display:flex;flex-wrap:nowrap;align-items:center;gap:.35rem}.mt-product__rec-option{margin:0;padding:0;border:none;min-width:0}.mt-product__rec-option-values{display:flex;flex-wrap:wrap;gap:.35rem}.mt-product__rec-option-values input{position:absolute;opacity:0;pointer-events:none}.mt-product__rec-option-chip{display:inline-flex;align-items:center;justify-content:center;padding:.15rem;border:1.5px solid transparent;border-radius:999px;cursor:pointer}.mt-product__rec-option-swatch{border-radius:50%}.mt-product__rec-option-values input:checked+.mt-product__rec-option-swatch{border-color:#1d1d1f}.mt-product__rec-option-values input:checked+.mt-product__rec-option-chip:not(.mt-product__rec-option-swatch){border-color:#1d1d1f;background:#1d1d1f;color:#fff}.mt-product__rec-swatch-dot{display:block;width:1.35rem;height:1.35rem;border-radius:50%;background:var(--sw-color, #ddd);border:1px solid rgba(29,29,31,.12)}.mt-product__rec-option-text{padding:.2rem .55rem;font-size:.75rem;font-weight:600}.mt-product__rec-bottom{display:flex;align-items:center;justify-content:space-between;gap:.5rem;min-width:0}.mt-product__rec-title{display:block;color:inherit;font-weight:700;font-size:.9375rem;text-decoration:none;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mt-product__rec-price{display:flex;flex-wrap:wrap;align-items:baseline;gap:.35rem;margin:0;font-size:.875rem;font-weight:600;white-space:nowrap;min-width:0}.mt-product__rec-price-compare{font-size:.8125rem;font-weight:400;opacity:.5}.mt-product__rec-price-compare[hidden]{display:none}.mt-product__rec-qty{flex:0 0 auto}.mt-product__rec-qty-inner{display:inline-flex;align-items:center;border:1px solid rgba(29,29,31,.14);border-radius:999px;overflow:hidden;background:#fff}.mt-product__rec-qty-btn{width:2rem;height:2rem;border:none;background:none;font-size:1rem;line-height:1;cursor:pointer;color:#1d1d1f}.mt-product__rec-qty-input{width:1.75rem;height:2rem;border:none;text-align:center;font:inherit;font-size:.875rem;font-weight:600;-moz-appearance:textfield}.mt-product__rec-qty-input::-webkit-outer-spin-button,.mt-product__rec-qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.mt-product__rec-card.is-unavailable{opacity:.55}.mt-product__rec-expand{position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;width:2rem;height:2rem;min-width:2rem;margin:.75rem auto 0;padding:0;border:none;border-radius:50%;background:transparent;box-shadow:inset 0 0 0 1.5px #333336;color:#333336;cursor:pointer;transition:color .3s ease}.mt-product__rec-expand-fill{position:absolute;top:-1.5px;right:-1.5px;bottom:-1.5px;left:-1.5px;background:#333336;border-radius:inherit;transform:scaleX(0);transform-origin:left center;pointer-events:none}@media(prefers-reduced-motion:no-preference){.mt-product__rec-expand-fill{transition:transform .38s cubic-bezier(.4,0,.2,1)}}.mt-product__rec-expand.is-fill{color:#fff}@media(prefers-reduced-motion:reduce){.mt-product__rec-expand.is-fill{background:#333336;color:#fff}}.mt-product__rec-expand svg{position:relative;z-index:1;display:block}.mt-product__recs.is-expanded .mt-product__rec-expand svg{transform:rotate(180deg)}.mt-product__compare-bar{display:flex;align-items:center;justify-content:space-between;width:100%;margin-top:1rem;padding:1rem 1.1rem;border:1px solid rgba(29,29,31,.1);border-radius:.85rem;background:#fff;font:inherit;font-size:.9375rem;font-weight:600;cursor:pointer}.mt-product__compare-plus{position:relative;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;width:1.75rem;height:1.75rem;min-width:1.75rem;border-radius:50%;background:transparent;box-shadow:inset 0 0 0 1.5px #333336;color:#333336;flex:0 0 auto;transition:color .3s ease}.mt-product__compare-plus-fill{position:absolute;top:-1.5px;right:-1.5px;bottom:-1.5px;left:-1.5px;background:#333336;border-radius:inherit;transform:scaleX(0);transform-origin:left center;pointer-events:none}@media(prefers-reduced-motion:no-preference){.mt-product__compare-plus-fill{transition:transform .38s cubic-bezier(.4,0,.2,1)}}.mt-product__compare-plus.is-fill{color:#fff}@media(prefers-reduced-motion:reduce){.mt-product__compare-plus.is-fill{background:#333336;color:#fff}}.mt-product__compare-plus-icon{position:relative;z-index:1;font-size:1.1rem;line-height:1}.mt-product__text-panel{width:100%;margin-top:.75rem;border:1px solid #e6e6e9;border-radius:1rem;background:#fff;color:#1d1d1f;overflow:hidden}.mt-product__text-panel-summary{display:flex;align-items:center;justify-content:space-between;gap:.9rem;padding:1rem 1.15rem;list-style:none;cursor:pointer;font:inherit}.mt-product__text-panel-summary::-webkit-details-marker{display:none}.mt-product__text-panel-leading{display:inline-flex;align-items:center;gap:.65rem;min-width:0}.mt-product__text-panel-icon{flex:0 0 auto;font-size:1.05rem;line-height:1}.mt-product__text-panel-title{font-size:1rem;font-weight:700;line-height:1.3}.mt-product__text-panel-toggle-wrap{position:relative;display:inline-flex;align-items:center;justify-content:center;width:1.95rem;height:1.95rem;min-width:1.95rem;border-radius:50%;box-shadow:inset 0 0 0 1.5px #333336;color:#333336;flex:0 0 auto}.mt-product__text-panel-toggle:before{content:"+";display:block;font-size:1.25rem;font-weight:500;line-height:1;transform:translateY(-.02em)}.mt-product__text-panel[open] .mt-product__text-panel-toggle:before{content:"\2212"}.mt-product__text-panel-body{padding:1.1rem 1.15rem 1.25rem;border-top:1px solid #e6e6e9;font-size:.98rem;line-height:1.5;color:#1d1d1f}.mt-product__text-panel-body>:first-child{margin-top:0}.mt-product__text-panel-body p{margin:0 0 1rem}.mt-product__text-panel-body p:last-child{margin-bottom:0}.mt-product__text-panel-body strong{font-weight:700}.mt-product__info-bar{width:100%;border:1px solid rgba(29,29,31,.1);border-radius:.85rem;background:#fff;color:#1d1d1f}.mt-product__info-bar-summary{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:1rem 1.1rem;list-style:none;cursor:pointer;font:inherit;font-size:.9375rem;font-weight:600}.mt-product__info-bar-summary::-webkit-details-marker{display:none}.mt-product__info-bar-leading{display:inline-flex;align-items:center;gap:.55rem;min-width:0}.mt-product__info-bar-icon{flex:0 0 auto;font-size:1.05rem;line-height:1}.mt-product__info-bar .mt-product__compare-plus-icon:before{content:"+"}.mt-product__info-bar[open] .mt-product__compare-plus-icon:before{content:"\2212"}.mt-product__info-bar-body{padding:0 1.1rem 1rem;border-top:1px solid rgba(29,29,31,.1);font-size:.9375rem;line-height:1.45;color:#1d1d1f}.mt-product__info-bar-body>:first-child{margin-top:.85rem}.mt-product__info-bar-body p{margin:0 0 .85rem}.mt-product__info-bar-body p:last-child{margin-bottom:0}.mt-product__info-bar-body strong{font-weight:600}.mt-product__dialog{width:min(920px,calc(100vw - 2rem));max-height:calc(100vh - 2rem);padding:0;border:none;border-radius:1rem;background:#fff;color:#1d1d1f}.mt-product__dialog::backdrop{background:#00000073}.mt-product__dialog-panel{display:grid;max-height:calc(100vh - 2rem)}.mt-product__dialog-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 1.25rem .75rem}.mt-product__dialog-title{margin:0;font-size:1.35rem;font-weight:700}.mt-product__dialog-close{width:2rem;height:2rem;border:none;border-radius:50%;background:#f3f3f4;font-size:1.25rem;cursor:pointer}.mt-product__compare-grid{--compare-label-w: minmax(0, 1fr);--compare-col-w: auto;display:grid;min-height:0}.mt-product__compare-head{display:block}.mt-product__compare-head-spacer{display:none}.mt-product__compare-tabs{display:flex;gap:1.25rem;overflow-x:auto;padding:0 1.25rem .75rem;border-bottom:1px solid rgba(29,29,31,.08);scrollbar-width:none;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity}.mt-product__compare-tabs::-webkit-scrollbar{display:none}.mt-product__compare-tab{display:grid;gap:.15rem;padding:.35rem 0;border:none;border-bottom:2px solid transparent;background:none;text-align:left;cursor:pointer;flex:0 0 auto;min-width:7.5rem;color:#1d1d1fb8;scroll-snap-align:start}.mt-product__compare-tab.is-active{color:#1d1d1f;border-bottom-color:#1d1d1f}.mt-product__compare-tab-name{font-size:.875rem;font-weight:700;line-height:1.25;white-space:nowrap}.mt-product__compare-tab-price{font-size:.9375rem;font-weight:700}.mt-product__compare-tab-compare{font-size:.75rem;opacity:.55}.mt-product__compare-body{overflow:auto;padding:.75rem 1.25rem 1.25rem;min-height:0}.mt-product__compare-label{margin:0 0 .75rem;font-size:.9375rem;font-weight:700}.mt-product__compare-list{margin:0;padding:0;list-style:none}.mt-product__compare-row{display:grid;grid-template-columns:var(--compare-label-w) var(--compare-col-w);align-items:center;gap:1rem;padding:.75rem .65rem;border-radius:.5rem}.mt-product__compare-row:nth-child(2n){background:#f7f7f8}.mt-product__compare-row-main{display:flex;align-items:center;gap:.65rem;min-width:0;grid-column:1}.mt-product__compare-icon{flex:0 0 auto;width:2rem;height:2rem}.mt-product__compare-icon-img{width:100%;height:100%;object-fit:contain}.mt-product__compare-row-label{font-size:.875rem;line-height:1.35}.mt-product__compare-row-label :where(p){margin:0}.mt-product__compare-row-label :where(p+p){margin-top:.35em}.mt-product__compare-value{display:none;grid-column:2;font-size:.875rem;font-weight:700;line-height:1.35;text-align:right;justify-self:end;min-width:1.5rem;white-space:normal}.mt-product__compare-value.is-active{display:block}@media(max-width:989px){.mt-product{padding:18px}.mt-product__inner,.mt-product__inner.page-width{padding-inline:0}.mt-product__thumb{aspect-ratio:1 / 1;height:auto}.mt-product__gallery img.mt-product__thumb-img{aspect-ratio:1 / 1;width:100%;height:100%;object-fit:cover}.mt-product__coupon{display:block;margin-bottom:1rem;border-radius:0;overflow:visible}.mt-product__coupon-summary{display:inline-flex;align-items:center;gap:.5rem;max-width:100%;margin:0;padding:10px 14px;border:none;border-radius:10px;background:#f4ffc0;color:#5c6b00;font-family:Poppins,sans-serif;font-weight:500;font-size:13px;line-height:100%;letter-spacing:0;text-align:left;cursor:pointer}.mt-product__coupon-dot{flex:0 0 auto;width:.4rem;height:.4rem;border-radius:50%;background:#5c6b00}.mt-product__coupon-summary-text{min-width:0}.mt-product__coupon-off,.mt-product__coupon-code{display:none}.mt-product__rec-main{grid-template-columns:55px minmax(0,1fr);column-gap:.75rem;padding:.75rem .85rem .75rem 0}.mt-product__rec-media{width:55px;height:55px;flex:0 0 55px}.mt-product__rec-img{width:55px;height:55px}.mt-product__rec-body{padding-right:0}.mt-product__rec-title{font-size:1rem}.mt-product__rec-price{font-size:.9375rem}.mt-product__rec-price-current{font-weight:700}}@media(min-width:990px){.mt-product__layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);gap:clamp(2rem,4vw,3.5rem);align-items:start}.mt-product__media-col{display:grid;grid-template-columns:5.5rem minmax(0,1fr);column-gap:.75rem;row-gap:1.25rem;align-items:start;align-self:start;grid-column:1;position:sticky;top:calc(var(--mt-promo-bar-offset, 0px) + 1.5rem)}.mt-product__media-col:has(.mt-product__gallery--single){grid-template-columns:minmax(0,1fr)}.mt-product__gallery-wrap{grid-column:1 / -1}.mt-product__features,.mt-product__video-wrap{grid-column:2;min-width:0}.mt-product__media-col:has(.mt-product__gallery--single) .mt-product__features,.mt-product__media-col:has(.mt-product__gallery--single) .mt-product__video-wrap{grid-column:1}.mt-product__buy-col{display:flex;flex-direction:column;gap:0;grid-column:2;order:unset}.mt-product__gallery-wrap,.mt-product__features,.mt-product__video-wrap,.mt-product__compare-bar,.mt-product__info-bar{order:unset}product-gallery.mt-product__gallery,.mt-product__gallery{grid-template-columns:5.5rem minmax(0,1fr);align-items:stretch}.mt-product__gallery--single{grid-template-columns:minmax(0,1fr)}.mt-product__thumbs-nav{flex-direction:column;order:unset;grid-column:1;grid-row:1;align-self:stretch;justify-self:stretch;width:auto;height:0;min-height:100%;max-height:none;overflow:hidden}.mt-product__thumb-arrow{display:inline-flex}.mt-product__thumb-arrow[data-thumb-prev] svg{transform:rotate(90deg)}.mt-product__thumb-arrow[data-thumb-next] svg{transform:rotate(90deg)}.mt-product__thumbs{flex-direction:column;flex:1 1 auto;max-height:none;min-height:0;overflow-y:auto;overflow-x:hidden}.mt-product__thumbs>li{width:100%}.mt-product__thumb{aspect-ratio:1 / 1;height:auto}.mt-product__gallery img.mt-product__thumb-img{aspect-ratio:1 / 1;width:100%;height:100%;object-fit:cover}.mt-product__main-media{order:unset;grid-column:2;grid-row:1;align-self:start;width:100%;min-width:0;min-height:0;aspect-ratio:1 / 1;height:auto;max-height:none}.mt-product__features{grid-template-columns:repeat(var(--feature-cols-desktop, 8),minmax(0,1fr))}.mt-product__dialog{width:min(1120px,calc(100vw - 2rem))}.mt-product__compare-grid{--compare-label-w: minmax(11rem, 1.35fr);--compare-col-w: repeat(var(--compare-cols, 3), minmax(5.5rem, 1fr));overflow-x:auto;scrollbar-width:thin}.mt-product__compare-head,.mt-product__compare-body{min-width:max(100%,calc(11rem + var(--compare-cols, 3) * 5.5rem))}.mt-product__compare-head{display:grid;grid-template-columns:var(--compare-label-w) var(--compare-col-w);gap:.5rem;align-items:end;padding:0 1.25rem .75rem;border-bottom:1px solid rgba(29,29,31,.08)}.mt-product__compare-head-spacer{display:block}.mt-product__compare-tabs{display:grid;grid-column:2 / -1;grid-template-columns:repeat(var(--compare-cols, 3),minmax(5.5rem,1fr));gap:.5rem;overflow:visible;padding:0;border-bottom:none}.mt-product__compare-tab{min-width:0;text-align:center;padding:.35rem .25rem}.mt-product__compare-tab-name{white-space:normal}.mt-product__compare-row{grid-template-columns:var(--compare-label-w) var(--compare-col-w);gap:.5rem}.mt-product__compare-value{display:block;grid-column:auto;text-align:center;justify-self:center}.mt-product__compare-value.is-active{display:block}}mt-promo-bar{display:block;position:relative;z-index:101;background:var(--pb-bg, #d1ff00);color:var(--pb-color, #000)}.section-mt-promo-bar,.section-mt-header{margin:0;padding:0}html.is-mega-promo-pinned .section-mt-promo-bar:before{content:"";display:block;height:var(--mt-promo-bar-height, 2.5rem)}html.is-mega-promo-pinned .section-mt-promo-bar mt-promo-bar{position:fixed;top:0;left:0;right:0;width:100%;z-index:101}.mt-promo-bar{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;min-height:2.5rem;padding:.55rem 1rem;box-sizing:border-box}.mt-promo-bar__viewport{position:relative;flex:0 1 auto;min-width:0;max-width:min(960px,calc(100% - 4rem))}.mt-promo-bar__slide{display:none}.mt-promo-bar__slide.is-active{display:block}@media(prefers-reduced-motion:no-preference){.js .mt-promo-bar__viewport{display:grid;align-items:center;justify-items:stretch;overflow:hidden}.js .mt-promo-bar__slide{display:block;grid-area:1 / 1;width:100%;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(6px);transition:opacity .65s cubic-bezier(.4,0,.2,1),transform .65s cubic-bezier(.4,0,.2,1),visibility 0s linear .65s;z-index:0}.js .mt-promo-bar__slide.is-active{opacity:1;visibility:visible;pointer-events:auto;transform:none;transition:opacity .65s cubic-bezier(.4,0,.2,1),transform .65s cubic-bezier(.4,0,.2,1),visibility 0s;z-index:1}.js .mt-promo-bar__slide.is-leaving{opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-6px);transition:opacity .65s cubic-bezier(.4,0,.2,1),transform .65s cubic-bezier(.4,0,.2,1),visibility 0s linear .65s;z-index:2}}.mt-promo-bar__content{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.5rem .75rem;text-align:center;font-family:var(--font-body);font-size:.75rem;font-weight:700;letter-spacing:.04em;line-height:1.3;text-transform:uppercase}.mt-promo-bar__copy{color:inherit;text-decoration:none}a.mt-promo-bar__copy:hover{text-decoration:underline}.mt-promo-bar__sep{opacity:.85}.mt-promo-bar__timer{display:inline-flex;align-items:center;gap:.45rem;white-space:nowrap}.mt-promo-bar__digits{font-variant-numeric:tabular-nums;letter-spacing:.06em}.mt-promo-bar__nav{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;padding:0;border:none;background:transparent;color:inherit;cursor:pointer;border-radius:.25rem}.mt-promo-bar__nav:hover,.mt-promo-bar__nav:focus-visible{background:#00000014}.mt-promo-bar__nav:focus-visible{outline:2px solid currentColor;outline-offset:2px}@media(min-width:750px){.mt-promo-bar__content{font-size:13px;font-weight:600;line-height:100%;letter-spacing:normal;gap:10px 15px}}mt-savings-calculator{display:block}.mt-savings-calculator{padding-block:var(--sc-pad-y, 4rem);background:var(--sc-bg, #fff);color:#1d1d1f}.mt-savings-calculator__inner{width:100%;max-width:var(--sc-max, 1440px);margin-inline:auto;padding-inline:var(--sc-pad-x, 24px);box-sizing:border-box}.mt-savings-calculator__layout{display:grid;gap:2rem}.mt-savings-calculator__title{margin:0;font-family:var(--font-heading);font-size:clamp(2rem,4.5vw,3rem);font-weight:800;letter-spacing:-.02em;line-height:1.08}.mt-savings-calculator__subtitle{margin:.75rem 0 0;font-size:clamp(1.125rem,2.2vw,1.375rem);font-weight:700;line-height:1.25}.mt-savings-calculator__desc{margin:.65rem 0 0;max-width:34rem;font-size:clamp(.9375rem,1.6vw,1.0625rem);line-height:1.55;color:#1d1d1f9e}.mt-savings-calculator__desc :where(p){margin:0}.mt-savings-calculator__desc :where(p+p){margin-top:.65em}.mt-savings-calculator__controls{display:grid;gap:1.75rem;margin-top:2rem}.mt-savings-calculator__field{display:grid;gap:.85rem}.mt-savings-calculator__field-head{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.mt-savings-calculator__badge{display:inline-flex;align-items:center;justify-content:center;min-width:3.25rem;padding:.35rem .85rem;border-radius:.45rem;background:var(--sc-accent, #d1ff00);font-size:.9375rem;font-weight:700;line-height:1;color:#1d1d1f}.mt-savings-calculator__field-label{font-size:.9375rem;font-weight:500;line-height:1.35;color:#1d1d1fc7}.mt-savings-calculator__range-wrap{--thumb-size: 1.15rem;position:relative;display:flex;align-items:center;height:1.35rem}.mt-savings-calculator__range-track{position:absolute;inset-inline:0;top:50%;height:.35rem;border-radius:999px;background:#1d1d1f1f;pointer-events:none;overflow:hidden;transform:translateY(-50%)}.mt-savings-calculator__range-fill{width:0;height:100%;border-radius:inherit;background:var(--sc-accent, #d1ff00);pointer-events:none}.mt-savings-calculator__range{position:relative;z-index:1;-webkit-appearance:none;appearance:none;width:100%;height:1.35rem;margin:0;background:transparent;cursor:pointer}.mt-savings-calculator__range:focus-visible{outline:2px solid var(--sc-accent, #d1ff00);outline-offset:4px}.mt-savings-calculator__range::-webkit-slider-runnable-track{height:.35rem;border:0;border-radius:999px;background:transparent}.mt-savings-calculator__range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:1.15rem;height:1.15rem;margin-top:calc((.35rem - 1.15rem) / 2);border:0;border-radius:50%;background:var(--sc-accent, #d1ff00);box-shadow:0 0 0 2px #fff;cursor:pointer}.mt-savings-calculator__range::-moz-range-track{height:.35rem;border:0;border-radius:999px;background:transparent}.mt-savings-calculator__range::-moz-range-progress{height:.35rem;border-radius:999px;background:transparent}.mt-savings-calculator__range::-moz-range-thumb{width:1.15rem;height:1.15rem;border:0;border-radius:50%;background:var(--sc-accent, #d1ff00);box-shadow:0 0 0 2px #fff;cursor:pointer}.mt-savings-calculator__results{display:grid;grid-template-columns:1fr;gap:1.25rem;margin-top:2rem;padding:1.5rem 1.25rem;border-radius:1rem;background:var(--sc-result-bg, #f4f4f4)}.mt-savings-calculator__result+.mt-savings-calculator__result{padding-top:1.25rem;border-top:1px solid rgba(29,29,31,.1)}.mt-savings-calculator__result:nth-child(1){padding-right:1rem}.mt-savings-calculator__result:nth-child(2){padding-left:1rem}.mt-savings-calculator__result-value{margin:0;font-family:var(--font-heading);font-size:clamp(2rem,5vw,2.75rem);font-weight:800;letter-spacing:-.02em;line-height:1.05}.mt-savings-calculator__result-label{margin:.45rem 0 0;font-size:.875rem;line-height:1.4;color:#1d1d1f9e}.mt-savings-calculator__disclaimer{margin:1.25rem 0 0;font-size:.75rem;line-height:1.55;color:#1d1d1f73}.mt-savings-calculator__disclaimer :where(p){margin:0}.mt-savings-calculator__disclaimer :where(p+p){margin-top:.65em}.mt-savings-calculator__media{overflow:hidden;border-radius:1rem;background:#1d1d1f0f}.mt-savings-calculator__img{width:100%;height:auto;display:block}.mt-savings-calculator__media-fallback{aspect-ratio:4 / 5;min-height:18rem;background:linear-gradient(135deg,#1d1d1f14,#1d1d1f08)}@media(max-width:749px){.mt-savings-calculator{padding-block:3.5rem}.mt-savings-calculator__inner{padding-inline:1.25rem}.mt-savings-calculator__layout{gap:1.75rem}.mt-savings-calculator__title{font-size:1.75rem;font-weight:600;line-height:1.75rem;letter-spacing:0}.mt-savings-calculator__subtitle{margin-top:.8125rem;font-size:.9375rem;font-weight:500;line-height:1.125rem}.mt-savings-calculator__desc{margin-top:.4375rem;max-width:none;font-size:.75rem;line-height:1.125rem;color:#1d1d1f}.mt-savings-calculator__controls{gap:.875rem;margin-top:.875rem}.mt-savings-calculator__field{gap:.375rem}.mt-savings-calculator__field-head{gap:.125rem;flex-wrap:nowrap;height:2.0625rem}.mt-savings-calculator__badge{min-width:3.125rem;height:2.0625rem;padding-inline:.5rem;border-radius:.3125rem;font-size:1.125rem;font-weight:500;line-height:1.125rem;color:#000}.mt-savings-calculator__field:nth-child(2) .mt-savings-calculator__badge{min-width:4.3125rem}.mt-savings-calculator__field-label{padding:.5rem;font-size:.875rem;font-weight:500;line-height:1.125rem;color:#1d1d1f}.mt-savings-calculator__range-wrap{--thumb-size: .625rem;height:2.75rem;touch-action:none;cursor:pointer;-webkit-tap-highlight-color:transparent}.mt-savings-calculator__range-track,.mt-savings-calculator__range::-webkit-slider-runnable-track,.mt-savings-calculator__range::-moz-range-track,.mt-savings-calculator__range::-moz-range-progress{height:.1875rem}.mt-savings-calculator__range{height:100%;touch-action:none}.mt-savings-calculator__range::-webkit-slider-thumb{width:.625rem;height:.625rem;margin-top:-.21875rem;box-shadow:none}.mt-savings-calculator__range::-moz-range-thumb{width:.625rem;height:.625rem;box-shadow:none}.mt-savings-calculator__results{grid-template-columns:1fr 1fr;gap:0;min-height:7.9375rem;margin-top:.75rem;padding:1rem 0;border-radius:.5rem;box-shadow:0 .125rem .5rem #00000030;background:#f5f5f7}.mt-savings-calculator__result{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:0;padding-inline:.75rem}.mt-savings-calculator__result+.mt-savings-calculator__result{padding-top:0;border-top:0;border-left:.0625rem solid #c7c7ca}.mt-savings-calculator__result-value{font-size:2.25rem;font-weight:400;line-height:1;letter-spacing:0}.mt-savings-calculator__result-label{margin-top:.75rem;font-size:.75rem;font-weight:500;line-height:.9375rem;color:#525256}.mt-savings-calculator__disclaimer{margin-top:.75rem;font-size:.75rem;line-height:1.125rem;color:#1d1d1f}.mt-savings-calculator__media{height:15.9375rem;border-radius:1rem}.mt-savings-calculator__img{width:100%;height:100%;object-fit:cover}.mt-savings-calculator__media-fallback{min-height:15.9375rem;aspect-ratio:auto}}@media(min-width:750px){.mt-savings-calculator__results{grid-template-columns:1fr 1fr;gap:0;padding:2rem 1.5rem}.mt-savings-calculator__result+.mt-savings-calculator__result{padding-top:0;border-top:0;border-left:3px solid #00000042}}@media(min-width:990px){.mt-savings-calculator__layout{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(2rem,4vw,3.5rem);align-items:center}.mt-savings-calculator__title{font-size:3.375rem;font-weight:600;line-height:3.375rem;letter-spacing:0;color:#1d1d1f}.mt-savings-calculator__subtitle{font-size:1.8125rem;font-weight:500;line-height:2.1875rem;color:#1d1d1f}.mt-savings-calculator__desc{font-size:1.1875rem;line-height:2.1875rem;color:#1d1d1f}.mt-savings-calculator__badge{font-size:1.8125rem;font-weight:500;line-height:2.1875rem;color:#000}.mt-savings-calculator__field-label{font-size:1.5rem;font-weight:500;line-height:2.1875rem;color:#1d1d1f}.mt-savings-calculator__result-value{font-size:4.375rem;font-weight:400;line-height:1;letter-spacing:0;color:#1d1d1f}.mt-savings-calculator__result-label{font-size:1.4375rem;font-weight:500;line-height:1.8125rem;color:#525256}.mt-savings-calculator__disclaimer{font-size:.875rem;line-height:1.375rem;color:#1d1d1f}.mt-savings-calculator__media-fallback{aspect-ratio:5 / 6;min-height:28rem}}mt-shot-video{display:block}.mt-shot-video{background:var(--sv-bg, #fff);color:#1d1d1f;padding-block:var(--sv-pad-y-m, 1rem);padding-inline:var(--sv-pad-x-m, .9375rem)}@media(min-width:750px){.mt-shot-video{padding-block:var(--sv-pad-y, 1.5rem);padding-inline:var(--sv-pad-x, 3rem)}}.mt-shot-video__inner{width:100%;max-width:var(--sv-max, 1280px);margin-inline:auto;box-sizing:border-box}.mt-shot-video__head{display:flex;flex-direction:column;align-items:flex-start;gap:var(--sv-copy-gap-m, .375rem);margin-bottom:var(--sv-media-gap-m, 1rem);text-align:var(--sv-text-align, left)}@media(min-width:750px){.mt-shot-video__head{gap:var(--sv-copy-gap, .5rem);margin-bottom:var(--sv-media-gap, 1.5rem)}}.mt-shot-video--align-center .mt-shot-video__head{align-items:center}.mt-shot-video--align-right .mt-shot-video__head{align-items:flex-end}.mt-shot-video__eyebrow{margin:0;font-family:var(--font-heading);font-size:var(--sv-eyebrow-size-m, 1rem);font-weight:var(--sv-eyebrow-weight, 400);line-height:1.5;letter-spacing:normal;color:var(--sv-eyebrow-color, #333)}@media(min-width:750px){.mt-shot-video__eyebrow{font-size:var(--sv-eyebrow-size, 1rem)}}.mt-shot-video__title{margin:0;font-family:var(--font-heading);font-size:var(--sv-title-size-m, 2.5rem);font-weight:var(--sv-title-weight, 600);line-height:1.4;letter-spacing:normal;text-transform:uppercase;color:var(--sv-title-color, #1d1d1f)}@media(min-width:750px){.mt-shot-video__title{font-size:var(--sv-title-size, 2.5rem);line-height:1.4}}.mt-shot-video__desc{margin:0;max-width:42rem;font-size:var(--sv-desc-size-m, 1rem);line-height:1.5;color:var(--sv-desc-color, #333)}@media(min-width:750px){.mt-shot-video__desc{font-size:var(--sv-desc-size, 1rem)}}.mt-shot-video--align-center .mt-shot-video__desc{margin-inline:auto}.mt-shot-video--align-right .mt-shot-video__desc{margin-inline:0 0 auto}.mt-shot-video__desc :where(p){margin:0 0 .75rem}.mt-shot-video__desc :where(p:last-child){margin-bottom:0}.mt-shot-video__desc :where(strong,b){font-weight:600}.mt-shot-video__desc :where(ul,ol){margin:0;padding-left:1.25rem}.mt-shot-video__desc :where(li){margin-bottom:.35rem}.mt-shot-video__desc :where(li:last-child){margin-bottom:0}.mt-shot-video__media{width:100%}.mt-shot-video__frame{overflow:hidden;border-radius:var(--sv-media-radius-m, .75rem);background:#000}@media(min-width:750px){.mt-shot-video__frame{border-radius:var(--sv-media-radius, 1.25rem)}}.mt-shot-video__video,.mt-shot-video__img{display:block;width:100%;height:auto;vertical-align:top}.mt-shot-video__video{background:#000}.mt-shot-video__placeholder{display:flex;align-items:center;justify-content:center;min-height:12.5rem;padding:2rem;background:#f5f5f5;color:#999;font-size:.875rem;text-align:center}.mt-show4{width:100%;padding-top:var(--s4-pad-top-m, 0);padding-bottom:var(--s4-pad-bottom-m, 0);background:var(--s4-bg, #fff)}@media(min-width:769px)and (max-width:1278px){.mt-show4{padding-top:var(--s4-pad-top-tab, 0);padding-bottom:var(--s4-pad-bottom-tab, 0)}}@media(min-width:1279px){.mt-show4{padding-top:var(--s4-pad-top, 0);padding-bottom:var(--s4-pad-bottom, 0)}}.mt-show4__inner{max-width:1280px;margin-inline:auto;padding-inline:1.125rem}@media(min-width:769px){.mt-show4__inner{padding-inline:2.75rem}}.mt-show4__layout{display:flex;flex-direction:column;align-items:center;gap:2rem}@media(min-width:769px){.mt-show4__layout{flex-direction:row;gap:2rem}}.mt-show4__media{width:100%;min-width:0}@media(min-width:1279px){.mt-show4__media{flex:0 0 714px;max-width:714px}}@media(min-width:769px)and (max-width:1278px){.mt-show4__media{flex:0 0 50%;max-width:50%}}.mt-show4__media picture{display:block}.mt-show4__image{display:block;width:100%;height:auto;border-radius:1.5rem;object-fit:cover}@media(min-width:1279px){.mt-show4__image{border-radius:2rem}}.mt-show4__content{flex:1;min-width:0}.mt-show4__title{margin:0 0 1.5rem;font-family:var(--font-heading);font-weight:600;font-size:2.5rem;line-height:1.4;letter-spacing:normal;text-transform:uppercase;color:var(--s4-heading-color, #333336)}.mt-show4__excerpt{font-size:1rem;line-height:1.5;color:var(--s4-text-color, #1d1d1f)}.mt-show4__excerpt :where(p){margin:0}mt-show5{display:block}.mt-show5{width:100%;padding-top:var(--s5-pad-top-m, 0);padding-bottom:var(--s5-pad-bottom-m, 0)}@media(min-width:769px)and (max-width:1278px){.mt-show5{padding-top:var(--s5-pad-top-tab, 0);padding-bottom:var(--s5-pad-bottom-tab, 0)}}@media(min-width:1279px){.mt-show5{padding-top:var(--s5-pad-top, 0);padding-bottom:var(--s5-pad-bottom, 0)}}.mt-show5__inner{max-width:1280px;margin-inline:auto;padding-inline:1.125rem}@media(min-width:769px){.mt-show5__inner{padding-inline:2.75rem}}.mt-show5--with-toc .mt-show5__inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(240px,320px);grid-template-areas:"meta meta" "main toc";gap:3rem;align-items:start}.mt-show5--with-toc .mt-show5__meta{grid-area:meta}.mt-show5--with-toc .mt-show5__main{grid-area:main}.mt-show5--with-toc .mt-show5__toc{grid-area:toc}.mt-show5__meta{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;padding-bottom:1.25rem;margin-bottom:2rem;border-bottom:1px solid #e6e6e9}.mt-show5__meta-left{display:flex;align-items:center;flex-wrap:wrap}.mt-show5__author{font-size:.875rem;line-height:1.375rem;color:#1d1d1f;padding-right:1.5rem;border-right:1px solid #e6e6e9}.mt-show5__date{font-size:.875rem;line-height:1.375rem;color:#525256;padding-left:1.5rem}.mt-show5__share{display:flex;align-items:center;gap:1.125rem;margin-left:auto}.mt-show5__share-label{font-size:1rem;line-height:1.5rem;color:#333336;padding-right:.5rem}.mt-show5__share a,.mt-show5__share-native{display:inline-flex;width:1.125rem;height:1.125rem;padding:0;border:none;background:transparent;cursor:pointer;color:#333336}.mt-show5__share svg{width:1.125rem;height:1.125rem}.mt-show5__main{min-width:0}.mt-show5__toc{position:sticky;top:var(--s5-toc-top, 7.5rem);align-self:start}.mt-show5__toc-inner{background:#fff;border:1px solid #e0e0e0;border-radius:2rem;padding:1.75rem 1.5rem 2rem;box-sizing:border-box}.mt-show5__toc-head{display:flex;align-items:center;gap:.625rem;margin:0 0 1.5rem}.mt-show5__toc-icon{display:flex;flex-shrink:0;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;color:#1d1d1f}.mt-show5__toc-title{margin:0;font-family:var(--font-heading);font-weight:700;font-size:1.125rem;line-height:1.45;letter-spacing:-.01em;color:#1d1d1f}.mt-show5__toc-list{list-style:none;margin:0;padding:0 0 0 1.875rem}.mt-show5__toc-item{margin:0 0 1.25rem}.mt-show5__toc-item:last-child{margin-bottom:0}.mt-show5__toc-link{display:block;font-size:.875rem;line-height:1.375rem;color:#525256;text-decoration:none;transition:color .2s ease}.mt-show5__toc-link:hover,.mt-show5__toc-link.is-active{color:#1d1d1f}.mt-show5__content h2[id]{scroll-margin-top:var(--s5-scroll-offset, 6.25rem)}@media(max-width:989px){.mt-show5__inner{padding-block:.625rem}.mt-show5__meta{display:contents}.mt-show5__meta-left{border-bottom:1px solid #e6e6e9;padding-bottom:1.125rem;margin-bottom:0}.mt-show5__share{order:10;margin-top:1.3125rem;margin-left:0}.mt-show5--with-toc .mt-show5__inner{display:flex;flex-direction:column;gap:1.5rem}.mt-show5__toc{position:static}.mt-show5__toc-inner{border-radius:1.5rem;padding:1.5rem 1.25rem 1.75rem}.mt-show5__toc-head{margin-bottom:1.25rem}.mt-show5__toc-item{margin-bottom:1rem}}.mt-spec-grid{padding-block:var(--sg-pad-y, 4rem);background:var(--sg-bg, #111);color:#fff}.mt-spec-grid__inner{width:100%;max-width:var(--sg-max, 1440px);margin-inline:auto;padding-inline:var(--sg-pad-x, 24px);box-sizing:border-box}.mt-spec-grid__intro{max-width:42rem;margin:0 auto 2rem;font-size:clamp(.9375rem,1.5vw,1.0625rem);line-height:1.55;text-align:center;color:#ffffffb8}.mt-spec-grid__cards{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:.85rem}.mt-spec-grid__hero{grid-column:1 / -1}.mt-spec-grid__hero-frame{position:relative;overflow:hidden;border-radius:1rem;background:#1a1a1a}.mt-spec-grid__hero:not(.has-media) .mt-spec-grid__hero-frame{min-height:clamp(16rem,34vw,22rem)}.mt-spec-grid__hero-img,.mt-spec-grid__hero-video{width:100%;height:auto;display:block}.mt-spec-grid__hero-fallback{width:100%;min-height:clamp(16rem,34vw,22rem);background:linear-gradient(135deg,#2a2a2a,#111)}.mt-spec-grid__hero-shade{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.mt-spec-grid__hero-copy{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.65rem;padding:clamp(1.5rem,4vw,2.5rem);text-align:left}.mt-spec-grid__hero-title{margin:0;font-family:var(--font-heading);font-size:clamp(1.75rem,4vw,2.75rem);font-weight:700;line-height:1.08;letter-spacing:-.02em;color:#fff}.mt-spec-grid__hero-desc{margin:0;font-size:clamp(.9375rem,1.5vw,1.0625rem);line-height:1.5;color:#ffffffe0}.mt-spec-grid__stat{overflow:hidden;border-radius:1rem;background:var(--sg-card, #2c2c2e);text-align:center}.mt-spec-grid__stat.has-media{position:relative;min-height:var(--sg-stat-height, 11.5rem)}.mt-spec-grid__stat:not(.has-media){min-height:var(--sg-stat-height, 11.5rem)}.mt-spec-grid__stat-frame{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;border-radius:inherit}.mt-spec-grid__stat-frame picture,.mt-spec-grid__stat-frame video{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%}.mt-spec-grid__stat-img,.mt-spec-grid__stat-video{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.mt-spec-grid__stat-fallback{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#3a3a3c,#2c2c2e)}.mt-spec-grid__stat-shade{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.mt-spec-grid__stat.has-media .mt-spec-grid__stat-content{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;min-height:0}.mt-spec-grid__stat-content{display:flex;flex-direction:column;align-items:center;justify-content:space-between;min-height:var(--sg-stat-height, 11.5rem);padding:1.25rem 1rem 1.5rem;box-sizing:border-box}.mt-spec-grid__stat--0{grid-column:1 / span 7}.mt-spec-grid__stat--1{grid-column:8 / span 5}.mt-spec-grid__stat--2{grid-column:1 / span 5}.mt-spec-grid__stat--3{grid-column:6 / span 7}.mt-spec-grid__stat-sub{position:relative;z-index:1;margin:0;font-size:.8125rem;line-height:1.35;color:#fff}.mt-spec-grid__stat-value{position:relative;z-index:1;display:flex;flex-wrap:wrap;align-items:baseline;justify-content:center;gap:.2rem .35rem;margin-top:auto}.mt-spec-grid__stat-title{margin:0;font-family:var(--font-heading);font-size:clamp(2.5rem,6vw,4rem);font-weight:700;line-height:1;letter-spacing:-.03em;color:#fff}.mt-spec-grid__stat-desc{margin:0;font-size:clamp(1rem,2vw,1.25rem);font-weight:500;line-height:1.2;color:#ffffffb8}@media(max-width:749px){.mt-spec-grid{padding-block:3.5rem;background:#1d1d1f}.mt-spec-grid__inner{padding-inline:1.25rem}.mt-spec-grid__intro{max-width:none;margin-bottom:1.5rem;font-size:.9375rem;font-weight:500;line-height:1.4375rem;text-align:center;color:#9c9c9c}.mt-spec-grid__cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.mt-spec-grid__hero{grid-column:1 / -1;margin-bottom:.5rem}.mt-spec-grid__stat,.mt-spec-grid__stat--0,.mt-spec-grid__stat--1,.mt-spec-grid__stat--2,.mt-spec-grid__stat--3{grid-column:auto}.mt-spec-grid__hero-frame{height:15rem;border-radius:1.125rem}.mt-spec-grid__hero-img,.mt-spec-grid__hero-video{width:100%;height:100%;object-fit:cover}.mt-spec-grid__hero:not(.has-media) .mt-spec-grid__hero-frame,.mt-spec-grid__hero-fallback{min-height:15rem}.mt-spec-grid__hero-copy{justify-content:flex-start;gap:.375rem;max-width:none;padding:1.625rem 1.75rem}.mt-spec-grid__hero-title{max-width:15rem;font-size:1.75rem;font-weight:700;line-height:1.5;letter-spacing:0;text-shadow:0 .0625rem .375rem #00000061}.mt-spec-grid__hero-desc{max-width:18.75rem;font-size:.875rem;font-weight:500;line-height:1.5;color:#fff;text-shadow:0 .0625rem .375rem #00000061}.mt-spec-grid__stat{border:.0625rem solid #242424;border-radius:1rem;background:#333336}.mt-spec-grid__stat.has-media,.mt-spec-grid__stat:not(.has-media){min-height:var(--sg-stat-height-mobile, 9rem)}.mt-spec-grid__stat:not(.has-media),.mt-spec-grid__stat-content{min-height:var(--sg-stat-height-mobile, 9.375rem)}.mt-spec-grid__stat-content{padding:1.375rem .1875rem 2.0625rem}.mt-spec-grid__stat-sub{width:100%;font-size:.6875rem;font-weight:500;line-height:1.2;letter-spacing:.008125rem;color:#7e7e7e}.mt-spec-grid__stat-value{flex-wrap:nowrap;gap:.3125rem;margin-top:1.25rem}.mt-spec-grid__stat-title{font-size:2.375rem;font-weight:700;line-height:3.5625rem;letter-spacing:0;text-shadow:0 0 1.5rem #ffffff1a}.mt-spec-grid__stat-desc{font-size:.875rem;font-weight:500;line-height:1.3125rem;color:#9a9a9a}}mt-specifications{display:block}.mt-specifications{padding-block:var(--sp-pad-y, 4rem);background:var(--sp-bg, #fff);color:#1d1d1f}.mt-specifications__inner{width:100%;max-width:var(--sp-max, 1440px);margin-inline:auto;padding-inline:var(--sp-pad-x, 24px);box-sizing:border-box}.mt-specifications__title{margin:0 0 2rem;font-family:var(--font-heading);font-size:clamp(2rem,4.5vw,3rem);font-weight:700;letter-spacing:-.02em;line-height:1.08;text-align:center}.mt-specifications__layout{display:grid;gap:2rem}.mt-specifications__media{overflow:hidden;border-radius:1.25rem;background:#1d1d1f0f}.mt-specifications__img{width:100%;height:auto;display:block}.mt-specifications__content{display:grid;gap:0;align-content:start}.mt-specifications__panel{border-top:1px solid rgba(29,29,31,.12)}.mt-specifications__panel:last-child{border-bottom:1px solid rgba(29,29,31,.12)}.mt-specifications__summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-block:1.15rem;list-style:none;cursor:pointer;font-family:var(--font-heading);font-size:.8125rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.mt-specifications__summary::-webkit-details-marker{display:none}.mt-specifications__chevron{flex-shrink:0;transition:transform .2s ease}.mt-specifications__panel[open] .mt-specifications__chevron{transform:rotate(180deg)}@media(prefers-reduced-motion:reduce){.mt-specifications__chevron{transition:none}}.mt-specifications__rows{margin:0 0 1.25rem;padding:0}.mt-specifications__row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.2fr);gap:1rem 1.5rem;padding-block:.55rem}.mt-specifications__label{margin:0;font-size:.6875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#1d1d1f73;line-height:1.45}.mt-specifications__value{margin:0;font-size:.9375rem;line-height:1.45;color:#1d1d1f}.mt-specifications__empty{margin:0;font-size:.9375rem;color:#1d1d1f8c}@media(min-width:990px){.mt-specifications__layout{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:clamp(2rem,4vw,3.5rem);align-items:start}.mt-specifications__title{margin-bottom:2.5rem;font-size:3.375rem;line-height:1.1;letter-spacing:0;color:#1a1a1a}.mt-specifications__panel,.mt-specifications__panel:last-child{border-color:#e2e2e2}.mt-specifications__summary{font-size:1.0625rem;line-height:1.625rem;letter-spacing:.010625rem;color:#1a1a1a}.mt-specifications__chevron{width:.8125rem;height:.8125rem}.mt-specifications__label{font-size:.8125rem;font-weight:500;line-height:1.4375rem;letter-spacing:.0125rem;color:#1a1a1a}.mt-specifications__value{font-size:.9375rem;line-height:1.4375rem;letter-spacing:0;color:#6e6e6e}}@media(max-width:749px){.mt-specifications{padding-block:3.5rem}.mt-specifications__inner{padding-inline:1.25rem}.mt-specifications__title{margin-bottom:1.5rem;font-size:1.875rem;font-weight:700;line-height:1.1;letter-spacing:0}.mt-specifications__layout{gap:1.5rem}.mt-specifications__media{width:100%;aspect-ratio:5 / 4;border-radius:1.125rem}.mt-specifications__img{width:100%;height:100%;object-fit:cover}.mt-specifications__summary{padding-top:1.375rem;padding-bottom:.75rem;font-size:.9375rem;font-weight:700;line-height:1.375rem;letter-spacing:.0075rem}.mt-specifications__chevron{width:.6875rem;height:.6875rem}.mt-specifications__rows{margin-bottom:.875rem}.mt-specifications__row{grid-template-columns:minmax(0,7.5rem) minmax(0,1fr);gap:.875rem;padding-block:.75rem}.mt-specifications__label{font-size:.75rem;font-weight:500;letter-spacing:.0075rem;line-height:1.3125rem;color:#1a1a1a}.mt-specifications__value{font-size:.875rem;line-height:1.3125rem;color:#6e6e6e}}.mt-steps{background:var(--steps-bg, #ffffff);color:var(--steps-text, #1d1d1f)}.mt-steps__inner{max-width:var(--steps-max, 1440px);margin-inline:auto;padding-inline:var(--steps-pad-x, 24px);padding-block:var(--steps-pad-y, 56px);box-sizing:border-box}.mt-steps__heading{margin:0 0 var(--steps-heading-gap, 2.5rem);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;line-height:1.15;text-align:center;letter-spacing:-.02em}.mt-steps__grid{display:grid;grid-template-columns:1fr;gap:var(--steps-gap-mobile, 2rem);margin:0;padding:0;list-style:none}.mt-steps__item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:var(--steps-content-gap, .85rem);min-width:0}.mt-steps__marker{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center}.mt-steps__marker--number{width:var(--steps-circle-size, 4.5rem);height:var(--steps-circle-size, 4.5rem);border:2px solid var(--steps-accent, #8bc34a);border-radius:50%;color:var(--steps-accent, #8bc34a);font-size:calc(var(--steps-circle-size, 4.5rem) * .36);font-weight:700;line-height:1}.mt-steps__marker--icon{width:var(--steps-circle-size, 4.5rem);height:var(--steps-circle-size, 4.5rem)}.mt-steps__icon-img{width:100%;height:100%;object-fit:contain;display:block}.mt-steps__title{margin:0;font-size:clamp(1.05rem,2.2vw,1.35rem);font-weight:700;line-height:1.25;color:var(--steps-text, #1d1d1f)}.mt-steps__text{margin:0;max-width:22rem;font-size:.9375rem;line-height:1.55;color:var(--steps-muted, #666666)}@media(min-width:750px){.mt-steps__grid{grid-template-columns:repeat(var(--steps-cols, 3),minmax(0,1fr));gap:var(--steps-gap-desktop, 2.5rem)}}mt-sticky-bar{display:block}.mt-sticky-bar{position:fixed;inset-inline:0;bottom:0;z-index:35;pointer-events:none;opacity:0;visibility:hidden;transform:translateY(110%);transition:opacity .28s ease,visibility .28s,transform .32s cubic-bezier(.4,0,.2,1)}.mt-sticky-bar.is-visible{pointer-events:auto;opacity:1;visibility:visible;transform:translateY(0)}@media(prefers-reduced-motion:reduce){.mt-sticky-bar{transition:none}}html.has-sticky-bar{scroll-padding-bottom:5.5rem}@media(min-width:750px){html.has-sticky-bar{scroll-padding-bottom:6.5rem}}.mt-sticky-bar__shell{width:100%;max-width:var(--sb-max-width, 1440px);margin-inline:auto;padding:0}@media(min-width:750px){.mt-sticky-bar__shell{padding:0 1.25rem calc(1.25rem + env(safe-area-inset-bottom,0px))}}.mt-sticky-bar__inner{min-height:4.25rem;padding:.65rem .85rem;border:1px solid rgba(29,29,31,.1);border-radius:999px;background:#fff;box-shadow:0 8px 28px #00000014}@media(max-width:749px){.mt-sticky-bar__inner{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"title actions" "price actions";column-gap:.75rem;row-gap:.15rem;align-items:center;min-height:4.5rem;padding:.75rem 1rem calc(.75rem + env(safe-area-inset-bottom,0px));border-inline:0;border-bottom:0;border-radius:0;box-shadow:none;border-top:1px solid rgba(29,29,31,.1)}.mt-sticky-bar__title{grid-area:title;max-width:none}.mt-sticky-bar__pricing{grid-area:price;align-self:start}.mt-sticky-bar__actions{grid-area:actions;align-self:center;min-width:9.5rem;position:relative}.mt-sticky-bar__actions .mt-atc-toast{position:absolute;right:0;bottom:calc(100% + .55rem);width:min(18rem,calc(100vw - 1.5rem));margin-top:0;z-index:2}.mt-sticky-bar__divider,.mt-sticky-bar__swatches{display:none}}@media(min-width:750px){.mt-sticky-bar__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem}.mt-sticky-bar__title{flex:0 1 auto;max-width:12rem}.mt-sticky-bar__divider,.mt-sticky-bar__swatches{display:block}.mt-sticky-bar__pricing{margin-left:auto}.mt-sticky-bar__actions{flex:0 0 auto}}.mt-sticky-bar__title{margin:0;font-size:1rem;font-weight:700;line-height:1.25;color:#1d1d1f;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:12rem}@media(max-width:749px){.mt-sticky-bar__title{font-size:.875rem;white-space:normal}}.mt-sticky-bar__divider{display:none;width:1px;height:1.75rem;background:#1d1d1f1f;flex:0 0 auto}@media(min-width:750px){.mt-sticky-bar__divider{display:block}}.mt-sticky-bar__swatches{display:none;margin:0;padding:0;border:0;min-width:0}@media(min-width:750px){.mt-sticky-bar__swatches{display:block}}.mt-sticky-bar__swatch-list{display:flex;align-items:center;gap:.45rem}.mt-sticky-bar__swatch-list input{position:absolute;opacity:0;pointer-events:none}.mt-sticky-bar__swatch{display:inline-flex;align-items:center;justify-content:center;padding:.15rem;border:1.5px solid transparent;border-radius:50%;cursor:pointer}.mt-sticky-bar__swatch-list input:checked+.mt-sticky-bar__swatch{border-color:#1d1d1f}.mt-sticky-bar__swatch-dot{display:block;width:1.35rem;height:1.35rem;border-radius:50%;background:var(--sw-color, #ddd);border:1px solid rgba(29,29,31,.12)}.mt-sticky-bar__pricing{display:flex;align-items:baseline;gap:.45rem;min-width:0}@media(max-width:749px){.mt-sticky-bar__pricing{gap:.35rem}}.mt-sticky-bar__price{font-size:1rem;font-weight:700;line-height:1.2;color:#1d1d1f;white-space:nowrap}@media(min-width:750px){.mt-sticky-bar__price{font-size:1.125rem}}.mt-sticky-bar__compare{font-size:.8125rem;font-weight:500;line-height:1.2;color:#1d1d1f73;text-decoration:line-through;white-space:nowrap}.mt-sticky-bar__compare[hidden]{display:none}.mt-sticky-bar__actions{display:flex;align-items:center;gap:.55rem;flex:0 0 auto}@media(max-width:749px){.mt-sticky-bar__actions{min-width:9.5rem}}.mt-sticky-bar__atc,.mt-sticky-bar__buy-now{position:relative;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;min-height:2.75rem;padding:18px 40px;border:none;border-radius:999px;font:inherit;font-size:1rem;font-weight:600;line-height:1;white-space:nowrap;cursor:pointer;transition:color .3s ease}@media(min-width:750px){.mt-sticky-bar__atc,.mt-sticky-bar__buy-now{min-height:2.85rem;padding:18px 40px;font-size:16px}}.mt-sticky-bar__atc{background:var(--sb-accent, #d1ff00);color:#1d1d1f}.mt-sticky-bar__atc-fill{position:absolute;top:0;right:0;bottom:0;left:0;background:#111;transform:scaleX(0);transform-origin:left center;pointer-events:none}.mt-sticky-bar__atc.is-fill{color:#fff}.mt-sticky-bar__buy-now{display:none;isolation:isolate;background:transparent;color:#fff}.mt-sticky-bar__buy-now:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:#111;z-index:0;pointer-events:none}@media(min-width:750px){.mt-sticky-bar__buy-now{display:inline-flex}}.mt-sticky-bar__buy-now-fill{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;background:var(--sb-accent, #d1ff00);border-radius:inherit;clip-path:inset(0 100% 0 0 round 999px);pointer-events:none}.mt-sticky-bar__buy-now.is-fill{color:#1d1d1f}.mt-sticky-bar__buy-now.is-fill-settled{background:var(--sb-accent, #d1ff00)}.mt-sticky-bar__buy-now.is-fill-settled:before{opacity:0}.mt-sticky-bar__buy-now.is-fill-settled .mt-sticky-bar__buy-now-fill{opacity:0}.mt-sticky-bar__atc-fill{border-radius:inherit}@media(prefers-reduced-motion:no-preference){.mt-sticky-bar__atc-fill{transition:transform .38s cubic-bezier(.4,0,.2,1)}.mt-sticky-bar__buy-now-fill{transition:clip-path .38s cubic-bezier(.4,0,.2,1)}}@media(prefers-reduced-motion:reduce){.mt-sticky-bar__atc.is-fill{background:#111;color:#fff}.mt-sticky-bar__buy-now.is-fill{color:#1d1d1f}.mt-sticky-bar__buy-now.is-fill:before{opacity:0}.mt-sticky-bar__buy-now.is-fill .mt-sticky-bar__buy-now-fill{clip-path:inset(0 0 0 0 round 999px)}}.mt-sticky-bar__atc-label,.mt-sticky-bar__buy-now-label{position:relative;z-index:2}.mt-sticky-bar__atc[disabled],.mt-sticky-bar__buy-now[disabled]{opacity:.45;cursor:not-allowed}@media(max-width:749px){.mt-sticky-bar__atc{width:100%}}mt-story{display:block}.mt-story{position:relative;color:#fff;background:#0a0a0a;overflow:hidden}.mt-story__viewport{position:relative;display:grid;min-height:var(--st-min-h-m, 100vh)}@media(min-width:750px){.mt-story__viewport{min-height:var(--st-min-h, 100vh)}}.mt-story__slide{grid-area:1 / 1;position:relative;display:grid;min-height:inherit;opacity:0;visibility:hidden;pointer-events:none;z-index:0}.mt-story__slide.is-active{opacity:1;visibility:visible;pointer-events:auto;z-index:1}@media(prefers-reduced-motion:no-preference){.js .mt-story__slide{transition:opacity .75s cubic-bezier(.4,0,.2,1),visibility 0s linear .75s}.js .mt-story__slide.is-active{transition:opacity .75s cubic-bezier(.4,0,.2,1),visibility 0s}}.mt-story__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.mt-story__video,.mt-story__img,.mt-story__fallback{width:100%;height:100%;object-fit:cover}.mt-story__video{position:absolute;top:0;right:0;bottom:0;left:0;display:block;background:#0a0a0a;transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden}.mt-story__poster{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;transition:opacity .35s ease,visibility .35s ease}.mt-story__slide.is-playing .mt-story__poster{opacity:0;visibility:hidden;pointer-events:none}.mt-story__media-desk,.mt-story__media-mob{position:absolute;top:0;right:0;bottom:0;left:0}.mt-story__media-desk{display:none}.mt-story__media-mob{display:block}@media(min-width:750px){.mt-story__media-desk{display:block}.mt-story__media-mob{display:none}}.mt-story__fallback{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#141414,#1a2a14)}.mt-story__shade{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(180deg,rgba(0,0,0,calc(var(--st-overlay, .28) * .55)),#0000 32%),linear-gradient(0deg,rgba(0,0,0,calc(var(--st-overlay, .28) + .35)),#00000014 48%,#0000 70%);pointer-events:none}.mt-story__content{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:flex-end;min-height:inherit;padding-block:4.5rem 5.5rem;box-sizing:border-box}.mt-story__inner{width:100%;max-width:var(--st-max, 1440px);margin-inline:auto;padding-inline:var(--st-pad-x, 24px);box-sizing:border-box}.mt-story__content>.mt-story__inner{display:flex;flex-direction:column;justify-content:flex-end;flex:1 1 auto;width:100%}.mt-story__subtitle{display:inline-flex;align-items:center;gap:8px;margin:0 0 auto;font-size:11px;font-weight:600;line-height:18px;letter-spacing:normal;text-transform:uppercase;color:#daff00}.mt-story__accent{display:inline-block;width:1.35rem;height:2px;background:var(--st-accent, #d1ff00);flex:0 0 auto}.mt-story__copy{max-width:562px;margin-top:2.5rem}.mt-story__title{margin:0 0 12px;font-family:Poppins;font-weight:700;font-style:normal;font-size:30px;line-height:104%;letter-spacing:-1.5%;color:#fff}.mt-story__desc{margin:0;font-family:Poppins;font-weight:400;font-style:normal;font-size:14px;line-height:154%;letter-spacing:normal}@media(min-width:750px){.mt-story__title{font-size:58px;margin-bottom:48px}.mt-story__desc{font-size:18px;line-height:24px;letter-spacing:normal}}.mt-story__nav-wrap{position:absolute;left:0;right:0;bottom:0;z-index:3;padding-bottom:1.5rem;pointer-events:none}.mt-story__nav{display:grid;grid-template-columns:repeat(auto-fit,minmax(0,1fr));gap:.65rem;pointer-events:auto}.mt-story__tab{display:flex;flex-direction:column;align-items:stretch;gap:18px;margin:0;padding:0;border:none;background:none;color:inherit;font:inherit;text-align:left;cursor:pointer;min-width:0}.mt-story__progress{display:block;width:100%;height:2px;border-radius:999px;background:#ffffff47;overflow:hidden}.mt-story__progress-fill{display:block;height:100%;width:100%;background:var(--st-accent, #d1ff00);transform:scaleX(0);transform-origin:left center}.mt-story__tab.is-active .mt-story__progress-fill{transform:scaleX(1)}@media(prefers-reduced-motion:no-preference){.mt-story.is-autoplay .mt-story__tab.is-active .mt-story__progress-fill{animation:mt-story-progress var(--st-interval, 7s) linear forwards}}@keyframes mt-story-progress{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.mt-story:not(.is-autoplay) .mt-story__tab.is-active .mt-story__progress-fill{transform:scaleX(1)}.mt-story__tab-label{display:none;align-items:baseline;gap:.4rem;min-width:0}.mt-story__tab-num{flex:0 0 auto;font-family:Poppins;font-size:18px;line-height:32px;letter-spacing:normal;font-weight:600;color:#fff6}.mt-story__tab.is-active .mt-story__tab-num{color:var(--st-accent, #d1ff00)}.mt-story__tab-text{font-family:Poppins;font-size:18px;font-weight:600;font-style:normal;line-height:32px;letter-spacing:normal;color:#ffffff73;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mt-story__tab.is-active .mt-story__tab-text{color:#fff}.mt-story__tab:focus-visible{outline:2px solid #fff;outline-offset:4px}@media(max-width:989px){.mt-story__subtitle{margin:0}.mt-story__copy{margin-top:12px}.mt-story__nav-wrap{bottom:36px;padding-bottom:0}.mt-story__tab{gap:0;padding-block:.65rem}.mt-story__progress{height:3px}}@media(min-width:990px){.mt-story__content{justify-content:stretch;padding-block:3.5rem 6.5rem}.mt-story__content>.mt-story__inner{justify-content:space-between}.mt-story__subtitle{margin-bottom:0;font-size:13px;color:#daff00}.mt-story__copy{margin-top:0;padding-bottom:40px}.mt-story__tab-label{display:flex}.mt-story__nav-wrap{padding-bottom:4rem}.mt-story__nav{gap:1rem}}.mt-trust{background:var(--tr-bg, #f5f5f5);color:#1d1d1f}.mt-trust__inner{max-width:var(--tr-max, 1440px);margin-inline:auto;padding:var(--tr-pad-y, 48px) var(--tr-pad-x, 24px);box-sizing:border-box}.mt-trust__heading{margin:0 0 1.5rem;font-family:var(--font-heading);font-size:clamp(1.5rem,3vw,2rem);font-weight:700;letter-spacing:-.02em;line-height:1.15}.mt-trust__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:0;padding:0;list-style:none}.mt-trust__card{display:grid;gap:14px;height:100%;min-height:100%;padding:28px 44px 28px 28px;border:1px solid #ECECEC;border-radius:1rem;background:var(--tr-card-bg, #fff);color:inherit;text-decoration:none;box-sizing:border-box;transition:transform .25s ease,border-color .25s ease}@media(hover:hover)and (prefers-reduced-motion:no-preference){.mt-trust__card:hover{transform:translateY(-5px)}}a.mt-trust__card:hover,a.mt-trust__card:focus-visible{border-color:#1d1d1f29}a.mt-trust__card:focus-visible{outline:2px solid #1d1d1f;outline-offset:2px}.mt-trust__icon{display:inline-flex;align-items:center;justify-content:flex-start;width:2.75rem;height:2.75rem}.mt-trust__icon-img{width:100%;height:100%;object-fit:contain}.mt-trust__title{margin:0;font-size:1rem;font-weight:700;line-height:1.25}.mt-trust__text{margin:0;font-size:.8125rem;line-height:1.5;color:#1d1d1fb8}@media(min-width:750px){.mt-trust__grid{gap:1rem}.mt-trust__card{padding:1.35rem 1.25rem 1.4rem;border-radius:1.1rem}.mt-trust__icon{width:3rem;height:3rem}.mt-trust__title{font-size:1.05rem}.mt-trust__text{font-size:.875rem}}@media(min-width:990px){.mt-trust__grid{grid-template-columns:repeat(var(--tr-cols, 4),minmax(0,1fr));gap:1.15rem}.mt-trust__heading{margin-bottom:2rem}}@media(max-width:989px){.mt-trust__inner.page-width{max-width:100%;padding-inline:20px;box-sizing:border-box}.mt-trust__card{padding:18px}.mt-trust__title{font-size:14px}.mt-trust__text{font-size:11.5px;color:#717171}}.newsletter{background:var(--nl-bg, #111);color:var(--nl-color, #fff)}.newsletter__inner{text-align:center;padding-block:4rem;display:grid;justify-items:center;gap:.75rem}.newsletter__heading{font-size:clamp(1.75rem,3.5vw,2.5rem);margin:0}.newsletter__text{margin:0 0 1rem;opacity:.8;max-width:44ch}.newsletter__field{display:flex;gap:.5rem;width:min(100%,460px);flex-wrap:wrap}.newsletter__field input{flex:1;min-width:200px;padding:.9rem 1.25rem;border:none;border-radius:999px;font-size:1rem;background:#fff;color:#111}.newsletter__button{padding:.9rem 2rem;border:none;border-radius:999px;cursor:pointer;background:var(--color-accent);color:#fff;font-weight:600;font-size:1rem}.newsletter__button:hover{filter:brightness(1.1)}.newsletter__success{font-size:1.125rem;font-weight:600}.newsletter__error{font-size:.875rem;color:#ffb4b4}.showcase{padding-block:4rem;text-align:center}.showcase__heading{font-size:clamp(2rem,4vw,2.75rem);margin:0 0 .5rem;font-weight:800}.showcase__sub{margin:0 0 2.5rem;opacity:.65}.showcase__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;margin:2rem 0 0;padding:0;list-style:none}@media(min-width:750px){.showcase__grid{grid-template-columns:repeat(var(--cols, 4),1fr);gap:1.5rem}}.showcase__link{display:block;text-decoration:none;color:inherit;border:1px solid rgba(0,0,0,.08);border-radius:4px;padding:1rem 1rem 1.5rem;transition:box-shadow .2s ease,transform .2s ease}.showcase__link:hover{box-shadow:0 12px 30px #0000001a;transform:translateY(-4px)}.showcase__media{position:relative;aspect-ratio:1 / 1}.showcase__media img{width:100%;height:100%;object-fit:contain}.showcase__bar{position:absolute;left:0;right:0;bottom:0;height:4px;background:var(--color-accent);display:flex;justify-content:flex-end}.showcase__badge{position:absolute;right:8px;bottom:0;width:26px;height:22px;background:var(--color-accent);color:#fff;font-size:.7rem;font-weight:700;display:flex;align-items:center;justify-content:center;clip-path:polygon(0 0,100% 0,100% 100%,50% 70%,0 100%)}.showcase__title{font-size:1.0625rem;font-weight:700;margin:1.25rem 0 0}.showcase__price{margin:.375rem 0 0;color:var(--color-accent);font-weight:700}.reviewbar{display:flex;align-items:center;justify-content:center;gap:2.5rem 3rem;flex-wrap:wrap;padding-block:3rem}.reviewbar__rating{display:inline-flex;align-items:center;gap:.625rem;color:#108474}.reviewbar__stars{position:relative;display:inline-block;color:#d3d3d3;font-size:1.5rem;letter-spacing:2px;line-height:1}.reviewbar__stars-fill{position:absolute;left:0;top:0;overflow:hidden;white-space:nowrap;color:#108474}.reviewbar__count{font-weight:600;font-size:1.0625rem}.reviewbar__badges{display:flex;gap:1.75rem;flex-wrap:wrap;justify-content:center;margin:0;padding:0;list-style:none}.reviewbar__badge{color:#c8862c}.reviewbar__badge--silver{color:#8a8a8a}.reviewbar__laurel{position:relative;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;min-width:84px;padding:.4rem 1.6rem;text-align:center;line-height:1.05}.reviewbar__laurel:before,.reviewbar__laurel:after{content:"";position:absolute;top:8%;bottom:8%;width:22px;border:2.5px solid currentColor;border-radius:60%}.reviewbar__laurel:before{left:0;border-right-color:transparent;border-top-color:transparent;transform:rotate(18deg)}.reviewbar__laurel:after{right:0;border-left-color:transparent;border-top-color:transparent;transform:rotate(-18deg)}.reviewbar__big{font-size:1.5rem;font-weight:800}.reviewbar__small{font-size:.5625rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;max-width:8ch}.testimonials{padding-block:4rem}.testimonials__head{text-align:center;margin-bottom:2.5rem}.testimonials__heading{font-size:clamp(1.75rem,3.5vw,2.5rem);margin:0 0 .5rem}.testimonials__sub{margin:0;opacity:.7}.testimonials__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin:0;padding:0;list-style:none}.testimonials__card{background:var(--ts-bg, #f8f7f5);border-radius:1rem;padding:2rem;display:flex;flex-direction:column;gap:1rem}.testimonials__stars{color:#e8a33d;letter-spacing:.1em}.testimonials__quote{margin:0;font-size:1.0625rem;line-height:1.6;flex:1}.testimonials__author{display:flex;align-items:center;gap:.75rem}.testimonials__avatar{display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:50%;background:var(--color-accent);color:#fff;font-weight:700;font-size:1.125rem}.testimonials__name{margin:0;font-weight:600}.testimonials__detail{margin:0;font-size:.8125rem;color:#555}.value-props{padding-block:3.5rem}.value-props__heading{text-align:center;font-size:clamp(1.5rem,3vw,2.25rem);margin:0 0 2.5rem}.value-props__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;margin:0;padding:0;list-style:none}.value-props__item{text-align:center}.value-props__icon{display:inline-flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;border-radius:50%;background:var(--vp-bg, #f5f4f1);font-size:1.5rem;margin-bottom:1rem}.value-props__icon--img img{width:40px;height:40px;object-fit:contain}.value-props__title{font-size:1.125rem;margin:0 0 .5rem}.value-props__text{margin:0;opacity:.7;font-size:.9375rem;line-height:1.6}.video-section{position:relative;display:grid;align-items:center;min-height:var(--vid-min-height, 70vh);overflow:hidden}.video-section__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.video-section__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,var(--vid-overlay, .4))}.video-section__player{position:relative;display:block;width:100%;height:100%}.video-section__poster,.video-section__video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.video-section__video{z-index:0}.video-section__poster{z-index:1;transition:opacity .6s ease}.video-section__player.is-playing .video-section__poster{opacity:0;pointer-events:none}.video-section__content{position:relative;z-index:1;color:#fff;text-align:center;padding-block:4rem;display:grid;justify-items:center;gap:.75rem}.video-section__eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:.8125rem;margin:0;opacity:.9}.video-section__heading{font-size:clamp(1.875rem,4vw,3.25rem);margin:0;max-width:18ch}.video-section__text{font-size:1.0625rem;margin:0 0 1rem;max-width:48ch;opacity:.95}.video-section__button{display:inline-block;padding:.9rem 2.25rem;background:#fff;color:#111;text-decoration:none;border-radius:999px;font-weight:600}@media(prefers-reduced-motion:no-preference){.js [data-reveal]{opacity:0;transform:translateY(24px);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1);transition-delay:var(--reveal-delay, 0ms)}.js [data-reveal].reveal-in{opacity:1;transform:none}.js img.lazy-fade{opacity:0;transition:opacity .6s ease}.js img.lazy-fade.is-loaded{opacity:1}}.card-product__link{text-decoration:none;display:block}.card-product__media{position:relative;aspect-ratio:1 / 1;overflow:hidden;border-radius:.5rem;background:#0000000a}.card-product__media img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.card-product__link:hover .card-product__media img{transform:scale(1.04)}.card-product__badge{position:absolute;top:.5rem;left:.5rem;padding:.25rem .625rem;font-size:.75rem;font-weight:600;border-radius:.25rem;background:#fff}.card-product__badge--sale{background:var(--color-accent);color:#fff}.card-product__title{font-size:1rem;margin:.75rem 0 .25rem}.card-product__price{font-weight:600}.card-product__price-compare{opacity:.72;font-weight:400;margin-left:.5rem}.customer{max-width:440px;margin:clamp(2.5rem,6vw,4.5rem) auto;padding:clamp(2rem,4vw,3rem);border:1px solid rgba(0,0,0,.1);border-radius:16px;background:var(--color-background)}.customer--wide{max-width:980px;padding:0;border:none;margin-block:clamp(2.5rem,6vw,4rem)}.customer__title{font-family:var(--font-heading);font-weight:800;font-size:clamp(1.6rem,3vw,2.2rem);letter-spacing:-.01em;margin:0 0 1.75rem}.customer:not(.customer--wide) .customer__title{text-align:center}.customer__field{display:grid;gap:.4rem;margin-bottom:1.1rem}.customer__field label{font-size:.85rem;font-weight:600;opacity:.8}.customer__field input{padding:.85rem 1rem;border:1.5px solid rgba(0,0,0,.18);border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .15s ease}.customer__field input:focus{outline:none;border-color:var(--color-accent)}.customer__submit{width:100%;padding:.95rem;border:none;border-radius:8px;background:#16130f;color:#fff;font-weight:700;font-size:1rem;cursor:pointer;margin-top:.5rem}.customer__submit:hover{background:var(--color-accent)}.customer__links{margin-top:1.5rem;font-size:.92rem;display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.customer__links a{color:var(--color-accent);text-decoration:none;font-weight:600}.customer__links a:hover{text-decoration:underline}.customer__errors{background:#fdecea;color:#b3261e;border-radius:8px;padding:.8rem 1rem;margin-bottom:1.25rem;font-size:.92rem}.customer__table{width:100%;border-collapse:collapse}.customer__table th{text-align:left;padding:.9rem .75rem;border-bottom:1.5px solid rgba(0,0,0,.14);font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;opacity:.55;font-weight:700}.customer__table td{text-align:left;padding:1rem .75rem;border-bottom:1px solid rgba(0,0,0,.08);font-size:.95rem}.customer__table tfoot th,.customer__table tfoot td{border-bottom:none;font-weight:700}.customer__table a{color:var(--color-accent);text-decoration:none;font-weight:600}.customer__section{margin-bottom:2.5rem}.customer__section h2{font-family:var(--font-heading);font-weight:700;font-size:1.3rem;margin:0 0 1rem}.giftcard{max-width:440px;margin:clamp(2.5rem,6vw,4.5rem) auto;text-align:center;padding-inline:1.5rem}.giftcard__brand{text-transform:uppercase;letter-spacing:.18em;font-size:.78rem;font-weight:700;color:var(--color-accent);margin:0 0 .5rem}.giftcard__heading{font-family:var(--font-heading);font-weight:800;font-size:clamp(1.6rem,3vw,2.1rem);margin:0 0 1.75rem}.giftcard__card{position:relative;border-radius:18px;padding:2rem 1.75rem;color:#f6efe2;text-align:left;background:linear-gradient(135deg,#2a2118,#6b5330 55%,#a9895a);box-shadow:0 18px 40px #0000002e;overflow:hidden}.giftcard__card:after{content:"";position:absolute;right:-40px;top:-40px;width:180px;height:180px;border-radius:50%;background:#ffffff14}.giftcard__card-brand{font-family:var(--font-heading);font-weight:800;letter-spacing:.12em;font-size:1.3rem}.giftcard__card-label{text-transform:uppercase;letter-spacing:.16em;font-size:.72rem;opacity:.8;margin-top:.25rem}.giftcard__balance{font-family:var(--font-heading);font-weight:800;font-size:2.75rem;margin-top:1.75rem}.giftcard__expiry{font-size:.78rem;opacity:.75;margin-top:.5rem}.giftcard__code{display:flex;align-items:center;justify-content:center;gap:.75rem;margin:1.5rem 0 .5rem;font-family:monospace;letter-spacing:.12em;font-size:1.05rem;background:#0000000d;border-radius:10px;padding:.9rem 1rem}.giftcard__copy{border:none;background:none;cursor:pointer;color:var(--color-accent);display:inline-flex;padding:2px}.giftcard__copy.is-copied{color:#3aa76d}.giftcard__qr{margin:1.5rem auto 0;width:140px;height:140px}.giftcard__how{opacity:.7;font-size:.95rem;line-height:1.65;margin:1.5rem 0}.giftcard__btn{display:inline-block;padding:.9rem 2.25rem;border-radius:8px;background:#16130f;color:#fff;text-decoration:none;font-weight:700}.giftcard__btn:hover{background:var(--color-accent)}.price{font-weight:700}.price__from{font-weight:400;opacity:.7}.price__was{font-weight:400;opacity:.55;margin-left:.45rem}.price--on-sale .price__now{color:var(--color-accent)}
/*# sourceMappingURL=/cdn/shop/t/45/compiled_assets/styles.css.map */
