.stm-footer,.stm-footer *{box-sizing:border-box}.stm-footer{position:relative;width:100%;margin:0;background:var(--stm-footer-bg,var(--stm-color-canvas));box-shadow:none;color:var(--stm-footer-ink,var(--stm-color-ink));font-size:var(--stm-font-size-body);line-height:var(--stm-line-body);
}.stm-footer--raised-edge{background:var(--stm-footer-shell-edge-background,var(--stm-footer-bg,var(--stm-color-canvas)));box-shadow:none;
}.stm-footer--raised-edge::before{position:absolute;z-index:2;top:0;right:0;left:0;height:2px;background:linear-gradient(180deg,var(--stm-footer-shell-edge-top,var(--stm-footer-border)) 0 1px,var(--stm-footer-shell-edge-inner,var(--stm-color-surface)) 1px 2px);pointer-events:none;content:"";
}.stm-footer__inner{width:min(100%,var(--stm-container));margin-inline:auto;padding-inline:var(--stm-content-gutter);
}.stm-footer__grid{display:grid;grid-template-columns:minmax(260px,340px) minmax(0,1fr);align-items:start;gap:var(--stm-footer-grid-gap,56px);padding-block-start:var(--stm-footer-padding-y,28px);padding-block-end:var(--stm-footer-social-to-bottom-gap,12px);
}.stm-footer__left,.stm-footer__right,.stm-footer__cols,.stm-footer__col{min-width:0}.stm-footer__brandrow{display:grid;gap:14px}.stm-footer__brand{display:inline-flex;align-items:center;justify-self:start;gap:10px;max-width:100%;color:var(--stm-footer-ink);text-decoration:none;transition:color var(--stm-transition-fast);
}.stm-footer__brand:visited,.stm-footer__brand:hover,.stm-footer__brand:focus,.stm-footer__brand:active{color:var(--stm-footer-ink)}.stm-footer__brand:focus-visible{outline:2px solid var(--stm-focus-ring-color);outline-offset:4px;border-radius:var(--stm-radius-sm,6px)}.stm-footer__brand-icon{display:grid;flex:0 0 auto;width:48px;height:48px;place-items:center;overflow:hidden}.stm-footer__brand-icon .stm-header-brand__image{display:block;width:100%;height:100%;object-fit:contain}.stm-footer__brand-icon .stm-header-brand__fallback{display:grid;width:100%;height:100%;place-items:center;border-radius:50%;background:var(--stm-color-primary);color:var(--stm-color-on-primary);font-weight:var(--stm-weight-bold)}.stm-footer__brand-wordmark{position:relative;display:inline-flex;align-items:flex-end;min-width:0;padding-top:8px;color:inherit;line-height:1;white-space:nowrap}.stm-footer__brand-primary{display:block;max-width:100%;overflow:hidden;color:inherit;font-size:22px;font-weight:var(--stm-weight-bold);line-height:1.05;letter-spacing:var(--stm-letter-tight);text-overflow:ellipsis;white-space:nowrap}.stm-footer__brand-suffix{position:absolute;top:0;right:0;margin:0;color:inherit;font-size:8px;font-weight:var(--stm-weight-bold);line-height:1;letter-spacing:var(--stm-header-brand-suffix-tracking,.06em);text-transform:uppercase;white-space:nowrap}.stm-footer__help--inline{display:flex;align-items:center;gap:10px;margin:0;
}.stm-footer__help-icon img{display:block;width:42px;height:42px;object-fit:contain}.stm-footer__help-text{display:grid;gap:1px}.stm-footer__help-label,.stm-footer__help-phone,.stm-footer__contact-title{color:var(--stm-footer-ink);font-weight:var(--stm-weight-bold)}.stm-footer__help-label{font-size:13px}.stm-footer__help-phone{font-size:14px}.stm-footer__contact{display:grid;gap:4px;margin-top:16px}.stm-footer__contact-title{margin-bottom:2px;font-size:14px}.stm-footer__contact-line{color:var(--stm-footer-muted,#374151);font-size:var(--stm-footer-contact-text-size,14px);line-height:1.45}.stm-footer-social__list{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin:16px 0 0;padding:0;list-style:none;
}.stm-footer-social__item{display:flex;margin:0;list-style:none}.stm-footer-social__link{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border:1px solid var(--stm-footer-border,var(--stm-color-border));border-radius:8px;background:var(--stm-color-surface);color:var(--stm-footer-ink);text-decoration:none;box-shadow:none;transition:border-color var(--stm-transition-fast),color var(--stm-transition-fast),background-color var(--stm-transition-fast),transform var(--stm-transition-fast);
}.stm-footer-social__link:hover{border-color:var(--stm-color-primary);background:var(--stm-color-surface);color:var(--stm-color-primary)}.stm-footer-social__link:focus-visible{outline:2px solid var(--stm-focus-ring-color);outline-offset:3px}.stm-footer--raised-edge .stm-footer-social__link{border-top-color:var(--stm-footer-social-edge-top,var(--stm-color-surface));border-bottom-color:var(--stm-footer-social-edge-bottom,var(--stm-footer-border));background:var(--stm-footer-social-edge-background,var(--stm-color-surface));box-shadow:none;
}.stm-footer--raised-edge .stm-footer-social__link:hover{border-top-color:var(--stm-footer-social-edge-hover-top,var(--stm-color-surface));border-bottom-color:var(--stm-footer-social-edge-hover-bottom,var(--stm-color-primary));background:var(--stm-footer-social-edge-hover-background,var(--stm-color-surface));box-shadow:none;transform:translateY(-1px);
}.stm-footer--raised-edge .stm-footer-social__link:focus-visible{box-shadow:none}.stm-footer-social__icon{display:block;width:18px;height:18px;background:currentColor;-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;-webkit-mask-size:contain;mask-position:center;mask-repeat:no-repeat;mask-size:contain}.stm-footer-social__icon--facebook{-webkit-mask-image:url("../icons/footer-facebook.svg");mask-image:url("../icons/footer-facebook.svg")}.stm-footer-social__icon--youtube{-webkit-mask-image:url("../icons/footer-youtube.svg");mask-image:url("../icons/footer-youtube.svg")}.stm-footer-social__icon--whatsapp{-webkit-mask-image:url("../icons/footer-whatsapp.svg");mask-image:url("../icons/footer-whatsapp.svg")}.stm-footer-social__icon--x{-webkit-mask-image:url("../icons/footer-x.svg");mask-image:url("../icons/footer-x.svg")}.stm-footer-social__icon--instagram{-webkit-mask-image:url("../icons/footer-instagram.svg");mask-image:url("../icons/footer-instagram.svg")}.stm-footer__cols{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--stm-footer-column-gap,46px);
}.stm-footer__acc-btn{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:auto;margin:0 0 14px;padding:0;border:0;border-radius:0;background:transparent;color:var(--stm-footer-ink);text-align:left;cursor:default;
}.stm-footer__acc-title{font-size:16px;font-weight:var(--stm-weight-medium);line-height:1.25;text-transform:uppercase;letter-spacing:0;
}.stm-footer__acc-icon{display:none}.stm-footer__acc-panel{display:block}.stm-footer__menu{display:grid;gap:var(--stm-footer-menu-gap,8px);margin:0;padding:0;list-style:none}.stm-footer__menu li{display:flex;align-items:flex-start;margin:0;list-style:none}.stm-footer__menu a{display:inline-flex;width:fit-content;max-width:100%;padding-block:var(--stm-footer-menu-item-padding-y,2px);padding-inline:var(--stm-footer-menu-item-padding-x,0px);color:var(--stm-footer-muted,#374151);font-size:var(--stm-footer-menu-text-size,14px);line-height:1.35;text-decoration:none;text-transform:uppercase;transition:color var(--stm-transition-fast);
}.stm-footer__menu a:hover{color:var(--stm-footer-ink);text-decoration:underline;text-underline-offset:3px}.stm-footer__menu a:focus-visible{outline:2px solid var(--stm-focus-ring-color);outline-offset:3px;border-radius:var(--stm-radius-xs,4px);color:var(--stm-footer-ink);text-decoration:underline;text-underline-offset:3px}.stm-footer__bottom{position:relative;border-top:1px solid color-mix(in srgb,var(--stm-footer-border,var(--stm-color-border)) 78%,var(--stm-color-surface));background:var(--stm-footer-bottom-bg,color-mix(in srgb,var(--stm-footer-bg) 88%,var(--stm-color-surface)));box-shadow:none;padding:16px 70px;color:var(--stm-footer-ink);text-align:center;font-size:12px;font-weight:var(--stm-weight-semibold);
}.stm-footer--raised-edge .stm-footer__bottom{border-top-color:var(--stm-footer-bottom-edge-line,var(--stm-footer-border));background:var(--stm-footer-bottom-edge-background,var(--stm-footer-bottom-bg));box-shadow:none}.stm-back-to-top{position:fixed;z-index:var(--stm-z-floating,900);right:var(--stm-footer-top-offset,24px);bottom:var(--stm-footer-top-offset,24px);display:inline-flex;align-items:center;justify-content:center;width:var(--stm-footer-top-size,48px);height:var(--stm-footer-top-size,48px);padding:0;border:0;border-radius:50%;background:var(--stm-footer-top-bg,var(--stm-color-primary));color:var(--stm-footer-top-ink,var(--stm-color-on-primary));opacity:0;visibility:hidden;transform:translateY(10px);cursor:pointer;transition:opacity var(--stm-transition-fast),visibility var(--stm-transition-fast),transform var(--stm-transition-fast),background-color var(--stm-transition-fast);
}.stm-back-to-top[hidden]{display:none}.stm-back-to-top.is-visible{opacity:1;visibility:visible;transform:translateY(0)}.stm-back-to-top:hover{background:var(--stm-color-primary-deep)}.stm-back-to-top:focus-visible{outline:2px solid var(--stm-focus-ring-color);outline-offset:3px}.stm-back-to-top svg{display:block;width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}html[data-stm-layout="tablet"] .stm-footer__inner,html[data-stm-layout="mobile"] .stm-footer__inner{padding-inline:var(--stm-content-gutter-mobile)}html[data-stm-layout="tablet"] .stm-footer__grid,html[data-stm-layout="mobile"] .stm-footer__grid{grid-template-columns:1fr;gap:18px;padding-block-start:18px;padding-block-end:var(--stm-footer-social-to-bottom-gap,12px);
}html[data-stm-layout="tablet"] .stm-footer__left,html[data-stm-layout="mobile"] .stm-footer__left{padding-inline:4px}html[data-stm-layout="tablet"] .stm-footer__brandrow,html[data-stm-layout="mobile"] .stm-footer__brandrow{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px}html[data-stm-layout="tablet"] .stm-footer__brand-icon,html[data-stm-layout="mobile"] .stm-footer__brand-icon{width:40px;height:40px}html[data-stm-layout="tablet"] .stm-footer__brand-primary,html[data-stm-layout="mobile"] .stm-footer__brand-primary{font-size:19px}html[data-stm-layout="tablet"] .stm-footer__brand-wordmark,html[data-stm-layout="mobile"] .stm-footer__brand-wordmark{padding-top:7px}html[data-stm-layout="tablet"] .stm-footer__brand-suffix,html[data-stm-layout="mobile"] .stm-footer__brand-suffix{top:0;right:0;font-size:7px}html[data-stm-layout="tablet"] .stm-footer__help--inline,html[data-stm-layout="mobile"] .stm-footer__help--inline{justify-self:end;gap:7px;max-width:180px}html[data-stm-layout="tablet"] .stm-footer__help-icon img,html[data-stm-layout="mobile"] .stm-footer__help-icon img{width:34px;height:34px}html[data-stm-layout="tablet"] .stm-footer__help-label,html[data-stm-layout="mobile"] .stm-footer__help-label{font-size:11px;line-height:1.15}html[data-stm-layout="tablet"] .stm-footer__help-phone,html[data-stm-layout="mobile"] .stm-footer__help-phone{font-size:12px;line-height:1.15}html[data-stm-layout="tablet"] .stm-footer__contact,html[data-stm-layout="mobile"] .stm-footer__contact{margin-top:12px}html[data-stm-layout="tablet"] .stm-footer-social__list,html[data-stm-layout="mobile"] .stm-footer-social__list{margin-top:12px}html[data-stm-layout="tablet"] .stm-footer__cols,html[data-stm-layout="mobile"] .stm-footer__cols{display:grid;grid-template-columns:1fr;gap:var(--stm-footer-compact-column-gap,4px)}html[data-stm-layout="tablet"] .stm-footer__col,html[data-stm-layout="mobile"] .stm-footer__col{display:flex;flex-direction:column;min-width:0;border:0;border-radius:7px;background:var(--stm-footer-accordion-bg,var(--stm-color-surface));overflow:visible;
}html[data-stm-layout="tablet"] .stm-footer__acc-btn,html[data-stm-layout="mobile"] .stm-footer__acc-btn{order:2;min-height:var(--stm-footer-compact-button-height,38px);margin:0;padding:var(--stm-footer-compact-button-padding-y,4px) var(--stm-footer-compact-button-padding-x,6px);border:1px solid var(--stm-footer-accordion-border,var(--stm-color-border));border-radius:7px;background:var(--stm-footer-accordion-bg,var(--stm-color-surface));color:var(--stm-footer-ink);cursor:pointer;
}html[data-stm-layout="tablet"] .stm-footer__acc-title,html[data-stm-layout="mobile"] .stm-footer__acc-title{font-size:10px;font-weight:var(--stm-weight-bold)}html[data-stm-layout="tablet"] .stm-footer__acc-btn:hover .stm-footer__acc-title,html[data-stm-layout="mobile"] .stm-footer__acc-btn:hover .stm-footer__acc-title{color:var(--stm-footer-ink);text-decoration:underline;text-underline-offset:3px}html[data-stm-layout="tablet"] .stm-footer__acc-icon,html[data-stm-layout="mobile"] .stm-footer__acc-icon{position:relative;display:block;flex:0 0 20px;width:20px;height:20px;border:1px solid var(--stm-footer-accordion-border,var(--stm-color-border));border-radius:50%;
}html[data-stm-layout="tablet"] .stm-footer__acc-icon::before,html[data-stm-layout="mobile"] .stm-footer__acc-icon::before{position:absolute;top:6px;left:6px;width:6px;height:6px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;content:"";transform:rotate(45deg);transition:transform var(--stm-transition-fast),top var(--stm-transition-fast);
}html[data-stm-layout="tablet"] .stm-footer__col[data-stm-open="1"] .stm-footer__acc-icon::before,html[data-stm-layout="mobile"] .stm-footer__col[data-stm-open="1"] .stm-footer__acc-icon::before{top:8px;transform:rotate(225deg)}html[data-stm-layout="tablet"] .stm-footer__acc-panel,html[data-stm-layout="mobile"] .stm-footer__acc-panel{order:1;display:none;margin:0 4px 3px;padding:var(--stm-footer-compact-panel-padding,6px);border:1px solid var(--stm-footer-accordion-border,var(--stm-color-border));border-bottom:0;border-radius:7px 7px 0 0;background:var(--stm-footer-accordion-bg,var(--stm-color-surface));
}html[data-stm-layout="tablet"] .stm-footer__col[data-stm-open="1"] .stm-footer__acc-panel,html[data-stm-layout="mobile"] .stm-footer__col[data-stm-open="1"] .stm-footer__acc-panel{display:block}html[data-stm-layout="tablet"] .stm-footer__col[data-stm-open="1"] .stm-footer__acc-btn,html[data-stm-layout="mobile"] .stm-footer__col[data-stm-open="1"] .stm-footer__acc-btn{border-radius:0 0 7px 7px}html[data-stm-layout="tablet"] .stm-footer__menu,html[data-stm-layout="mobile"] .stm-footer__menu{gap:var(--stm-footer-compact-menu-gap,3px)}html[data-stm-layout="tablet"] .stm-footer__menu a,html[data-stm-layout="mobile"] .stm-footer__menu a{padding-block:var(--stm-footer-compact-menu-item-padding-y,4px);padding-inline:var(--stm-footer-compact-menu-item-padding-x,0px);font-size:var(--stm-footer-compact-menu-text-size,13px)}html[data-stm-layout="tablet"] .stm-footer__bottom,html[data-stm-layout="mobile"] .stm-footer__bottom{padding:12px 54px 12px 10px;font-size:10px;text-align:center}html[data-stm-layout="tablet"] .stm-back-to-top,html[data-stm-layout="mobile"] .stm-back-to-top{right:10px;bottom:10px;width:42px;height:42px;
}@media (prefers-reduced-motion:reduce){.stm-back-to-top{transition:none}}
