.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}:root{--accent:#4f46e5;--accent-subtle:#6366f1;--accent-dim:#4f46e51a;--accent-hover:#4338ca;--bg:#f8fafc;--bg-surface:#fff;--bg-card:#f1f5f9;--text:#0f172a;--text-muted:#475569;--border:#0f172a14;--shadow:0 1px 3px #0000000f, 0 8px 24px #0000000a;--bg-secondary:#ffffffe6;--blue:#4f46e5;--header-height:8rem;scroll-padding-top:8rem}:root.dark{--accent:#fbbf24;--accent-subtle:#fcd34d;--accent-dim:#fbbf241a;--accent-hover:#f59e0b;--bg:#09090b;--bg-surface:#0f0f13;--bg-card:#18181b;--text:#f1f5f9;--text-muted:#94a3b8;--border:#ffffff12;--shadow:0 1px 3px #0006, 0 8px 24px #0000004d;--bg-secondary:#0f0f13eb;--blue:#fbbf24}*,:before,:after{box-sizing:border-box;margin:0;padding:0}ul,li{list-style:none}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}html{scroll-behavior:smooth;font-size:62.5%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.6rem;line-height:1.6;transition:background-color .3s,color .3s}.contactButton{border:1px solid var(--border);background-color:var(--bg-surface);cursor:pointer;border-radius:.8rem;align-items:center;gap:1.2rem;padding:1.4rem 2.4rem;transition:all .2s;display:flex}.contactButton img{opacity:.7;flex-shrink:0;width:2.2rem}.contactButton a{color:var(--text);font-size:1.4rem;font-weight:500}.contactButton:hover{border-color:var(--accent);background-color:var(--accent-dim)}.contactButton:hover a{color:var(--accent)}button{cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit}button:disabled{opacity:.5;cursor:not-allowed}:root.dark .contactButton{background-color:var(--bg-card)}:root.dark header.header-fixed a{color:var(--text)}
.Dropdown-module__R3eBGG__dropdownContainer{border-radius:2.5rem;width:4.6rem;position:absolute;top:0;left:0}.Dropdown-module__R3eBGG__dropdownContent{width:4.6rem;box-shadow:var(--shadow);border:1px solid var(--border);background:var(--bg-surface);z-index:1000;border-radius:2.5rem;flex-direction:column;transition:background .3s,border-color .3s;animation:.3s ease-out forwards Dropdown-module__R3eBGG__smoothExpand;display:flex;position:relative;overflow:hidden}@keyframes Dropdown-module__R3eBGG__smoothExpand{0%{opacity:.8;max-height:4.6rem}to{opacity:1;max-height:15rem}}.Dropdown-module__R3eBGG__styledButton{cursor:pointer;background:0 0;border:none;border-radius:2rem;flex-shrink:0;justify-content:center;align-items:center;width:4.6rem;height:4.6rem;padding:.5rem;transition:background-color .25s;display:flex;position:relative}.Dropdown-module__R3eBGG__styledButton:first-child{border-radius:2.5rem 2.5rem 0 0}.Dropdown-module__R3eBGG__styledButton:last-child{border-radius:0 0 2.5rem 2.5rem}.Dropdown-module__R3eBGG__styledButton:only-child{border-radius:2.5rem}.Dropdown-module__R3eBGG__styledButton:hover,.Dropdown-module__R3eBGG__styledButton:focus{background-color:var(--accent-dim);transition:background-color .2s}.Dropdown-module__R3eBGG__styledButton img{border-radius:50%;width:3rem;height:auto;display:block}
.LanguageSwitcher-module__U9ItxG__container{width:4.6rem;height:4.6rem;display:flex;position:relative}.LanguageSwitcher-module__U9ItxG__button{cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:4.6rem;height:4.6rem;padding:.5rem;transition:background-color .25s;display:flex}.LanguageSwitcher-module__U9ItxG__button:hover,.LanguageSwitcher-module__U9ItxG__button:focus{background-color:var(--accent-dim)}.LanguageSwitcher-module__U9ItxG__button img{border-radius:50%;width:3rem;display:block}.LanguageSwitcher-module__U9ItxG__button .LanguageSwitcher-module__U9ItxG__arrow{width:1rem}
.Header-module__ldgnoG__container{background-color:var(--bg-secondary);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border);z-index:1000;width:100vw;height:8rem;transition:background-color .3s,border-color .3s;position:fixed;top:0;left:0}.Header-module__ldgnoG__inner{justify-content:space-between;align-items:center;max-width:1600px;height:100%;margin:0 auto;padding:0 10%;display:flex}.Header-module__ldgnoG__backLink{color:var(--text-muted);align-items:center;gap:.4rem;font-family:Inter,sans-serif;font-size:1.2rem;font-weight:400;text-decoration:none;transition:color .2s;display:inline-flex;position:absolute;top:50%;left:2rem;transform:translateY(-50%)}.Header-module__ldgnoG__backLink:hover{color:var(--accent)}.Header-module__ldgnoG__logo{letter-spacing:-.03em;color:var(--text);flex-shrink:0;font-family:Inter,sans-serif;font-size:1.8rem;font-weight:700;transition:color .2s}.Header-module__ldgnoG__logo span:first-child{color:var(--accent)}.Header-module__ldgnoG__nav{align-items:center;gap:.7rem;display:flex}.Header-module__ldgnoG__nav>a{color:var(--text-muted);letter-spacing:.01em;border-radius:.5rem;padding:.5rem .9rem;font-size:1.4rem;font-weight:500;transition:color .2s,background-color .2s}.Header-module__ldgnoG__nav>a:hover{color:var(--text);background-color:var(--accent-dim)}.Header-module__ldgnoG__button{letter-spacing:.02em;border:1.5px solid var(--accent);border-radius:.5rem;flex-shrink:0;margin-left:.6rem;font-size:1.4rem;font-weight:600;background:var(--accent)!important;color:#fff!important;padding:.55rem 1.6rem!important;transition:all .2s!important}.Header-module__ldgnoG__button:hover{box-shadow:0 4px 12px var(--accent-dim);transform:translateY(-1px);background:var(--accent-hover)!important;border-color:var(--accent-hover)!important;color:#fff!important}.Header-module__ldgnoG__styledLinkedIn{justify-content:center;align-items:center;padding:.4rem;display:flex}.Header-module__ldgnoG__styledLinkedIn img{opacity:.85;width:2rem;height:auto;transition:opacity .2s}.Header-module__ldgnoG__styledLinkedIn:hover img{opacity:1}.Header-module__ldgnoG__nav input[type=checkbox]{visibility:hidden;outline:none;width:0;height:0;position:absolute}.Header-module__ldgnoG__nav label{cursor:pointer;text-indent:-9999px;background:var(--bg-card);border:1.5px solid var(--border);border-radius:10rem;flex-shrink:0;width:4.2rem;height:2.2rem;margin-left:.8rem;transition:background-color .25s,border-color .25s;display:block;position:relative}.Header-module__ldgnoG__nav label:after{content:"";background:var(--text-muted);border-radius:50%;width:1.5rem;height:1.5rem;transition:left .25s,background-color .25s;position:absolute;top:50%;left:2px;transform:translateY(-50%)}.Header-module__ldgnoG__nav input[type=checkbox]:checked+label{background:var(--accent-dim);border-color:var(--accent)}.Header-module__ldgnoG__nav input[type=checkbox]:checked+label:after{background:var(--accent);left:calc(100% - 2px);transform:translate(-100%,-50%)}.Header-module__ldgnoG__menu{background:var(--text);cursor:pointer;border:none;flex-shrink:0;width:2.2rem;height:.2rem;padding:0;transition:background-color .3s;display:none;position:relative}.Header-module__ldgnoG__menu:before,.Header-module__ldgnoG__menu:after{content:"";background:var(--text);width:100%;height:.2rem;transition:all .35s,background-color .3s;display:block;position:absolute}.Header-module__ldgnoG__menu:before{bottom:.6rem}.Header-module__ldgnoG__menu:after{top:.6rem}.Header-module__ldgnoG__menu.Header-module__ldgnoG__active{background-color:#0000}.Header-module__ldgnoG__menu.Header-module__ldgnoG__active:before{bottom:0;transform:rotate(45deg)}.Header-module__ldgnoG__menu.Header-module__ldgnoG__active:after{top:0;transform:rotate(135deg)}@media (max-width:1100px){.Header-module__ldgnoG__inner{padding:0 4%}}@media (max-width:960px){.Header-module__ldgnoG__menu{display:block}.Header-module__ldgnoG__backLink{font-size:1.1rem;top:auto;bottom:.6rem;left:1.6rem;transform:none}.Header-module__ldgnoG__nav{visibility:hidden;opacity:0;pointer-events:none;background-color:var(--bg-surface);border-top:1px solid var(--border);flex-direction:column;justify-content:center;align-items:center;gap:1.6rem;width:100vw;height:calc(100vh - 8rem);padding:3rem 0;transition:opacity .22s,visibility .22s,transform .22s;position:fixed;top:8rem;left:0;overflow-y:auto;transform:translateY(-.6rem)}.Header-module__ldgnoG__nav>a{text-align:center;width:28rem;padding:1.2rem 2rem;font-size:2rem}.Header-module__ldgnoG__button{text-align:center;width:28rem!important;margin:.4rem 0 0!important;padding:1.2rem 0!important;font-size:2rem!important}.Header-module__ldgnoG__styledLinkedIn{justify-content:center;width:28rem;padding:1.2rem 2rem}.Header-module__ldgnoG__nav label{width:6rem;height:3.2rem;margin:.8rem 0 0}.Header-module__ldgnoG__nav label:after{width:2.4rem;height:2.4rem}.Header-module__ldgnoG__nav.Header-module__ldgnoG__active{visibility:visible;opacity:1;pointer-events:auto;transform:translateY(0)}.Header-module__ldgnoG__nav.Header-module__ldgnoG__inactive{visibility:hidden;opacity:0;pointer-events:none;transform:translateY(-.6rem)}}@media (max-width:480px){.Header-module__ldgnoG__inner{padding:0 1.6rem}.Header-module__ldgnoG__nav{gap:.8rem;padding:1.2rem 0}.Header-module__ldgnoG__nav>a{padding:.9rem 2rem;font-size:1.7rem}.Header-module__ldgnoG__button{padding:.9rem 0!important;font-size:1.7rem!important}.Header-module__ldgnoG__styledLinkedIn{padding:.9rem 2rem}}
