.mt-email-hero{position:relative;width:100%;overflow:hidden;box-sizing:border-box}.mt-email-hero:not(.mt-email-hero--has-bg){padding-top:var(--mt-email-hero-pt, 60px);padding-bottom:var(--mt-email-hero-pb, 60px);padding-left:var(--mt-email-hero-px, 24px);padding-right:var(--mt-email-hero-px, 24px)}.mt-email-hero--has-bg{display:grid}.mt-email-hero--has-bg .mt-email-hero__bg,.mt-email-hero--has-bg .mt-email-hero__overlay,.mt-email-hero--has-bg .mt-email-hero__inner{grid-column:1;grid-row:1}.mt-email-hero--has-bg .mt-email-hero__inner{z-index:2;align-self:center;justify-self:stretch;display:flex;padding-top:var(--mt-email-hero-pt, 60px);padding-bottom:var(--mt-email-hero-pb, 60px);padding-left:var(--mt-email-hero-px, 24px);padding-right:var(--mt-email-hero-px, 24px);box-sizing:border-box}.mt-email-hero--has-bg .mt-email-hero__overlay{align-self:stretch;justify-self:stretch}.mt-email-hero__bg{position:relative;z-index:0;line-height:0;min-width:0}.mt-email-hero__bg picture,.mt-email-hero__bg img{width:100%;height:auto;display:block;vertical-align:top}.mt-email-hero__overlay{z-index:1;background:var(--mt-email-hero-overlay, rgba(0, 0, 0, 0));pointer-events:none}.mt-email-hero:not(.mt-email-hero--has-bg) .mt-email-hero__overlay{display:none}.mt-email-hero__inner{position:relative;z-index:2;width:100%;max-width:var(--mt-email-hero-maxw, 1440px);margin:0 auto;display:flex}.mt-email-hero:not(.mt-email-hero--has-bg) .mt-email-hero__inner{align-items:center}.mt-email-hero--align-left .mt-email-hero__inner{justify-content:flex-start}.mt-email-hero--align-center .mt-email-hero__inner{justify-content:center}.mt-email-hero--align-right .mt-email-hero__inner{justify-content:flex-end}.mt-email-hero__panel{width:100%;max-width:var(--mt-email-hero-panel-maxw, 560px)}.mt-email-hero--align-left .mt-email-hero__panel{text-align:left}.mt-email-hero--align-center .mt-email-hero__panel{text-align:center}.mt-email-hero--align-right .mt-email-hero__panel{text-align:right}.mt-email-hero__subtitle{margin:0 0 12px;font-family:Sora;font-size:13px;font-weight:700;line-height:18px;letter-spacing:normal;text-transform:uppercase;color:var(--mt-email-hero-subtitle-color, #b85b30)}.mt-email-hero__title{margin:0 0 16px;font-family:Sora;font-size:36px;font-weight:400;line-height:52px;letter-spacing:normal;color:var(--mt-email-hero-title-color, #1a1a1a)}.mt-email-hero__desc{margin:0 0 28px;font-family:Sora;font-size:16px;font-weight:400;line-height:22px;color:var(--mt-email-hero-desc-color, #4a4a4a)}.mt-email-hero__desc p{margin:0}.mt-email-hero__form-wrap{margin-bottom:36px}.mt-email-hero__form{display:flex;flex-direction:column;align-items:stretch;gap:0;max-width:100%}.mt-email-hero__form-row{display:flex;flex-direction:row;align-items:stretch;max-width:100%}.mt-email-hero--align-center .mt-email-hero__form-row{margin-left:auto;margin-right:auto}.mt-email-hero--align-right .mt-email-hero__form-row{margin-left:auto}.mt-email-hero__field{flex:1 1 auto;min-width:0}.mt-email-hero__input{width:100%;height:48px;padding:0 16px;border:1px solid var(--mt-email-hero-input-border, #d4d0cb);border-right:none;border-radius:var(--mt-email-hero-radius, 6px) 0 0 var(--mt-email-hero-radius, 6px);background:#fff;font-family:Sora,sans-serif;font-size:15px;line-height:1.4;color:#1a1a1a;box-sizing:border-box;outline:none}.mt-email-hero__input::placeholder{color:#9a9a9a}.mt-email-hero__input:focus{border-color:var(--mt-email-hero-btn-bg, #b85b30)}.mt-email-hero__btn{flex:0 0 auto;height:48px;padding:0 28px;border:none;border-radius:0 var(--mt-email-hero-radius, 6px) var(--mt-email-hero-radius, 6px) 0;background:var(--mt-email-hero-btn-bg, #b85b30);color:var(--mt-email-hero-btn-text, #fff);font-family:Sora,sans-serif;font-size:15px;font-weight:700;line-height:1;cursor:pointer;white-space:nowrap;transition:opacity .2s ease}.mt-email-hero__btn:hover{opacity:.9}.mt-email-hero__btn:disabled{opacity:.7;cursor:default}.mt-email-hero__msg{margin-top:10px;font-size:13px;line-height:1.4}.mt-email-hero__msg--error{color:#c0392b}.mt-email-hero__msg--success{color:#b85b30}.mt-email-hero__features{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:28px}.mt-email-hero--align-center .mt-email-hero__features{max-width:640px;margin-left:auto;margin-right:auto}.mt-email-hero--align-right .mt-email-hero__features{margin-left:auto}.mt-email-hero__feature{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.mt-email-hero--align-center .mt-email-hero__feature{align-items:center}.mt-email-hero--align-right .mt-email-hero__feature{align-items:flex-end}.mt-email-hero__feature-icon{width:56px;height:56px;border-radius:50%;background:var(--mt-email-hero-icon-bg, #f3efe8);display:flex;align-items:center;justify-content:center;flex-shrink:0}.mt-email-hero__feature-icon img{width:28px;height:28px;object-fit:contain;display:block}.mt-email-hero__feature-text{font-family:Sora;font-size:14px;line-height:18px;letter-spacing:normal;color:var(--mt-email-hero-feature-color, #1a1a1a)}.mt-email-hero__feature-text p{margin:0 0 4px}.mt-email-hero__feature-text p:last-child{margin-bottom:0}.mt-email-hero__feature-text strong,.mt-email-hero__feature-text b{font-weight:700;font-size:15px;color:var(--mt-email-hero-title-color, #1a1a1a)}.mt-email-hero__privacy{display:flex;align-items:center;gap:8px;font-family:Sora;font-size:12px;line-height:18px;letter-spacing:normal;color:var(--mt-email-hero-privacy-color, #8a8a8a)}.mt-email-hero--align-center .mt-email-hero__privacy{justify-content:center}.mt-email-hero--align-right .mt-email-hero__privacy{justify-content:flex-end}.mt-email-hero__privacy-icon{flex-shrink:0;width:14px;height:14px;display:flex;align-items:center;justify-content:center}.mt-email-hero__privacy-icon img{width:14px;height:14px;object-fit:contain;display:block;opacity:.7}.mt-email-hero__privacy-text p{margin:0}@media screen and (max-width:749px){.mt-email-hero:not(.mt-email-hero--has-bg){padding-top:var(--mt-email-hero-pt-m, 40px);padding-bottom:var(--mt-email-hero-pb-m, 40px);padding-left:var(--mt-email-hero-px-m, 18px);padding-right:var(--mt-email-hero-px-m, 18px)}.mt-email-hero--has-bg .mt-email-hero__inner{padding-top:var(--mt-email-hero-pt-m, 40px);padding-bottom:var(--mt-email-hero-pb-m, 40px);padding-left:var(--mt-email-hero-px-m, 18px);padding-right:var(--mt-email-hero-px-m, 18px)}.mt-email-hero--align-left .mt-email-hero__inner,.mt-email-hero--align-center .mt-email-hero__inner,.mt-email-hero--align-right .mt-email-hero__inner{justify-content:flex-start}.mt-email-hero--align-center .mt-email-hero__panel,.mt-email-hero--align-right .mt-email-hero__panel{text-align:left}.mt-email-hero__title{font-size:32px}.mt-email-hero__form-row{flex-direction:column;gap:10px}.mt-email-hero--align-center .mt-email-hero__form-row,.mt-email-hero--align-right .mt-email-hero__form-row{margin-left:0;margin-right:0}.mt-email-hero__input{border-right:1px solid var(--mt-email-hero-input-border, #d4d0cb);border-radius:var(--mt-email-hero-radius, 6px)}.mt-email-hero__btn{width:100%;border-radius:var(--mt-email-hero-radius, 6px)}.mt-email-hero__features{grid-template-columns:1fr;gap:24px}.mt-email-hero--align-center .mt-email-hero__feature,.mt-email-hero--align-right .mt-email-hero__feature{align-items:flex-start}.mt-email-hero--align-center .mt-email-hero__privacy,.mt-email-hero--align-right .mt-email-hero__privacy{justify-content:flex-start}}
/*# sourceMappingURL=/cdn/shop/t/175/assets/mt-email-signup-hero.css.map */
