:root{--header-topbar-height:28px;--header-height-mobile:60px;--header-height-desktop:70px;--header-total-mobile:calc(var(--header-topbar-height) + var(--header-height-mobile))}.header-module__FpSQAG__header{z-index:1000;background:#fff;position:fixed;top:0;left:0;right:0}.header-module__FpSQAG__topBar{color:var(--muted,#6b6b6b);background:#fafafa;border-bottom:1px solid #eee;font-size:11px;display:block}.header-module__FpSQAG__topBarInner{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;max-width:1200px;margin:0 auto;padding:4px 12px;display:flex}.header-module__FpSQAG__infoItem{align-items:center;gap:4px;display:flex}.header-module__FpSQAG__infoItem span{line-height:1.2}.header-module__FpSQAG__mainBar{height:var(--header-height-mobile);background:#fff;box-shadow:0 2px 8px #00000014}.header-module__FpSQAG__mainBarInner{justify-content:space-between;align-items:center;gap:12px;max-width:1200px;height:100%;margin:0 auto;padding:0 12px;display:flex}.header-module__FpSQAG__logoLink{flex-shrink:0;align-items:center;display:flex}.header-module__FpSQAG__logo{width:auto;height:40px}.header-module__FpSQAG__desktopNav{align-items:center;gap:20px;font-size:13px;display:none}.header-module__FpSQAG__navLink{color:var(--text,#363636);text-transform:uppercase;letter-spacing:.03em;white-space:nowrap;padding:4px 0;font-weight:500;text-decoration:none;position:relative}.header-module__FpSQAG__navLink:hover,.header-module__FpSQAG__navLink:focus-visible{color:var(--accent,#b89b90)}.header-module__FpSQAG__navLink:after{content:"";background:var(--accent,#b89b90);height:2px;transition:transform .2s;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.header-module__FpSQAG__navLink:hover:after,.header-module__FpSQAG__navLink:focus-visible:after{transform:scaleX(1)}.header-module__FpSQAG__navCta{background-color:var(--accent,#b89b90);letter-spacing:.04em;border-radius:6px;font-weight:700;transition:background-color .18s,transform .12s;color:#fff!important;padding:6px 16px!important}.header-module__FpSQAG__navCta:hover,.header-module__FpSQAG__navCta:focus-visible{background-color:#a08778;transform:translateY(-1px);color:#fff!important}.header-module__FpSQAG__navCta:after{display:none!important}.header-module__FpSQAG__mobileNavCta{background-color:var(--accent,#b89b90);text-align:center;border-radius:8px;margin-top:8px;font-weight:700;color:#fff!important}.header-module__FpSQAG__mobileNavCta:hover,.header-module__FpSQAG__mobileNavCta:focus-visible{background-color:#a08778;color:#fff!important}.header-module__FpSQAG__localeSwitcher{border-left:1px solid #ddd;align-items:center;gap:4px;margin-left:8px;padding-left:12px;display:flex}.header-module__FpSQAG__localeLink{color:var(--text,#363636);padding:2px 4px;font-size:12px;font-weight:500;text-decoration:none}.header-module__FpSQAG__localeLink:hover{color:var(--accent,#b89b90)}.header-module__FpSQAG__ctaDesktop{flex-shrink:0;display:none!important}.header-module__FpSQAG__mobileActions{align-items:center;gap:12px;display:flex}.header-module__FpSQAG__ctaMobile{height:34px;padding:0 12px;font-size:11px}.header-module__FpSQAG__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;padding:8px;display:flex}.header-module__FpSQAG__hamburgerLine{background:var(--text,#363636);border-radius:1px;width:24px;height:2px;transition:transform .3s,opacity .3s;display:block}.header-module__FpSQAG__hamburgerOpen .header-module__FpSQAG__hamburgerLine:first-child{transform:translateY(7px)rotate(45deg)}.header-module__FpSQAG__hamburgerOpen .header-module__FpSQAG__hamburgerLine:nth-child(2){opacity:0}.header-module__FpSQAG__hamburgerOpen .header-module__FpSQAG__hamburgerLine:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.header-module__FpSQAG__mobileMenu{top:var(--header-total-mobile);z-index:999;background:#fff;width:280px;max-width:85vw;transition:transform .3s;position:fixed;bottom:0;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-4px 0 20px #0000001a}.header-module__FpSQAG__mobileMenuOpen{transform:translate(0)}.header-module__FpSQAG__mobileNav{flex-direction:column;gap:4px;padding:20px;display:flex}.header-module__FpSQAG__mobileNavLink{color:var(--text,#363636);text-transform:uppercase;letter-spacing:.03em;border-radius:8px;padding:14px 12px;font-size:15px;font-weight:500;text-decoration:none;transition:background-color .2s;display:block}.header-module__FpSQAG__mobileNavLink:hover,.header-module__FpSQAG__mobileNavLink:focus-visible{color:var(--accent,#b89b90);background:#f5f5f5}.header-module__FpSQAG__mobileLocaleSwitcher{border-top:1px solid #eee;gap:8px;margin-top:8px;padding:12px;display:flex}.header-module__FpSQAG__mobileLocaleLink{text-align:center;color:var(--text,#363636);background:#f5f5f5;border-radius:6px;flex:1;padding:10px;font-size:14px;font-weight:500;text-decoration:none;transition:background-color .2s}.header-module__FpSQAG__mobileLocaleLink:hover,.header-module__FpSQAG__mobileLocaleLink:focus-visible{color:var(--accent,#b89b90);background:#eee}.header-module__FpSQAG__overlay{inset:0;top:var(--header-total-mobile);z-index:998;background:#0006;animation:.3s header-module__FpSQAG__fadeIn;position:fixed}@keyframes header-module__FpSQAG__fadeIn{0%{opacity:0}to{opacity:1}}@media (min-width:768px){.header-module__FpSQAG__mainBarInner{padding:0 20px}.header-module__FpSQAG__logo{height:50px}.header-module__FpSQAG__ctaMobile{height:36px;padding:0 16px;font-size:12px}.header-module__FpSQAG__mobileMenu{width:320px}}@media (min-width:1024px){.header-module__FpSQAG__topBar{font-size:12px}.header-module__FpSQAG__topBarInner{justify-content:flex-start;gap:24px;padding:6px 16px}.header-module__FpSQAG__infoItem{gap:6px}.header-module__FpSQAG__mainBar{height:var(--header-height-desktop)}.header-module__FpSQAG__mainBarInner{padding:0 24px}.header-module__FpSQAG__logo{height:55px}.header-module__FpSQAG__desktopNav{display:flex}.header-module__FpSQAG__ctaDesktop{display:inline-flex!important}.header-module__FpSQAG__mobileActions{display:none}.header-module__FpSQAG__mobileMenu,.header-module__FpSQAG__overlay{display:none!important}}@media (min-width:1200px){.header-module__FpSQAG__desktopNav{gap:28px;font-size:14px}.header-module__FpSQAG__logo{height:60px}}@media (max-height:500px) and (orientation:landscape){:root{--header-topbar-height:22px;--header-height-mobile:50px;--header-total-mobile:calc(var(--header-topbar-height) + var(--header-height-mobile))}.header-module__FpSQAG__topBar{font-size:10px}.header-module__FpSQAG__topBarInner{gap:10px;padding:2px 12px}.header-module__FpSQAG__logo{height:35px}.header-module__FpSQAG__ctaMobile{height:30px;padding:0 10px;font-size:10px}.header-module__FpSQAG__hamburger{gap:4px;width:36px;height:36px}.header-module__FpSQAG__hamburgerLine{width:20px}.header-module__FpSQAG__hamburgerOpen .header-module__FpSQAG__hamburgerLine:first-child{transform:translateY(6px)rotate(45deg)}.header-module__FpSQAG__hamburgerOpen .header-module__FpSQAG__hamburgerLine:nth-child(3){transform:translateY(-6px)rotate(-45deg)}.header-module__FpSQAG__mobileMenu{width:50vw;max-width:300px}.header-module__FpSQAG__mobileNav{gap:2px;padding:12px}.header-module__FpSQAG__mobileNavLink{padding:10px 12px;font-size:13px}.header-module__FpSQAG__mobileLocaleSwitcher{margin-top:4px;padding:8px 12px}.header-module__FpSQAG__mobileLocaleLink{padding:8px;font-size:12px}}@media (max-height:400px) and (orientation:landscape){:root{--header-topbar-height:20px;--header-height-mobile:44px;--header-total-mobile:calc(var(--header-topbar-height) + var(--header-height-mobile))}.header-module__FpSQAG__topBar{font-size:9px}.header-module__FpSQAG__topBarInner{gap:8px;padding:2px 8px}.header-module__FpSQAG__logo{height:30px}.header-module__FpSQAG__ctaMobile{height:26px;padding:0 8px;font-size:9px}.header-module__FpSQAG__mobileNavLink{padding:8px 10px;font-size:12px}}.header-module__FpSQAG__headerActions{align-items:center;gap:12px;display:flex}.header-module__FpSQAG__loginLink{color:var(--primary,#1a1a1a);border-radius:4px;padding:6px 12px;font-size:14px;text-decoration:none;transition:background-color .2s}.header-module__FpSQAG__loginLink:hover{background-color:#f0f0f0}.header-module__FpSQAG__userMenu{position:relative}.header-module__FpSQAG__userMenuButton{cursor:pointer;color:var(--primary,#1a1a1a);background:0 0;border:1px solid #e0e0e0;border-radius:20px;align-items:center;gap:8px;padding:6px 12px;font-size:14px;transition:all .2s;display:flex}.header-module__FpSQAG__userMenuButton:hover{background-color:#f5f5f5;border-color:#ccc}.header-module__FpSQAG__userAvatar{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:12px;font-weight:600;display:flex}.header-module__FpSQAG__userName{text-overflow:ellipsis;white-space:nowrap;max-width:120px;overflow:hidden}.header-module__FpSQAG__userDropdown{z-index:1001;background:#fff;border:1px solid #e0e0e0;border-radius:8px;min-width:180px;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 4px 12px #0000001a}.header-module__FpSQAG__userDropdownItem{text-align:left;width:100%;color:var(--primary,#1a1a1a);cursor:pointer;background:0 0;border:none;padding:10px 16px;font-size:14px;text-decoration:none;transition:background-color .2s;display:block}.header-module__FpSQAG__userDropdownItem:hover{background-color:#f5f5f5}.header-module__FpSQAG__userDropdownDivider{border:none;border-top:1px solid #e0e0e0;margin:4px 0}@media (max-width:1023px){.header-module__FpSQAG__userMenu,.header-module__FpSQAG__headerActions{display:none}}@media (max-width:1200px){.header-module__FpSQAG__userName{display:none}}
#footer-module__Vmx-gq__footer{z-index:1000;background-color:#2d2d2d;min-height:56px;padding:10px 0;position:fixed;bottom:0;left:0;right:0}#footer-module__Vmx-gq__footerMobile{background-color:#2d2d2d;min-height:auto;padding:10px 0;display:none}#footer-module__Vmx-gq__footerDiv{justify-content:center;align-items:center;gap:8px;margin-top:0;display:flex}.footer-module__Vmx-gq__footerText{color:#fff;text-align:center;flex-flow:wrap;justify-content:center;align-items:center;gap:2px 0;font-weight:700;display:flex}#footer-module__Vmx-gq__footerImgCol1{justify-content:flex-end;align-items:center;display:flex}#footer-module__Vmx-gq__footerImgCol2{justify-content:flex-start;align-items:center;display:flex}#footer-module__Vmx-gq__aImgLinks{justify-content:center;display:flex}.footer-module__Vmx-gq__footerComplaintLink{opacity:.85;color:#fff;font-size:12px;font-weight:600;text-decoration:none}.footer-module__Vmx-gq__footerComplaintLink:hover{opacity:1;text-decoration:underline}.footer-module__Vmx-gq__footerSeparator{color:#fff6;margin:0 2px}@media only screen and (max-width:1023px){.footer-module__Vmx-gq__footerText{font-size:14px}#footer-module__Vmx-gq__footer{display:none}#footer-module__Vmx-gq__footerMobile{display:flex}#footer-module__Vmx-gq__footerImgCol1{justify-content:center}.footer-module__Vmx-gq__footerComplaintLink{font-size:12px}}.footer-module__Vmx-gq__footerInner{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;padding:0 8px;display:flex}.footer-module__Vmx-gq__footerSocials{flex-shrink:0;align-items:center;gap:10px;display:flex}.footer-module__Vmx-gq__footerSocials a{opacity:.8;align-items:center;transition:opacity .15s;display:flex}.footer-module__Vmx-gq__footerSocials a:hover{opacity:1}
