.mh-subscribe-offer-modal{z-index:60;pointer-events:none;justify-content:flex-end;display:flex;position:fixed;inset:0}.mh-subscribe-offer-modal__backdrop{background:color-mix(in srgb, var(--mh-night) 45%, transparent);cursor:pointer;pointer-events:auto;opacity:0;border:0;padding:0;animation:.28s forwards mh-subscribe-offer-backdrop-in;position:absolute;inset:0}.mh-subscribe-offer-modal--closing .mh-subscribe-offer-modal__backdrop{animation:.26s forwards mh-subscribe-offer-backdrop-out}.mh-subscribe-offer-modal__panel{z-index:1;background:var(--background);border-left:1px solid color-mix(in srgb, var(--foreground) 10%, transparent);width:min(100%,22.5rem);max-height:100dvh;box-shadow:-8px 0 32px color-mix(in srgb, var(--mh-night) 18%, transparent);pointer-events:auto;outline:none;flex-direction:column;margin:0;animation:.32s cubic-bezier(.22,1,.36,1) forwards mh-subscribe-offer-panel-in;display:flex;position:relative;overflow:auto;transform:translate(100%)}.mh-subscribe-offer-modal--closing .mh-subscribe-offer-modal__panel{animation:.28s cubic-bezier(.4,0,.2,1) forwards mh-subscribe-offer-panel-out}@keyframes mh-subscribe-offer-backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes mh-subscribe-offer-backdrop-out{0%{opacity:1}to{opacity:0}}@keyframes mh-subscribe-offer-panel-in{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes mh-subscribe-offer-panel-out{0%{transform:translate(0)}to{transform:translate(100%)}}@media (max-width:640px){.mh-subscribe-offer-modal{justify-content:center;align-items:flex-end}.mh-subscribe-offer-modal__panel{border-radius:var(--mh-radius-lg) var(--mh-radius-lg) 0 0;border-left:0;width:100%;max-height:min(92dvh,100%);animation-name:mh-subscribe-offer-panel-in-mobile;transform:translateY(100%)}.mh-subscribe-offer-modal--closing .mh-subscribe-offer-modal__panel{animation-name:mh-subscribe-offer-panel-out-mobile}@keyframes mh-subscribe-offer-panel-in-mobile{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes mh-subscribe-offer-panel-out-mobile{0%{transform:translateY(0)}to{transform:translateY(100%)}}}@media (prefers-reduced-motion:reduce){.mh-subscribe-offer-modal__backdrop,.mh-subscribe-offer-modal__panel{opacity:1;animation:none;transform:none}}.mh-subscribe-offer-modal__head{border-bottom:1px solid color-mix(in srgb, var(--foreground) 8%, transparent);justify-content:space-between;align-items:center;gap:.75rem;padding:1rem 1rem .65rem;display:flex}.mh-subscribe-offer-modal__heading{margin:0;font-size:1rem;font-weight:700;line-height:1.25}.mh-subscribe-offer-modal__close{background:color-mix(in srgb, var(--foreground) 6%, transparent);width:2.25rem;height:2.25rem;color:var(--foreground);cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;padding:0;display:flex}.mh-subscribe-offer-modal__close:hover{background:color-mix(in srgb, var(--foreground) 12%, transparent)}.mh-subscribe-offer-modal__visual-wrap{justify-content:center;padding:.75rem 1rem 0;display:flex}.mh-subscribe-offer-modal__visual-wrap .mh-subscribe-page__hero-visual-svg{width:min(100%,10rem)}.mh-subscribe-offer-modal__body{padding:.5rem 1.25rem 1.5rem}.mh-subscribe-offer-modal__offer-name{margin:0 0 .35rem;font-size:1.25rem;font-weight:800;line-height:1.15}.mh-subscribe-offer-modal__price-detail{color:var(--mh-ink-soft);margin:0 0 1rem;font-size:.9375rem;font-weight:600;line-height:1.4}.mh-subscribe-offer-modal__account{align-items:center;gap:.45rem;margin:0 0 1rem;font-size:.9375rem;font-weight:600;display:flex}.mh-subscribe-offer-modal__features,.mh-subscribe-offer-modal__exclusions{flex-direction:column;gap:.65rem;margin:0;padding:0;list-style:none;display:flex}.mh-subscribe-offer-modal__features li,.mh-subscribe-offer-modal__exclusions li{align-items:flex-start;gap:.55rem;font-size:.875rem;line-height:1.4;display:flex}.mh-subscribe-offer-modal__check{color:#fff;background:var(--mh-night);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:1.15rem;height:1.15rem;margin-top:.1rem;display:flex}.mh-subscribe-offer-modal__exclusions{border-top:1px solid color-mix(in srgb, var(--foreground) 8%, transparent);margin-top:.85rem;padding-top:.85rem}.mh-subscribe-offer-modal__exclude{width:1.15rem;height:1.15rem;color:var(--mh-ink-muted);flex-shrink:0;justify-content:center;align-items:center;margin-top:.1rem;display:flex}.mh-subscribe-offer-modal__legal{color:var(--mh-ink-muted);margin:1.25rem 0 0;font-size:.6875rem;line-height:1.45}
.mh-subscribe-checkout{min-height:100dvh;font-family:var(--font-ui);background:var(--background);color:var(--foreground);flex-direction:column;flex:1;display:flex}.mh-subscribe-checkout__main{width:100%;max-width:min(100%,28rem);padding:clamp(1.5rem, 2.5vw, 2.5rem) max(var(--mh-container-padding-x), env(safe-area-inset-left)) clamp(2rem, 4vw, 3rem) max(var(--mh-container-padding-x), env(safe-area-inset-right));flex:1;margin-inline:auto}.mh-subscribe-checkout__recap{text-align:center;margin-bottom:clamp(1.35rem,2.5vw,2rem)}.mh-subscribe-checkout__recap-title{color:var(--brand);cursor:pointer;background:0 0;border:0;margin:0 0 .35rem;padding:0;font-family:inherit;font-size:clamp(1rem,.92rem + .35vw,1.125rem);font-weight:700;text-decoration:none;display:inline-block}.mh-subscribe-checkout__recap-title:hover{text-decoration:underline}.mh-subscribe-checkout__recap-price{margin:0;font-size:clamp(1.125rem,1rem + .5vw,1.375rem);font-weight:700;line-height:1.25}.mh-subscribe-checkout__recap-terms{color:var(--mh-ink-muted);margin:.25rem 0 0;font-size:clamp(.9375rem,.86rem + .22vw,1.0625rem)}.mh-subscribe-checkout__recap-terms--link{cursor:pointer;text-underline-offset:2px;background:0 0;border:0;padding:0;font-family:inherit;text-decoration:underline}.mh-subscribe-checkout__recap-terms--link:hover{color:var(--brand)}.mh-subscribe-checkout__quote-block{text-align:center;margin-bottom:1.25rem}.mh-subscribe-checkout__lead{margin:0 0 1rem;font-size:clamp(.9375rem,.86rem + .22vw,1.0625rem);line-height:1.45}.mh-subscribe-checkout__quote-hint{color:var(--mh-ink-muted);margin:.85rem 0 0;font-size:clamp(.875rem,.8rem + .2vw,.9375rem)}.mh-subscribe-checkout__title{text-align:center;margin:0 0 1.25rem;font-size:clamp(1.25rem,1.05rem + .65vw,1.55rem);font-weight:700;line-height:1.25}.mh-subscribe-checkout__title-accent{color:var(--brand)}.mh-subscribe-checkout__form{flex-direction:column;gap:.85rem;display:flex}.mh-subscribe-checkout__field{display:block}.mh-subscribe-checkout__input{border:1px solid color-mix(in srgb, var(--foreground) 18%, transparent);border-radius:var(--mh-radius-sm);width:100%;min-height:3.15rem;color:var(--foreground);background:var(--background);padding:.65rem 1rem;font-family:inherit;font-size:1rem}.mh-subscribe-checkout__input::placeholder{color:var(--mh-ink-muted)}.mh-subscribe-checkout__submit{border-radius:var(--mh-radius-sm);color:#fff;background:var(--brand);cursor:pointer;border:0;width:100%;min-height:3.15rem;font-family:inherit;font-size:1rem;font-weight:700;transition:opacity .14s}.mh-subscribe-checkout__submit:hover{opacity:.92}.mh-subscribe-checkout__submit--quote{justify-content:center;align-items:center;width:100%;text-decoration:none;display:inline-flex}.mh-subscribe-checkout__submit:disabled{opacity:.65;cursor:wait}.mh-subscribe-checkout__divider{color:var(--mh-ink-muted);align-items:center;gap:.75rem;margin:1.35rem 0 1rem;font-size:.875rem;display:flex}.mh-subscribe-checkout__divider:before,.mh-subscribe-checkout__divider:after{content:"";background:color-mix(in srgb, var(--foreground) 12%, transparent);flex:1;height:1px}.mh-subscribe-checkout__social{justify-content:center;gap:clamp(1rem,4vw,1.75rem);display:flex}.mh-subscribe-checkout__social-btn{cursor:pointer;background:0 0;border:0;flex-direction:column;align-items:center;gap:.35rem;padding:0;font-family:inherit;display:flex}.mh-subscribe-checkout__social-icon{border:1px solid color-mix(in srgb, var(--foreground) 12%, transparent);background:var(--background);border-radius:999px;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;display:flex}.mh-subscribe-checkout__social-label{color:var(--mh-ink-muted);font-size:.75rem;font-weight:600}.mh-subscribe-checkout__back{color:var(--brand);cursor:pointer;background:0 0;border:0;margin:0 0 .75rem;padding:0;font-family:inherit;font-size:.875rem;font-weight:600;display:block}.mh-subscribe-checkout__email-readonly{text-align:center;margin:0 0 1rem;font-size:.9375rem;font-weight:600}.mh-subscribe-checkout__links{text-align:center;margin:1rem 0 0;font-size:.875rem}.mh-subscribe-checkout__links a{color:var(--brand);font-weight:600}.mh-subscribe-checkout__notice{text-align:center;border-radius:var(--mh-radius-sm);background:color-mix(in srgb, var(--brand) 8%, var(--background));margin:1rem 0 0;padding:.75rem 1rem;font-size:.9375rem;line-height:1.45}.mh-subscribe-checkout__notice--error{background:color-mix(in srgb, var(--brand) 12%, var(--background));color:var(--brand)}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
