@font-face{font-family:Tiempos Headline;src:url(/fonts/TiemposHeadline-300-Light.woff2) format("woff2");font-weight:300;font-style:normal;font-display:swap;unicode-range:U+0000-00FF,U+0100-024F,U+0152-0153,U+2000-206F,U+20AC,U+2122,U+2212,U+1E00-1EFF,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Tiempos Headline;src:url(/fonts/TiemposHeadline-400-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap;unicode-range:U+0000-00FF,U+0100-024F,U+0152-0153,U+2000-206F,U+20AC,U+2122,U+2212,U+1E00-1EFF,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Tiempos Headline;src:url(/fonts/TiemposHeadline-400-Regular-Italic.woff2) format("woff2");font-weight:400;font-style:italic;font-display:swap;unicode-range:U+0000-00FF,U+0100-024F,U+0152-0153,U+2000-206F,U+20AC,U+2122,U+2212,U+1E00-1EFF,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Tiempos Headline;src:url(/fonts/TiemposHeadline-500-Medium.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap;unicode-range:U+0000-00FF,U+0100-024F,U+0152-0153,U+2000-206F,U+20AC,U+2122,U+2212,U+1E00-1EFF,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Tiempos Headline;src:url(/fonts/TiemposHeadline-700-Bold-Italic.woff2) format("woff2");font-weight:700;font-style:italic;font-display:swap;unicode-range:U+0000-00FF,U+0100-024F,U+0152-0153,U+2000-206F,U+20AC,U+2122,U+2212,U+1E00-1EFF,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Suisse Intl;src:url(/fonts/SuisseIntl-Book-WebM.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Suisse Intl;src:url(/fonts/SuisseIntl-RegularItalic-WebM.woff2) format("woff2");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Suisse Intl;src:url(/fonts/SuisseIntl-Medium-WebM.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Suisse Intl;src:url(/fonts/SuisseIntl-SemiBold-WebM.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap}:root{--color-pomegranate: #821332;--color-olive: #62632e;--color-cream: #f4f1ea;--color-ink: #141414;--color-surface: #ede8dd;--color-text-secondary: #5f5953;--color-accent-hover: #9a183d;--color-olive-muted: #e4e3d2;--bg: var(--color-cream);--text: var(--color-ink);--accent: var(--color-pomegranate);--color-on-dark: var(--color-cream);--color-label: var(--color-olive);--color-divider: color-mix(in srgb, var(--color-ink) 12%, transparent);--font-headline: "Tiempos Headline", Georgia, "Times New Roman", serif;--font-body: "Suisse Intl", system-ui, -apple-system, sans-serif;--space-1: .25rem;--space-2: .5rem;--space-3: 1rem;--space-4: 1.5rem;--space-5: 2.5rem;--space-6: 4rem;--space-7: 6rem;--header-height: 4.3rem;--measure: 68ch;--content-width: 72rem;--radius: 10px;--ease-out: cubic-bezier(.22, 1, .36, 1);--ease-enter: cubic-bezier(.33, 0, .17, 1);--duration-fast: .15s;--duration-base: .28s;--duration-hero: 1.1s}*,*:before,*:after{box-sizing:border-box}[hidden]{display:none!important}html{-webkit-text-size-adjust:100%;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;scroll-padding-top:calc(var(--header-height) + var(--space-3));background:var(--color-ink)}body{margin:0;background:var(--color-ink);color:var(--text);font-family:var(--font-body);font-weight:400;font-size:1.0625rem;line-height:1.65}.site-shell{background:var(--bg);min-height:100dvh}h1,h2,h3,h4{font-family:var(--font-headline);font-weight:400;line-height:1.12;letter-spacing:-.01em;margin:0 0 var(--space-3)}h1{font-size:clamp(2.4rem,6vw,4rem);font-weight:400}h2{font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:500}h3{font-size:1.3rem;font-weight:500}p{margin:0 0 var(--space-3);max-width:var(--measure)}a{color:var(--accent);text-decoration:none;transition:color var(--duration-fast) ease}a:hover{color:var(--color-accent-hover)}:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:var(--radius)}img{display:block;max-width:100%;height:auto}.container{width:100%;max-width:var(--content-width);margin-inline:auto;padding-inline:var(--space-4)}.grid-cards{display:grid;grid-template-columns:1fr;gap:var(--space-5)}@media(min-width:640px){.grid-cards{grid-template-columns:repeat(2,1fr)}}@media(min-width:960px){.grid-cards{grid-template-columns:repeat(3,1fr)}}@keyframes motion-fade-up{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.motion-enter{opacity:0;animation:motion-fade-up var(--duration-hero) var(--ease-enter) forwards}.motion-enter--hero-1{animation-delay:.4s}.motion-enter--hero-2{animation-delay:.95s}.motion-enter--hero-3{animation-delay:1.5s}.motion-enter-subtle{opacity:0;animation:motion-fade-up var(--duration-base) var(--ease-out) forwards}.motion-enter--subtle-1{animation-delay:0ms}.motion-enter--subtle-2{animation-delay:.1s}.motion-enter--subtle-3{animation-delay:.2s}.reveal{animation:motion-fade-up linear both;animation-timeline:view();animation-range:entry 0% cover 22%}@supports not (animation-timeline: view()){.reveal{animation:none}}.motion-done{opacity:0;transform:translateY(8px);transition:opacity var(--duration-base) var(--ease-out),transform var(--duration-base) var(--ease-out)}.motion-done.is-visible{opacity:1;transform:translateY(0)}.motion-press{transition:background var(--duration-fast) ease,color var(--duration-fast) ease,transform var(--duration-fast) var(--ease-out)}.motion-press:active{transform:scale(.98)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.motion-enter,.motion-enter-subtle{opacity:1;animation:none}.reveal{animation:none}.motion-done{opacity:1;transform:none;transition:none}}.eyebrow{font-family:var(--font-body);font-weight:600;font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:var(--color-label)}.legal{max-width:var(--measure);padding-block:var(--space-6)}.legal h1{margin-bottom:var(--space-3)}.legal h2{font-size:1.25rem;margin-top:var(--space-5);margin-bottom:var(--space-2)}.legal p,.legal ul{margin-top:var(--space-3);line-height:1.65}.legal ul{padding-left:1.25rem}.legal li{margin-top:var(--space-1)}.legal address{font-style:normal;margin-top:var(--space-3);line-height:1.65}.legal a{color:var(--accent)}.legal a:hover{color:var(--color-accent-hover)}.legal .legal__updated{margin-top:var(--space-5);font-size:.85rem;color:var(--color-text-secondary)}.toast-region[data-astro-cid-5i5fqekp]{position:fixed;top:var(--header-height);left:0;right:0;z-index:40;display:flex;justify-content:center;padding:var(--space-3);pointer-events:none}.toast[data-astro-cid-5i5fqekp]{display:flex;align-items:center;gap:var(--space-3);max-width:min(32rem,calc(100vw - 2 * var(--space-3)));padding:.8rem .8rem .8rem 1.1rem;color:var(--color-on-dark);background:var(--color-olive);border-radius:var(--radius);box-shadow:0 10px 30px -12px #00000073;font-weight:500;opacity:0;visibility:hidden;transform:translateY(-130%);transition:opacity var(--duration-base) var(--ease-out),transform var(--duration-base) var(--ease-out),visibility 0s linear var(--duration-base)}.toast[data-astro-cid-5i5fqekp].is-visible{opacity:1;visibility:visible;transform:translateY(0);transition:opacity var(--duration-base) var(--ease-out),transform var(--duration-base) var(--ease-out);pointer-events:auto}.toast__icon[data-astro-cid-5i5fqekp]{flex:none;width:1.25rem;height:1.25rem}.toast__msg[data-astro-cid-5i5fqekp]{flex:1 1 auto;line-height:1.4}.toast__close[data-astro-cid-5i5fqekp]{flex:none;display:grid;place-items:center;width:1.75rem;height:1.75rem;padding:0;color:var(--color-on-dark);background:transparent;border:none;border-radius:999px;cursor:pointer;opacity:.8;transition:opacity var(--duration-fast) ease,background var(--duration-fast) ease}.toast__close[data-astro-cid-5i5fqekp]:hover{opacity:1;background:#ffffff26}.toast__close[data-astro-cid-5i5fqekp] svg[data-astro-cid-5i5fqekp]{width:.9rem;height:.9rem}.toast__close[data-astro-cid-5i5fqekp]:focus-visible{outline:2px solid var(--color-on-dark);outline-offset:1px}@media(prefers-reduced-motion:reduce){.toast[data-astro-cid-5i5fqekp]{transition:visibility 0s;transform:none}.toast[data-astro-cid-5i5fqekp].is-visible{transition:none}}.site-header[data-astro-cid-5hce7sga]{position:sticky;top:0;z-index:50;background:var(--color-ink);color:var(--color-on-dark);box-shadow:0 6px 24px #14141424}.site-header__inner[data-astro-cid-5hce7sga]{display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);padding-block:var(--space-3)}.site-header__brand[data-astro-cid-5hce7sga]{display:flex;flex-direction:row;align-items:center;gap:var(--space-2);font-family:var(--font-headline);font-size:1.6rem;font-weight:500;color:var(--color-on-dark);letter-spacing:-.01em}.site-header__brand-text[data-astro-cid-5hce7sga]{display:flex;flex-direction:column;align-items:flex-start;gap:0}.site-header__brand-name[data-astro-cid-5hce7sga]{line-height:1}.site-header__brand-sub[data-astro-cid-5hce7sga]{font-family:var(--font-body);font-size:.72rem;font-weight:400;letter-spacing:.02em;color:var(--color-on-dark);opacity:.45;line-height:1;margin-top:3px}.site-header__end[data-astro-cid-5hce7sga]{display:flex;align-items:center;gap:var(--space-4) var(--space-5)}.site-header__nav[data-astro-cid-5hce7sga]{display:flex;flex-wrap:wrap;gap:var(--space-3) var(--space-4);font-size:.95rem}.site-header__nav[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga]{color:var(--color-on-dark);opacity:.82;transition:opacity .2s ease}.site-header__nav[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga]:hover{opacity:1}.lang-switch[data-astro-cid-5hce7sga]{position:relative;flex-shrink:0;font-size:.85rem}.lang-switch__toggle[data-astro-cid-5hce7sga]{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .5rem;color:var(--color-on-dark);font-weight:500;cursor:pointer;list-style:none;border-radius:var(--radius);transition:background .2s ease}.lang-switch__toggle[data-astro-cid-5hce7sga]::-webkit-details-marker{display:none}.lang-switch__toggle[data-astro-cid-5hce7sga]:hover{background:color-mix(in srgb,var(--color-on-dark) 12%,transparent)}.lang-switch__caret[data-astro-cid-5hce7sga]{width:.7rem;height:.7rem;opacity:.7;transition:transform .2s ease}.lang-switch[data-astro-cid-5hce7sga][open] .lang-switch__caret[data-astro-cid-5hce7sga]{transform:rotate(180deg)}.lang-switch__menu[data-astro-cid-5hce7sga]{position:absolute;top:calc(100% + .4rem);right:0;display:flex;flex-direction:column;min-width:9rem;padding:.3rem;background:var(--color-ink);border:1px solid color-mix(in srgb,var(--color-on-dark) 16%,transparent);border-radius:var(--radius);box-shadow:0 12px 28px #14141459;z-index:60}.lang-switch__opt[data-astro-cid-5hce7sga]{display:flex;align-items:center;gap:.55rem;padding:.5rem .6rem;color:var(--color-on-dark);opacity:.75;font-weight:500;text-decoration:none;border-radius:calc(var(--radius) - 4px);transition:opacity .2s ease,background .2s ease}.lang-switch__opt[data-astro-cid-5hce7sga]:hover{opacity:1;background:color-mix(in srgb,var(--color-on-dark) 12%,transparent)}.lang-switch__opt[data-astro-cid-5hce7sga].is-active{opacity:1;background:color-mix(in srgb,var(--color-on-dark) 8%,transparent);pointer-events:none}.lang-switch__opt[data-astro-cid-5hce7sga].is-disabled{opacity:.35;cursor:default;pointer-events:none}.lang-switch__opt[data-astro-cid-5hce7sga].is-disabled .lang-switch__flag[data-astro-cid-5hce7sga]{filter:grayscale(1)}.lang-switch[data-astro-cid-5hce7sga] .lang-switch__flag{width:1.15rem;height:.82rem;border-radius:2px;flex-shrink:0;box-shadow:0 0 0 1px color-mix(in srgb,var(--color-on-dark) 25%,transparent)}.nav-toggle[data-astro-cid-5hce7sga]{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.nav-burger[data-astro-cid-5hce7sga]{display:none}@media(max-width:720px){.site-header__brand-sub[data-astro-cid-5hce7sga]{white-space:nowrap}.site-header__end[data-astro-cid-5hce7sga]{gap:var(--space-3);flex-shrink:0}.nav-burger[data-astro-cid-5hce7sga]{display:block;order:2;width:28px;height:20px;position:relative;cursor:pointer;flex-shrink:0}.nav-burger[data-astro-cid-5hce7sga] span[data-astro-cid-5hce7sga]{position:absolute;left:0;right:0;height:2px;background:var(--color-on-dark);transition:transform .25s ease,opacity .2s ease}.nav-burger[data-astro-cid-5hce7sga] span[data-astro-cid-5hce7sga]:nth-child(1){top:1px}.nav-burger[data-astro-cid-5hce7sga] span[data-astro-cid-5hce7sga]:nth-child(2){top:9px}.nav-burger[data-astro-cid-5hce7sga] span[data-astro-cid-5hce7sga]:nth-child(3){top:17px}.nav-toggle[data-astro-cid-5hce7sga]:focus-visible~.nav-burger[data-astro-cid-5hce7sga]{outline:2px solid var(--color-on-dark);outline-offset:4px;border-radius:var(--radius)}.site-header__nav[data-astro-cid-5hce7sga]{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;gap:0;background:var(--color-ink);box-shadow:0 12px 24px #14141433}.site-header__nav[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga]{padding:var(--space-3) var(--space-4);opacity:.9;border-top:1px solid color-mix(in srgb,var(--color-on-dark) 12%,transparent)}.nav-toggle[data-astro-cid-5hce7sga]:checked~.site-header__nav[data-astro-cid-5hce7sga]{display:flex}.nav-toggle[data-astro-cid-5hce7sga]:checked~.nav-burger[data-astro-cid-5hce7sga] span[data-astro-cid-5hce7sga]:nth-child(1){transform:translateY(8px) rotate(45deg)}.nav-toggle[data-astro-cid-5hce7sga]:checked~.nav-burger[data-astro-cid-5hce7sga] span[data-astro-cid-5hce7sga]:nth-child(2){opacity:0}.nav-toggle[data-astro-cid-5hce7sga]:checked~.nav-burger[data-astro-cid-5hce7sga] span[data-astro-cid-5hce7sga]:nth-child(3){transform:translateY(-8px) rotate(-45deg)}}.site-footer[data-astro-cid-5hce7sga]{margin-top:var(--space-7);background:var(--color-ink);color:var(--color-on-dark);padding-block:var(--space-6) var(--space-6);border-top:1px solid color-mix(in srgb,var(--color-on-dark) 16%,transparent)}main:has(.newsletter--footer)+.site-footer{margin-top:0}.site-footer__inner[data-astro-cid-5hce7sga]{display:flex;flex-direction:column;align-items:center;text-align:center;gap:var(--space-4)}.site-footer__inner[data-astro-cid-5hce7sga] .site-footer__mark{width:auto;height:2.4rem;opacity:.9}.site-footer[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga]{color:var(--color-on-dark);opacity:.9}.site-footer[data-astro-cid-5hce7sga] a[data-astro-cid-5hce7sga]:hover{opacity:1}.site-footer__meta[data-astro-cid-5hce7sga]{font-size:.85rem;color:var(--color-on-dark);opacity:.7;margin:0}.site-footer__legal[data-astro-cid-5hce7sga]{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:var(--space-2) var(--space-3);font-size:.85rem;opacity:.8}.skip-link[data-astro-cid-5hce7sga]{position:absolute;left:var(--space-3);top:-3rem;z-index:60;background:var(--accent);color:var(--color-on-dark);padding:.5rem 1rem;border-radius:var(--radius);transition:top .15s ease}.skip-link[data-astro-cid-5hce7sga]:focus{top:var(--space-3);color:var(--color-on-dark)}
