:root{--mwb-green: #1B4332;--mwb-gold: #C9A84C;--mwb-gold-text: #9A7F2E;--mwb-text-muted: #767676;--mwb-sand: #F5F4F1;--mwb-ink: #333;--mwb-ink-soft: #555;--mwb-dark: #111;--mwb-glass-bg: rgba(255,255,255,.85);--mwb-glass-border: 1px solid rgba(0,0,0,.06);--mwb-glass-blur: blur(12px);--mwb-card-border: 1px solid rgba(0,0,0,.06);--mwb-border-interactive: rgba(27,67,50,.18);--mwb-radius-sm: 6px;--mwb-radius: 12px;--mwb-radius-lg: 16px;--mwb-radius-block: 20px;--mwb-radius-pill: 100px;--mwb-shadow-sm: 0 2px 10px rgba(0,0,0,.04);--mwb-shadow: 0 4px 24px rgba(0,0,0,.08);--mwb-shadow-lg: 0 8px 40px rgba(27,67,50,.1);--mwb-w-text: 1080px;--mwb-w-wide: 1160px;--mwb-band-y: 80px;--mwb-band-x: 24px}@media(max-width:768px){:root{--mwb-band-y: 60px;--mwb-band-x: 20px}}@media(max-width:400px){:root{--mwb-band-y: 48px;--mwb-band-x: 16px}}.mwb-card{background:var(--mwb-glass-bg);backdrop-filter:var(--mwb-glass-blur);-webkit-backdrop-filter:var(--mwb-glass-blur);border:var(--mwb-glass-border);border-radius:var(--mwb-radius);box-shadow:var(--mwb-shadow)}.mwb-btn-primary{background:var(--mwb-green);color:#fff;border-radius:var(--mwb-radius);padding:14px 28px;border:none;font-weight:500;cursor:pointer;transition:background .2s,transform .15s;text-decoration:none;display:inline-block}.mwb-btn-primary:hover{background:#142e24}.mwb-btn-primary:active{transform:scale(.97)}.mwb-btn-primary:focus-visible{outline:2px solid var(--mwb-green);outline-offset:3px}.mwb-btn-outline{background:transparent;color:var(--mwb-gold);border:2px solid var(--mwb-gold);border-radius:var(--mwb-radius);padding:12px 28px;font-weight:500;cursor:pointer;transition:background .2s,color .2s,transform .15s;text-decoration:none;display:inline-block}.mwb-btn-outline:hover{background:var(--mwb-gold);color:#fff}.mwb-btn-outline:active{transform:scale(.97)}.mwb-btn-outline:focus-visible{outline:2px solid var(--mwb-gold);outline-offset:3px}input[type=text]:focus,input[type=email]:focus,input[type=tel]:focus,input[type=number]:focus,input[type=search]:focus,textarea:focus,select:focus,.field__input:focus{border-color:var(--mwb-green, #1B4332)!important;box-shadow:0 0 0 3px #1b433214!important;outline:none}.skip-to-content-link:focus{clip:auto!important;clip-path:none!important;width:auto!important;height:auto!important;padding:12px 24px!important;position:fixed!important;top:12px!important;left:12px!important;z-index:10000!important;background:var(--mwb-green, #1B4332)!important;color:#fff!important;border-radius:var(--mwb-radius, 12px)!important;font-size:14px!important;font-weight:600!important;text-decoration:none!important;box-shadow:0 4px 16px #0003!important}.mwb-reveal{opacity:0;transform:translateY(32px);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1);will-change:opacity,transform}.mwb-reveal--left{transform:translate(-32px)}.mwb-reveal--right{transform:translate(32px)}.mwb-reveal.is-visible{opacity:1;transform:translate(0)}.mwb-reveal--d1{transition-delay:.1s}.mwb-reveal--d2{transition-delay:.2s}.mwb-reveal--d3{transition-delay:.3s}.mwb-reveal--d4{transition-delay:.4s}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.mwb-sh{margin:0 0 var(--mwb-sh-gap, 48px)}.mwb-sh--center{text-align:center}.mwb-sh--left{text-align:left}.mwb-sh__eyebrow{font-size:12px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--mwb-gold);margin:0 0 12px}.mwb-sh__eyebrow--rule{display:inline-flex;align-items:center;gap:12px;color:var(--mwb-gold-text);margin-bottom:14px}.mwb-sh__eyebrow--rule:before{content:"";display:block;width:24px;height:1px;background:var(--mwb-gold);flex-shrink:0}.mwb-sh__title{font-size:clamp(22px,3vw,32px);font-weight:700;color:var(--mwb-green);letter-spacing:-.02em;line-height:1.2;margin:0;text-wrap:balance}.mwb-sh__title em{font-style:normal;color:var(--mwb-gold)}.mwb-sh__sub{font-size:15px;line-height:1.65;color:var(--mwb-ink-soft);margin:14px auto 0;max-width:62ch}.mwb-sh--left .mwb-sh__sub{margin-left:0}@media(max-width:768px){.mwb-sh{margin-bottom:calc(var(--mwb-sh-gap, 48px) * .7)}.mwb-sh__sub{font-size:14px}}.mwb-ctab{background:var(--mwb-green);border-radius:var(--mwb-radius-block);padding:48px 56px;display:flex;align-items:center;justify-content:space-between;gap:32px;flex-wrap:wrap}.mwb-ctab__title{color:#fff;font-size:clamp(20px,2.4vw,26px);font-weight:700;letter-spacing:-.02em;line-height:1.25;margin:0;text-wrap:balance}.mwb-ctab__sub{color:#ffffffd1;font-size:14.5px;line-height:1.6;margin:10px 0 0;max-width:52ch}.mwb-ctab__actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.mwb-ctab__btn{display:inline-flex;align-items:center;gap:8px;min-height:52px;padding:0 26px;border-radius:var(--mwb-radius);font-size:15px;font-weight:700;text-decoration:none;white-space:nowrap;transition:background .2s,color .2s,border-color .2s,transform .15s}.mwb-ctab__btn--solid{background:#fff;color:var(--mwb-green)}.mwb-ctab__btn--solid:hover{background:var(--mwb-gold);color:#fff}.mwb-ctab__btn--ghost{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.35)}.mwb-ctab__btn--ghost:hover{border-color:#fff;background:#ffffff14}.mwb-ctab__btn--whatsapp{background:#25d366;color:#fff}.mwb-ctab__btn--whatsapp:hover{background:#1eb959}.mwb-ctab__btn:active{transform:scale(.98)}.mwb-ctab__btn:focus-visible{outline:2px solid #fff;outline-offset:3px}@media(max-width:900px){.mwb-ctab{padding:32px 28px;flex-direction:column;align-items:flex-start}.mwb-ctab__actions{width:100%}.mwb-ctab__btn{flex:1 1 auto;justify-content:center}}@media(max-width:400px){.mwb-ctab{padding:26px 20px}.mwb-ctab__btn{flex:1 1 100%}}.mwb-hb{position:relative;display:flex;align-items:flex-end;overflow:hidden;background:#0e1f18}.mwb-hb__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center 30%;display:block}.mwb-hb__overlay{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.mwb-hb__content{position:relative;z-index:1;width:100%;margin:0 auto}.mwb-hb--a{min-height:clamp(380px,52vw,580px);background:var(--mwb-dark)}.mwb-hb--a .mwb-hb__overlay{background:linear-gradient(to bottom,#0000004d,#0009 55%,#000000d1)}.mwb-hb--a .mwb-hb__content{max-width:var(--mwb-w-text);padding:0 24px 52px;text-align:center}.mwb-hb--b{min-height:580px}.mwb-hb--b .mwb-hb__overlay{background:linear-gradient(to right,rgba(14,31,24,.85) 0%,rgba(14,31,24,.4) 65%,transparent 100%),linear-gradient(to top,rgba(14,31,24,.65) 0%,transparent 55%)}.mwb-hb--b .mwb-hb__content{max-width:1400px;padding:80px 56px}.mwb-hb--c{min-height:340px}.mwb-hb--c .mwb-hb__overlay{background:linear-gradient(to right,#0e1f18e0,#0e1f1885 62%,#0e1f1840),linear-gradient(to top,rgba(14,31,24,.6) 0%,transparent 60%)}.mwb-hb--c .mwb-hb__content{max-width:var(--mwb-w-wide);padding:52px 24px 48px}.mwb-hb--flat{background:var(--mwb-green);min-height:0}.mwb-hb--flat .mwb-hb__content{padding-top:56px;padding-bottom:52px}.mwb-hb__eyebrow{display:inline-flex;align-items:center;gap:12px;font-size:12px;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--mwb-gold);margin:0 0 18px}.mwb-hb--b .mwb-hb__eyebrow:before,.mwb-hb--c .mwb-hb__eyebrow:before{content:"";display:block;width:28px;height:1px;background:var(--mwb-gold);flex-shrink:0}.mwb-hb__title{color:#fff;font-size:clamp(26px,4.5vw,50px);font-weight:700;line-height:1.12;letter-spacing:-.025em;margin:0 0 16px;text-wrap:balance}.mwb-hb--c .mwb-hb__title{font-size:clamp(24px,3.4vw,38px);margin-bottom:12px}.mwb-hb__title em{font-style:normal;color:var(--mwb-gold)}.mwb-hb__sub{color:#ffffffeb;font-size:clamp(13px,1.6vw,16px);line-height:1.6;margin:0 0 26px;max-width:56ch}.mwb-hb--a .mwb-hb__sub{margin-left:auto;margin-right:auto}.mwb-hb__actions{display:flex;flex-wrap:wrap;gap:12px}.mwb-hb--a .mwb-hb__actions{justify-content:center}.mwb-hb__btn{display:inline-flex;align-items:center;gap:8px;min-height:48px;padding:0 24px;border-radius:var(--mwb-radius);font-size:14.5px;font-weight:700;text-decoration:none;white-space:nowrap;transition:background .2s,color .2s,border-color .2s,transform .15s}.mwb-hb__btn--primary{background:var(--mwb-gold);color:var(--mwb-green)}.mwb-hb__btn--primary:hover{background:#d8bb63}.mwb-hb__btn--ghost{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.45)}.mwb-hb__btn--ghost:hover{border-color:#fff;background:#ffffff1a}.mwb-hb__btn:active{transform:scale(.98)}.mwb-hb__btn:focus-visible{outline:2px solid #fff;outline-offset:3px}@media(max-width:768px){.mwb-hb--b{min-height:480px}.mwb-hb--b .mwb-hb__content{padding:48px 24px 40px}.mwb-hb--c{min-height:280px}.mwb-hb--c .mwb-hb__content{padding:40px 20px 36px}.mwb-hb--a .mwb-hb__overlay{background:linear-gradient(to bottom,#0000007a,#000000b3 55%,#000000e6)}.mwb-hb--b .mwb-hb__overlay,.mwb-hb--c .mwb-hb__overlay{background:linear-gradient(to top,#0e1f18e0,#0e1f189e 60%,#0e1f1873)}}@media(max-width:480px){.mwb-hb__actions{flex-direction:column;align-items:stretch}.mwb-hb__btn{justify-content:center}}@media(max-width:400px){.mwb-hb--b{min-height:420px}.mwb-hb--c{min-height:250px}.mwb-hb--c .mwb-hb__content{padding:32px 16px 30px}}
/*# sourceMappingURL=/cdn/shop/t/200/assets/mwb-design-system.css.map */
