.Footer-module__3hUVsW__footer{background-color:var(--bg-primary);color:var(--text-secondary)}.Footer-module__3hUVsW__top{border-top:1px solid var(--border-secondary);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-block:1.5rem;display:flex}.Footer-module__3hUVsW__text{max-width:40rem;margin:0;font-size:.875rem;line-height:140%}.Footer-module__3hUVsW__bottom{border-top:1px solid var(--border-secondary);padding-block:1.5rem}.Footer-module__3hUVsW__row{justify-content:space-between;align-items:center;gap:1rem;display:flex}.Footer-module__3hUVsW__copyright{margin:0;font-size:.875rem;line-height:140%}.Footer-module__3hUVsW__links{align-items:center;gap:1.5rem;display:flex}.Footer-module__3hUVsW__link{color:var(--text-secondary);font-size:.875rem;line-height:140%;text-decoration:none}.Footer-module__3hUVsW__link:hover{color:var(--text-primary)}@media (max-width:600px){.Footer-module__3hUVsW__row,.Footer-module__3hUVsW__top{text-align:center;flex-direction:column;gap:.5rem}.Footer-module__3hUVsW__links{flex-direction:column;gap:.5rem}.Footer-module__3hUVsW__bottom,.Footer-module__3hUVsW__top{padding-block:1rem}}
.AuthLayout-module__VWZfwq__wrapper{background-color:var(--bg-primary);position:relative}.AuthLayout-module__VWZfwq__main{flex-direction:column;min-height:100svh;display:flex}.AuthLayout-module__VWZfwq__section{max-height:100svh;padding-block:var(--spacing-size-120);flex-direction:column;flex:1;display:flex}.AuthLayout-module__VWZfwq__loginBg{background-position:50%;background-repeat:no-repeat;background-size:cover}.AuthLayout-module__VWZfwq__formWrap{width:100%;max-width:40rem;padding:var(--spacing-size-48);border:1px solid var(--border-secondary);border-radius:var(--spacing-size-24);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(#193c5e80 0%,#051427d9 100%) padding-box padding-box;flex-direction:column;flex:1;min-height:0;margin-inline:auto;display:flex;overflow:auto}.AuthLayout-module__VWZfwq__wrapper .AuthLayout-module__VWZfwq__header,.AuthLayout-module__VWZfwq__wrapper .AuthLayout-module__VWZfwq__footer{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background-color:#11182866}.AuthLayout-module__VWZfwq__wrapper .AuthLayout-module__VWZfwq__footer{z-index:101;border-top:1px solid var(--border-secondary);padding-block:1.5rem;position:fixed;inset:auto 0 0}@media (max-width:767px){.AuthLayout-module__VWZfwq__formWrap{max-height:72svh}}@media (max-width:600px){.AuthLayout-module__VWZfwq__wrapper .AuthLayout-module__VWZfwq__footer{padding-block:1rem}}
.Header-module__lnUIdW__header{--header-height:3.5rem;z-index:101;height:var(--header-height);background-color:var(--bg-primary);border-bottom:1px solid var(--border-secondary);position:fixed;inset:0 0 auto}.Header-module__lnUIdW__inner{justify-content:space-between;align-items:center;height:100%;display:flex}.Header-module__lnUIdW__logo{color:var(--text-primary);z-index:102;align-items:center;gap:.5rem;margin-right:2.5rem;text-decoration:none;display:inline-flex}.Header-module__lnUIdW__logo:hover{opacity:.85}.Header-module__lnUIdW__logoIcon{width:1.5rem;height:auto}.Header-module__lnUIdW__logoText{font-family:var(--font-family-body);font-size:1.5rem;font-weight:var(--font-weight-bold);text-transform:uppercase;line-height:100%}.Header-module__lnUIdW__nav,.Header-module__lnUIdW__navList{align-items:center;display:flex}.Header-module__lnUIdW__nav{flex-grow:1;justify-content:space-between}.Header-module__lnUIdW__navLink{color:var(--text-primary);font-weight:var(--font-weight-medium);padding:.75rem 1.25rem;line-height:100%;text-decoration:none;transition:color .2s}.Header-module__lnUIdW__dropdown{display:inline-block;position:relative}.Header-module__lnUIdW__dropdownButton{color:var(--text-primary);font:inherit;font-size:1.1rem;font-weight:var(--font-weight-medium);cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;padding:.75rem 1.25rem;line-height:100%;transition:color .2s;display:inline-flex}.Header-module__lnUIdW__dropdownOpen .Header-module__lnUIdW__dropdownButton{color:var(--text-accent)}.Header-module__lnUIdW__dropdownButton:focus{outline:none}.Header-module__lnUIdW__dropdownButton:focus-visible,.Header-module__lnUIdW__navLink:focus-visible,.Header-module__lnUIdW__dropdownItem:focus-visible{outline:2px solid var(--text-accent);outline-offset:2px}.Header-module__lnUIdW__dropdownIcon{width:.75rem;height:.75rem;transition:transform .2s}.Header-module__lnUIdW__dropdownOpen .Header-module__lnUIdW__dropdownIcon{transform:rotateX(180deg)}.Header-module__lnUIdW__dropdownList{z-index:100;border:1px solid var(--border-primary);background-color:var(--bg-secondary);visibility:hidden;opacity:0;scrollbar-width:thin;scrollbar-color:#ffffff80 transparent;border-radius:1rem;flex-direction:column;gap:1.5rem;max-height:22rem;padding:1.5rem;transition:opacity .2s,transform .2s,visibility .2s linear;display:flex;position:absolute;top:calc(100% + .2rem);left:0;overflow-y:auto;transform:translateY(-10px)}.Header-module__lnUIdW__dropdownListRight{left:auto;right:0}.Header-module__lnUIdW__dropdownOpen .Header-module__lnUIdW__dropdownList{visibility:visible;opacity:1;transform:translateY(0)}.Header-module__lnUIdW__dropdownItem{color:var(--text-secondary);font-size:1.1rem;font-weight:var(--font-weight-medium);white-space:nowrap;line-height:120%;text-decoration:none;transition:color .2s}.Header-module__lnUIdW__dropdownItemActive{color:var(--text-primary)}.Header-module__lnUIdW__dropdownItemCurrent{color:var(--text-accent)}.Header-module__lnUIdW__languageItem{justify-content:space-between;align-items:center;gap:1rem;display:flex}.Header-module__lnUIdW__languageCode{opacity:.5;font-size:.8em}@media (hover:hover) and (pointer:fine){.Header-module__lnUIdW__dropdownButton:hover,.Header-module__lnUIdW__navLink:hover,.Header-module__lnUIdW__dropdownItem:hover{color:var(--text-accent)}}@media (hover:none) and (pointer:coarse){.Header-module__lnUIdW__dropdownButton:active,.Header-module__lnUIdW__navLink:active,.Header-module__lnUIdW__dropdownItem:active{color:var(--text-accent)}}.Header-module__lnUIdW__mobileToggle{cursor:pointer;z-index:102;background:0 0;border:none;padding:0;display:none}.Header-module__lnUIdW__mobileIcon{width:2rem;height:2rem}@media (max-width:1024px){.Header-module__lnUIdW__mobileToggle{justify-content:center;align-items:center;display:flex}.Header-module__lnUIdW__nav{display:none}.Header-module__lnUIdW__navOpen{top:var(--header-height);z-index:100;width:100%;height:calc(100dvh - var(--header-height));padding:2rem var(--spacing-padding-horizontal);background:var(--bg-primary);flex-direction:column;justify-content:flex-start;align-items:stretch;gap:.5rem;display:flex;position:fixed;left:0;overflow-y:auto}.Header-module__lnUIdW__navOpen .Header-module__lnUIdW__navList{flex-direction:column;align-items:stretch;gap:.5rem;width:100%}.Header-module__lnUIdW__navOpen .Header-module__lnUIdW__dropdown,.Header-module__lnUIdW__navOpen .Header-module__lnUIdW__navLink{background-color:var(--bg-secondary);border-radius:.75rem;width:100%}.Header-module__lnUIdW__navOpen .Header-module__lnUIdW__navLink{padding:.75rem 1rem;display:block}.Header-module__lnUIdW__navOpen .Header-module__lnUIdW__dropdownButton{justify-content:space-between;width:100%;padding:.75rem 1rem}.Header-module__lnUIdW__navOpen .Header-module__lnUIdW__dropdownList{visibility:visible;opacity:1;background:0 0;border:none;border-radius:0;gap:0;max-height:none;padding:0 0 .5rem;display:none;position:static;overflow:visible;transform:none}.Header-module__lnUIdW__navOpen .Header-module__lnUIdW__dropdownOpen .Header-module__lnUIdW__dropdownList{display:flex}.Header-module__lnUIdW__navOpen .Header-module__lnUIdW__dropdownItem{padding:.5rem 1rem}}@media (max-width:768px){.Header-module__lnUIdW__header{--header-height:3rem}.Header-module__lnUIdW__logo{margin-right:1.5rem}.Header-module__lnUIdW__logoIcon{width:1.25rem}.Header-module__lnUIdW__logoText{font-size:1.25rem}}
