.Navbar-module-scss-module__ctge7G__navbar{z-index:80;-webkit-backdrop-filter:saturate(180%)blur(14px);backdrop-filter:saturate(180%)blur(14px);background:#ffffffe6;border-bottom:1px solid #0000000f;transition:background .25s,box-shadow .25s;position:sticky;top:0}.Navbar-module-scss-module__ctge7G__navbar.Navbar-module-scss-module__ctge7G__scrolled{background:#fffffffa;box-shadow:0 10px 34px #0000000f}.Navbar-module-scss-module__ctge7G__row{justify-content:space-between;align-items:center;height:64px;display:flex}.Navbar-module-scss-module__ctge7G__brand{color:inherit;z-index:92;align-items:center;text-decoration:none;display:inline-flex;position:relative}.Navbar-module-scss-module__ctge7G__brand img{width:auto;height:58px;display:block}.Navbar-module-scss-module__ctge7G__burger{cursor:pointer;z-index:92;background:#fff;border:1px solid #ff620073;border-radius:10px;padding:8px;display:none;position:relative}.Navbar-module-scss-module__ctge7G__burger span{background:#111;border-radius:999px;width:25px;height:2px;margin:5px 0;transition:transform .2s,opacity .2s;display:block}.Navbar-module-scss-module__ctge7G__burgerOpen span:first-child{transform:translateY(7px)rotate(45deg)}.Navbar-module-scss-module__ctge7G__burgerOpen span:nth-child(2){opacity:0}.Navbar-module-scss-module__ctge7G__burgerOpen span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.Navbar-module-scss-module__ctge7G__backdrop{display:none}.Navbar-module-scss-module__ctge7G__nav{align-items:center;gap:12px;display:flex}.Navbar-module-scss-module__ctge7G__nav a,.Navbar-module-scss-module__ctge7G__nav .Navbar-module-scss-module__ctge7G__dropLink,.Navbar-module-scss-module__ctge7G__nav .Navbar-module-scss-module__ctge7G__caret{color:#201914;border-radius:999px;padding:9px 10px;font-weight:800;text-decoration:none;transition:color .15s,background .15s}.Navbar-module-scss-module__ctge7G__nav a:hover,.Navbar-module-scss-module__ctge7G__nav .Navbar-module-scss-module__ctge7G__dropLink:hover,.Navbar-module-scss-module__ctge7G__nav .Navbar-module-scss-module__ctge7G__caret:hover{color:var(--green);background:#009e6014}.Navbar-module-scss-module__ctge7G__nav .Navbar-module-scss-module__ctge7G__active{color:var(--green);background:#009e601a}.Navbar-module-scss-module__ctge7G__nav .Navbar-module-scss-module__ctge7G__cta{background:var(--green);border-radius:999px;padding:10px 15px;box-shadow:0 12px 24px #009e602e;color:#fff!important}.Navbar-module-scss-module__ctge7G__nav .Navbar-module-scss-module__ctge7G__cta:hover{background:#007f4d}.Navbar-module-scss-module__ctge7G__dropdown{position:relative}.Navbar-module-scss-module__ctge7G__dropdown .Navbar-module-scss-module__ctge7G__dropLink{appearance:none;cursor:pointer;background:0 0;border:0;font-family:inherit}.Navbar-module-scss-module__ctge7G__dropdown:after{content:"";height:10px;position:absolute;top:100%;left:0;right:0}.Navbar-module-scss-module__ctge7G__dropdown .Navbar-module-scss-module__ctge7G__dropTrigger{align-items:center;gap:1px;display:inline-flex}.Navbar-module-scss-module__ctge7G__dropdown .Navbar-module-scss-module__ctge7G__caret{cursor:pointer;background:0 0;border:none;padding:9px 7px;line-height:1}.Navbar-module-scss-module__ctge7G__dropdown .Navbar-module-scss-module__ctge7G__caretIcon{transition:transform .15s;display:inline-block}.Navbar-module-scss-module__ctge7G__dropdown.Navbar-module-scss-module__ctge7G__openDrop .Navbar-module-scss-module__ctge7G__caretIcon{transform:rotate(180deg)}.Navbar-module-scss-module__ctge7G__dropdown.Navbar-module-scss-module__ctge7G__activeDrop .Navbar-module-scss-module__ctge7G__dropLink,.Navbar-module-scss-module__ctge7G__dropdown.Navbar-module-scss-module__ctge7G__activeDrop .Navbar-module-scss-module__ctge7G__caret{color:var(--green);background:#009e601a}.Navbar-module-scss-module__ctge7G__dropdown .Navbar-module-scss-module__ctge7G__menu{background:#fff;border:1px solid #271b1114;border-radius:18px;min-width:286px;padding:8px;display:none;position:absolute;top:calc(100% + 6px);left:0;box-shadow:0 22px 54px #271b1124}.Navbar-module-scss-module__ctge7G__dropdown .Navbar-module-scss-module__ctge7G__menu a{color:#201914;border-radius:12px;padding:11px 12px;display:block}.Navbar-module-scss-module__ctge7G__dropdown .Navbar-module-scss-module__ctge7G__menu a:hover{color:var(--green);background:#009e6014}.Navbar-module-scss-module__ctge7G__dropdown.Navbar-module-scss-module__ctge7G__openDrop .Navbar-module-scss-module__ctge7G__menu{display:block}@media (max-width:768px){.Navbar-module-scss-module__ctge7G__burger{display:inline-block}.Navbar-module-scss-module__ctge7G__backdrop{z-index:78;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);cursor:pointer;background:#0f120f7a;border:0;display:block;position:fixed;inset:64px 0 0}.Navbar-module-scss-module__ctge7G__nav{z-index:89;opacity:0;pointer-events:none;overscroll-behavior:contain;background:linear-gradient(#fffaf5fc,#fffffffc);flex-direction:column;align-items:stretch;gap:8px;width:100%;height:calc(100dvh - 64px);max-height:calc(100dvh - 64px);padding:22px 18px 34px;transition:transform .24s,opacity .18s;position:fixed;top:64px;left:0;right:0;overflow-y:auto;transform:translateY(-110%);box-shadow:0 24px 70px #00000029}.Navbar-module-scss-module__ctge7G__nav.Navbar-module-scss-module__ctge7G__open{opacity:1;pointer-events:auto;transform:translateY(0)}.Navbar-module-scss-module__ctge7G__nav a,.Navbar-module-scss-module__ctge7G__nav .Navbar-module-scss-module__ctge7G__dropLink,.Navbar-module-scss-module__ctge7G__nav .Navbar-module-scss-module__ctge7G__caret{text-align:left;border-radius:14px;width:100%;padding:13px 14px;font-size:15px;line-height:1.25}.Navbar-module-scss-module__ctge7G__nav .Navbar-module-scss-module__ctge7G__cta{text-align:center;justify-content:center;margin-top:8px;padding:14px 16px}.Navbar-module-scss-module__ctge7G__dropdown{width:100%}.Navbar-module-scss-module__ctge7G__dropdown:after{display:none}.Navbar-module-scss-module__ctge7G__dropdown .Navbar-module-scss-module__ctge7G__dropTrigger{grid-template-columns:1fr auto;align-items:center;gap:8px;width:100%;display:grid}.Navbar-module-scss-module__ctge7G__dropdown .Navbar-module-scss-module__ctge7G__dropLink{min-width:0}.Navbar-module-scss-module__ctge7G__dropdown .Navbar-module-scss-module__ctge7G__caret{background:#009e600f;border:1px solid #009e6029;justify-content:center;align-items:center;width:48px;height:48px;padding:0;display:inline-flex}.Navbar-module-scss-module__ctge7G__dropdown .Navbar-module-scss-module__ctge7G__menu{min-width:0;box-shadow:none;background:#009e600e;border:1px solid #009e601f;border-radius:16px;margin-top:6px;padding:8px;display:none;position:static}.Navbar-module-scss-module__ctge7G__dropdown .Navbar-module-scss-module__ctge7G__menu a{color:#201914db;border-radius:12px;padding:10px 12px;font-size:14px}.Navbar-module-scss-module__ctge7G__dropdown.Navbar-module-scss-module__ctge7G__openDrop .Navbar-module-scss-module__ctge7G__menu{gap:2px;display:grid}}@media (max-width:480px){.Navbar-module-scss-module__ctge7G__brand img{height:54px}.Navbar-module-scss-module__ctge7G__nav{padding-inline:14px}}
.Footer-module-scss-module__kQc2fa__footer{z-index:5;color:#eee;background:#0e0e0e;padding:40px 0 16px;position:relative}.Footer-module-scss-module__kQc2fa__footer h4{color:var(--orange);margin:0 0 8px}.Footer-module-scss-module__kQc2fa__footer h5{color:#fff;margin:0 0 8px}.Footer-module-scss-module__kQc2fa__footer p{opacity:.9;margin:0}.Footer-module-scss-module__kQc2fa__footer a{color:#ddd;text-decoration:none}.Footer-module-scss-module__kQc2fa__footer a:hover{color:var(--orange)}.Footer-module-scss-module__kQc2fa__footer ul{margin:0;padding-left:18px}.Footer-module-scss-module__kQc2fa__footer li{margin:0 0 6px}.Footer-module-scss-module__kQc2fa__row{grid-template-columns:1.2fr .8fr .8fr;gap:24px;margin-bottom:20px;display:grid}.Footer-module-scss-module__kQc2fa__row>div{min-width:0}.Footer-module-scss-module__kQc2fa__copy{opacity:.7;border-top:1px solid #ffffff1a;padding-top:12px;font-size:14px}@media (max-width:768px){.Footer-module-scss-module__kQc2fa__row{grid-template-columns:1fr}}
