.Header-module__zotyZG__header{z-index:var(--z-sticky);position:fixed;top:0;left:0;right:0}.Header-module__zotyZG__navbar{border-bottom:var(--border-width) solid transparent;transition:background-color var(--transition-base), border-color var(--transition-base), backdrop-filter var(--transition-base)}.Header-module__zotyZG__navbarTransparent{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#0d0d0f9e}.Header-module__zotyZG__navbarSolid{background-color:var(--color-black);border-bottom-color:var(--border-color-muted);-webkit-backdrop-filter:none;backdrop-filter:none}.Header-module__zotyZG__inner{box-sizing:border-box;width:100%;max-width:var(--container-max-width);padding-inline:var(--container-padding);height:var(--header-height);justify-content:space-between;align-items:center;gap:var(--space-6);margin-inline:auto;display:flex}.Header-module__zotyZG__logo{cursor:pointer;text-align:left;background:0 0;border:none;flex-shrink:0;align-items:center;padding:0;line-height:0;display:flex}.Header-module__zotyZG__logo:focus-visible{outline:2px solid var(--color-gold);outline-offset:4px}.Header-module__zotyZG__logoImage{width:auto;height:calc(var(--header-height) - 8px);max-height:calc(var(--header-height) - 8px);object-fit:contain;object-position:center left;display:block}.Header-module__zotyZG__nav{min-width:0}.Header-module__zotyZG__navList{align-items:center;gap:var(--space-5);display:flex}.Header-module__zotyZG__clientArea{font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold);letter-spacing:.06em;color:var(--color-white);background-color:var(--color-gold);border-radius:var(--radius-full);white-space:nowrap;transition:background-color var(--transition-fast);border:none;align-items:center;gap:10px;padding:10px 22px;text-decoration:none;display:inline-flex}.Header-module__zotyZG__clientArea:hover{background-color:var(--color-gold-light)}.Header-module__zotyZG__clientArea:focus-visible{outline:2px solid var(--color-gold-light);outline-offset:2px}.Header-module__zotyZG__menuToggle{width:44px;height:44px;color:var(--color-white);border:var(--border-width) solid #c79a2e73;border-radius:var(--radius-md);transition:background-color var(--transition-fast), border-color var(--transition-fast);flex-shrink:0;justify-content:center;align-items:center;display:none}.Header-module__zotyZG__menuToggle:hover{border-color:var(--color-gold);background-color:#c79a2e1f}.Header-module__zotyZG__menuToggle:focus-visible{outline:2px solid var(--color-gold-light);outline-offset:3px}.Header-module__zotyZG__menuBackdrop{inset:0;top:var(--header-offset);z-index:calc(var(--z-sticky) - 1);cursor:pointer;background-color:#0d0d0f8c;border:none;position:fixed}.Header-module__zotyZG__mobileNav{z-index:var(--z-sticky);gap:var(--space-4);max-height:calc(100dvh - var(--header-offset));padding:var(--space-4) var(--container-padding) var(--space-5);background-color:var(--color-black);border-bottom:var(--border-width) solid var(--border-color-muted);box-shadow:var(--shadow-lg);flex-direction:column;display:flex;position:absolute;top:100%;left:0;right:0;overflow-y:auto}.Header-module__zotyZG__mobileNavList{gap:var(--space-1);flex-direction:column;display:flex}.Header-module__zotyZG__mobileNavItem{width:100%;min-height:44px;padding:var(--space-3) var(--space-2);font-size:var(--font-size-sm);border-radius:var(--radius-sm);border-bottom:none;justify-content:flex-start;display:inline-flex}.Header-module__zotyZG__mobileNavItem:hover,.Header-module__zotyZG__mobileNavItem.Header-module__zotyZG__active{background-color:#c79a2e1a;border-bottom-color:#0000}.Header-module__zotyZG__clientAreaMobile{min-height:44px;font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold);letter-spacing:.06em;color:var(--color-white);background-color:var(--color-gold);border-radius:var(--radius-full);transition:background-color var(--transition-fast);border:none;justify-content:center;align-items:center;gap:10px;padding:10px 22px;text-decoration:none;display:inline-flex}.Header-module__zotyZG__clientAreaMobile:hover{background-color:var(--color-gold-light)}.Header-module__zotyZG__clientAreaMobile:focus-visible{outline:2px solid var(--color-gold-light);outline-offset:2px}@media (max-width:991px){.Header-module__zotyZG__inner{gap:var(--space-2);align-items:center;justify-content:unset;height:var(--header-height);min-height:var(--header-height);grid-template-columns:1fr auto;grid-template-areas:"logo toggle";display:grid}.Header-module__zotyZG__logo{grid-area:logo;min-width:0}.Header-module__zotyZG__logoImage{height:calc(var(--header-height) - 14px);max-height:calc(var(--header-height) - 14px);max-width:min(48vw,200px)}.Header-module__zotyZG__nav,.Header-module__zotyZG__clientArea{display:none}.Header-module__zotyZG__menuToggle{grid-area:toggle;width:40px;height:40px;display:inline-flex}.Header-module__zotyZG__navbar{position:relative}}@media (max-width:479px){.Header-module__zotyZG__logoImage{max-width:min(52vw,168px)}.Header-module__zotyZG__menuToggle{width:38px;height:38px}}@media (min-width:1024px) and (max-width:1440px) and (max-height:950px){.Header-module__zotyZG__logoImage{height:calc(var(--header-height) - 6px);max-height:calc(var(--header-height) - 6px)}.Header-module__zotyZG__navList{gap:var(--space-4)}.Header-module__zotyZG__clientArea{gap:8px;padding:8px 18px;font-size:.6875rem}}@media (min-width:1450px){.Header-module__zotyZG__inner{align-items:center;justify-content:unset;gap:var(--space-6);grid-template-columns:auto 1fr auto;width:100%;max-width:none;margin:0;margin-inline:0;padding-inline:clamp(32px,3vw,60px);display:grid}.Header-module__zotyZG__nav{justify-content:center;justify-self:stretch;display:flex}}
.TopBar-module__VxIPha__topbar{height:var(--topbar-height);min-height:var(--topbar-height);background:var(--gradient-gold);color:#fff;font-size:13px;font-weight:600}.TopBar-module__VxIPha__inner{box-sizing:border-box;width:100%;max-width:var(--container-max-width);padding-inline:var(--container-padding);justify-content:space-between;align-items:center;gap:var(--space-3);min-height:inherit;margin-inline:auto;padding-block:6px;display:flex}.TopBar-module__VxIPha__left{flex:auto;align-items:center;min-width:0;display:flex}.TopBar-module__VxIPha__leftExpanded{align-items:center;gap:var(--space-4);flex-wrap:nowrap;min-width:0;display:flex}.TopBar-module__VxIPha__leftCompact{flex:auto;align-items:center;min-width:0;display:none}.TopBar-module__VxIPha__phonesLine,.TopBar-module__VxIPha__item{white-space:nowrap;align-items:center;gap:4px;min-width:0;line-height:1.2;display:inline-flex}.TopBar-module__VxIPha__icon{color:#fff;flex-shrink:0;width:14px;height:14px}.TopBar-module__VxIPha__flags{margin-left:var(--space-2);flex-wrap:nowrap;flex-shrink:0;justify-content:flex-end;align-items:center;gap:8px;display:flex}.TopBar-module__VxIPha__flag{object-fit:cover;object-position:center;border-radius:2px;flex-shrink:0;width:26px;height:18px;display:block}@media (max-width:991px){.TopBar-module__VxIPha__topbar{height:auto;min-height:0;font-size:10px}.TopBar-module__VxIPha__inner{align-items:center;gap:var(--space-2);padding-block:5px}.TopBar-module__VxIPha__leftExpanded{display:none}.TopBar-module__VxIPha__leftCompact{display:flex}.TopBar-module__VxIPha__icon{width:11px;height:11px}.TopBar-module__VxIPha__phonesLine{gap:3px}.TopBar-module__VxIPha__flags{margin-left:var(--space-3);gap:6px}.TopBar-module__VxIPha__flag{width:20px;height:14px}}@media (max-width:479px){.TopBar-module__VxIPha__topbar{font-size:8.5px}.TopBar-module__VxIPha__inner{padding-block:4px;padding-inline:var(--space-3);gap:var(--space-2)}.TopBar-module__VxIPha__phonesLine{white-space:normal;flex-wrap:wrap;row-gap:1px}.TopBar-module__VxIPha__flags{margin-left:var(--space-2);gap:4px}.TopBar-module__VxIPha__flag{width:18px;height:12px}}@media (min-width:1024px) and (max-width:1440px) and (max-height:950px){.TopBar-module__VxIPha__topbar{height:var(--topbar-height);font-size:13px}.TopBar-module__VxIPha__inner{align-items:center;height:100%;padding-block:0}.TopBar-module__VxIPha__leftExpanded{gap:var(--space-4)}.TopBar-module__VxIPha__icon{width:14px;height:14px}.TopBar-module__VxIPha__flags{gap:16px}.TopBar-module__VxIPha__flag{width:23px;height:16px}}@media (min-width:1450px){.TopBar-module__VxIPha__inner{justify-content:space-between;align-items:center;width:100%;max-width:none;height:100%;margin:0;margin-inline:0;padding-block:0;padding-inline:clamp(32px,3vw,60px);display:flex}.TopBar-module__VxIPha__topbar{height:var(--topbar-height)}.TopBar-module__VxIPha__leftExpanded{gap:var(--space-6)}}
.SectionNavItem-module__eph1uq__navItem{font-family:inherit;font-size:var(--font-size-xs);font-weight:var(--font-weight-medium);letter-spacing:.08em;color:var(--color-white);cursor:pointer;transition:color var(--transition-fast), border-color var(--transition-fast);background:0 0;border:none;border-bottom:2px solid #0000;padding:0}.SectionNavItem-module__eph1uq__navItem:hover,.SectionNavItem-module__eph1uq__navItem.SectionNavItem-module__eph1uq__active{color:var(--color-gold-luminous);border-bottom-color:var(--color-gold)}.SectionNavItem-module__eph1uq__navItem:focus-visible{outline:2px solid var(--color-gold);outline-offset:4px}
.LandingShell-module__VIUWKq__wrapper{flex-direction:column;min-height:100vh;display:flex}.LandingShell-module__VIUWKq__main{padding-top:var(--header-offset);flex:1}
