.site-header{position:fixed;top:0;left:0;width:100%;height:var(--header-current-height,var(--header-height));display:flex;align-items:center;background:transparent;z-index:1000;transition:height var(--transition-base),background var(--transition-base),border-color var(--transition-base),box-shadow var(--transition-base),color var(--transition-base)}.site-header:not(.compact):not(.menu-open) .hamburger-icon,.site-header:not(.compact):not(.menu-open) .nav-contact-phone,.site-header:not(.compact):not(.menu-open) .nav-links a{color:#F3EFE6}.site-header:not(.compact):not(.menu-open) .hamburger-icon{background:#F3EFE6}.site-header:not(.compact) .theme-toggle-cycle{color:#F3EFE6;border-color:rgba(243,239,230,.35);background:rgba(243,239,230,.08)}.site-header:not(.compact) .theme-toggle-cycle:focus-visible,.site-header:not(.compact) .theme-toggle-cycle:hover{color:var(--color-gold);border-color:var(--color-gold);background:rgba(212,175,55,.14)}:root[data-theme=dark] .site-header{background:transparent}.site-header.compact{height:var(--header-height-compact);background:rgba(18,22,29,.72);box-shadow:var(--shadow-soft);border-bottom:1px solid rgba(168,178,197,.12)}.site-header.compact,:root[data-theme=light] .site-header.compact{backdrop-filter:blur(14px) saturate(140%);-webkit-backdrop-filter:blur(14px) saturate(140%)}:root[data-theme=light] .site-header.compact{background:rgba(255,252,245,.72);box-shadow:0 2px 18px rgba(40,30,20,.08);border-bottom:1px solid rgba(20,18,14,.08)}.site-header.menu-open{box-shadow:none}.header-container{justify-content:space-between;width:min(1900px,95vw);margin:0 auto;height:100%}.header-branding,.header-container{display:flex;align-items:center;gap:18px}.header-branding{margin-left:-24px}.logo-image{height:72px;width:auto;object-fit:contain}.main-nav{flex:1 1;display:flex;justify-content:center;align-items:center;min-width:0}.nav-links{list-style:none;display:flex;gap:2px;margin:0;padding:0}.nav-links a{position:relative;display:inline-flex;align-items:center;white-space:nowrap;text-decoration:none;font-family:var(--font-sans);font-size:1rem;letter-spacing:.02em;font-weight:500;color:var(--color-text);padding:10px 18px;min-height:48px;transition:color var(--transition-fast),border-color var(--transition-fast);border-radius:0;background:transparent;border-bottom:2px solid transparent}.nav-links a:focus-visible,.nav-links a:hover{color:var(--color-gold);background:transparent;border-bottom:2px solid var(--color-gold)}.nav-links a.active{color:var(--color-gold);background:transparent;border-bottom:2px solid var(--color-gold)}.nav-contact-phone{display:inline-flex;align-items:center;gap:6px;white-space:nowrap;font-family:var(--font-sans);font-size:.92rem;font-weight:500;letter-spacing:.02em;color:var(--color-text);padding:12px 18px;border-radius:6px;text-decoration:none;transition:color var(--transition-fast),background var(--transition-fast)}.nav-contact-phone:focus-visible,.nav-contact-phone:hover{color:var(--color-gold);background:rgba(212,175,55,.08)}.header-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.theme-toggle-cycle{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;min-width:40px;min-height:40px;padding:0;border-radius:999px;border:1px solid var(--color-border);background:rgba(255,255,255,.04);color:var(--color-text);cursor:pointer;transition:background-color var(--transition-fast),color var(--transition-fast),border-color var(--transition-fast),transform var(--transition-fast)}.theme-toggle-cycle:focus-visible,.theme-toggle-cycle:hover{color:var(--color-gold);border-color:var(--color-gold);background:rgba(212,175,55,.1);transform:scale(1.05)}:root[data-theme=light] .theme-toggle-cycle{color:var(--color-gold);background:rgba(212,175,55,.08);border-color:rgba(212,175,55,.45)}:root[data-theme=light] .theme-toggle-cycle:focus-visible,:root[data-theme=light] .theme-toggle-cycle:hover{color:var(--color-gold);border-color:var(--color-gold);background:rgba(212,175,55,.18)}.consultation-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 22px;border-radius:999px;border:none;color:#1a1a1a;background-image:linear-gradient(125deg,#c9a96e,#d4b77e 45%,#a8326b);background-size:220% 220%;background-position:0 50%;font-family:var(--font-sans);font-size:.88rem;letter-spacing:.1em;white-space:nowrap;text-transform:uppercase;font-weight:700;text-decoration:none;box-shadow:0 4px 14px rgba(168,50,107,.22),inset 0 1px 0 rgba(255,240,200,.25);transition:background-position .6s ease,box-shadow .38s ease,transform .22s cubic-bezier(.33,1,.68,1)}.consultation-button:focus-visible,.consultation-button:hover{background-position:100% 50%;color:#1a1a1a;transform:translateY(-2px);box-shadow:0 10px 28px rgba(201,169,110,.3),0 0 22px rgba(168,50,107,.28)}.hamburger-menu{display:none;position:relative;z-index:1001;width:48px;height:48px;min-width:48px;min-height:48px;border:1px solid var(--color-border);border-radius:50%;background:transparent;justify-content:center;align-items:center;flex-direction:column;gap:5px;transition:border-color var(--transition-fast),background-color var(--transition-fast)}.hamburger-icon{width:18px;height:2px;background:var(--color-text);border-radius:1px;transition:transform var(--transition-fast),opacity var(--transition-fast)}.nav-consultation-mobile{display:none}.hamburger-menu.open .hamburger-icon:first-child{transform:translateY(6px) rotate(42deg)}.hamburger-menu.open .hamburger-icon:nth-child(2){opacity:0}.hamburger-menu.open .hamburger-icon:nth-child(3){transform:translateY(-6px) rotate(-42deg)}body.body-no-scroll{overflow:hidden}.mobile-nav-backdrop{display:none;position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:998;opacity:0;transition:opacity var(--transition-base);pointer-events:none}@media (max-width:1200px){.header-container{width:min(100%,96vw)}.nav-links{gap:6px}.nav-links a{font-size:.79rem;padding:10px}.nav-contact-phone{padding:10px 12px;font-size:.76rem}}@media (max-width:1024px){.hamburger-menu{display:inline-flex}.mobile-nav-backdrop{display:block}.site-header.menu-open .mobile-nav-backdrop{opacity:1;pointer-events:auto}.main-nav{position:fixed;top:0;right:0;bottom:0;width:min(320px,82vw);background:var(--color-surface-elevated);border-left:1px solid var(--color-border);box-shadow:var(--shadow-lift);transform:translateX(100%);overflow-y:auto;transition:transform var(--transition-base);pointer-events:none;z-index:999;justify-content:flex-start;align-items:stretch;overscroll-behavior:contain;padding-top:calc(var(--header-current-height, var(--header-height)) + 8px);padding-bottom:max(24px,env(safe-area-inset-bottom))}.main-nav.open{transform:translateX(0);pointer-events:auto}.nav-links{flex-direction:column;gap:0;padding:8px 16px 32px;width:100%}.nav-links li{width:100%}.nav-links a{font-size:.95rem;display:flex;align-items:center;min-height:48px;padding:14px 16px;margin-bottom:2px;border-bottom:none;border-radius:6px}.nav-links a:focus-visible,.nav-links a:hover{background:rgba(212,175,55,.08);border-bottom:none}.nav-links a.active{background:rgba(212,175,55,.12);border-bottom:none}.nav-contact-phone{min-height:48px;padding:14px 16px}.header-actions{gap:14px}.nav-consultation-mobile{display:block;padding:8px 16px 16px}.nav-consultation-mobile .btn{width:100%;text-align:center}}@media (max-width:768px){.header-actions .consultation-button{display:none}}@media (max-width:640px){.header-container{gap:12px}.logo-image{height:48px}.consultation-button{padding:10px 18px;font-size:.74rem;letter-spacing:.12em}.theme-toggle-cycle{width:40px;height:40px}}:root[data-theme=light] .site-header:not(.compact):not(.menu-open) .nav-contact-phone,:root[data-theme=light] .site-header:not(.compact):not(.menu-open) .nav-contact-phone span,:root[data-theme=light] .site-header:not(.compact):not(.menu-open) .nav-links a{color:#F3EFE6!important}:root[data-theme=light] .site-header.light-hero-page:not(.compact) .hamburger-icon,:root[data-theme=light] .site-header.light-hero-page:not(.compact) .nav-contact-phone,:root[data-theme=light] .site-header.light-hero-page:not(.compact) .nav-contact-phone span,:root[data-theme=light] .site-header.light-hero-page:not(.compact) .nav-links a{color:var(--text-primary)!important}:root[data-theme=light] .site-header.light-hero-page:not(.compact) .hamburger-icon{background:var(--text-primary)!important}:root[data-theme=light] .site-header.light-hero-page:not(.compact) .theme-toggle-cycle{color:var(--text-primary)!important;border-color:rgba(20,18,14,.3)!important;background:rgba(20,18,14,.05)!important}.site-header.light-hero-page:not(.compact) .hamburger-icon,.site-header.light-hero-page:not(.compact) .nav-contact-phone,.site-header.light-hero-page:not(.compact) .nav-links a{color:var(--text-primary)!important}:root[data-theme=light] .nav-links a.active,:root[data-theme=light] .nav-links a:focus-visible,:root[data-theme=light] .nav-links a:hover{color:var(--accent-magenta);border-bottom-color:var(--accent-gold)}:root[data-theme=light] .nav-contact-phone:focus-visible,:root[data-theme=light] .nav-contact-phone:hover{color:var(--accent-magenta);background:var(--accent-gold-soft)}:root[data-theme=light] .consultation-button{color:#1a1a1a}:root[data-theme=light] .consultation-button:focus-visible,:root[data-theme=light] .consultation-button:hover{color:#1a1a1a}@media (max-width:1024px){:root[data-theme=light] .nav-links a.active,:root[data-theme=light] .nav-links a:focus-visible,:root[data-theme=light] .nav-links a:hover{background:var(--accent-gold-soft);border-bottom:none}}.site-footer{background:#0f1116;color:#e7e9ed;padding:0 0 20px;position:relative}.site-footer .footer-container{width:min(1200px,92vw);margin:0 auto}.footer-brand{padding:32px 0 24px;border-bottom:1px solid rgba(255,255,255,.06);max-width:600px}.footer-eyebrow{display:inline-block;font-family:var(--font-sans);font-size:.68rem;letter-spacing:.28em;text-transform:uppercase;font-weight:600;color:var(--accent-gold,var(--color-gold));margin-bottom:14px}.footer-brand-title{font-family:var(--font-serif);font-size:clamp(2rem,3.5vw,2.75rem);font-weight:500;line-height:1.12;margin-bottom:16px;background:linear-gradient(135deg,#f9f9fb,#d7b676 60%,#c9a96e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-brand-tagline{font-family:var(--font-sans);font-size:.97rem;line-height:1.78;color:rgba(231,233,237,.65);max-width:52ch;margin:0}.footer-cta-strip{display:flex;align-items:center;gap:24px;padding:28px 0;border-bottom:1px solid rgba(255,255,255,.06);flex-wrap:wrap}.footer-cta-label{font-family:var(--font-sans);font-size:.97rem;font-weight:500;color:rgba(231,233,237,.82);margin:0}.footer-cta-btn{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-sans);font-size:.88rem;font-weight:600;letter-spacing:.03em;text-decoration:none;color:#1a1008;background:linear-gradient(125deg,#c9a96e,#d4b77e 45%,#a8326b);padding:9px 20px 9px 18px;border-radius:100px;transition:opacity .18s cubic-bezier(.33,1,.68,1),transform .18s cubic-bezier(.33,1,.68,1)}.footer-cta-btn:focus-visible,.footer-cta-btn:hover{opacity:.86;transform:translateY(-1px);outline:2px solid rgba(201,162,110,.5);outline-offset:2px}.footer-cta-arrow{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:rgba(0,0,0,.18);font-size:.78rem;line-height:1;transition:transform .18s cubic-bezier(.33,1,.68,1)}.footer-cta-btn:hover .footer-cta-arrow{transform:translate(1px,-1px)}.footer-top{padding:24px 0;border-bottom:1px solid rgba(255,255,255,.06)}.footer-links{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:24px;gap:24px}.footer-column-title{font-family:var(--font-sans);font-size:.7rem;letter-spacing:.34em;text-transform:uppercase;font-weight:600;color:var(--accent-gold,var(--color-gold));margin-bottom:12px}.footer-column ul{list-style:none;margin:0;padding:0;display:grid;grid-gap:2px;gap:2px}.footer-column li{color:rgba(231,233,237,.62);line-height:1.6;font-size:.93rem}.footer-address-line{line-height:1.7}.footer-address-line,.footer-column a{font-family:var(--font-sans);font-size:.93rem;color:rgba(231,233,237,.62)}.footer-column a{text-decoration:none;display:inline-flex;align-items:center;min-height:32px;transition:color .18s cubic-bezier(.33,1,.68,1),transform .18s cubic-bezier(.33,1,.68,1)}.footer-column a:focus-visible,.footer-column a:hover{color:var(--accent-gold,var(--color-gold));transform:translateX(4px);outline:none}.footer-bottom{padding-top:18px}.footer-bottom-divider{height:1px;background:linear-gradient(90deg,transparent,rgba(201,162,110,.18) 20%,rgba(201,162,110,.36) 50%,rgba(201,162,110,.18) 80%,transparent);margin-bottom:28px}.footer-bottom-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px}.copyright{margin:0}.copyright,.footer-policy-link{font-family:var(--font-sans);font-size:.82rem;letter-spacing:.04em;color:rgba(231,233,237,.42)}.footer-policy-link{text-decoration:none;transition:color .18s cubic-bezier(.33,1,.68,1)}.footer-policy-link:focus-visible,.footer-policy-link:hover{color:var(--accent-gold,var(--color-gold));outline:none}.social-links{display:inline-flex;gap:10px}.social-icon{width:40px;height:40px;min-width:44px;min-height:44px;border-radius:50%;border:1px solid rgba(255,255,255,.16);display:inline-flex;align-items:center;justify-content:center;color:rgba(231,233,237,.72);text-decoration:none;transition:background .2s cubic-bezier(.33,1,.68,1),color .2s cubic-bezier(.33,1,.68,1),border-color .2s cubic-bezier(.33,1,.68,1),transform .2s cubic-bezier(.33,1,.68,1)}.social-icon:focus-visible,.social-icon:hover{background:linear-gradient(125deg,#c9a96e,#a8326b);border-color:transparent;color:#ffffff;transform:translateY(-2px);outline:none}@media (max-width:992px){.footer-brand{padding:56px 0 40px}.footer-links{grid-template-columns:repeat(2,minmax(160px,1fr))}}@media (max-width:640px){.footer-brand{padding:44px 0 36px}.footer-cta-strip{flex-direction:column;align-items:flex-start;gap:14px}.footer-links{grid-template-columns:1fr;gap:32px}.footer-bottom-inner{flex-direction:column;align-items:center;text-align:center;gap:20px}.footer-bottom-divider{margin-bottom:20px}}:root[data-theme=light] .site-footer{background:#0f1116;color:#e7e9ed}:root[data-theme=light] .footer-column-title,:root[data-theme=light] .footer-eyebrow{color:#d7b676}:root[data-theme=light] .footer-brand-title{background:linear-gradient(135deg,#f9f9fb,#d7b676 60%,#c9a96e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}:root[data-theme=light] .footer-column a:focus-visible,:root[data-theme=light] .footer-column a:hover,:root[data-theme=light] .footer-policy-link:focus-visible,:root[data-theme=light] .footer-policy-link:hover{color:#d7b676}.header-search{position:relative;display:flex;align-items:center}.search-toggle{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;border:1px solid var(--color-border);background:transparent;color:var(--color-text);cursor:pointer;transition:color var(--transition-fast),border-color var(--transition-fast),background var(--transition-fast);flex-shrink:0}.search-toggle:focus-visible,.search-toggle:hover{color:var(--color-gold);border-color:var(--color-gold);background:rgba(212,175,55,.08)}.search-form{display:inline-flex;align-items:center;gap:6px;animation:searchExpand .22s ease forwards}@keyframes searchExpand{0%{opacity:0;transform:scaleX(.85);transform-origin:right center}to{opacity:1;transform:scaleX(1);transform-origin:right center}}.search-input{width:240px;height:38px;padding:8px 12px;border-radius:20px;border:1px solid var(--color-border);background-color:var(--color-surface);color:var(--color-text);font-size:.92rem}.search-input:focus{outline:2px solid var(--color-gold);outline-offset:1px}.search-close{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;border:1px solid var(--color-border);background:transparent;color:var(--color-text-secondary);cursor:pointer;flex-shrink:0;transition:color var(--transition-fast),border-color var(--transition-fast),background var(--transition-fast)}.search-close:focus-visible,.search-close:hover{color:var(--color-text);border-color:var(--color-border-strong);background:var(--color-surface)}.search-results{position:absolute;top:calc(100% + 8px);right:0;width:420px;max-height:60vh;overflow:auto;background:var(--color-surface-elevated);border:1px solid var(--color-border);border-radius:12px;box-shadow:var(--shadow-soft);z-index:1001;margin:0;padding:8px;list-style:none}.search-result{display:grid;grid-template-columns:44px 1fr;grid-gap:10px;gap:10px;align-items:center;padding:8px;border-radius:8px;cursor:pointer}.search-result.active{background:rgba(212,175,55,.12)}.result-thumb{width:44px;height:44px;object-fit:cover;border-radius:6px;background:var(--color-surface-muted);border:1px solid var(--color-border)}.result-title{font-size:.95rem;color:var(--color-text);font-weight:600}.result-meta{font-size:.78rem;color:var(--color-text-secondary)}@media (max-width:900px){.search-input{width:180px}.search-results{width:320px}}@media (max-width:640px){.header-search{display:none}}.cp-page{--gold:var(--color-gold);--gold-soft:var(--color-gold-soft);min-height:calc(100vh - var(--header-height));display:flex;flex-direction:column;background:var(--color-background);color:var(--color-text)}.cp-hero{text-align:center;padding:24px 24px 18px;background:var(--color-surface);border-bottom:1px solid var(--color-border)}.cp-eyebrow{text-transform:uppercase;letter-spacing:.25em;font-size:.75rem;font-weight:700;color:var(--gold);margin:0 0 8px}.cp-hero h1{font-family:var(--font-serif);font-size:var(--hero-h1);font-weight:600;margin:0 0 12px;color:var(--color-text);line-height:1.05}.cp-hero-sub{color:var(--color-text-secondary);font-size:.9rem;margin:0 auto;max-width:520px;line-height:1.5}.cp-tab-bar{display:flex;gap:4px;padding:4px;background:var(--color-surface-muted);border:1px solid var(--color-border);border-radius:12px;margin-bottom:14px;max-width:380px;scroll-margin-top:100px}.cp-tab{flex:1 1;padding:11px 18px;border:none;border-radius:10px;background:transparent;color:var(--color-text-secondary);font-family:var(--font-sans);font-weight:600;font-size:.88rem;cursor:pointer;transition:all var(--transition-base);white-space:nowrap}.cp-tab:hover:not(.cp-tab-active){color:var(--color-text);background:var(--color-surface)}.cp-tab-active{background:var(--gold);color:#111;box-shadow:0 2px 8px rgba(201,162,95,.25)}.cp-main{flex:1 1;padding:16px 24px;display:flex;flex-direction:column;min-height:0}.cp-main-inner{display:grid;grid-template-columns:1fr 340px;grid-gap:28px;gap:28px;max-width:1200px;margin:0 auto;width:100%;flex:1 1;min-height:0}.cp-form-col{min-width:0;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--color-border) transparent;padding-right:4px}.cp-form-col::-webkit-scrollbar{width:5px}.cp-form-col::-webkit-scrollbar-track{background:transparent}.cp-form-col::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:4px}.cp-form-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:16px;padding:28px 32px;position:relative;overflow:hidden}.cp-form-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--gold),transparent)}.cp-form-header{margin-bottom:20px}.cp-form-header h2{font-size:1.5rem;margin-bottom:6px}.cp-form-header p{color:var(--color-text-secondary);font-size:.9rem;margin:0}.cp-steps{margin-bottom:20px;padding:14px 0;border-bottom:1px solid var(--color-border)}.cp-step,.cp-steps{display:flex;align-items:center}.cp-step{gap:6px;opacity:.4;transition:opacity var(--transition-base)}.cp-step.active,.cp-step.done{opacity:1}.cp-step-num{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.78rem;font-weight:700;border:2px solid var(--color-border);color:var(--color-text-secondary);transition:all var(--transition-base)}.cp-step.active .cp-step-num{border-color:var(--gold);background:var(--gold);color:#111}.cp-step.done .cp-step-num{border-color:#4caf50;background:#4caf50;color:#fff}.cp-step-label{font-size:.78rem;font-weight:600;color:var(--color-text-secondary);white-space:nowrap}.cp-step.active .cp-step-label{color:var(--color-text)}.cp-step-line{flex:1 1;height:2px;background:var(--color-border);margin:0 10px;min-width:16px}.cp-field{margin-bottom:14px}.cp-field label{display:block;margin-bottom:5px;font-weight:600;font-size:.88rem;color:var(--color-text)}.cp-req{color:var(--gold);margin-left:3px}.cp-field input,.cp-field select,.cp-field textarea{width:100%;padding:11px 14px;border:1px solid var(--color-border);border-radius:8px;font-size:.95rem;font-family:var(--font-sans);background:var(--color-surface-elevated);color:var(--color-text);transition:border-color var(--transition-fast),box-shadow var(--transition-fast)}.cp-field textarea{resize:vertical;min-height:80px}.cp-field input:focus,.cp-field select:focus,.cp-field textarea:focus{outline:none;border-color:var(--gold);box-shadow:0 0 0 3px var(--gold-soft)}.cp-input-action{display:flex;gap:10px}.cp-input-action input{flex:1 1}.cp-btn-verify{background:transparent;border:1.5px solid var(--gold);color:var(--gold);padding:0 20px;border-radius:8px;cursor:pointer;font-weight:700;font-size:.85rem;white-space:nowrap;transition:all var(--transition-base)}.cp-btn-verify:hover:not(:disabled){background:var(--gold);color:#111}.cp-btn-verify:disabled{opacity:.5;cursor:not-allowed}.cp-input-locked{position:relative}.cp-input-locked input{background:var(--color-surface-muted);color:var(--color-text-secondary);cursor:not-allowed;padding-right:40px}.cp-lock-icon{position:absolute;right:14px;top:50%;transform:translateY(-50%);color:var(--color-text-muted)}.cp-verified{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:8px;margin-bottom:14px;font-size:.88rem;color:#4caf50;background:rgba(76,175,80,.08);border:1px solid rgba(76,175,80,.18)}.cp-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}.cp-helper{margin:4px 0 0}.cp-helper,.cp-hint{font-size:.78rem;color:var(--color-text-muted)}.cp-hint{font-weight:400}.cp-form-actions{display:flex;align-items:center;gap:14px;margin-top:6px}.cp-btn-text{background:none;border:none;color:var(--color-text-secondary);text-decoration:underline;cursor:pointer;font-size:.85rem;padding:0;transition:color var(--transition-fast)}.cp-btn-text:hover{color:var(--gold)}.cp-checkbox-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));grid-gap:6px;gap:6px;margin-top:4px}.cp-checkbox{display:flex;align-items:center;gap:6px;font-size:.88rem;cursor:pointer;color:var(--color-text-secondary);padding:4px 8px;border-radius:6px;border:1px solid transparent;transition:all var(--transition-fast)}.cp-checkbox:hover{background:var(--gold-soft);border-color:var(--color-border)}.cp-checkbox input[type=checkbox]{width:16px;height:16px;accent-color:var(--gold)}.cp-conditional{padding:16px;background:var(--color-surface-muted);border-radius:10px;margin-bottom:14px;border-left:3px solid var(--gold)}.cp-error{color:#e53935;font-size:.85rem;margin-top:10px;padding:8px 12px;background:rgba(229,57,53,.08);border-radius:8px;border:1px solid rgba(229,57,53,.15)}.cp-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 24px;border-radius:999px;font-family:var(--font-sans);font-weight:700;font-size:.85rem;letter-spacing:.04em;text-decoration:none;cursor:pointer;border:none;transition:background var(--transition-base),transform var(--transition-fast),box-shadow var(--transition-base)}.cp-btn:active{transform:scale(.97)}.cp-btn-gold{background:var(--gold);color:#111}.cp-btn-gold:hover{background:#b89450;transform:translateY(-2px);box-shadow:0 6px 18px rgba(201,162,95,.3)}.cp-btn-outline-dark{background:transparent;color:var(--color-text);border:1px solid var(--color-border-strong)}.cp-btn-outline-dark:hover{border-color:var(--gold);color:var(--gold)}.cp-btn-full{width:100%}.cp-success{text-align:center;padding:40px 28px;background:var(--color-surface);border-radius:16px;border:1px solid var(--color-border)}.cp-success-icon{font-size:3rem;color:#4caf50;margin-bottom:16px}.cp-success h2{margin-bottom:10px}.cp-success p{color:var(--color-text-secondary);max-width:40ch;margin:0 auto 20px;line-height:1.65}.cp-schedule-inline{margin-top:16px;padding:20px 24px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:14px;scroll-margin-top:100px}.cp-schedule-inline h3{font-size:.95rem;font-family:var(--font-sans);font-weight:600;margin:0 0 14px;color:var(--color-text-secondary)}.cp-schedule-actions{display:flex;gap:12px}.cp-schedule-note{margin:12px 0 0}.cp-info-col{display:flex;flex-direction:column;gap:16px;overflow:hidden}.cp-info-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:14px;padding:22px}.cp-info-card h3{font-size:1.1rem;margin-bottom:16px;padding-bottom:10px;border-bottom:1px solid var(--color-border)}.cp-info-item{display:flex;gap:12px;margin-bottom:16px}.cp-info-item:last-child{margin-bottom:0}.cp-info-icon{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;background:var(--gold-soft);color:var(--gold);font-size:.9rem;flex-shrink:0}.cp-info-item strong{display:block;font-size:.85rem;margin-bottom:1px;color:var(--color-text)}.cp-info-item p{margin:0;font-size:.85rem;color:var(--color-text-secondary);line-height:1.5}.cp-info-item a{color:var(--gold);text-decoration:none;transition:opacity var(--transition-fast)}.cp-info-item a:hover{opacity:.8}.cp-calendly-embed{background:var(--color-surface);border:1px solid var(--color-border);border-radius:16px;overflow:hidden}.cp-calendly-embed iframe{display:block;width:100%;height:660px;border:0}.cp-calendly-fallback{padding:40px 28px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;height:100%;min-height:200px}.cp-calendly-fallback p{color:var(--color-text-secondary);font-size:.95rem;margin:0}.cp-schedule-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:16px;padding:36px 32px;position:relative;overflow:hidden}.cp-schedule-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--gold),transparent)}.cp-schedule-header{text-align:center;margin-bottom:28px}.cp-schedule-icon-wrap{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--gold-soft);color:var(--gold);font-size:1.4rem;margin:0 auto 16px}.cp-schedule-header h2{font-family:var(--font-serif);font-size:1.5rem;margin:0 0 8px;color:var(--color-text)}.cp-schedule-header p{color:var(--color-text-secondary);font-size:.92rem;line-height:1.55;max-width:440px;margin:0 auto}.cp-schedule-benefits{display:flex;flex-direction:column;gap:10px;margin-bottom:28px;padding:18px 20px;background:var(--color-surface-muted);border-radius:12px}.cp-schedule-benefit{display:flex;align-items:center;gap:10px;font-size:.9rem;color:var(--color-text)}.cp-schedule-benefit svg{color:#4caf50;font-size:.85rem;flex-shrink:0}.cp-schedule-cta{display:flex;flex-direction:column;gap:10px;align-items:center}.cp-schedule-note{text-align:center;font-size:.78rem;color:var(--color-text-muted);margin:20px 0 0;display:flex;align-items:center;justify-content:center;gap:6px}.cp-schedule-note svg{font-size:.72rem}.cp-map-section{padding:48px 24px 40px;max-width:1200px;margin:0 auto;width:100%;border-top:1px solid var(--color-border)}.cp-map-heading{text-align:center;margin-bottom:20px}.cp-map-heading h2{font-family:var(--font-serif);font-size:clamp(1.2rem,2.5vw,1.6rem);margin:0 0 4px;color:var(--color-text)}.cp-map-heading p{color:var(--color-text-secondary);font-size:.9rem;margin:0}.cp-map-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:14px;padding:6px;overflow:hidden;height:400px}.fade-in-up{animation:cpFadeInUp .4s cubic-bezier(.22,1,.36,1) both}@keyframes cpFadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.cp-page{height:auto;min-height:auto;overflow:auto}.cp-main-inner{grid-template-columns:1fr}.cp-form-col{overflow:visible;padding-right:0}}@media (max-width:768px){.cp-main{padding:20px 16px}.cp-form-card{padding:22px 18px}.cp-row{grid-template-columns:1fr}.cp-input-action,.cp-schedule-actions{flex-direction:column}.cp-step-label{display:none}.cp-tab-bar{max-width:100%}}@media (max-width:480px){.cp-main{padding:14px 12px}.cp-form-card{padding:18px 14px}.cp-schedule-card{padding:24px 18px}.cp-checkbox-grid{grid-template-columns:1fr}.cp-calendly-embed iframe{height:560px}.cp-map-section{padding:32px 12px 28px}}@media (prefers-reduced-motion:reduce){.fade-in-up{animation:none}.cp-btn{transition:none}}:root[data-theme=light] .cp-eyebrow,:root[data-theme=light] .cp-info-item a{color:var(--accent-magenta)}:root[data-theme=light] .cp-info-item a:hover{color:#8B1F52;opacity:1}:root{--font-serif:"Playfair Display","Times New Roman",serif;--font-sans:"Source Sans 3","Helvetica Neue",Arial,sans-serif;--header-height:90px;--header-height-compact:75px;--transition-base:220ms cubic-bezier(0.33,1,0.68,1);--transition-fast:180ms cubic-bezier(0.33,1,0.68,1);--section-padding:clamp(56px,5vw,88px);--hero-h1:clamp(2.4rem,5.2vw,4rem);--hero-h1-home:clamp(3rem,7.2vw,5.4rem);--hero-lede:clamp(1rem,1.6vw,1.18rem);--hero-tagline:clamp(1.05rem,1.9vw,1.35rem);--section-h2:clamp(1.8rem,3.6vw,2.8rem);--section-h2-sub:clamp(1.5rem,2.8vw,2rem)}:root:not([data-theme]),:root[data-theme=dark]{color-scheme:dark;--color-background:#12161d;--color-surface:#1a2029;--color-surface-elevated:#202834;--color-surface-muted:#2a3340;--color-surface-inverse:#0d1016;--color-text:#f5f5f5;--color-text-secondary:#d1d5db;--color-text-muted:#9ca3af;--color-border:rgba(168,178,197,0.28);--color-border-strong:rgba(168,178,197,0.42);--color-gold:#d7b676;--color-gold-soft:rgba(215,182,118,0.25);--color-magenta:#a42963;--text-on-dark:#ffffff;--text-on-dark-muted:rgba(231,233,237,0.74);--text-on-gold:#1a1a1a;--shadow-soft:0 26px 55px rgba(5,8,12,0.45);--shadow-lift:0 22px 40px rgba(5,8,12,0.55);--page-dark-background:radial-gradient(circle at top left,rgba(201,169,110,0.14),transparent 28%),linear-gradient(180deg,#101014,#0d0d10);--page-dark-panel:rgba(255,255,255,0.05);--page-dark-panel-strong:rgba(255,255,255,0.08);--page-dark-border:rgba(255,255,255,0.12);--page-dark-text:#f8f4ec;--page-dark-muted:rgba(250,246,238,0.94);--page-dark-soft:rgba(250,246,238,0.84);--bg-page:var(--color-background);--bg-surface:var(--color-surface);--bg-surface-elevated:var(--color-surface-elevated);--bg-surface-muted:var(--color-surface-muted);--text-primary:var(--color-text);--text-secondary:var(--color-text-secondary);--text-muted:var(--color-text-muted);--text-disabled:rgba(255,255,255,0.32);--text-on-accent:var(--text-on-gold);--heading-color:#ffffff;--accent-gold:var(--color-gold);--accent-gold-hover:#e6c98a;--accent-gold-soft:var(--color-gold-soft);--accent-magenta:var(--color-magenta);--accent-magenta-soft:rgba(164,41,99,0.16);--text-accent:var(--color-gold);--text-accent-hover:#f0ca89;--border-subtle:var(--color-border);--border-strong:var(--color-border-strong);--shadow-card:var(--shadow-soft);--overlay-hero:linear-gradient(180deg,rgba(11,12,15,0.25),rgba(11,12,15,0.75) 90%);--overlay-card-caption:linear-gradient(180deg,rgba(11,12,15,0),rgba(11,12,15,0.88));--page-background:var(--page-dark-background)}:root[data-theme=light]{color-scheme:light;--bg-page:#F6F2EA;--bg-surface:#FFFFFF;--bg-surface-elevated:#FFFFFF;--bg-surface-muted:#EEE8DC;--text-primary:#141210;--text-secondary:#3A352E;--text-muted:#6B6459;--text-disabled:#A8A196;--text-on-accent:#141210;--heading-color:var(--text-primary);--accent-gold:#C9A25F;--accent-gold-hover:#B28A47;--accent-gold-soft:rgba(201,162,95,0.18);--accent-magenta:#A42963;--accent-magenta-soft:rgba(164,41,99,0.10);--text-accent:var(--accent-magenta);--text-accent-hover:#8B1F52;--border-subtle:rgba(20,18,14,0.10);--border-strong:rgba(20,18,14,0.22);--shadow-card:0 2px 14px rgba(40,30,20,0.08);--shadow-lift:0 18px 40px rgba(40,30,20,0.14);--overlay-hero:linear-gradient(180deg,rgba(246,242,234,0.05),rgba(20,18,14,0.62));--overlay-card-caption:linear-gradient(180deg,rgba(246,242,234,0),rgba(20,18,14,0.82));--page-background:radial-gradient(circle at top right,rgba(201,162,95,0.08),transparent 35%),linear-gradient(180deg,#F6F2EA,#F1ECE2);--color-background:var(--bg-page);--color-surface:var(--bg-surface);--color-surface-elevated:var(--bg-surface-elevated);--color-surface-muted:var(--bg-surface-muted);--color-surface-inverse:#1c1f25;--color-text:var(--text-primary);--color-text-secondary:var(--text-secondary);--color-text-muted:var(--text-muted);--color-gold:var(--accent-gold);--color-gold-soft:var(--accent-gold-soft);--color-magenta:var(--accent-magenta);--color-border:var(--border-subtle);--color-border-strong:var(--border-strong);--text-on-dark:#F3EFE6;--text-on-dark-muted:rgba(243,239,230,0.78);--text-on-gold:var(--text-on-accent);--shadow-soft:var(--shadow-card);--page-dark-background:var(--page-background);--page-dark-panel:var(--bg-surface);--page-dark-panel-strong:var(--bg-surface-muted);--page-dark-border:var(--border-subtle);--page-dark-text:var(--text-primary);--page-dark-muted:var(--text-secondary);--page-dark-soft:var(--text-muted)}html{font-size:90%;scroll-behavior:smooth}::selection{background:rgba(201,169,110,.3);color:#f4f0e6}:root[data-theme=light] ::selection{background:var(--accent-gold-soft);color:var(--text-primary)}:focus-visible{outline:2px solid #c9a96e;outline-offset:2px}:root[data-theme=light] :focus-visible{outline-color:var(--accent-gold-hover)}body{margin:0;font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--color-background);color:var(--text-primary);transition:background-color var(--transition-base),color var(--transition-base);line-height:1.65}*,:after,:before{box-sizing:border-box}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);color:var(--heading-color);margin:0}div,label,li,p,span{color:var(--text-primary)}p{margin:0 0 1.5rem}a{color:inherit;text-decoration:none}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}img{max-width:100%;display:block}.site-shell{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1 1;padding-top:var(--header-height)}.skip-link-global{position:fixed;top:-100px;left:50%;transform:translateX(-50%);background:var(--color-gold);color:#111;padding:.8rem 1.1rem;border-radius:0 0 14px 14px;font-weight:700;z-index:1200;box-shadow:var(--shadow-soft);transition:top var(--transition-fast)}.skip-link-global:focus{top:0}.container{width:min(1200px,92vw);margin:0 auto}.btn{justify-content:center;border:0;padding:.9rem 1.4rem;font-weight:700}.back-button,.btn{display:inline-flex;align-items:center;border-radius:999px;cursor:pointer}.back-button{gap:.55rem;padding:.75rem 1rem;border:1px solid var(--color-border);background:var(--color-surface-elevated);color:var(--color-text);box-shadow:var(--shadow-soft);transition:transform var(--transition-fast),border-color var(--transition-fast),color var(--transition-fast)}.back-button:focus-visible,.back-button:hover{color:var(--color-gold);border-color:var(--color-gold);transform:translateY(-1px)}.page-back-button-wrap{padding-top:1.5rem;padding-bottom:0}.eyebrow{font-family:var(--font-sans);letter-spacing:.28em;text-transform:uppercase;font-size:.72rem;font-weight:600;color:var(--color-text-muted)}.divider{position:relative;display:inline-flex;align-items:center;gap:16px}.divider:after,.divider:before{content:"";display:block;height:1px;width:54px;background:linear-gradient(90deg,transparent,var(--color-gold),transparent)}.section{padding:120px 0}.section--muted{background:var(--color-surface)}.section--taupe{background:var(--color-surface-muted)}.shadow-soft{box-shadow:var(--shadow-soft)}.shadow-lift{box-shadow:var(--shadow-lift)}.btn-transition{transition:background-color var(--transition-fast),color var(--transition-fast),border-color var(--transition-fast),transform var(--transition-fast)}.fade-in-up{opacity:0;transition:opacity .7s cubic-bezier(.22,1,.36,1)}.fade-in-up.visible{opacity:1}.fade-in-up:nth-child(2){transition-delay:80ms}.fade-in-up:nth-child(3){transition-delay:.16s}.fade-in-up:nth-child(4){transition-delay:.24s}.fade-in-up:nth-child(5){transition-delay:.32s}.fade-in-up:nth-child(6){transition-delay:.4s}.ba-label{padding:6px 16px;border-radius:999px;font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;pointer-events:none}.ba-label-before{background:rgba(255,255,255,.12);color:rgba(255,255,255,.7)}.ba-label-after,.ba-label-before{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.ba-label-after{background:rgba(201,169,110,.2);color:#c9a96e}:root[data-theme=light] .ba-label-before{background:rgba(20,18,14,.55);color:#F3EFE6}:root[data-theme=light] .ba-label-after{background:rgba(11,12,15,.55);color:#E6C98A}@media (prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.fade-in-up{opacity:1;transform:none}}@media (max-width:1024px){.main-content{padding-top:var(--header-height-compact)}}@font-face{font-family:Playfair Display;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/47f136985ef5b5cb-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Playfair Display;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/4ead58c4dcc3f285-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Playfair Display;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/28a2004cf8372660-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Playfair Display;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/eaead17c7dbfcd5d-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Playfair Display;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/47f136985ef5b5cb-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Playfair Display;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/4ead58c4dcc3f285-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Playfair Display;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/28a2004cf8372660-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Playfair Display;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/eaead17c7dbfcd5d-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Playfair Display;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/47f136985ef5b5cb-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Playfair Display;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/4ead58c4dcc3f285-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Playfair Display;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/28a2004cf8372660-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Playfair Display;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/eaead17c7dbfcd5d-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Playfair Display;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/47f136985ef5b5cb-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Playfair Display;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/4ead58c4dcc3f285-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Playfair Display;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/28a2004cf8372660-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Playfair Display;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/eaead17c7dbfcd5d-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Playfair Display Fallback;src:local("Times New Roman");ascent-override:97.25%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:111.26%}.__className_6b3ed8{font-family:Playfair Display,Playfair Display Fallback;font-style:normal}.__variable_6b3ed8{--font-serif:"Playfair Display","Playfair Display Fallback"}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/88da59c891d37117-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/1e377d93cbdd6b44-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/36d711d427a06e51-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/f1f7cdf240180e28-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/55fbdf033607a0e1-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/b6a6f0b43d027304-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/9cf9c6e84ed13b5e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/88da59c891d37117-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/1e377d93cbdd6b44-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/36d711d427a06e51-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/f1f7cdf240180e28-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/55fbdf033607a0e1-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/b6a6f0b43d027304-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/9cf9c6e84ed13b5e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/88da59c891d37117-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/1e377d93cbdd6b44-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/36d711d427a06e51-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/f1f7cdf240180e28-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/55fbdf033607a0e1-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/b6a6f0b43d027304-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/9cf9c6e84ed13b5e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/88da59c891d37117-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/1e377d93cbdd6b44-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/36d711d427a06e51-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/f1f7cdf240180e28-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/55fbdf033607a0e1-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/b6a6f0b43d027304-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/9cf9c6e84ed13b5e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/88da59c891d37117-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/1e377d93cbdd6b44-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/36d711d427a06e51-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/f1f7cdf240180e28-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/55fbdf033607a0e1-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/b6a6f0b43d027304-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/9cf9c6e84ed13b5e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Source Sans\ 3 Fallback;src:local("Arial");ascent-override:109.21%;descent-override:42.66%;line-gap-override:0.00%;size-adjust:93.76%}.__className_dee724{font-family:Source Sans\ 3,Source Sans\ 3 Fallback;font-style:normal}.__variable_dee724{--font-sans:"Source Sans 3","Source Sans 3 Fallback"}