:root{--navy: #2d386d;--lime: #b0fe01;--cyan: #00f9ff;--ink: #2d386d;--muted: #6b7391;--line: #eef0f6;--paper: #ffffff;--paper-2: #f7f8fc;--footer: #5b67a0;--font-sans: "Poppins", system-ui, -apple-system, "Segoe UI", sans-serif;--container: 1176px;--gutter: 24px;--radius-pill: 15px;--radius-btn: 20px;--radius-card: 16px;--radius-lg: 18px;--shadow-card: 0 12px 30px rgba(45, 56, 109, .1);--shadow-soft: 0 8px 24px rgba(45, 56, 109, .08)}*,*:before,*:after{box-sizing:border-box}*{margin:0}html{-webkit-text-size-adjust:100%}body{font-family:var(--font-sans);color:var(--ink);background:var(--paper);line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}img,svg,video{display:block;max-width:100%}ul,ol{list-style:none;padding:0}button{font:inherit;color:inherit;background:none;border:0;cursor:pointer}h1,h2,h3,h4{line-height:1.15;font-weight:600;letter-spacing:-.02em}.container{width:min(var(--container),calc(100% - 2 * var(--gutter)));margin-inline:auto}.btn{display:inline-flex;align-items:center;justify-content:center;font-weight:500;text-align:center;white-space:nowrap;transition:transform .15s ease,background-color .15s ease,opacity .15s ease}.btn:hover{transform:translateY(-1px)}.btn--lime{background:var(--lime);color:var(--navy);padding:15px 30px;border-radius:var(--radius-btn);font-size:16px}.btn--pill{background:var(--lime);color:var(--navy);padding:10px 20px;border-radius:var(--radius-pill);font-size:16px}.btn--ghost{color:#fff;font-size:16px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}:focus-visible{outline:2px solid var(--lime);outline-offset:2px}[data-reveal]{opacity:0;transform:translateY(18px);transition:opacity .6s ease,transform .6s ease}[data-reveal].is-visible{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){[data-reveal]{opacity:1;transform:none;transition:none}.btn:hover{transform:none}}.hdr[data-astro-cid-r7uuxm25]{position:sticky;top:0;z-index:50;background:var(--navy);transition:background .25s ease,box-shadow .25s ease}.hdr--transparent[data-astro-cid-r7uuxm25]{position:fixed;top:0;left:0;right:0;background:transparent}.hdr--transparent[data-astro-cid-r7uuxm25].is-scrolled{background:var(--navy);box-shadow:0 2px 18px #0000002e}.hdr--light[data-astro-cid-r7uuxm25]{background:#fff;border-bottom:1px solid var(--line)}.hdr--light[data-astro-cid-r7uuxm25] .navlink[data-astro-cid-r7uuxm25],.hdr--light[data-astro-cid-r7uuxm25] .hdr__cta[data-astro-cid-r7uuxm25] .btn--ghost[data-astro-cid-r7uuxm25]{color:var(--navy)}.hdr__in[data-astro-cid-r7uuxm25]{display:flex;align-items:center;min-height:91px;gap:24px}.hdr__brand[data-astro-cid-r7uuxm25] img[data-astro-cid-r7uuxm25]{height:34px;width:auto}.hdr__nav[data-astro-cid-r7uuxm25]{margin-left:40px}.hdr__nav[data-astro-cid-r7uuxm25] ul[data-astro-cid-r7uuxm25]{display:flex;align-items:center;gap:30px}.navlink[data-astro-cid-r7uuxm25]{display:inline-flex;align-items:center;gap:6px;color:#fff;font-size:16px;font-weight:500;line-height:1;padding:8px 0}.navlink[data-astro-cid-r7uuxm25]:hover{opacity:.85}.caret[data-astro-cid-r7uuxm25]{transition:transform .2s ease}.has-menu[data-astro-cid-r7uuxm25]{position:relative}.menu[data-astro-cid-r7uuxm25]{position:absolute;top:100%;left:50%;transform:translate(-50%,6px);display:grid;grid-template-columns:240px minmax(230px,auto);background:#fff;border-radius:16px;overflow:hidden;box-shadow:var(--shadow-card);opacity:0;visibility:hidden;transition:opacity .18s ease,transform .18s ease}.menu__intro[data-astro-cid-r7uuxm25]{background:var(--lime);padding:24px 22px}.menu__intro[data-astro-cid-r7uuxm25] h3[data-astro-cid-r7uuxm25]{margin:0 0 10px;font-size:20px;font-weight:700;color:var(--navy)}.menu__intro[data-astro-cid-r7uuxm25] p[data-astro-cid-r7uuxm25]{margin:0;font-size:14px;line-height:1.45;color:var(--navy)}.menu__links[data-astro-cid-r7uuxm25]{display:flex;flex-direction:column;padding:22px;gap:4px}.menu__label[data-astro-cid-r7uuxm25]{font-size:15px;font-weight:700;color:var(--navy);padding-bottom:8px;margin-bottom:6px;border-bottom:2px solid var(--lime);align-self:flex-start}.menu[data-astro-cid-r7uuxm25] a[data-astro-cid-r7uuxm25]{display:flex;align-items:center;gap:12px;white-space:nowrap;padding:9px 10px;border-radius:8px;color:var(--navy);font-size:15px;font-weight:500}.menu__ico[data-astro-cid-r7uuxm25]{flex:none;color:var(--navy)}.menu[data-astro-cid-r7uuxm25] a[data-astro-cid-r7uuxm25]:hover{background:var(--paper-2)}.has-menu[data-astro-cid-r7uuxm25]:hover .menu[data-astro-cid-r7uuxm25],.has-menu[data-astro-cid-r7uuxm25]:focus-within .menu[data-astro-cid-r7uuxm25]{opacity:1;visibility:visible;transform:translate(-50%)}.has-menu[data-astro-cid-r7uuxm25]:hover .caret[data-astro-cid-r7uuxm25],.has-menu[data-astro-cid-r7uuxm25]:focus-within .caret[data-astro-cid-r7uuxm25]{transform:rotate(180deg)}.hdr__cta[data-astro-cid-r7uuxm25]{margin-left:auto;display:flex;align-items:center;gap:22px}.hdr__burger[data-astro-cid-r7uuxm25]{display:none;flex-direction:column;justify-content:center;gap:5px;width:34px;height:34px;margin-left:14px;background:none;border:none;cursor:pointer;padding:0}.hdr__burger[data-astro-cid-r7uuxm25] span[data-astro-cid-r7uuxm25]{display:block;width:24px;height:2px;margin:0 auto;background:#fff;border-radius:2px;transition:transform .2s ease,opacity .2s ease}.hdr--light[data-astro-cid-r7uuxm25] .hdr__burger[data-astro-cid-r7uuxm25] span[data-astro-cid-r7uuxm25]{background:var(--navy)}.hdr__burger[data-astro-cid-r7uuxm25].is-open span[data-astro-cid-r7uuxm25]:nth-child(1){transform:translateY(7px) rotate(45deg)}.hdr__burger[data-astro-cid-r7uuxm25].is-open span[data-astro-cid-r7uuxm25]:nth-child(2){opacity:0}.hdr__burger[data-astro-cid-r7uuxm25].is-open span[data-astro-cid-r7uuxm25]:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.hdr__mobile[data-astro-cid-r7uuxm25]{flex-direction:column;padding:10px 24px 26px;background:var(--navy)}.hdr--light[data-astro-cid-r7uuxm25] .hdr__mobile[data-astro-cid-r7uuxm25]{background:#fff;border-top:1px solid var(--line)}.hdr__mobile[data-astro-cid-r7uuxm25] a[data-astro-cid-r7uuxm25],.hdr__mtop[data-astro-cid-r7uuxm25]{color:#fff;text-decoration:none;font-size:16px;font-weight:500;padding:11px 0}.hdr--light[data-astro-cid-r7uuxm25] .hdr__mobile[data-astro-cid-r7uuxm25] a[data-astro-cid-r7uuxm25],.hdr--light[data-astro-cid-r7uuxm25] .hdr__mobile[data-astro-cid-r7uuxm25] .hdr__mlabel[data-astro-cid-r7uuxm25]{color:var(--navy)}.hdr__mgroup[data-astro-cid-r7uuxm25]{display:flex;flex-direction:column;padding:8px 0 4px;border-top:1px solid rgba(255,255,255,.1)}.hdr--light[data-astro-cid-r7uuxm25] .hdr__mgroup[data-astro-cid-r7uuxm25]{border-top-color:var(--line)}.hdr__mlabel[data-astro-cid-r7uuxm25]{color:#ffffff8c;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;margin-bottom:2px}.hdr__mgroup[data-astro-cid-r7uuxm25] a[data-astro-cid-r7uuxm25]{padding:9px 0 9px 14px;font-size:15px}.hdr__mcta[data-astro-cid-r7uuxm25]{display:flex;flex-direction:column;gap:12px;margin-top:18px}.hdr__mcta[data-astro-cid-r7uuxm25] .btn[data-astro-cid-r7uuxm25]{width:100%;text-align:center}@media(max-width:980px){.hdr__nav[data-astro-cid-r7uuxm25],.hdr__cta[data-astro-cid-r7uuxm25] .btn--ghost[data-astro-cid-r7uuxm25]{display:none}.hdr__cta[data-astro-cid-r7uuxm25]{gap:0}.hdr__burger[data-astro-cid-r7uuxm25]{display:flex}}@media(min-width:981px){.hdr__mobile[data-astro-cid-r7uuxm25]{display:none!important}}.ft[data-astro-cid-pnrjdgm4]{background:var(--footer);color:#fff;padding:64px 0 28px}.ft__grid[data-astro-cid-pnrjdgm4]{display:grid;grid-template-columns:2fr 1fr 1fr;gap:48px;padding-bottom:40px}.ft__logo[data-astro-cid-pnrjdgm4]{height:34px;width:auto;margin-bottom:16px}.ft__tag[data-astro-cid-pnrjdgm4]{color:#ffffffe6;font-size:15px;max-width:340px;margin-bottom:18px}.ft__news[data-astro-cid-pnrjdgm4]{display:flex;gap:10px;max-width:420px}.ft__news[data-astro-cid-pnrjdgm4] input[data-astro-cid-pnrjdgm4]{flex:1;min-width:0;padding:11px 16px;border-radius:var(--radius-pill);border:1px solid rgba(255,255,255,.35);background:#ffffff14;color:#fff;font-size:15px}.ft__news[data-astro-cid-pnrjdgm4] input[data-astro-cid-pnrjdgm4]::placeholder{color:#ffffffb3}.ft__fineprint[data-astro-cid-pnrjdgm4]{color:#ffffffb3;font-size:13px;margin-top:12px}.ft__col[data-astro-cid-pnrjdgm4] h4[data-astro-cid-pnrjdgm4]{font-size:15px;margin-bottom:14px;color:var(--lime)}.ft__col[data-astro-cid-pnrjdgm4] ul[data-astro-cid-pnrjdgm4]{display:flex;flex-direction:column;gap:10px}.ft__col[data-astro-cid-pnrjdgm4] a[data-astro-cid-pnrjdgm4]{color:#ffffffd9;font-size:15px}.ft__col[data-astro-cid-pnrjdgm4] a[data-astro-cid-pnrjdgm4]:hover{color:#fff}.ft__bottom[data-astro-cid-pnrjdgm4]{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:14px;padding-top:24px;border-top:1px solid rgba(255,255,255,.2);color:#ffffffbf;font-size:13px}.ft__acpr[data-astro-cid-pnrjdgm4] a[data-astro-cid-pnrjdgm4]{color:var(--lime);text-decoration:underline}.ft__meta[data-astro-cid-pnrjdgm4]{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.ft__meta[data-astro-cid-pnrjdgm4]>a[data-astro-cid-pnrjdgm4]{color:var(--lime);text-decoration:underline}.ft__social[data-astro-cid-pnrjdgm4]{display:flex;align-items:center;gap:10px}.ft__social[data-astro-cid-pnrjdgm4] a[data-astro-cid-pnrjdgm4]{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#ffffff1f;color:#fff;text-decoration:none}.ft__social[data-astro-cid-pnrjdgm4] a[data-astro-cid-pnrjdgm4]:hover{background:var(--lime);color:var(--navy)}@media(max-width:800px){.ft__grid[data-astro-cid-pnrjdgm4]{grid-template-columns:1fr 1fr}.ft__brandcol[data-astro-cid-pnrjdgm4]{grid-column:1 / -1}.ft__bottom[data-astro-cid-pnrjdgm4]{flex-direction:column;align-items:flex-start}}.form-ok{background:var(--lime);color:var(--navy);font-weight:600;padding:14px 18px;border-radius:12px;margin:0}.hp{position:absolute!important;left:-9999px!important;opacity:0!important}
