:root{--primary:#2F3A37;--primary-light:#46544F;--primary-dark:#1F2825;--accent:#3E7C66;--accent-hover:#326451;--bg-dark:#1C2421;--bg-dark-card:#26302C;--bg-light:#F4F3EE;--bg-white:#FCFCFA;--text-dark:#232B28;--text-gray:#61685F;--text-light:#DDE1DC;--text-white:#FCFCFA;--border:#E2E0D8;--border-light:#EDEBE3;--border-dark:#38423D;--radius:8px;--radius-md:10px;--radius-lg:14px;--shadow:0 1px 2px rgba(28,36,33,0.05),0 10px 30px rgba(28,36,33,0.07);--shadow-lg:0 2px 4px rgba(28,36,33,0.06),0 18px 44px rgba(28,36,33,0.10);--transition:0.3s ease;--max-width:1200px;--font-display:var(--font-playfair),"Georgia","Times New Roman",serif;--hero-gradient:linear-gradient(165deg,#1C2421,#2F3A37 55%,#1C2421)}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body,html{max-width:100%;overflow-x:hidden}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;transition-duration:.01ms!important}}.skip-to-content{position:absolute;top:-100px;left:16px;z-index:10000;padding:12px 20px;background:var(--primary);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;transition:top .2s}.skip-to-content:focus{top:16px;outline:3px solid var(--accent);outline-offset:2px}[tabindex]:focus-visible,a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--accent);outline-offset:2px;border-radius:4px}.form-field input:focus-visible,.form-field select:focus-visible,.form-field textarea:focus-visible{outline:2px solid var(--accent);outline-offset:0}main:focus{outline:none}main:focus-visible{outline:none}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text-dark);line-height:1.7;background:var(--bg-white);-webkit-font-smoothing:antialiased}.container{max-width:var(--max-width);margin:0 auto;padding:0 24px}a{color:inherit;text-decoration:none;transition:color var(--transition)}img{max-width:100%;height:auto;display:block}ul{list-style:none}.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);transition:box-shadow var(--transition)}.header.scrolled{box-shadow:0 2px 20px rgba(0,0,0,.08)}.header .container{justify-content:space-between;height:72px;max-width:none;padding-left:32px;padding-right:32px}.header .container,.logo{display:flex;align-items:center}.logo{gap:12px;font-weight:700;font-size:1.25rem;color:var(--primary)}.logo svg{width:44px;height:44px}.logo img{width:52px;height:44px;flex-shrink:0}.logo-text{white-space:nowrap;line-height:1}.nav{display:flex;align-items:center;gap:18px}.nav a{font-size:.875rem;font-weight:500;color:var(--text-dark);position:relative;white-space:nowrap}@media (min-width:1221px){.logo-text{display:none}}.nav a:hover{color:var(--primary)}.nav a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--primary);transition:width var(--transition)}.nav a:hover:after{width:100%}.header-actions{display:flex;align-items:center;gap:16px}.burger,.nav-cta{display:none}.burger{flex-direction:column;gap:5px;cursor:pointer;padding:4px;background:none;border:none}.burger span{width:24px;height:2px;background:var(--text-dark);transition:var(--transition);border-radius:2px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;border-radius:var(--radius);font-size:.938rem;font-weight:600;cursor:pointer;border:none;transition:all var(--transition);white-space:nowrap;text-decoration:none}.btn-primary{background:var(--accent);color:var(--text-white)}.btn-primary:hover{background:var(--accent-hover);transform:translateY(-1px);box-shadow:var(--shadow)}.btn-secondary{background:var(--primary);color:var(--text-white)}.btn-secondary:hover{background:var(--primary-light);transform:translateY(-1px);box-shadow:var(--shadow)}.btn-outline{background:transparent;color:var(--primary);border:2px solid var(--primary)}.btn-outline:hover{background:var(--primary);color:var(--text-white)}.btn-white{background:var(--bg-white);color:var(--primary)}.btn-white:hover{background:var(--bg-light);transform:translateY(-2px)}.btn-sm{padding:10px 20px;font-size:.875rem}.btn-lg{padding:18px 36px;font-size:1rem}.btn:disabled,.btn[aria-busy=true]{opacity:.65;cursor:not-allowed;transform:none!important;box-shadow:none!important}.btn[aria-busy=true]:before{content:"";width:16px;height:16px;border:2px solid;border-top:2px solid transparent;border-radius:50%;animation:btn-spin .6s linear infinite}@keyframes btn-spin{to{transform:rotate(1turn)}}@media (prefers-reduced-motion:reduce){.btn[aria-busy=true]:before{animation:none}}.btn:focus-visible{outline:3px solid var(--accent);outline-offset:2px}.btn-primary:focus-visible,.btn-white:focus-visible{outline-color:var(--primary)}.nav-progress{position:fixed;top:0;left:0;height:3px;width:0;z-index:200;background:linear-gradient(90deg,var(--primary),var(--accent));opacity:0;pointer-events:none;transition:width .3s ease,opacity .2s ease}.nav-progress.active{width:85%;opacity:1;transition:width 8s cubic-bezier(.1,.6,.2,1),opacity .15s ease}@media (prefers-reduced-motion:reduce){.nav-progress{transition:opacity .15s ease}.nav-progress.active{width:100%}}.hero{padding:152px 0 92px;background:var(--hero-gradient);color:var(--text-white);position:relative;overflow:hidden}.hero:before{top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(62,124,102,.1) 0,transparent 70%)}.hero:after,.hero:before{content:"";position:absolute;border-radius:50%}.hero:after{bottom:-30%;left:-10%;width:400px;height:400px;background:radial-gradient(circle,rgba(62,124,102,.06) 0,transparent 70%)}.hero .container{position:relative;z-index:1;display:grid;grid-template-columns:1fr auto;grid-gap:40px;gap:40px;align-items:center}.hero-content{max-width:none}.hero-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.15);border-radius:100px;font-size:.813rem;font-weight:500;margin-bottom:24px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.hero-badge svg{width:16px;height:16px}.hero h1{font-size:clamp(2.25rem,4vw,3.25rem);font-weight:800;line-height:1.15;margin-bottom:20px;letter-spacing:-.02em}.hero h1 span{color:var(--accent)}.hero-desc{font-size:1.125rem;line-height:1.7;color:rgba(255,255,255,.8);margin-bottom:36px}.hero-features{list-style:none;padding:0;margin:0 0 36px;display:flex;flex-direction:column;gap:14px}.hero-features li{font-size:1.063rem;line-height:1.6;color:rgba(255,255,255,.85);padding-left:32px;position:relative}.hero-features li:before{content:"";position:absolute;left:0;top:7px;width:18px;height:18px;background:url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.3 4L6 11.3 2.7 8' stroke='%233E7C66' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat 50% /contain}.hero-buttons{display:flex;gap:16px;flex-wrap:wrap}.hero-stats{display:flex;gap:40px;margin-top:48px;padding-top:32px;border-top:1px solid rgba(255,255,255,.1)}.hero-stat-item strong{display:block;font-size:2rem;font-weight:800;color:var(--accent)}.hero-stat-item span{font-size:.875rem;color:rgba(255,255,255,.6)}.hero-logo-only,.hero-visual{display:flex;justify-content:center;align-items:center}.hero-logo-only img{height:160px;width:auto;opacity:.25}.section{padding:96px 0}.section-dark{background:var(--bg-dark);color:var(--text-white)}.section-light{background:var(--bg-light)}.section-header{text-align:center;max-width:680px;margin:0 auto 56px}.section-header h2{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800;margin-bottom:16px;letter-spacing:-.02em}.section-header p{font-size:1.063rem;color:var(--text-gray);line-height:1.7}.section-dark .section-header p{color:rgba(255,255,255,.6)}.programs-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.program-card{background:var(--bg-white);border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border);transition:all var(--transition)}.program-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg);border-color:var(--primary)}.program-card-body{padding:28px;flex:1 1;display:flex;flex-direction:column}.program-card-type{display:inline-flex;padding:4px 12px;background:rgba(47,58,55,.08);color:var(--primary);border-radius:100px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:12px;align-self:flex-start}.program-card h3{margin-bottom:12px;line-height:1.3}.program-card-desc{font-size:.938rem;color:var(--text-gray);line-height:1.6;margin-bottom:20px;flex:1 1}.program-card-meta{display:flex;gap:20px;padding-top:16px;border-top:1px solid var(--border);font-size:.813rem;color:var(--text-gray)}.program-card-meta span{display:flex;align-items:center;gap:6px}.program-card-meta svg{width:16px;height:16px;opacity:.6}.program-card-link{display:inline-flex;align-items:center;gap:6px;margin-top:16px;color:var(--primary);font-weight:600;font-size:.938rem}.program-card-link svg{width:18px;height:18px;transition:transform var(--transition)}.program-card-link:hover svg{transform:translateX(4px)}.corporate-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:28px;gap:28px}.corporate-card{background:var(--bg-white);border-radius:var(--radius-lg);padding:36px 32px;border:1px solid var(--border-light);transition:all var(--transition)}.corporate-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--primary)}.corporate-card-icon{width:64px;height:64px;background:linear-gradient(135deg,rgba(47,58,55,.08),rgba(47,58,55,.04));border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;margin-bottom:24px;color:var(--primary)}.corporate-card h3{font-size:1.25rem;font-weight:700;margin-bottom:12px;color:var(--text-dark)}.corporate-card>p{font-size:.938rem;color:var(--text-gray);line-height:1.7;margin-bottom:20px}.corporate-features{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.corporate-features li{font-size:.875rem;color:var(--text-dark);padding-left:24px;position:relative;line-height:1.5}.corporate-features li:before{content:"";position:absolute;left:0;top:6px;width:10px;height:10px;border-radius:50%;background:var(--accent);opacity:.7}.advantages-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.advantage-card{background:var(--bg-dark-card);border:1px solid var(--border-dark);border-radius:var(--radius-lg);padding:32px;transition:all var(--transition)}.advantage-card:hover{border-color:var(--primary-light);transform:translateY(-4px)}.advantage-num{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:linear-gradient(135deg,var(--accent) 0,#ff8f66 100%);border-radius:12px;font-size:1.25rem;font-weight:800;margin-bottom:20px}.advantage-card h3{font-size:1.125rem;font-weight:700;margin-bottom:10px}.advantage-card p{font-size:.938rem;color:rgba(255,255,255,.6);line-height:1.6}.steps-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:16px;gap:16px;position:relative}.steps-grid:before{content:"";position:absolute;top:36px;left:10%;right:10%;height:2px;background:linear-gradient(90deg,var(--primary) 0,var(--accent) 100%);z-index:0}.step-card{text-align:center;position:relative;z-index:1}.step-num{width:72px;height:72px;background:var(--bg-white);border:3px solid var(--primary);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:800;color:var(--primary);margin:0 auto 20px}.step-card h4{font-size:.938rem;font-weight:700;margin-bottom:8px}.step-card p{font-size:.813rem;color:var(--text-gray);line-height:1.5}.license-section{background:linear-gradient(135deg,var(--primary) 0,var(--primary-dark) 100%);color:var(--text-white)}.license-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;align-items:center}.license-info h2{font-size:clamp(1.75rem,3vw,2.25rem);font-weight:800;margin-bottom:20px}.license-info p{font-size:1.063rem;color:rgba(255,255,255,.8);line-height:1.7;margin-bottom:32px}.license-details{display:flex;flex-direction:column;gap:16px}.license-detail{display:flex;align-items:flex-start;gap:12px}.license-detail svg{width:24px;height:24px;color:var(--accent);flex-shrink:0;margin-top:2px}.license-detail div strong{display:block;font-size:.938rem;margin-bottom:2px}.license-detail div span{font-size:.813rem;color:rgba(255,255,255,.6)}.license-doc{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);border-radius:var(--radius-lg);padding:40px;text-align:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.license-doc-icon{width:80px;height:100px;background:rgba(255,255,255,.1);border-radius:8px;margin:0 auto 20px;display:flex;align-items:center;justify-content:center;font-size:2.5rem}.license-doc h3{font-size:1.125rem;margin-bottom:8px}.license-doc p{font-size:.875rem;color:rgba(255,255,255,.6);margin-bottom:20px}.cta-section{padding:80px 0;background:linear-gradient(135deg,var(--bg-dark) 0,var(--primary-dark) 100%);color:var(--text-white);text-align:center}.cta-section h2{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800;margin-bottom:16px}.cta-section p{font-size:1.125rem;color:rgba(255,255,255,.7);margin-bottom:36px;max-width:560px;margin-left:auto;margin-right:auto}.contact-section{background:var(--bg-light)}.contact-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;align-items:start}.contact-info h2{font-size:2rem;font-weight:800;margin-bottom:16px}.contact-info>p{font-size:1.063rem;color:var(--text-gray);margin-bottom:36px;line-height:1.7}.contact-details{display:flex;flex-direction:column;gap:20px}.contact-detail{display:flex;align-items:flex-start;gap:16px}.contact-detail-icon{width:44px;height:44px;background:rgba(47,58,55,.08);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--primary)}.contact-detail-icon svg{width:20px;height:20px}.contact-detail strong{display:block;font-size:.875rem;color:var(--text-gray);margin-bottom:4px;font-weight:500}.contact-detail a,.contact-detail span{font-size:1rem;font-weight:600;color:var(--text-dark)}.contact-detail a:hover{color:var(--primary)}.contact-form-wrapper{background:var(--bg-white);border-radius:var(--radius-lg);padding:40px;box-shadow:var(--shadow)}.contact-form-wrapper h3{font-size:1.25rem;font-weight:700;margin-bottom:24px}.form-group{margin-bottom:20px}.form-group label{display:block;font-size:.875rem;font-weight:600;margin-bottom:8px;color:var(--text-dark)}.form-group label .required{color:var(--accent)}.form-input{width:100%;padding:14px 16px;border:1px solid var(--border);border-radius:var(--radius);font-size:.938rem;font-family:inherit;transition:border-color var(--transition),box-shadow var(--transition);background:var(--bg-white);color:var(--text-dark)}.form-input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px rgba(47,58,55,.1)}.form-input::placeholder{color:#9CA3AF}textarea.form-input{resize:vertical;min-height:100px}.form-input.error{border-color:#EF4444}.form-error{color:#EF4444;margin-top:6px;display:none}.form-group.has-error .form-error{display:block}.form-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236B7280' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:40px}.checkbox-group{display:flex;align-items:flex-start;gap:10px;margin-bottom:16px}.checkbox-group input[type=checkbox]{width:18px;height:18px;margin-top:2px;accent-color:var(--primary);flex-shrink:0;cursor:pointer}.checkbox-group label{font-size:.813rem;color:var(--text-gray);line-height:1.5;cursor:pointer}.checkbox-group label a{color:var(--primary);text-decoration:underline}.checkbox-group label a:hover{color:var(--primary-light)}.form-success{display:none;text-align:center;padding:40px 20px}.form-success.visible{display:block}.form-success svg{width:56px;height:56px;color:#10B981;margin-bottom:16px}.form-success h4{font-size:1.25rem;font-weight:700;margin-bottom:8px}.form-success p{font-size:.938rem;color:var(--text-gray)}.form-submit-error{display:none;padding:12px 16px;background:#FEF2F2;border:1px solid #fecaca;border-radius:var(--radius);color:#DC2626;font-size:.875rem;margin-bottom:16px}.footer{background:var(--bg-dark);color:var(--text-light);padding:60px 0 0}.footer-about p{font-size:.875rem;color:rgba(255,255,255,.5);line-height:1.7;max-width:320px}.footer-col h4{font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;margin-bottom:20px;color:var(--text-white)}.footer-col ul{gap:12px}.footer-col a{color:rgba(255,255,255,.5);transition:color var(--transition)}.footer-col a:hover{color:var(--text-white)}.footer-bottom{display:flex;align-items:center;justify-content:space-between;padding:24px 0;font-size:.813rem;color:rgba(255,255,255,.4);flex-wrap:wrap;gap:12px}.footer-bottom-links{display:flex;gap:20px;flex-wrap:wrap}.footer-bottom-links a{color:rgba(255,255,255,.4)}.footer-bottom-links a:hover{color:rgba(255,255,255,.7)}#cookie-settings-link{cursor:pointer}body.admin-mode>.cookie-banner,body.admin-mode>.footer,body.admin-mode>.header{display:none!important}body.admin-mode>main{padding:0;margin:0}body.admin-mode{background:#F5F6FA}.admin-shell{display:grid;grid-template-columns:260px 1fr;min-height:100vh}.admin-sidebar{background:#1A1B33;padding:24px 16px;gap:16px;position:-webkit-sticky;position:sticky;top:0;height:100vh;overflow-y:auto}.admin-brand,.admin-sidebar{color:#fff;display:flex;flex-direction:column}.admin-brand{text-decoration:none;font-weight:800;font-size:1.125rem;padding:0 8px 16px;border-bottom:1px solid rgba(255,255,255,.1)}.admin-brand small{font-weight:400;font-size:.75rem;color:rgba(255,255,255,.5);margin-top:4px}.admin-nav{display:flex;flex-direction:column;gap:4px;flex:1 1}.admin-nav a{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:8px;color:rgba(255,255,255,.8);text-decoration:none;font-size:.938rem;transition:background .15s,color .15s}.admin-nav a:hover{background:rgba(255,255,255,.08);color:#fff}.admin-nav a span{font-size:1.125rem}.admin-user{display:flex;flex-direction:column;gap:8px;padding:12px;background:rgba(255,255,255,.05);border-radius:8px}.admin-user strong{display:block;font-size:.875rem;color:#fff}.admin-user small{font-size:.75rem;color:rgba(255,255,255,.55)}.admin-app-version{display:block;overflow-wrap:anywhere;-webkit-user-select:text;-moz-user-select:text;user-select:text}.admin-signout{background:none;border:1px solid rgba(255,255,255,.2);color:#fff;padding:8px 12px;border-radius:8px;font-size:.875rem;cursor:pointer}.admin-signout:hover{background:rgba(255,255,255,.1)}.admin-main{padding:32px 40px;min-width:0}.admin-page{gap:24px}.admin-page,.admin-page-head{display:flex;flex-direction:column}.admin-page-head{gap:4px}.admin-page-head h1{font-size:1.5rem;font-weight:800;margin:0}.admin-page-head p{color:var(--text-secondary,#525876);margin:0}.admin-stats{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px}.admin-stat{background:#fff;border:1px solid #e6e8ee;border-radius:12px;padding:18px 20px;text-decoration:none;color:inherit;display:flex;flex-direction:column;gap:6px;transition:box-shadow .15s,transform .15s}.admin-stat:hover{box-shadow:0 6px 20px rgba(15,16,41,.06);transform:translateY(-1px)}.admin-stat-value{font-size:1.75rem;font-weight:800;color:var(--text-primary,#1A1B33)}.admin-stat-label{font-size:.813rem;color:var(--text-secondary,#525876)}.admin-stat-hi{border-color:#3E7C66;box-shadow:0 0 0 3px rgba(62,124,102,.1)}.admin-stat-hi .admin-stat-value{color:#3E7C66}@media (max-width:1024px){.admin-stats{grid-template-columns:repeat(2,1fr)}}.admin-card{background:#fff;border:1px solid #e6e8ee;border-radius:12px;padding:24px}.admin-card>header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.admin-card>header h2{font-size:1.125rem;font-weight:700;margin:0}.admin-table{width:100%;border-collapse:collapse;font-size:.938rem}.admin-table th{text-align:left;font-weight:600;color:var(--text-secondary,#525876);font-size:.813rem;text-transform:uppercase;letter-spacing:.04em;padding:10px 12px;border-bottom:1px solid #e6e8ee}.admin-table td{padding:12px;border-bottom:1px solid #f0f1f3;vertical-align:top}.admin-table tr:last-child td{border-bottom:0}.admin-table tr:hover{background:#FAFBFD}.status-badge{display:inline-block;padding:3px 10px;border-radius:99px;font-size:.75rem;font-weight:600}.status-NEW{background:#FFF1E9;color:#C2410C}.status-IN_PROGRESS{background:#DBEAFE;color:#1E40AF}.status-CLOSED{background:#D1FAE5;color:#065F46}.status-ARCHIVED{background:#E5E7EB;color:#4B5563}.status-PUBLISHED{background:#D1FAE5;color:#065F46}.status-DRAFT{background:#FEF3C7;color:#92400E}.status-FALLBACK{background:#E0F2FE;color:#075985}.empty-state{padding:24px;text-align:center}.admin-table-subtext,.empty-state{color:var(--text-secondary,#525876)}.admin-table-subtext{margin-top:3px;font-size:.813rem}.admin-table-actions{display:inline-flex;gap:8px;justify-content:flex-end;flex-wrap:wrap}.admin-breadcrumb{display:flex;gap:8px;align-items:center;font-size:.875rem;color:var(--text-secondary,#525876)}.admin-breadcrumb a{color:var(--primary,#2D3190);font-weight:700;text-decoration:none}.admin-breadcrumb a:hover{text-decoration:underline}.admin-login-shell{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--bg-dark,#0F1029);padding:24px}.admin-login-card{background:#fff;border-radius:16px;padding:40px;width:100%;max-width:420px;box-shadow:0 20px 60px rgba(0,0,0,.3)}.admin-login-card h1{font-size:1.5rem;font-weight:800;margin:0 0 6px}.admin-filters{display:flex;gap:12px;flex-wrap:wrap;align-items:center;margin-bottom:16px}.admin-filters input,.admin-filters select{padding:8px 12px;border:1px solid #e6e8ee;border-radius:8px;font:inherit;font-size:.875rem}.admin-detail-grid{display:grid;grid-template-columns:2fr 1fr;grid-gap:16px;gap:16px}@media (max-width:1024px){.admin-detail-grid{grid-template-columns:1fr}}.kv-table{width:100%;font-size:.875rem}.kv-table th{text-align:left;font-weight:500;color:var(--text-secondary);padding:8px 12px 8px 0;vertical-align:top;width:40%}.kv-table td{padding:8px 0;font-weight:600;word-break:break-word}.admin-content-list{display:flex;flex-direction:column;gap:20px}.admin-content-row{padding:16px;border:1px solid #e6e8ee;border-radius:10px;background:#FAFBFD}.admin-content-row-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:8px;flex-wrap:wrap}.admin-content-row-head label{font-weight:600;font-size:.938rem}.admin-content-key{font-size:.75rem;color:#9CA0B5;font-family:monospace}.admin-content-badge{margin-left:8px;font-size:.7rem;font-weight:600;color:#92400E;background:#FEF3C7;padding:2px 8px;border-radius:99px}.admin-content-row input,.admin-content-row textarea{width:100%;padding:10px 12px;border:1px solid #e6e8ee;border-radius:8px;font:inherit;font-size:.938rem;background:#fff;resize:vertical}.admin-content-row-actions{display:flex;align-items:center;gap:12px;margin-top:10px;flex-wrap:wrap}.admin-content-ok{color:#065F46;font-size:.875rem}.admin-content-err{color:#C53030;font-size:.875rem}.modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:9998;display:none;align-items:center;justify-content:center;padding:20px}.modal-overlay.visible{display:flex}.modal{background:var(--bg-white);border-radius:var(--radius-lg);max-width:520px;width:100%;max-height:90vh;overflow-y:auto;padding:40px;position:relative}.modal-close{position:absolute;top:16px;right:16px;width:36px;height:36px;border-radius:50%;border:none;background:var(--bg-light);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background var(--transition)}.modal-close:hover{background:var(--border)}.legal-page{padding:120px 0 80px;min-height:100vh}.legal-page .container{max-width:800px}.legal-page h1{font-size:2rem;font-weight:800;margin-bottom:8px}.legal-meta{color:var(--text-gray);margin-bottom:40px;padding-bottom:24px;border-bottom:1px solid var(--border)}.legal-content h2{margin-top:36px;margin-bottom:12px}.legal-content h3{font-size:1.063rem;font-weight:700;margin-top:24px;margin-bottom:10px}.legal-content p{font-size:.938rem;color:var(--text-gray)}.legal-content ol,.legal-content ul{margin-bottom:12px;padding-left:24px}.legal-content li{font-size:.938rem;line-height:1.7;color:var(--text-gray);margin-bottom:6px;list-style:disc}.legal-content ol li{list-style:decimal}.legal-content table{width:100%;border-collapse:collapse;margin-bottom:16px;font-size:.875rem}.legal-content table td,.legal-content table th{padding:10px 14px;border:1px solid var(--border);text-align:left}.legal-content table th{background:var(--bg-light);font-weight:600}@media (max-width:1024px){.hero .container{grid-template-columns:1fr}.hero-visual{display:none}.advantages-grid,.corporate-grid,.programs-grid{grid-template-columns:repeat(2,1fr)}.steps-grid{grid-template-columns:repeat(3,1fr);row-gap:32px}.steps-grid:before{display:none}.contact-grid,.license-content{grid-template-columns:1fr}.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:1220px){.nav{display:none}.burger{display:flex}.header-actions .btn{display:none}.nav.mobile-open{display:flex;flex-direction:column;position:fixed;top:72px;left:0;right:0;background:var(--bg-white);padding:24px;gap:20px;border-bottom:1px solid var(--border);box-shadow:var(--shadow);z-index:999}.nav.mobile-open .nav-cta{display:flex;flex-direction:column;gap:12px;width:100%;margin-top:8px;padding-top:16px;border-top:1px solid var(--border)}.nav.mobile-open .nav-cta .btn{width:100%}}@media (max-width:768px){.hero{padding:120px 0 60px}.hero h1{font-size:2rem}.hero-stats{flex-wrap:wrap;gap:24px}.hero-buttons{flex-direction:column}.hero-buttons .btn{width:100%}.section{padding:60px 0}.advantages-grid,.corporate-grid,.programs-grid{grid-template-columns:1fr}.steps-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr;gap:32px}.footer-bottom{flex-direction:column;text-align:center}.footer-bottom-links{justify-content:center}.cookie-banner .container{flex-direction:column}.cookie-buttons{width:100%}.cookie-buttons .btn{flex:1 1}.contact-form-wrapper{padding:24px}}@media (max-width:480px){.container{padding:0 16px}.hero-stats{flex-direction:column;gap:16px}.steps-grid{grid-template-columns:1fr}}.cookie-banner{position:fixed;bottom:16px;left:16px;right:16px;background:#fff;border:1px solid var(--border,#e6e8ee);box-shadow:0 10px 30px rgba(15,16,41,.12);border-radius:16px;padding:20px 24px;z-index:9999;max-width:980px;margin:0 auto}.cookie-banner-inner{display:flex;flex-direction:column;gap:16px}.cookie-banner-text strong{display:block;font-weight:700;margin-bottom:6px}.cookie-banner-text p{color:var(--text-secondary,#525876);font-size:.938rem;margin:0}.cookie-banner-text a{color:var(--primary,#2D3190);text-decoration:underline}.cookie-banner-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end}.cookie-categories{display:flex;flex-direction:column;gap:12px;padding:12px 0;border-top:1px solid var(--border,#e6e8ee)}.cookie-cat{display:flex;gap:12px;align-items:flex-start;font-size:.938rem;cursor:pointer}.cookie-cat input{margin-top:4px}.cookie-cat-locked{opacity:.7;cursor:default}.link-button{background:none;border:0;padding:0;color:inherit;font:inherit;text-decoration:underline;cursor:pointer}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;grid-gap:32px;gap:32px;padding:48px 0 32px}.footer-col h4{font-size:.938rem;font-weight:700;color:#fff;margin:0 0 16px}.footer-col ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.footer-col a{color:rgba(255,255,255,.65);font-size:.875rem;text-decoration:none;transition:color .15s}.footer-col a:hover{color:#fff}.footer-col li{color:rgba(255,255,255,.65);font-size:.875rem}.footer-col-brand .footer-logo{display:inline-flex;align-items:center;gap:12px;margin-bottom:16px}.footer-col-brand .footer-logo img{width:56px;height:48px;flex-shrink:0;display:block}.footer-logo-text{color:#fff;font-weight:700;font-size:1.25rem;white-space:nowrap}.footer-about{color:rgba(255,255,255,.7);font-size:.875rem;line-height:1.6;margin-bottom:12px}.footer-license{color:rgba(255,255,255,.55);font-size:.813rem;line-height:1.5}@media (max-width:1024px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.footer-grid{grid-template-columns:1fr;padding:32px 0 24px}.cookie-banner{padding:16px}}.legal-content h2{font-size:1.25rem;font-weight:700;margin:28px 0 12px}.legal-content p,.legal-content ul{color:var(--text-secondary,#525876);line-height:1.7;margin-bottom:12px}.legal-content ul{padding-left:22px}.legal-content a{color:var(--primary,#2D3190)}.legal-meta{color:var(--text-secondary,#525876);font-size:.875rem;margin-bottom:24px}.page-hero{background:var(--bg-dark,#0F1029);color:#fff;padding:72px 0 56px}.page-hero h1{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800;margin-bottom:16px}.page-hero p{color:rgba(255,255,255,.8);font-size:1.063rem;max-width:720px}.content-section{padding:64px 0}.content-section h2{font-size:1.5rem;font-weight:700;margin:0 0 16px}.content-section h3{font-size:1.125rem;font-weight:700;margin:24px 0 8px}.content-section p{color:var(--text-secondary,#525876);line-height:1.7;margin-bottom:12px}.content-section ul{color:var(--text-secondary,#525876);line-height:1.8;padding-left:22px;margin-bottom:16px}.audience-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px;gap:24px;margin-top:32px}.audience-card{background:#fff;border:1px solid var(--border,#e6e8ee);border-radius:var(--radius-md,14px);padding:32px}.audience-card h3{font-size:1.25rem;font-weight:700;margin-bottom:12px}.audience-card p{color:var(--text-secondary,#525876);line-height:1.6;margin-bottom:20px}@media (max-width:768px){.audience-grid{grid-template-columns:1fr}}.placeholder-note{background:#FFF7E6;border:1px solid #ffd591;border-radius:12px;padding:14px 18px;font-size:.875rem;color:#8C5A00;margin:24px 0}.doc-list{list-style:none;padding:0;margin:12px 0 24px;display:flex;flex-direction:column;gap:8px}.doc-link{display:flex;align-items:center;gap:14px;padding:12px 16px;border:1px solid var(--border,#e6e8ee);border-radius:12px;background:#fff;text-decoration:none;color:var(--text-primary,#1A1B33);transition:border-color .15s,box-shadow .15s}.doc-link:hover{border-color:var(--primary,#2D3190);box-shadow:0 4px 14px rgba(15,16,41,.06)}.doc-link-icon{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background:#FFF1E9;border-radius:10px}.doc-link-body{display:flex;flex-direction:column;gap:2px;min-width:0}.doc-link-title{font-weight:600}.doc-link-meta{font-size:.813rem;color:var(--text-secondary,#525876)}.program-card{background:#fff;border:1px solid var(--border,#e6e8ee);border-radius:var(--radius-md,14px);padding:28px;display:flex;flex-direction:column;gap:16px;transition:box-shadow .2s,transform .2s}.program-card:hover{box-shadow:0 12px 30px rgba(15,16,41,.08);transform:translateY(-2px)}.program-card h3{font-size:1.25rem;font-weight:700;margin:0}.program-card-icon{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;background:#FFF1E9;border-radius:14px;margin-bottom:4px;color:var(--primary)}.program-card-icon svg{display:block}.program-short{line-height:1.6}.program-meta,.program-short{color:var(--text-secondary,#525876);margin:0}.program-meta{list-style:none;padding:0;display:flex;flex-direction:column;gap:6px;font-size:.875rem}.program-meta b{color:var(--text-primary,#1A1B33);font-weight:600}.program-actions{margin-top:auto}.cms-block-actions,.program-actions{display:flex;gap:10px;flex-wrap:wrap}.cms-block-actions{align-items:center;justify-content:center;margin-top:28px}.cms-card-date{color:var(--text-secondary,#525876);font-size:.875rem}.cms-news-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.cms-news-list-link{display:grid;grid-template-columns:minmax(120px,160px) minmax(180px,1fr);grid-gap:6px 20px;gap:6px 20px;padding:18px 20px;border:1px solid var(--border,#e6e8ee);border-radius:12px;background:#fff;color:var(--text-primary,#1A1B33);text-decoration:none;transition:border-color .15s,box-shadow .15s}.cms-news-list-link:hover{border-color:var(--primary,#2D3190);box-shadow:0 4px 14px rgba(15,16,41,.06)}.cms-news-list-link span{color:var(--text-secondary,#525876);font-size:.875rem}.cms-news-list-link strong{font-size:1rem}.cms-news-list-link em{grid-column:2;color:var(--text-secondary,#525876);font-style:normal;line-height:1.5}.cms-kv-table{margin:18px 0 24px;border-collapse:collapse}.cms-kv-table td,.cms-kv-table th{border-bottom:1px solid var(--border-light,#f0f1f3);padding:12px 0}.cms-kv-table tr:last-child td,.cms-kv-table tr:last-child th{border-bottom:0}.cms-kv-table td{white-space:pre-line}@media (max-width:640px){.cms-news-list-link{grid-template-columns:1fr}.cms-news-list-link em{grid-column:1}}.custom-cta{text-align:center;max-width:720px;margin:0 auto}.custom-cta h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:800;margin:0 0 16px;color:#fff}.custom-cta p{color:rgba(255,255,255,.8);font-size:1.063rem;line-height:1.6;margin:0 0 28px}.how-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px;gap:24px}.how-col{background:#fff;border:1px solid var(--border,#e6e8ee);border-radius:var(--radius-md,14px);padding:32px;display:flex;flex-direction:column;gap:16px}.how-col h3{font-size:1.25rem;font-weight:700;margin:0}.how-steps{padding-left:22px;line-height:1.8;color:var(--text-secondary,#525876);margin:0}.how-steps li{margin-bottom:6px}@media (max-width:768px){.how-grid{grid-template-columns:1fr}}.breadcrumbs{margin-bottom:16px;font-size:.875rem}.breadcrumbs ol{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:6px;align-items:center}.breadcrumbs li{display:inline-flex;align-items:center;gap:6px;color:rgba(255,255,255,.65)}.breadcrumbs a{color:rgba(255,255,255,.78);text-decoration:none;transition:color .15s}.breadcrumbs a:hover{color:#fff;text-decoration:underline}.breadcrumbs-sep{color:rgba(255,255,255,.4)}.breadcrumbs-current span{color:rgba(255,255,255,.55)}.content-section .breadcrumbs li,.legal-page .breadcrumbs li{color:var(--text-secondary,#525876)}.content-section .breadcrumbs a,.legal-page .breadcrumbs a{color:var(--text-primary,#1A1B33)}.faq-list{display:flex;flex-direction:column;gap:8px}.faq-item{background:#fff;border:1px solid var(--border,#e6e8ee);border-radius:12px;overflow:hidden;transition:box-shadow .15s}.faq-item-open{box-shadow:0 4px 14px rgba(15,16,41,.06)}.faq-question{width:100%;background:none;border:0;padding:18px 20px;text-align:left;font:inherit;font-weight:600;color:var(--text-primary,#1A1B33);cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:16px}.faq-question:hover{background:var(--bg-light,#F7F8FA)}.faq-chevron{font-size:1.5rem;font-weight:400;color:var(--accent,#3E7C66);line-height:1;flex-shrink:0}.faq-answer{padding:0 20px 20px;color:var(--text-secondary,#525876);line-height:1.6}.benefits-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px;margin:16px 0 24px}.benefit-card{background:#fff;border:1px solid var(--border,#e6e8ee);border-radius:12px;padding:18px 20px;display:flex;gap:14px;align-items:flex-start}.benefit-icon{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background:#FFF1E9;border-radius:10px;color:var(--primary)}.benefit-icon svg{display:block}.benefit-card h3{font-size:1rem;font-weight:700;margin:0 0 4px}.benefit-card p{color:var(--text-secondary,#525876);line-height:1.5;font-size:.938rem;margin:0}@media (max-width:768px){.benefits-grid{grid-template-columns:1fr}}.steps-numbered{list-style:none;padding:0;margin:16px 0 24px;display:flex;flex-direction:column;gap:12px}.steps-numbered li{display:flex;gap:16px;align-items:flex-start;background:#fff;border:1px solid var(--border,#e6e8ee);border-radius:12px;padding:16px 20px;color:var(--text-primary,#1A1B33);line-height:1.5}.step-num-inline{flex-shrink:0;width:32px;height:32px;border-radius:50%;background:var(--accent,#3E7C66);color:#fff;font-weight:700;display:inline-flex;align-items:center;justify-content:center;font-size:.875rem}.values-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;gap:20px;margin:16px 0 24px}.value-card{background:#fff;border:1px solid var(--border,#e6e8ee);border-radius:14px;padding:24px}.value-card h3{font-size:1.063rem;font-weight:700;margin:12px 0 8px}.value-card p{color:var(--text-secondary,#525876);line-height:1.6;margin:0}.value-icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;background:#FFF1E9;border-radius:12px;color:var(--primary)}.value-icon svg{display:block}@media (max-width:768px){.values-grid{grid-template-columns:1fr}}.program-meta-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px;background:var(--bg-light,#F7F8FA);border-radius:14px;padding:24px;margin:0 0 32px}.program-meta-grid .meta-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;color:var(--text-secondary,#525876);margin-bottom:4px}.program-meta-grid .meta-value{font-weight:600;color:var(--text-primary,#1A1B33);font-size:.938rem;line-height:1.4}@media (max-width:768px){.program-meta-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.program-meta-grid{grid-template-columns:1fr}}.modules-list{display:flex;flex-direction:column;gap:12px;margin:16px 0 24px}.module-item{background:#fff;border:1px solid var(--border,#e6e8ee);border-radius:14px;padding:20px 24px}.module-head{display:flex;gap:16px;align-items:baseline;margin-bottom:8px}.module-num{font-size:1.25rem;font-weight:800;color:var(--accent,#3E7C66);min-width:48px}.module-title{flex:1 1}.module-title h3{font-size:1.063rem;margin:0}.module-hours{display:inline-block;margin-left:12px;font-size:.813rem;color:var(--text-secondary,#525876)}.module-topics{margin:0;padding-left:22px}.module-topics li{line-height:1.6;color:var(--text-secondary,#525876);margin-bottom:4px}.form-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.form-field{display:flex;flex-direction:column;gap:6px}.form-field label{font-size:.875rem;font-weight:600;color:var(--text-primary,#1A1B33)}.form-field input,.form-field select,.form-field textarea{font:inherit;padding:12px 14px;border:1px solid var(--border,#e6e8ee);border-radius:10px;background:#fff}.form-field textarea{min-height:100px;resize:vertical}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{outline:none;border-color:var(--primary,#2D3190);box-shadow:0 0 0 3px rgba(47,58,55,.15)}.form-field-full{grid-column:1/-1}.form-error{color:#C53030;font-size:.813rem;margin-top:4px}.consent-row{display:flex;gap:10px;align-items:flex-start;font-size:.875rem;line-height:1.45;color:var(--text-secondary,#525876);cursor:pointer}.consent-row+.consent-row{margin-top:10px}.consent-row input[type=checkbox]{flex:0 0 18px;width:18px;height:18px;margin:2px 0 0;cursor:pointer}.consent-row input[type=checkbox]:focus-visible{outline:3px solid rgba(47,58,55,.22);outline-offset:2px}.consent-row span{flex:1 1;min-width:0}.consent-row a{color:var(--primary,#2D3190);text-decoration:underline}.form-success{background:#E6FFFA;border:1px solid #4fd1c5;border-radius:12px;padding:16px 20px;color:#234E52}.form-error-banner{background:#FFF5F5;border:1px solid #fc8181;border-radius:12px;padding:16px 20px;color:#742A2A}@media (max-width:768px){.form-grid{grid-template-columns:1fr}}.form-field input,.form-field select,.form-field textarea{width:100%;max-width:100%}.form-field input[aria-invalid=true],.form-field select[aria-invalid=true],.form-field textarea[aria-invalid=true]{border-color:#C53030;box-shadow:0 0 0 3px rgba(197,48,48,.12)}.form-field input:disabled,.form-field select:disabled,.form-field textarea:disabled{background:#F3F4F6;cursor:not-allowed;opacity:.7}.form-hint{font-size:.813rem;color:var(--text-secondary,#525876);margin-top:4px}.field-suggest{position:relative}.field-suggest-list{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:30;background:#fff;border:1px solid var(--border,#e6e8ee);border-radius:10px;box-shadow:0 10px 30px rgba(15,16,41,.12);max-height:260px;overflow-y:auto;list-style:none;margin:0;padding:4px}.field-suggest-item{display:block;width:100%;text-align:left;background:none;border:0;padding:10px 12px;border-radius:8px;cursor:pointer;font:inherit;color:var(--text-primary,#1A1B33)}.field-suggest-item:focus-visible,.field-suggest-item:hover{background:var(--bg-light,#F7F8FC);outline:none}.field-suggest-item small{display:block;color:var(--text-secondary,#525876);font-size:.75rem;margin-top:2px}.field-suggest-loading{padding:10px 12px;color:var(--text-secondary,#525876);font-size:.875rem}.form-done{text-align:center;padding:32px 24px}.form-done .form-done-icon{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;margin-bottom:16px;color:#10B981;background:#E7F8F1;border-radius:50%}.form-done h3{font-size:1.375rem;font-weight:800;margin:0 0 8px}.form-done p{color:var(--text-secondary,#525876);line-height:1.6;margin:0 auto;max-width:460px}.faq-question:focus-visible{outline:3px solid var(--accent);outline-offset:-3px;border-radius:12px}@media (max-width:768px){.hero:before{width:320px;height:320px;right:-30%}.hero:after{width:220px;height:220px;left:-25%}}@media (max-width:430px){:root{font-size:15px}.container{padding:0 14px}.btn-lg{padding:15px 22px;font-size:.95rem}.hero-buttons,.hero-buttons .btn{width:100%}.program-meta-grid{grid-template-columns:1fr}.breadcrumbs ol{font-size:.8rem}}@media (max-width:360px){:root{font-size:14px}.container{padding:0 12px}.page-hero{padding:48px 0 36px}}.cta-section-light{background:var(--bg-light)}.cta-section-light,.cta-section-light h2{color:var(--text-dark)}.cta-section-light p{color:var(--text-gray)}.image-text{display:grid;grid-template-columns:1fr 1fr;grid-gap:40px;gap:40px;align-items:center}.image-text-reverse .image-text-media{order:2}.image-text-media img{width:100%;height:auto;border-radius:var(--radius-lg,16px);display:block}.image-text-body h2{margin-top:0}@media (max-width:768px){.image-text{grid-template-columns:1fr;gap:24px}.image-text-reverse .image-text-media{order:0}}.block-card-link{display:inline-flex;align-items:center;gap:6px;margin-top:8px;color:var(--primary);font-weight:600;font-size:.875rem}.audience-card .btn{margin-top:4px}.pb-pagepicker{display:flex;flex-wrap:wrap;gap:8px}.pb-tab{padding:8px 14px;border:1px solid var(--border,#e6e8ee);border-radius:99px;font-size:.875rem;font-weight:600;color:var(--text-secondary,#525876);background:#fff}.pb-tab-active{background:var(--primary,#2D3190);color:#fff;border-color:var(--primary,#2D3190)}.pb-edit-col,.pb-manager{display:flex;flex-direction:column;gap:16px}.pb-edit-col{min-width:0}@media (min-width:1280px){.pb-manager.pb-has-preview{display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,44%);grid-gap:20px;gap:20px;align-items:start}.pb-preview-col{position:-webkit-sticky;position:sticky;top:16px}}.pb-publish{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.pb-publish-kicker{color:var(--text-secondary,#525876);font-size:.813rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.pb-publish-status{display:flex;align-items:center;gap:10px;margin-top:6px;flex-wrap:wrap}.pb-publish-note{color:var(--text-secondary,#525876);font-size:.875rem}.pb-publish-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.pb-list{display:flex;flex-direction:column;gap:10px}.pb-row{border:1px solid var(--border,#e6e8ee);border-radius:10px;background:#fff;scroll-margin-top:18px}.pb-row:target{border-color:var(--primary,#2F3A37);box-shadow:0 0 0 3px color-mix(in srgb,var(--primary,#2F3A37) 14%,transparent)}.pb-row-hidden{opacity:.62;background:#FAFBFD}.pb-row-head{display:flex;align-items:center;gap:12px;padding:12px 14px;flex-wrap:wrap}.pb-drag{cursor:-webkit-grab;cursor:grab;border:none;background:none;font-size:1.1rem;color:#9CA0B5;padding:2px 6px;touch-action:none}.pb-drag:active{cursor:-webkit-grabbing;cursor:grabbing}.pb-type{font-weight:700;font-size:.938rem}.pb-key{font-family:monospace;font-size:.75rem;color:#9CA0B5}.pb-row-actions{display:flex;align-items:center;gap:8px;margin-left:auto;flex-wrap:wrap}.pb-toggle{display:inline-flex;align-items:center;gap:6px;font-size:.813rem;color:var(--text-secondary,#525876);cursor:pointer}.pb-del-trigger{color:#C53030;border-color:#F3C0C0}.pb-del{background:#C53030;color:#fff}.pb-row-body{padding:0 14px 16px;border-top:1px solid var(--border-light,#f0f1f3)}.pb-preview{list-style:none;padding:0;margin:12px 0 16px;display:flex;flex-direction:column;gap:6px}.pb-add-row,.pb-preview li{display:flex;align-items:center;gap:10px}.pb-add-row{flex-wrap:wrap}.pb-add-row select{padding:10px 12px;border:1px solid var(--border,#e6e8ee);border-radius:8px;font:inherit;background:#fff}.pb-reset{margin:14px 0 0}.pb-reset-btn{background:none;border:none;color:#C53030;font-size:.813rem;cursor:pointer;text-decoration:underline;padding:0}.revision-history>header p{margin:6px 0 0;color:var(--text-secondary,#525876);font-size:.875rem}.revision-list{display:flex;flex-direction:column;gap:12px}.revision-card{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:14px;border:1px solid var(--border,#e6e8ee);border-radius:8px;background:#fff}.revision-card-main{min-width:0;flex:1 1}.revision-card-title{font-weight:700}.revision-card-meta{margin-top:4px;color:var(--text-secondary,#525876);font-size:.813rem}.revision-comment{margin:8px 0 0;color:var(--text-primary,#1B1F3B);font-size:.875rem}.revision-snapshot{margin-top:10px}.revision-snapshot summary{cursor:pointer;color:var(--primary,#2D3190);font-size:.875rem;font-weight:600}.revision-snapshot ul{list-style:none;margin:10px 0 0;padding:0;display:flex;flex-direction:column;gap:8px}.revision-snapshot li{display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding:8px 0;border-top:1px solid var(--border-light,#f0f1f3)}.revision-snapshot code{color:#9CA0B5;font-size:.75rem}.revision-block-type{font-weight:700;font-size:.875rem}.revision-hidden{border-radius:999px;background:#FFF4E5;color:#9A5B00;padding:2px 8px;font-size:.75rem;font-weight:700}.revision-snapshot small{width:100%;color:var(--text-secondary,#525876);line-height:1.45}@media (max-width:700px){.revision-card{flex-direction:column}}.pb-preview-card{padding:0;overflow:hidden}.pb-preview-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-bottom:1px solid var(--border,#e6e8ee)}.pb-preview-title{font-weight:700;font-size:.938rem}.pb-preview-title small{display:block;font-weight:400;font-size:.75rem;color:var(--text-secondary,#525876)}.pb-preview-frame{background:#fff}.pb-preview-frame iframe{width:100%;height:78vh;border:0;display:block}@media (max-width:1279px){.pb-preview-frame iframe{height:60vh}}.preview-edit-shell{position:relative;outline:1px dashed color-mix(in srgb,var(--primary,#2F3A37) 32%,transparent);outline-offset:-5px}.preview-edit-shell:focus-within,.preview-edit-shell:hover{outline-color:var(--primary,#2F3A37);outline-style:solid}.preview-edit-toolbar{position:absolute;z-index:20;top:10px;right:10px;display:inline-flex;align-items:center;gap:8px;max-width:calc(100% - 20px);padding:6px 8px;border-radius:8px;border:1px solid color-mix(in srgb,var(--primary,#2f3a37) 22%,transparent);background:rgba(255,255,255,.94);box-shadow:0 8px 24px rgba(17,24,39,.12);color:var(--text-secondary,#525876);font-size:.75rem;line-height:1}.preview-edit-toolbar span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.preview-edit-toolbar a{color:var(--primary,#2D3190);font-weight:700;text-decoration:none;white-space:nowrap}.select-with-swatch{display:flex;align-items:center;gap:10px}.select-with-swatch select{flex:1 1}.bg-swatch{width:26px;height:26px;border-radius:6px;border:1px solid var(--border,#e6e8ee);flex:0 0 auto;box-shadow:inset 0 0 0 1px rgba(0,0,0,.03)}.bg-swatch-dark,.bg-swatch-home{background:linear-gradient(135deg,var(--bg-dark,#0F1029),var(--primary,#2D3190))}.bg-swatch-page,.bg-swatch-white{background:#fff}.bg-swatch-light{background:var(--bg-light,#F2F4F8)}.bg-swatch-none{background:repeating-linear-gradient(45deg,#fff,#fff 4px,#eee 0,#eee 8px)}.contact-info h2,.cta-section h2,.hero h1,.legal-page h1,.license-info h2,.page-hero h1,.section-header h2{font-family:var(--font-display);font-weight:600;letter-spacing:-.01em;line-height:1.14}.block-editor{display:flex;flex-direction:column;gap:14px;padding-top:16px}.block-field,.block-field>label{display:flex;flex-direction:column;gap:6px}.block-field>label{font-size:.875rem;font-weight:600}.block-field input,.block-field select,.block-field textarea{font:inherit;padding:9px 11px;border:1px solid var(--border,#e6e8ee);border-radius:8px;background:#fff;width:100%}.block-field-help{font-size:.75rem;color:#9CA0B5;margin:0}.block-img-preview{max-width:160px;height:auto;border-radius:8px;margin-top:8px;display:block}.block-list{display:flex;flex-direction:column;gap:10px}.block-list-row{display:flex;gap:8px;align-items:flex-start}.block-list-row textarea{flex:1 1}.block-list-ctrls{display:flex;gap:4px}.block-list-ctrls button{border:1px solid var(--border,#e6e8ee);background:#fff;border-radius:6px;width:30px;height:30px;cursor:pointer;font-size:.875rem}.block-list-ctrls button:disabled{opacity:.4;cursor:not-allowed}.block-list-card{border:1px solid var(--border,#e6e8ee);border-radius:8px;padding:12px;background:#FAFBFD;display:flex;flex-direction:column;gap:8px}.block-list-card-head{display:flex;align-items:center;justify-content:space-between}.block-list-card-num{font-weight:700;color:#9CA0B5;font-size:.813rem}.block-editor-actions{display:flex;align-items:center;gap:12px;margin-top:4px}.auth-page{max-width:480px;margin:0 auto;padding:120px 24px 80px}.auth-card{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:32px 28px}.auth-card h1{font-size:clamp(1.5rem,3vw,2rem);margin-bottom:8px}.auth-sub{color:var(--text-gray);margin-bottom:20px}.auth-link,.auth-sub a{color:var(--accent);font-weight:600}.auth-hint{color:var(--text-gray);font-weight:400;font-size:.85em}.auth-actions{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.auth-card .form-grid{gap:16px}.form-warning{display:flex;flex-direction:column;gap:2px;background:#FCEFEC;border:1px solid #e8b4a8;border-left:4px solid #c0392b;color:#7A2E1E;border-radius:var(--radius-md);padding:12px 14px;margin-bottom:18px;font-size:.9rem;line-height:1.45}.form-warning strong{font-weight:700}.consent-block{border-radius:var(--radius-md);transition:background .2s ease,box-shadow .2s ease}.consent-block-error{background:#FCEFEC;box-shadow:0 0 0 2px #E8B4A8;padding:12px}.consent-block-error .consent-row span{color:#7A2E1E}.guardian-block{border:1px solid var(--border);border-radius:var(--radius-md);padding:16px;background:var(--bg-light);display:flex;flex-direction:column;gap:12px}.guardian-block-error{border-color:#E8B4A8;box-shadow:0 0 0 2px #E8B4A8}.guardian-note{margin:0;font-size:.875rem;color:var(--text-gray)}@keyframes route-shimmer{0%,to{opacity:.5}50%{opacity:1}}.route-loading{max-width:1100px;margin:0 auto;padding:56px 24px}.route-loading-narrow{max-width:720px}.route-skel{background:var(--border-light);border-radius:12px;animation:route-shimmer 1.15s ease-in-out infinite}.route-skel+.route-skel{margin-top:16px}.route-skel-title{height:38px;width:60%;border-radius:10px}.route-skel-line{height:18px}.route-skel-line.short{width:40%}.route-skel-block{height:180px;border-radius:16px}.reveal{opacity:0;transform:translateY(26px);transition:opacity .7s ease,transform .7s cubic-bezier(.22,.61,.36,1);will-change:opacity,transform}.reveal.is-visible{opacity:1;transform:none}.reveal-stagger [class*=Grid]>*,.reveal-stagger [class*=cards]>*,.reveal-stagger [class*=grid]>*{opacity:0;transform:translateY(18px);transition:opacity .55s ease,transform .55s cubic-bezier(.22,.61,.36,1);transition-delay:calc(var(--reveal-i, 0) * 70ms + .14s)}.reveal-stagger.is-visible [class*=Grid]>*,.reveal-stagger.is-visible [class*=cards]>*,.reveal-stagger.is-visible [class*=grid]>*{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.reveal,.reveal-stagger [class*=Grid]>*,.reveal-stagger [class*=cards]>*,.reveal-stagger [class*=grid]>*{opacity:1!important;transform:none!important;transition:none!important}}.cert-card{border:1px solid #e2e5ec;border-left-width:4px;border-radius:12px;padding:18px 20px;background:#FFFFFF}.cert-card-ok{border-left-color:#2F9E44}.cert-card-warn{border-left-color:#E8A83A}.cert-card-bad{border-left-color:#D64545}.cert-status{margin:0 0 12px;font-weight:700;font-size:1.125rem}.cert-card-ok .cert-status{color:#1F7A32}.cert-card-warn .cert-status{color:#A9701A}.cert-card-bad .cert-status{color:#B02A2A}.cert-rows{margin:0}.cert-row{display:grid;grid-template-columns:190px 1fr;grid-gap:8px 16px;gap:8px 16px;padding:7px 0;border-top:1px solid #f0f2f5}.cert-row:first-child{border-top:none}.cert-row dt{color:#6B7280;font-size:.875rem}.cert-row dd{margin:0;overflow-wrap:anywhere}.cert-note{margin:14px 0 0}.cert-hint,.cert-note{font-size:.875rem;color:#6B7280}.cert-hint{margin-top:20px}@media (max-width:560px){.cert-row{grid-template-columns:1fr;gap:2px}}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-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:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-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:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-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:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-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:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-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:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-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:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-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:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-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:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-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:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-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:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-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:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-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:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-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:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-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:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-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:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-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:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-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:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-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:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-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:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-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:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-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:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-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:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-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:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-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:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-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:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_9b5e4e{font-family:Inter,Inter Fallback;font-style:normal}.__variable_9b5e4e{--font-inter:"Inter","Inter Fallback"}@font-face{font-family:Playfair Display;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/47f136985ef5b5cb-s.p.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.p.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.p.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_ac3772{font-family:Playfair Display,Playfair Display Fallback;font-style:normal}.__variable_ac3772{--font-playfair:"Playfair Display","Playfair Display Fallback"}