.header[data-astro-cid-3ef6ksr2]{background:var(--white);position:sticky;top:0;z-index:100;box-shadow:0 2px 10px #0000000f}.header[data-astro-cid-3ef6ksr2] .container[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;justify-content:space-between;padding-top:10px;padding-bottom:10px;gap:12px;flex-wrap:wrap}.header__logo[data-astro-cid-3ef6ksr2] img[data-astro-cid-3ef6ksr2]{height:32px;width:auto}.header__nav[data-astro-cid-3ef6ksr2]{display:flex;gap:2px;list-style:none;flex-wrap:wrap;align-items:center}.header__nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{display:block;padding:7px 13px;background:var(--yellow);color:var(--black)!important;font-weight:700;font-size:11px;text-transform:uppercase;border-radius:3px;letter-spacing:.3px;text-decoration:none!important;transition:opacity .2s}.header__nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]:hover{opacity:.8}.header__btns[data-astro-cid-3ef6ksr2]{display:flex;gap:8px}.burger[data-astro-cid-3ef6ksr2]{display:none;background:none;border:none;cursor:pointer;padding:6px}.burger[data-astro-cid-3ef6ksr2] span[data-astro-cid-3ef6ksr2]{display:block;width:22px;height:2.5px;background:var(--black);border-radius:2px;margin:4px 0}@media(max-width:1024px){.header__nav[data-astro-cid-3ef6ksr2]{display:none}.burger[data-astro-cid-3ef6ksr2]{display:block}}.header__sublink[data-astro-cid-3ef6ksr2]{border-top:1px solid #f0f0f0;padding:5px 0;font-size:12px;color:#888;text-align:right}.header__sublink[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{color:var(--link)!important;font-weight:600;margin-left:6px;text-decoration:none!important}.header__sublink[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]:hover{text-decoration:underline!important}.footer[data-astro-cid-sz7xmlte]{background:var(--black);color:#ffffffb3;padding:40px 0 0}.footer__grid[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;padding-bottom:28px}.footer__col-title[data-astro-cid-sz7xmlte]{font-size:14px;font-weight:700;color:var(--white);margin-bottom:12px}.footer__col[data-astro-cid-sz7xmlte] ul[data-astro-cid-sz7xmlte]{list-style:none}.footer__col[data-astro-cid-sz7xmlte] li[data-astro-cid-sz7xmlte]{margin-bottom:6px}.footer__col[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:#fff9;font-size:13px;text-decoration:none}.footer__col[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:#fff}.footer__col[data-astro-cid-sz7xmlte] span[data-astro-cid-sz7xmlte]{display:block;font-size:12px;color:#ffffff80;margin-bottom:4px}.footer__copy[data-astro-cid-sz7xmlte]{border-top:1px solid rgba(255,255,255,.1);padding:14px 0;text-align:center;font-size:12px;color:#fff6}@media(max-width:768px){.footer__grid[data-astro-cid-sz7xmlte]{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.footer__grid[data-astro-cid-sz7xmlte]{grid-template-columns:1fr}}.stickybar[data-astro-cid-5qlys77k]{position:fixed;bottom:0;left:0;right:0;background:var(--yellow);z-index:99;box-shadow:0 -3px 12px #0000001f}.stickybar__inner[data-astro-cid-5qlys77k]{display:flex;align-items:center;justify-content:center;gap:20px;padding:8px 16px}.stickybar__block[data-astro-cid-5qlys77k]{display:flex;align-items:center;gap:6px}.stickybar__label[data-astro-cid-5qlys77k]{font-size:9px;text-transform:uppercase;font-weight:600;color:#0000008c;letter-spacing:.3px}.stickybar__val[data-astro-cid-5qlys77k]{font-size:13px;font-weight:800;color:var(--black)}.stickybar__cta[data-astro-cid-5qlys77k]{padding:8px 18px!important;font-size:11px!important;border-style:dashed!important}@media(max-width:480px){.stickybar__inner[data-astro-cid-5qlys77k]{gap:10px}.stickybar__val[data-astro-cid-5qlys77k]{font-size:11px}}:root{--font: "Montserrat", sans-serif;--yellow: rgb(253, 221, 4);--black: #000;--white: #fff;--dark: #111;--grey: #f5f5f5;--text: #333;--text-light: rgba(255, 255, 255, .75);--link: #006b18;--radius: 50px;--max-w: 1140px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font);font-size:14px;line-height:1.7;color:var(--text);background:var(--white);-webkit-font-smoothing:antialiased;padding-bottom:72px}a{color:var(--link);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;height:auto;display:block}.container{max-width:var(--max-w);margin:0 auto;padding:0 16px}.btn{display:inline-block;padding:10px 22px;border-radius:var(--radius);font-family:var(--font);font-weight:700;font-size:12px;text-decoration:none!important;text-transform:uppercase;border:2px solid;transition:all .2s;text-align:center;white-space:nowrap;cursor:pointer;letter-spacing:.3px}.btn--dark{background:var(--black);color:var(--yellow)!important;border-color:var(--black)}.btn--dark:hover{border-color:var(--yellow)}.btn--yellow{background:var(--yellow);color:var(--black)!important;border-color:var(--yellow)}.btn--yellow:hover{border-color:var(--black)}.btn--outline{background:transparent;color:var(--yellow)!important;border-color:var(--yellow)}.btn--outline:hover{background:var(--yellow);color:var(--black)!important}.btn--outline-dark{background:transparent;color:var(--black)!important;border-color:var(--black)}.btn--outline-dark:hover{background:var(--black);color:var(--yellow)!important}.btn--lg{padding:14px 34px;font-size:13px}.sec{padding:40px 0}.sec--grey{background:var(--grey)}.sec h2{font-size:22px;font-weight:800;margin-bottom:14px}.sec h3{font-size:18px;font-weight:700;margin-bottom:12px}.sec p{margin-bottom:14px}.sec ol,.sec ul{padding-left:22px;margin-bottom:14px}.sec li{margin-bottom:5px}.wtable{width:100%;border-collapse:collapse;margin:16px 0;font-size:13px;border-radius:8px;overflow:hidden}.wtable th,.wtable td{padding:10px 14px;text-align:center;border-bottom:1px solid #eee}.wtable thead th{background:var(--black);color:var(--white);font-weight:700}.wtable tbody tr:nth-child(odd){background:#f0f0f0}.wtable td strong{font-weight:700}@media(max-width:768px){.sec h2{font-size:20px}}
