:root{--navy-900:#0b1220;--navy-800:#111a2e;--navy-700:#16213a;--blue-accent:#5b9bd5;--blue-accent-dark:#4a86c0;--gold-accent:#d9a441;--white:#fff;--gray-50:#f7f8fa;--gray-100:#eef0f3;--gray-200:#e4e7ec;--gray-400:#9aa3b2;--gray-500:#6b7280;--gray-600:#4b5563;--ink:#111827;--dark-body:#b8c0cc;--container-max:1280px;--section-pad-y:96px;--section-pad-y-mobile:56px;--radius-md:12px;--radius-lg:20px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-body);color:var(--ink);background:var(--white);-webkit-font-smoothing:antialiased}h1,h2,h3{font-family:var(--font-display);margin:0;line-height:1.15;font-weight:700}p{margin:0}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}button{font-family:var(--font-body);cursor:pointer}.container{max-width:var(--container-max);margin:0 auto;padding:0 24px}.section{padding:var(--section-pad-y) 0;scroll-margin-top:84px}.hero{scroll-margin-top:0}@media (max-width:768px){.section{padding:var(--section-pad-y-mobile) 0}}.section--dark{background:var(--navy-900);color:var(--white)}.section--light{background:var(--white)}.section--gray{background:var(--gray-50)}.eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:13px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--blue-accent);margin-bottom:16px}.eyebrow--gold{color:var(--gold-accent)}.eyebrow__dot{width:7px;height:7px;border-radius:50%;background:currentColor;flex-shrink:0}.section-heading{font-size:clamp(28px,3.4vw,40px);margin-bottom:20px}.rule{width:56px;height:3px;background:var(--gold-accent);border:none;margin:20px 0 0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:15px 30px;border-radius:8px;font-weight:600;font-size:15px;border:1.5px solid transparent;transition:transform .15s ease,background .2s ease,border-color .2s ease,color .2s ease;white-space:nowrap;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none}.btn:hover{transform:translateY(-1px)}.btn:focus-visible{outline:3px solid var(--blue-accent);outline-offset:2px}.btn--primary{background:var(--blue-accent);color:var(--white)}.btn--primary:hover{background:var(--blue-accent-dark)}.btn--outline-dark{border-color:hsla(0,0%,100%,.35);color:var(--white)}.btn--outline-dark:hover{border-color:var(--white);background:hsla(0,0%,100%,.06)}.btn--white{background:var(--white);color:var(--navy-900)}.btn--white:hover{background:var(--gray-100)}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important;animation:none!important}}.navbar{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:var(--navy-900);border-bottom:1px solid hsla(0,0%,100%,.08)}.navbar__inner{justify-content:space-between;height:84px}.navbar__inner,.navbar__logo{display:flex;align-items:center}.navbar__logo-img{height:30px;width:auto;display:block}.footer__logo-img{height:34px}.navbar__links{display:flex;align-items:center;gap:36px;list-style:none;margin:0;padding:0}.navbar__links a{color:var(--gray-400);font-size:15px;font-weight:500;transition:color .2s ease}.navbar__links a.active,.navbar__links a:hover{color:var(--white)}.navbar__right{display:flex;align-items:center;gap:24px}.navbar__cta{display:none}@media (min-width:1024px){.navbar__cta{display:inline-flex}}.navbar__burger{display:none;background:hsla(0,0%,100%,.06);border:none;border-radius:8px;width:42px;height:42px;align-items:center;justify-content:center;color:var(--white)}@media (max-width:1023px){.navbar__links{display:none}.navbar__burger{display:inline-flex}}.mobile-drawer{position:fixed;inset:0;z-index:200;background:var(--navy-900);transform:translateX(100%);transition:transform .3s ease;padding:24px;display:flex;flex-direction:column}.mobile-drawer.open{transform:translateX(0)}.mobile-drawer__top{display:flex;justify-content:flex-end}.mobile-drawer__close{background:hsla(0,0%,100%,.06);border:none;border-radius:8px;width:42px;height:42px;color:var(--white)}.mobile-drawer__links{list-style:none;padding:0;margin:40px 0;display:flex;flex-direction:column;gap:28px}.mobile-drawer__links a{font-family:var(--font-display);font-size:26px;color:var(--white)}.lang-switch{display:flex;align-items:center;gap:6px;background:none;border:none;color:var(--gray-400);font-size:14px;font-weight:600}.lang-switch__opt{padding:2px;transition:color .2s ease;background:none;border:none;font:inherit;color:inherit;cursor:pointer}.lang-switch__opt.active{color:var(--white)}.footer{background:var(--navy-900);color:var(--dark-body);padding:72px 0 28px}.footer__grid{display:grid;grid-template-columns:1.4fr 1fr 1fr auto;grid-gap:48px;gap:48px}@media (max-width:900px){.footer__grid{grid-template-columns:1fr 1fr}}@media (max-width:560px){.footer__grid{grid-template-columns:1fr}}.footer__brand p{margin-top:18px;max-width:320px;font-size:15px;line-height:1.6}.footer h4{color:var(--white);font-family:var(--font-body);font-size:13px;letter-spacing:.1em;font-weight:700;margin-bottom:20px}.footer__col ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px}.footer__col a{font-size:15px;color:var(--dark-body);transition:color .2s ease}.footer__col a:hover{color:var(--white)}.footer__lang-social{display:flex;flex-direction:column;align-items:flex-end;gap:24px}@media (max-width:900px){.footer__lang-social{align-items:flex-start}}.footer__socials{display:flex;gap:12px}.footer__social-btn{width:40px;height:40px;border-radius:50%;background:var(--navy-800);display:flex;align-items:center;justify-content:center;color:var(--white);transition:background .2s ease}.footer__social-btn:hover{background:var(--blue-accent)}.footer__divider{border:none;border-top:1px solid hsla(0,0%,100%,.1);margin:48px 0 24px}.footer__bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;font-size:14px}.footer__bottom-tag{color:var(--gold-accent);font-weight:600}.hero{position:relative;color:var(--white);padding:120px 0 0;overflow:hidden}.hero__bg{position:absolute;inset:0;z-index:0}.hero__bg img{width:100%;height:100%;object-fit:cover}.hero__bg:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(11,18,32,.75),rgba(11,18,32,.55) 45%,rgba(11,18,32,.92))}.hero__inner{position:relative;z-index:1;max-width:760px}.hero__kicker{display:flex;align-items:center;gap:12px;font-size:13px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--gold-accent);margin-bottom:24px}.hero__kicker-line{width:32px;height:2px;background:var(--gold-accent)}.hero h1{font-size:clamp(36px,5vw,58px);margin-bottom:24px}.hero__rule{width:70px;height:3px;background:var(--gold-accent);border:none;margin:0 0 28px}.hero p.hero__desc{font-size:18px;line-height:1.65;color:var(--dark-body);margin-bottom:36px;max-width:620px}.hero__actions{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:64px}.hero__badges{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px;padding-bottom:48px}@media (max-width:768px){.hero__badges{grid-template-columns:1fr}.hero{padding-top:64px}}.trust-badge{display:flex;align-items:center;gap:14px;background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.12);border-radius:var(--radius-md);padding:18px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.trust-badge__icon{width:40px;height:40px;border-radius:50%;background:rgba(217,164,65,.18);color:var(--gold-accent);display:flex;align-items:center;justify-content:center;flex-shrink:0}.trust-badge__title{font-weight:600;font-size:15px;color:var(--white)}.trust-badge__subtitle{font-size:13px;color:var(--gray-400)}.about__grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:64px;gap:64px;align-items:center}@media (max-width:900px){.about__grid{grid-template-columns:1fr;gap:40px}}.about__text p.about__desc{font-size:17px;line-height:1.7;color:var(--gray-600);max-width:480px}.about__image{position:relative;width:100%;height:460px}.about__image img{border-radius:var(--radius-lg)}.stats-grid{margin-top:64px;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;gap:24px}@media (max-width:900px){.stats-grid{grid-template-columns:1fr 1fr}}@media (max-width:520px){.stats-grid{grid-template-columns:1fr}}.stat-card{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-md);padding:24px}.stat-card__rule{width:44px;height:3px;background:var(--gold-accent);border:none;margin:0 0 20px}.stat-card__number{font-family:var(--font-display);font-size:26px;color:var(--blue-accent);margin-bottom:10px}.stat-card__title{font-weight:700;font-size:15px;margin-bottom:8px;color:var(--ink)}.stat-card__desc{font-size:14px;color:var(--gray-500);line-height:1.55}.process-header{text-align:center;max-width:640px;margin:0 auto 56px}.process-header .eyebrow,.process-header .section-heading{justify-content:center}.process-header .eyebrow{display:inline-flex}.process-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:24px;gap:24px;position:relative}@media (max-width:900px){.process-grid{grid-template-columns:1fr 1fr}}@media (max-width:560px){.process-grid{grid-template-columns:1fr}}.process-step{text-align:left}.process-step__num{font-family:var(--font-display);font-size:34px;color:var(--gold-accent);margin-bottom:16px}.process-step__title{font-weight:700;font-size:17px;margin-bottom:8px}.process-step__desc{font-size:14px;color:var(--gray-500);line-height:1.55}.philosophy__grid{display:grid;grid-template-columns:.9fr 1.1fr;grid-gap:72px;gap:72px;align-items:center}@media (max-width:900px){.philosophy__grid{grid-template-columns:1fr;gap:40px}}.philosophy__image{position:relative;width:100%;height:520px}.philosophy__image img{border-radius:var(--radius-lg)}.philosophy__quote-mark{font-family:var(--font-display);font-size:56px;color:var(--gold-accent);line-height:1}.philosophy blockquote{margin:8px 0 24px;font-size:19px;line-height:1.6;color:var(--white);font-style:italic}.philosophy__body{font-size:16px;line-height:1.75;color:var(--dark-body);margin-bottom:32px}.philosophy__highlight{display:flex;align-items:center;gap:12px;border:1px solid rgba(217,164,65,.4);border-radius:var(--radius-md);padding:18px 22px;font-weight:600;font-size:15px}.philosophy__highlight .eyebrow__dot{color:var(--gold-accent)}.services__head{display:flex;justify-content:space-between;align-items:flex-end;gap:32px;margin-bottom:48px}.services__head-desc{max-width:340px;font-size:15px;color:var(--gray-500);line-height:1.6;padding-bottom:6px}@media (max-width:800px){.services__head{flex-direction:column;align-items:flex-start}}.card-grid-2{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px;gap:24px}@media (max-width:700px){.card-grid-2{grid-template-columns:1fr}}.service-card{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:32px;transition:box-shadow .2s ease,transform .2s ease}.service-card:hover{box-shadow:0 12px 32px rgba(17,24,39,.08);transform:translateY(-2px)}.service-card__icon{width:46px;height:46px;border-radius:10px;background:rgba(91,155,213,.14);color:var(--blue-accent);display:flex;align-items:center;justify-content:center;margin-bottom:22px}.service-card__title{font-family:var(--font-display);font-size:21px;margin-bottom:12px}.service-card__desc{font-size:15px;color:var(--gray-500);line-height:1.6;margin-bottom:20px}.service-card__link{color:var(--gold-accent);font-weight:600;font-size:14px;display:inline-flex;align-items:center;gap:6px}.service-card__link svg{transition:transform .2s ease}.service-card__link:hover svg{transform:translateX(3px)}.standards-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:32px;gap:32px}@media (max-width:900px){.standards-grid{grid-template-columns:1fr 1fr}}@media (max-width:520px){.standards-grid{grid-template-columns:1fr}}.standard-item__icon{width:48px;height:48px;border-radius:12px;background:var(--white);border:1px solid var(--gray-200);color:var(--blue-accent);display:flex;align-items:center;justify-content:center;margin-bottom:18px}.standard-item__title{font-weight:700;font-size:16px;margin-bottom:8px}.standard-item__desc{font-size:14px;color:var(--gray-500);line-height:1.55}.industries-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}@media (max-width:900px){.industries-grid{grid-template-columns:1fr 1fr}}@media (max-width:600px){.industries-grid{grid-template-columns:1fr}}.industry-card{position:relative;border-radius:var(--radius-lg);overflow:hidden;height:300px;display:flex;align-items:flex-end}.industry-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.industry-card:hover img{transform:scale(1.06)}.industry-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(11,18,32,.1),rgba(11,18,32,.85))}.industry-card__arrow{position:absolute;top:18px;right:18px;z-index:2;width:36px;height:36px;border-radius:50%;background:hsla(0,0%,100%,.16);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;color:var(--white)}.industry-card__body{position:relative;z-index:2;padding:24px;color:var(--white)}.industry-card__title{font-family:var(--font-display);font-size:22px;margin-bottom:6px}.industry-card__subtitle{font-size:14px;color:var(--gray-400)}.partners-row{display:grid;grid-template-columns:repeat(8,1fr);grid-gap:16px;gap:16px;margin-bottom:56px}@media (max-width:900px){.partners-row{grid-template-columns:repeat(4,1fr)}}@media (max-width:560px){.partners-row{grid-template-columns:repeat(2,1fr)}}.partner-badge{display:flex;align-items:center;justify-content:center;height:96px;border:1px solid var(--gray-200);border-radius:10px;padding:14px 12px;background:var(--white)}.partner-badge__logo{width:100%;height:100%;object-fit:contain;filter:grayscale(100%);opacity:.75;transition:filter .2s ease,opacity .2s ease}.partner-badge:hover .partner-badge__logo{filter:grayscale(0);opacity:1}.testimonials-label{font-size:13px;font-weight:700;letter-spacing:.1em;color:var(--gray-500);margin-bottom:24px;display:block}.testimonials-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px;gap:24px}@media (max-width:800px){.testimonials-grid{grid-template-columns:1fr}}.testimonial-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:36px}.testimonial-card__quote-mark{font-family:var(--font-display);font-size:40px;color:var(--gold-accent);line-height:1;margin-bottom:12px}.testimonial-card__text{font-size:16px;line-height:1.65;color:var(--gray-600);margin-bottom:24px}.testimonial-card__rule{width:40px;height:2px;background:var(--gold-accent);border:none;margin-bottom:14px}.testimonial-card__name{font-weight:700;font-size:15px}.testimonial-card__role{font-size:14px;color:var(--blue-accent)}.contact-cta{text-align:center}.contact-cta__inner{max-width:680px;margin:0 auto}.contact-cta .eyebrow{justify-content:center}.contact-cta h2{font-size:clamp(28px,3.6vw,40px);color:var(--white);margin-bottom:16px}.contact-cta__desc{color:var(--dark-body);font-size:16px;margin-bottom:36px}.contact-cta__actions{gap:16px;margin-bottom:44px}.contact-cta__actions,.contact-info-row{display:flex;justify-content:center;flex-wrap:wrap}.contact-info-row{gap:40px;padding-top:36px;border-top:1px solid hsla(0,0%,100%,.1)}.contact-info-item{display:flex;align-items:center;gap:10px;color:var(--dark-body);font-size:15px}.contact-info-item svg{color:var(--gold-accent);flex-shrink:0}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid var(--blue-accent);outline-offset:2px;border-radius:4px}.navbar__logo{transition:opacity .2s ease}.navbar__logo:hover{opacity:.85}.process-step__num{display:inline-block;transition:color .25s ease,transform .25s ease}.process-step:hover .process-step__num{color:var(--blue-accent);transform:translateY(-2px)}.industry-card__arrow{transition:background .25s ease,transform .25s ease}.industry-card:hover .industry-card__arrow{background:var(--gold-accent);color:var(--navy-900);transform:scale(1.08) rotate(45deg)}.testimonial-card__quote-mark{transition:transform .25s ease}.testimonial-card:hover .testimonial-card__quote-mark{transform:translateY(-3px) scale(1.08)}.contact-info-item{transition:color .2s ease}.contact-info-item:hover{color:var(--white)}.skip-link{position:absolute;left:-9999px;top:0;z-index:1000;background:var(--white);color:var(--navy-900);padding:12px 20px;border-radius:0 0 8px 0;font-weight:600}.skip-link:focus{left:0}.navbar{transition:box-shadow .25s ease,background .25s ease}.navbar--scrolled{box-shadow:0 8px 24px rgba(0,0,0,.28)}.navbar__links a{position:relative;padding-bottom:4px}.navbar__links a:after{content:"";position:absolute;left:0;right:100%;bottom:0;height:2px;background:var(--gold-accent);transition:right .25s ease}.navbar__links a.active:after,.navbar__links a:hover:after{right:0}.navbar__burger{position:relative}.navbar__burger .icon-bars,.navbar__burger .icon-close{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(0deg);transition:opacity .2s ease,transform .25s ease}.navbar__burger .icon-close{opacity:0;transform:translate(-50%,-50%) rotate(-90deg)}.navbar__burger[aria-expanded=true] .icon-bars{opacity:0;transform:translate(-50%,-50%) rotate(90deg)}.navbar__burger[aria-expanded=true] .icon-close{opacity:1;transform:translate(-50%,-50%) rotate(0deg)}.drawer-overlay{position:fixed;inset:0;z-index:199;background:rgba(11,18,32,.5);opacity:0;pointer-events:none;transition:opacity .3s ease}.drawer-overlay.open{opacity:1;pointer-events:auto}.mobile-drawer__links a{position:relative;display:inline-block;transition:color .2s ease,transform .2s ease}.mobile-drawer__links a:focus-visible,.mobile-drawer__links a:hover{color:var(--gold-accent);transform:translateX(4px)}.reveal{opacity:0;transform:translateY(28px);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1);transition-delay:calc(var(--reveal-i, 0) * 70ms);will-change:opacity,transform}.reveal.is-visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}}.partner-badge,.standard-item,.stat-card,.testimonial-card{transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.stat-card:hover,.testimonial-card:hover{transform:translateY(-4px);box-shadow:0 14px 32px rgba(17,24,39,.08);border-color:var(--gold-accent)}.standard-item:hover .standard-item__icon{background:var(--blue-accent);color:var(--white);border-color:var(--blue-accent)}.standard-item__icon{transition:background .2s ease,color .2s ease,border-color .2s ease}.partner-badge:hover{border-color:var(--blue-accent);color:var(--blue-accent);transform:translateY(-2px)}.about__image img,.philosophy__image img{transition:transform .5s ease}.about__image,.philosophy__image{overflow:hidden;border-radius:var(--radius-lg)}.about__image:hover img,.philosophy__image:hover img{transform:scale(1.035)}.footer__social-btn,.trust-badge{transition:transform .2s ease,background .2s ease,border-color .2s ease}.footer__social-btn:hover,.trust-badge:hover{transform:translateY(-3px)}.trust-badge:hover{border-color:var(--gold-accent)}.service-card__icon{transition:background .2s ease,color .2s ease,transform .2s ease}.service-card:hover .service-card__icon{background:var(--blue-accent);color:var(--white);transform:scale(1.06)}.btn:active{transform:translateY(0);filter:brightness(.96)}.back-to-top{position:fixed;right:24px;bottom:24px;z-index:90;width:46px;height:46px;border-radius:50%;border:none;background:var(--navy-900);color:var(--white);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 20px rgba(11,18,32,.35);opacity:0;transform:translateY(12px);pointer-events:none;transition:opacity .25s ease,transform .25s ease,background .2s ease}.back-to-top.visible{opacity:1;transform:translateY(0);pointer-events:auto}.back-to-top:hover{background:var(--blue-accent)}.back-to-top:focus-visible{outline:3px solid var(--blue-accent);outline-offset:2px}.modal-overlay{position:fixed;inset:0;z-index:300;background:rgba(11,18,32,.6);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;padding:20px;opacity:0;pointer-events:none;transition:opacity .25s ease}.modal-overlay.open{opacity:1;pointer-events:auto}.modal{position:relative;width:100%;max-width:480px;max-height:90vh;overflow-y:auto;background:var(--navy-900);border:1px solid hsla(0,0%,100%,.1);border-radius:var(--radius-lg);padding:40px;color:var(--white);transform:translateY(16px) scale(.98);transition:transform .3s cubic-bezier(.16,1,.3,1)}.modal-overlay.open .modal{transform:translateY(0) scale(1)}.modal__close{position:absolute;top:16px;right:16px;width:36px;height:36px;border-radius:50%;border:none;background:hsla(0,0%,100%,.08);color:var(--white);display:flex;align-items:center;justify-content:center;transition:background .2s ease}.modal__close:hover{background:hsla(0,0%,100%,.18)}.modal h3{font-size:24px;margin:4px 0 10px;color:var(--white)}.modal__desc{color:var(--dark-body);font-size:14px;margin-bottom:24px;line-height:1.55}.form-field{margin-bottom:18px;display:flex;flex-direction:column;gap:8px}.form-field label{font-size:13px;font-weight:600;color:var(--gray-400)}.form-optional{font-weight:400;color:var(--gray-500)}.form-field input,.form-field textarea{background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.16);border-radius:8px;padding:12px 14px;color:var(--white);font-family:var(--font-body);font-size:15px;resize:vertical;transition:border-color .2s ease,background .2s ease}.form-field input::placeholder,.form-field textarea::placeholder{color:var(--gray-400)}.form-field input:focus,.form-field textarea:focus{outline:none;border-color:var(--blue-accent);background:hsla(0,0%,100%,.09)}.form-field.has-error input,.form-field.has-error textarea{border-color:#e0654a}.form-error{font-size:12px;color:#e0937f;min-height:14px;display:block}.modal__submit{width:100%;margin-top:6px}.modal__success{text-align:center;padding-top:12px}.modal__success-icon{width:56px;height:56px;border-radius:50%;background:rgba(217,164,65,.16);color:var(--gold-accent);display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.modal__success p{color:var(--dark-body);font-size:14px;line-height:1.6;margin-bottom:24px}.form-honeypot{position:absolute;left:-9999px;top:-9999px;width:1px;height:1px;overflow:hidden}.form-status{min-height:18px;font-size:13px;color:var(--dark-body);text-align:center;margin:10px 0 0}.modal__submit{position:relative}.btn__spinner{display:none;width:16px;height:16px;border:2px solid hsla(0,0%,100%,.4);border-top:2px solid var(--white);border-radius:50%;animation:btn-spin .7s linear infinite}.modal__submit.is-loading .btn__spinner{display:inline-block}.modal__submit.is-loading #modalSubmitLabel{opacity:.85}.modal__submit:disabled{cursor:not-allowed;opacity:.85}@keyframes btn-spin{to{transform:rotate(1turn)}}.modal__error-icon{width:56px;height:56px;border-radius:50%;background:rgba(224,101,74,.16);color:#e0654a;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.modal__error{text-align:center;padding-top:12px}.modal__error p{color:var(--dark-body);font-size:14px;line-height:1.6;margin-bottom:24px}.modal__error-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}@media (prefers-reduced-motion:reduce){.btn__spinner{animation-duration:1.4s}}@media (max-width:560px){.modal{padding:28px 22px}}@font-face{font-family:__Playfair_Display_8c13fb;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_8c13fb;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_8c13fb;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/28a2004cf8372660-s.p.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_8c13fb;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_8c13fb;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_8c13fb;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_8c13fb;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/28a2004cf8372660-s.p.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_8c13fb;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_8c13fb;src:local("Times New Roman");ascent-override:97.25%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:111.26%}.__className_8c13fb{font-family:__Playfair_Display_8c13fb,__Playfair_Display_Fallback_8c13fb;font-style:normal}.__variable_8c13fb{--font-display:"__Playfair_Display_8c13fb","__Playfair_Display_Fallback_8c13fb"}@font-face{font-family:__Inter_0fc6d3;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_0fc6d3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_0fc6d3;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_0fc6d3;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_0fc6d3;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_0fc6d3;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.p.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_0fc6d3;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_0fc6d3;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_0fc6d3;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_0fc6d3;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_0fc6d3;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_0fc6d3;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_0fc6d3;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.p.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_0fc6d3;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_0fc6d3;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_0fc6d3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_0fc6d3;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_0fc6d3;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_0fc6d3;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_0fc6d3;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.p.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_0fc6d3;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_0fc6d3;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_0fc6d3;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_0fc6d3;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_0fc6d3;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_0fc6d3;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_0fc6d3;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.p.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_0fc6d3;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_Fallback_0fc6d3;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_0fc6d3{font-family:__Inter_0fc6d3,__Inter_Fallback_0fc6d3;font-style:normal}.__variable_0fc6d3{--font-body:"__Inter_0fc6d3","__Inter_Fallback_0fc6d3"}