:root{--primary: #ffc917;--secondary: #575757;--info: #b1d8fc;--warning: #ff7a59;--light: #f7f7f9;--dark: #1b1b1b;--white: #ffffff;--gray-100: #f7f7f9;--gray-500: #aaaaaa;--gray-700: #575757;--gray-900: #222222;--black: #000000;--beige: #e5e0dd;--purple: #946aff;--blue: #b1d8fc;--orange: #ff7a59;--body-bg: #1b1b1b;--body-color: #ffffff;--link-color: #ffc917;--link-hover-color: #ffffff;--headings-color: #ffffff;--border-radius-sm: .25rem;--border-radius: .5rem;--border-radius-lg: 1rem;--border-color: rgba(255, 255, 255, .15)}:root,[data-theme-status=light]{color-scheme:light;--surface: #ffffff;--surface-muted: #f7f7f9;--on-surface: #1b1b1b;--on-surface-muted: #575757;--surface-border: rgba(27, 27, 27, .12)}[data-theme-status=dark]{color-scheme:dark;--surface: #1b1b1b;--surface-muted: #222222;--on-surface: #ffffff;--on-surface-muted: #f7f7f9;--surface-border: rgba(255, 255, 255, .15)}@keyframes text-shimmer{0%{background-position:200% 0}}.footer-osmo__wrap{position:relative;width:100%;min-height:100vh;background-color:#1b1b1b;color:#fff;overflow:hidden}.footer-osmo{position:relative;z-index:2;width:100%;min-height:100vh;display:flex;flex-direction:column;justify-content:space-between;padding:4rem 2rem 2rem;gap:3rem}@media (max-width: 575px){.footer-osmo{padding:2.5rem 1.25rem 1.25rem;gap:2rem}}.footer-osmo__dark{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background-color:#0006;pointer-events:none}.footer-osmo__inner{display:grid;grid-template-columns:1fr 2fr 1fr;gap:4rem;width:100%;max-width:var(--content-max-width, 1440px);margin-inline:auto}@media (max-width: 991px){.footer-osmo__inner{grid-template-columns:1fr 1fr;gap:2.5rem}}@media (max-width: 575px){.footer-osmo__inner{grid-template-columns:1fr;gap:2rem}}.footer-osmo__brand{display:flex;flex-direction:column;gap:1.5rem}.footer-osmo__logo{display:block;width:clamp(120px,14vw,220px);height:auto}.footer-osmo__tagline{font-size:.95rem;line-height:1.5;opacity:.8}.footer-osmo__tagline p{margin:0 0 .5rem}.footer-osmo__columns{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:2rem}.footer-osmo__heading{font-size:.875rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;margin:0 0 1rem;opacity:.7}.footer-osmo__links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.6rem}.footer-osmo__link{color:inherit;font-size:1rem;line-height:1.4;text-decoration:none}.footer-osmo__socials{display:flex;flex-direction:column;gap:.6rem;list-style:none;margin:0;padding:0;justify-content:flex-start}@media (max-width: 575px){.footer-osmo__socials{flex-direction:row;flex-wrap:wrap;gap:1.5rem}}.footer-osmo__social{color:inherit;font-size:1rem;text-decoration:none}.footer-osmo__bottom{position:relative;z-index:2;width:100%;max-width:var(--content-max-width, 1440px);margin-inline:auto;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.15)}.footer-osmo__copyright{margin:0;font-size:.85rem;opacity:.7}[data-underline-link]{text-decoration:none;position:relative}[data-underline-link]:before{content:"";position:absolute;bottom:-.0625em;left:0;width:100%;height:.1em;background-color:currentColor;transition:transform .735s cubic-bezier(.625,.05,0,1);transform-origin:right;transform:scaleX(0) rotate(.001deg)}@media (hover: hover) and (pointer: fine){[data-underline-link]:hover:before{transform-origin:left;transform:scaleX(1) rotate(.001deg)}}
