@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap";
*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--white:#fff;--bg:#f5f7fa;--blue-dark:#1a3660;--blue:#2357a5;--blue-mid:#3b6cc7;--blue-light:#ebf0fa;--grey-1:#4a5568;--grey-2:#718096;--grey-3:#a0aec0;--grey-line:#e2e8f0;--green:#2e9e6b;--green-bg:#eaf7f1;--orange:#e07b28;--orange-bg:#fef3e8;--ff:"Plus Jakarta Sans", sans-serif;--radius:10px;--shadow:0 2px 16px #1a366014;--shadow-md:0 4px 32px #1a36601f}html,body{height:100%;margin:0}html{scroll-behavior:smooth}body{min-height:100vh;font-family:var(--ff);background:var(--white);color:var(--grey-1);-webkit-font-smoothing:antialiased;flex-direction:column;display:flex;overflow-x:hidden}main{flex:1}
.index-module__bpCN6q__nav{z-index:100;background:var(--white);border-bottom:1px solid var(--grey-line);justify-content:space-between;align-items:center;height:68px;padding:10px 60px;display:flex;position:sticky;top:0;box-shadow:0 1px 8px #1a36600f}@media (max-width:1024px){.index-module__bpCN6q__nav{padding:10px 32px}}@media (max-width:640px){.index-module__bpCN6q__nav{padding:10px 20px}}.index-module__bpCN6q__navLogo{align-items:center;gap:12px;text-decoration:none;display:flex}.index-module__bpCN6q__navLogo img{width:auto;height:48px;display:block}.index-module__bpCN6q__navLogoText{color:var(--blue-dark);letter-spacing:-.01em;font-size:15px;font-weight:700;line-height:1.2}.index-module__bpCN6q__navLogoText span{letter-spacing:.08em;text-transform:uppercase;color:var(--grey-2);font-size:11px;font-weight:600;display:block}.index-module__bpCN6q__navLinks{gap:32px;margin:0;padding:0;list-style:none;display:flex}@media (max-width:768px){.index-module__bpCN6q__navLinks{display:none}}.index-module__bpCN6q__navLinks a{color:var(--grey-1);padding:8px 0;font-size:14px;font-weight:500;text-decoration:none;transition:color .2s;position:relative}.index-module__bpCN6q__navLinks a:after{content:"";background:var(--blue);width:0;height:2px;transition:width .2s;position:absolute;bottom:-4px;left:0}.index-module__bpCN6q__navLinks a:hover{color:var(--blue)}.index-module__bpCN6q__navLinks a:hover:after{width:100%}.index-module__bpCN6q__navCta{background:var(--blue);color:var(--white);border-radius:var(--radius);padding:10px 22px;font-size:14px;font-weight:600;text-decoration:none;transition:background .2s,transform .1s}@media (max-width:768px){.index-module__bpCN6q__navCta{display:none}}.index-module__bpCN6q__navCta:hover{background:var(--blue-dark)}.index-module__bpCN6q__navCta:active{transform:scale(.96)}.index-module__bpCN6q__navLinks a:focus-visible,.index-module__bpCN6q__navCta:focus-visible{outline:2px solid var(--blue);outline-offset:2px}.index-module__bpCN6q__navHamburger{cursor:pointer;background:0 0;border:none;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;padding:6px;transition:background .15s;display:none}@media (max-width:768px){.index-module__bpCN6q__navHamburger{display:flex}}.index-module__bpCN6q__navHamburger:hover{background:var(--blue-light)}.index-module__bpCN6q__navHamburger span{background:var(--blue-dark);transform-origin:50%;border-radius:2px;width:22px;height:2px;transition:transform .3s,opacity .3s;display:block}.index-module__bpCN6q__navHamburger.index-module__bpCN6q__open span:first-child{transform:translateY(7px)rotate(45deg)}.index-module__bpCN6q__navHamburger.index-module__bpCN6q__open span:nth-child(2){opacity:0;transform:scaleX(0)}.index-module__bpCN6q__navHamburger.index-module__bpCN6q__open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.index-module__bpCN6q__mobileMenuOverlay{z-index:200;-webkit-backdrop-filter:blur(4px);opacity:0;pointer-events:none;background:#1a366073;transition:opacity .25s;position:fixed;inset:0}.index-module__bpCN6q__mobileMenuOverlay.index-module__bpCN6q__open{opacity:1;pointer-events:all}.index-module__bpCN6q__mobileMenuDialog{background:var(--white);flex-direction:column;width:min(320px,88vw);height:100%;padding:0 0 40px;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:0;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-4px 0 32px #1a36602e}.index-module__bpCN6q__mobileMenuOverlay.index-module__bpCN6q__open .index-module__bpCN6q__mobileMenuDialog{transform:translate(0)}.index-module__bpCN6q__mobileMenuHeader{border-bottom:1px solid var(--grey-line);flex-shrink:0;justify-content:space-between;align-items:center;height:68px;padding:0 20px;display:flex}.index-module__bpCN6q__mobileMenuLogo{align-items:center;gap:10px;text-decoration:none;display:flex}.index-module__bpCN6q__mobileMenuLogo img{width:auto;height:36px}.index-module__bpCN6q__mobileMenuClose{cursor:pointer;width:40px;height:40px;color:var(--blue-dark);z-index:201;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;transition:background .15s;display:flex;position:relative}.index-module__bpCN6q__mobileMenuClose:hover{background:var(--blue-light)}.index-module__bpCN6q__mobileMenuClose svg{stroke:currentColor;stroke-width:2.5px;fill:none;width:20px;height:20px}.index-module__bpCN6q__menuOpen .index-module__bpCN6q__mobileMenuClose{display:flex}.index-module__bpCN6q__menuOpen .index-module__bpCN6q__navHamburger{display:none}.index-module__bpCN6q__menuOpen{z-index:201}.index-module__bpCN6q__mobileMenuNav{flex:1;padding:24px 20px 0;display:block}.index-module__bpCN6q__mobileMenuLink{color:var(--grey-1);border-radius:10px;align-items:center;gap:12px;padding:13px 16px;font-size:16px;font-weight:600;text-decoration:none;transition:background .15s,color .15s;display:flex}.index-module__bpCN6q__mobileMenuLink:hover{background:var(--blue-light);color:var(--blue)}.index-module__bpCN6q__mobileMenuLink svg{stroke:currentColor;stroke-width:2px;fill:none;opacity:.6;flex-shrink:0;width:16px;height:16px}.index-module__bpCN6q__mobileMenuDivider{background:var(--grey-line);height:1px;margin:16px 0}.index-module__bpCN6q__mobileMenuCta{background:var(--blue);color:var(--white);border-radius:var(--radius);justify-content:center;align-items:center;gap:8px;margin:20px 20px 0;padding:15px 28px;font-size:15px;font-weight:700;text-decoration:none;transition:background .2s;display:flex}.index-module__bpCN6q__mobileMenuCta:hover{background:var(--blue-dark)}.index-module__bpCN6q__mobileMenuCta svg{stroke:currentColor;stroke-width:2.5px;fill:none;width:14px;height:14px}
.index-module__dHeE9a__footer{background:var(--white);border-top:1px solid var(--grey-line);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;padding:36px 60px;display:flex}@media (max-width:1024px){.index-module__dHeE9a__footer{padding:48px 32px}}@media (max-width:640px){.index-module__dHeE9a__footer{flex-direction:column;align-items:flex-start;padding:24px 20px}}.index-module__dHeE9a__footerLogo{align-items:center;gap:12px;text-decoration:none;display:flex}.index-module__dHeE9a__footerLogo img{width:auto;height:48px;display:block}.index-module__dHeE9a__footerLogoText{color:var(--blue-dark);letter-spacing:-.01em;font-size:15px;font-weight:700;line-height:1.2}.index-module__dHeE9a__footerLogoText span{letter-spacing:.08em;text-transform:uppercase;color:var(--grey-2);font-size:11px;font-weight:600;display:block}.index-module__dHeE9a__footerLinks{flex-wrap:wrap;gap:28px;margin:0;padding:0;list-style:none;display:flex}.index-module__dHeE9a__footerLinks a{color:var(--grey-2);padding:4px 0;font-size:13px;font-weight:500;text-decoration:none;transition:color .2s;position:relative}.index-module__dHeE9a__footerLinks a:after{content:"";background:var(--blue);width:0;height:1px;transition:width .2s;position:absolute;bottom:-3px;left:0}.index-module__dHeE9a__footerLinks a:hover{color:var(--blue)}.index-module__dHeE9a__footerLinks a:hover:after{width:100%}.index-module__dHeE9a__footerCopy{color:var(--grey-3);font-size:13px}.index-module__dHeE9a__footerLinks a:focus-visible{outline:2px solid var(--blue);outline-offset:2px}
