:root{--background:#fff;--radius:.8rem;--shadow:0 .2rem .5rem rgba(0,0,0,.08);--max-width:124rem;--header-height:8rem;--brand-dark:#0a192f;--brand-teal:#28aaa9;--brand-teal-dark:#228f8e;--brand-light-gray:#f8f9fa;--brand-text-dark:#1e293b;--brand-text-light:#64748b;--footer-bg:#0a1930;--footer-ink:#e5e7eb;--footer-muted:#cbd5e1;--footer-line:rgba(255,255,255,.18);font-size:62.5%}html{scroll-behavior:smooth;background-color:#000;font-size:62.5%;overflow-x:clip}body{color:#fff;background:#fff;margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:1.6rem;line-height:1.5;overflow-x:hidden}.appShell{flex-direction:column;min-height:100dvh;display:flex}.appShell footer{width:100%;position:static}.pageContent{flex:1;min-height:0}
.Header-module__ldgnoG__header{background-color:var(--background);border-bottom:.1rem solid #e5e7eb;display:block;position:relative;box-shadow:0 .2rem .5rem rgba(0,0,0,.08)}.Header-module__ldgnoG__inner{max-width:var(--max-width);height:var(--header-height);justify-content:space-between;align-items:center;gap:1.6rem;margin-left:auto;margin-right:auto;padding-left:max(1.6rem,min(2vw,3.2rem));padding-right:max(1.6rem,min(2vw,3.2rem));display:flex;position:relative}@keyframes Header-module__ldgnoG__shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.Header-module__ldgnoG__skeleton{z-index:2;background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 50%,#f1f5f9 75%) 0 0/200% 100%;width:100%;height:100%;transition:opacity 1.2s ease-in-out;animation:2.5s linear infinite Header-module__ldgnoG__shimmer;position:absolute;top:0;left:0}.Header-module__ldgnoG__skeletonHidden{opacity:0;pointer-events:none}.Header-module__ldgnoG__smoothImg{opacity:0;transition:opacity 1.2s ease-in-out}.Header-module__ldgnoG__imgLoaded{opacity:1}.Header-module__ldgnoG__logo{cursor:pointer;align-items:center;min-width:12rem;height:5.4rem;display:flex;position:relative}.Header-module__ldgnoG__logoImg{cursor:pointer;width:auto;height:100%}.Header-module__ldgnoG__nav{align-items:stretch;gap:1px;transition:transform .3s,opacity .3s;display:flex}.Header-module__ldgnoG__rightGroup{align-items:stretch;gap:1.6rem;margin-left:auto;display:flex}.Header-module__ldgnoG__link{color:#333;background-color:transparent;justify-content:center;align-items:center;width:auto;height:100%;padding:0 2rem;font-size:1.6rem;font-weight:600;text-decoration:none;transition:background .2s,transform .2s;display:flex}.Header-module__ldgnoG__linkActive{color:#28aaa9;font-weight:700}.Header-module__ldgnoG__link:hover{transform:scale(1.02)}.Header-module__ldgnoG__langGroup{position:relative}.Header-module__ldgnoG__langBtn{cursor:pointer;background:#fff;border:none;border-radius:.6rem;align-items:center;margin-left:3rem;padding:.6rem 1rem;font-size:1.6rem;transition:transform .2s,background .3s;display:flex}.Header-module__ldgnoG__langIcon{border-radius:50%;width:3rem;height:3rem;margin-right:.2rem;position:relative;overflow:hidden}.Header-module__ldgnoG__langIcon img{object-fit:contain;width:100%;height:100%;display:block}.Header-module__ldgnoG__langLabel{opacity:.8;font-size:1.2rem}.Header-module__ldgnoG__langCurrent{font-size:1.4rem;font-weight:600}.Header-module__ldgnoG__langText{flex-direction:column;align-items:flex-start;line-height:1.2;display:flex}.Header-module__ldgnoG__langBtn:hover{transform:scale(1.05)}.Header-module__ldgnoG__langMenu{opacity:0;pointer-events:none;z-index:1200;background:#fff;border:.1rem solid #e5e7eb;border-radius:.8rem;min-width:18rem;padding:.6rem;transition:opacity .2s,transform .2s;position:absolute;top:calc(100% + .6rem);right:0;transform:translateY(-.6rem);box-shadow:0 1.2rem 2.4rem rgba(0,0,0,.12)}.Header-module__ldgnoG__langMenuOpen{opacity:1;pointer-events:auto;transform:translateY(0)}.Header-module__ldgnoG__langOption{cursor:pointer;background:0 0;border:none;border-radius:.6rem;align-items:center;gap:.8rem;width:100%;padding:.8rem;transition:background .15s;display:flex}.Header-module__ldgnoG__langOptionIcon{object-fit:cover;border-radius:.3rem;width:1.8rem;height:1.8rem}.Header-module__ldgnoG__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:.4rem;padding:.8rem;display:none}.Header-module__ldgnoG__hamburgerBar{background-color:#222;border-radius:.2rem;width:2.4rem;height:.2rem;transition:transform .3s}.Header-module__ldgnoG__overlay{opacity:0;pointer-events:none;z-index:999;background:rgba(0,0,0,.5);transition:opacity .3s;position:fixed;top:0;bottom:0;left:0;right:0}.Header-module__ldgnoG__overlayOpen{opacity:1;pointer-events:auto}@media (max-width:76.8rem){.Header-module__ldgnoG__hamburger{z-index:1001;display:flex}.Header-module__ldgnoG__logoImg{height:4.5rem}.Header-module__ldgnoG__logo{z-index:1000;min-width:10rem;height:4.5rem;position:absolute;left:50%;transform:translate(-50%)}.Header-module__ldgnoG__langBtn{margin-left:0}.Header-module__ldgnoG__langText{display:none}.Header-module__ldgnoG__rightGroup{z-index:1001;margin-left:auto}.Header-module__ldgnoG__nav{top:var(--header-height,6.4rem);opacity:0;pointer-events:none;z-index:1000;background-color:#fff;border-right:.1rem solid #ddd;flex-direction:column;width:65%;height:auto;transition:transform .3s,opacity .3s;position:absolute;left:0;transform:translate(-100%);box-shadow:.2rem 0 .8rem rgba(0,0,0,.1)}.Header-module__ldgnoG__active{opacity:1;pointer-events:auto;transform:translate(0)}.Header-module__ldgnoG__link{border-bottom:.05rem solid #f2f2f2;justify-content:flex-start;height:auto;padding:1.5rem 1.6rem}}
.Footer-module__Grjkva__footer{background:var(--footer-bg);color:var(--footer-ink)}.Footer-module__Grjkva__inner{width:min(100% - 3.2rem,var(--max-width));margin-left:auto;margin-right:auto;padding-top:3.2rem;padding-bottom:3.2rem}.Footer-module__Grjkva__cols{grid-template-columns:minmax(24rem,30rem) repeat(3,minmax(0,1fr));align-items:start;gap:2.4rem;display:grid}.Footer-module__Grjkva__col:first-child{overflow-wrap:anywhere;word-break:break-word;max-width:30rem;padding-top:1.8rem}.Footer-module__Grjkva__title{color:#fff;margin-bottom:1.2rem;font-size:1.6rem;font-weight:700}.Footer-module__Grjkva__list{gap:.8rem;margin:0;padding:0;list-style:none;display:grid}.Footer-module__Grjkva__list a{color:var(--footer-muted);font-size:1.4rem;text-decoration:none;transition:color .2s,transform .2s}.Footer-module__Grjkva__list a:hover{color:#fff;transform:translate(.2rem)}.Footer-module__Grjkva__separator{background:var(--footer-line);width:100%;height:.1rem}.Footer-module__Grjkva__bottom{grid-template-columns:1fr auto auto;align-items:center;gap:1.2rem;display:grid}.Footer-module__Grjkva__bottomLeft{flex-wrap:wrap;justify-content:center;gap:.8rem;display:flex}.Footer-module__Grjkva__brand{color:#fff;font-size:1.5rem;font-weight:700}.Footer-module__Grjkva__copy{color:var(--footer-muted);font-size:1.3rem}.Footer-module__Grjkva__bottomRight{gap:1.6rem;display:flex}.Footer-module__Grjkva__legalLink{color:var(--footer-ink);opacity:.9;font-size:1.3rem;text-decoration:none;transition:opacity .2s,-webkit-text-decoration-color .2s,text-decoration-color .2s}.Footer-module__Grjkva__legalLink:hover{opacity:1;text-underline-offset:.2rem;text-decoration:underline}.Footer-module__Grjkva__logo{margin-bottom:.6rem}.Footer-module__Grjkva__desc{color:var(--footer-muted);max-width:36ch;margin-top:0;font-size:1.4rem;line-height:1.6}.Footer-module__Grjkva__socials{gap:1.2rem;display:flex}.Footer-module__Grjkva__socials a{color:var(--footer-ink);font-size:1.8rem;transition:color .2s,transform .2s}.Footer-module__Grjkva__socials a:hover{color:#fff;transform:scale(1.1)}@media (max-width:56rem){.Footer-module__Grjkva__cols{text-align:center;grid-template-columns:1fr;justify-items:center}.Footer-module__Grjkva__col{width:100%}.Footer-module__Grjkva__title{margin-bottom:1rem}.Footer-module__Grjkva__list{flex-direction:column;align-items:center;gap:.6rem;display:flex}.Footer-module__Grjkva__bottom{text-align:center;grid-template-columns:1fr;gap:1.6rem}.Footer-module__Grjkva__bottomLeft{flex-direction:column;justify-content:center;align-items:center;gap:.4rem}.Footer-module__Grjkva__bottomRight,.Footer-module__Grjkva__socials{justify-content:center}.Footer-module__Grjkva__socials a{font-size:2rem}.Footer-module__Grjkva__col:first-child{text-align:center}}
