@import"https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@300;400;500;600&family=Sora:wght@300;400;500;600;700;800&display=swap";*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#f7f4fb;color:#111;overflow-x:hidden;font-family:system-ui,-apple-system,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}a,button{transition:all .3s ease}img{max-width:100%;height:auto}::selection{background:#4e156b;color:#fff}.header{position:sticky;top:0;z-index:50;background:#fff;width:100%;transition:box-shadow .3s ease}.header__container{width:100%;padding:0 3rem;position:relative;display:flex;align-items:center;justify-content:space-between;min-height:73px}.header__logo{display:flex;align-items:center;gap:.85rem;flex-shrink:0}.header__right{display:flex;align-items:center;gap:2rem}.header__logo-img{width:203px;height:40.18px}.header__logo-mark{width:62.47px;height:40.18px;background:transparent;display:flex;align-items:center;justify-content:center;padding:0;border-radius:12px}.header__logo-mark svg{width:100%;height:100%;display:block}.header__brand{display:flex;flex-direction:column;line-height:1}.header__brand-name{font-size:1.25rem;font-weight:700;letter-spacing:.05em;color:#2a2765}.header__brand-tagline{font-size:.65rem;text-transform:uppercase;letter-spacing:.4rem;color:#ffffffb3}.header__nav{display:flex;align-items:center;gap:2rem;padding:0 .75rem;box-sizing:border-box}.header__nav-links{list-style:none;margin:0;padding:0;display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;font-size:24px;font-weight:400;font-family:lexend deca,sans-serif}.header__nav-links--drawer{flex-direction:column;align-items:flex-start;gap:0}.header__nav-links--drawer li{width:100%;border-bottom:none}.header__nav-links--drawer a{display:block;padding:1rem 0;font-size:16px;font-weight:400;color:#2a2765;transition:color .2s ease,padding-left .2s ease}.header__nav-links--drawer a:hover{color:#4e156b;padding-left:8px}.header__nav-links a{font-size:14px;font-family:Lexend Deca;text-transform:uppercase;letter-spacing:8%;color:#000;text-decoration:none;font-weight:400;line-height:100%;position:relative;padding-bottom:6px;transition:color .3s ease}.header__nav-links a:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:0;height:2px;background:#fc0;border-radius:2px;transition:width .3s ease}.header__nav-links a:hover{color:#fc0}.header__nav-links a:hover:after{width:100%;background:#fc0}.header__nav-links a.active{color:#4e156b;font-weight:500}.header__nav-links a.active:after{width:100%;background:#4e156b}.header__nav-links--drawer a.active{color:#4e156b;font-weight:400;background:#d9d9d9}.header__nav-links--drawer a:hover{color:#fc0}.header__nav-links--drawer a:after{display:none}.header__cta{margin-left:1.5rem;border:none;background:#4e156b;color:#fff;font-weight:400;padding:.75rem 2.5rem;border-radius:999px;cursor:pointer;letter-spacing:.05rem;white-space:nowrap;transition:transform .3s ease,box-shadow .3s ease,background .3s ease,color .3s ease;font-size:16px;font-family:Lexend Deca,sans-serif;flex-shrink:0}.header__cta:hover{color:#fc0;background:#3a0f50;transform:translateY(-2px);box-shadow:0 8px 20px #4e156b40}.header__drawer-toggle{display:none;position:absolute;right:1rem;top:50%;transform:translateY(-50%);background:transparent;border:none;flex-direction:column;gap:6px;cursor:pointer;padding:8px;z-index:70;width:40px;height:40px;align-items:center;justify-content:center}.header__drawer-toggle-line{width:24px;height:2.5px;background:#2a2765;display:block;border-radius:2px;transition:transform .3s ease,opacity .3s ease,background .3s ease;transform-origin:center}.header__drawer-toggle.is-active .header__drawer-toggle-line:nth-child(1){transform:translateY(8.5px) rotate(45deg)}.header__drawer-toggle.is-active .header__drawer-toggle-line:nth-child(2){opacity:0;transform:scaleX(0)}.header__drawer-toggle.is-active .header__drawer-toggle-line:nth-child(3){transform:translateY(-8.5px) rotate(-45deg)}.header__drawer{position:fixed;top:0;right:0;bottom:0;width:100vw;max-width:100vw;background:#f6f7fb;box-shadow:none;z-index:65;padding:0;display:flex;flex-direction:column;transform:translate(100%);transition:transform .4s cubic-bezier(.16,1,.3,1);overflow-y:auto}.header__drawer.is-open{transform:translate(0)}.header__drawer-nav{flex:1;padding:3.5rem 0 2rem}.header__drawer-nav .header__nav-links--drawer{display:flex;flex-direction:column;gap:0}.header__drawer-nav .header__nav-links--drawer li{margin-bottom:0}.header__drawer-nav .header__nav-links--drawer a{display:block;padding:1.5rem 45px;font-family:Lexend Deca,sans-serif;font-weight:400;font-size:20px;line-height:119%;letter-spacing:0;color:#4e156b}.header__drawer-footer{padding:2rem 45px 3rem;border-top:none;display:flex;justify-content:center;align-items:center}.header__drawer-footer .header__cta{position:static;transform:none;width:100%;text-align:center;display:inline-block;margin-left:0}.header__drawer-close{align-self:flex-end;border:none;background:none;font-size:2.2rem;line-height:1;color:#4e156b;cursor:pointer}.header__drawer-backdrop{position:fixed;inset:0;background:#0000;z-index:60;pointer-events:none;transition:background .4s ease}.header__drawer-backdrop.is-visible{background:#00000080;pointer-events:auto}@media(max-width:960px){.header__right{display:none}.header__drawer-toggle{display:flex}}@media(max-width:480px){.header__container{min-height:48px;padding:0 1rem}.header__logo-img{width:120px;height:auto}.header__drawer-toggle{right:1rem}.header__drawer-toggle span{width:21px;height:3px}}.footer-outer{width:100%;background:linear-gradient(180deg,#350f49,#4e156b 82.03%);padding:0;margin:0;box-sizing:border-box;font-family:Lexend Deca,sans-serif}.contact-block{display:flex;flex-direction:column;gap:.8rem}.social-block{display:flex;flex-direction:column;gap:1.4rem}.footer-bg{width:100%;max-width:1512px;margin:0 auto;background:transparent;border-radius:28px;padding:3.5rem 6rem;color:#fff;box-sizing:border-box}.footer-inner{max-width:1200px;margin:0 auto;box-sizing:border-box}.footer-top{display:grid;grid-template-columns:1fr 350px;gap:2rem;box-sizing:border-box}.footer-left{display:flex;flex-direction:column;align-items:flex-start;gap:1rem;flex:1;min-width:500px;box-sizing:border-box}.footer-logo-icon{width:72px;height:72px;border-radius:16px;background:#fff;color:#4b0b73;font-size:2rem;display:flex;align-items:center;justify-content:center;transform:translate(40px);box-sizing:border-box}.footer-title{margin:0;font-size:30px;font-weight:700;color:#fff;box-sizing:border-box}.footer-nav-links-left{display:flex;gap:32px;flex-wrap:nowrap;white-space:nowrap;box-sizing:border-box}.footer-link{color:#fff;text-decoration:none;font-size:16px;font-weight:300;line-height:100%;font-family:lexend deca}.footer-link:hover{color:#ffd13e}.footer-right{display:flex;flex-direction:column;align-items:flex-start;text-align:left;margin-left:auto;gap:2.2rem;box-sizing:border-box}.footer-heading{color:#fc0;font-size:24px;font-weight:400;margin:0;box-sizing:border-box;font-family:lexend deca;line-height:100%}.footer-contact-email{color:#fff;text-decoration:none;box-sizing:border-box}.footer-socials{display:flex;gap:1.5rem;box-sizing:border-box}.footer-socials a{display:flex;align-items:center}.social-icon-img{width:24px;height:25px;cursor:pointer}.mobile-socials a{display:flex;align-items:center}.mobile-social-icon-img{width:18px;height:18px}.social-icon{width:26px;height:26px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:14px;color:#fff;box-sizing:border-box}.footer-divider{height:1px;background:#ffffff40;margin:1.5rem 0;box-sizing:border-box}.footer-bottom{display:flex;justify-content:space-between;font-size:14px;align-items:center;box-sizing:border-box;font-weight:300;line-height:150%;font-family:lexend deca;color:#fff}.footer-legal{display:flex;gap:1rem;box-sizing:border-box}.footer-legal a{color:#fffc;text-decoration:none;font-weight:300;font-size:14px;line-height:150%;font-family:lexend deca;color:#fff}.mobile-footer-logo{width:140px;height:auto;display:block}.footer-logo{display:flex;align-items:center;margin:0 0 27px}.footer-logo-img{width:200px;height:auto}.footer-contact-email{display:flex;align-items:center;gap:10px;color:#fff;text-decoration:none;font-weight:400;font-size:18px;font-family:lexend deca;line-height:150%;text-decoration:revert-layer}.email-icon{width:21px;height:21px}@media(max-width:900px){.footer-left{min-width:unset;align-items:center;text-align:center}.footer-nav-links-left{flex-wrap:wrap;white-space:normal;justify-content:center;gap:.8rem}.footer-top{grid-template-columns:1fr;text-align:center}.footer-right{align-items:center;text-align:center;margin-left:0}.footer-bottom{flex-direction:column;gap:.6rem}}@media(max-width:600px){.footer-bg{padding:2rem 1.2rem;border-radius:18px}.footer-top{grid-template-columns:1fr;gap:1.2rem;padding-bottom:1.25rem}.footer-left{align-items:center;text-align:center;min-width:unset;gap:1rem}.footer-logo-icon{width:96px;height:96px;border-radius:18px;font-size:2.8rem;transform:none;margin-top:6px}.footer-title{font-size:34px;font-weight:700;margin:0;line-height:1}.footer-nav-links-left{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;white-space:normal;margin-top:6px}.footer-link{font-size:17px;padding:6px 2px}.footer-divider{height:2px;background:#ffffff0f;margin:1.6rem 0}.footer-right{align-items:center;text-align:center;margin-left:0;gap:1.6rem;padding-top:4px}.contact-block{display:flex;flex-direction:column;gap:.4rem;align-items:center}.footer-heading{color:#ffd13e;font-size:30px;margin:0;font-weight:700}.footer-contact-email{color:#fff;font-size:28px;margin-top:6px;word-break:break-word}.social-block{display:flex;flex-direction:column;gap:.8rem;align-items:center}.footer-heading--social{font-size:30px;margin:0;font-weight:700}.footer-socials{gap:.8rem}.social-icon{width:64px;height:64px;border-radius:12px;font-size:22px;background:#ffffff0f}.footer-bottom{flex-direction:column;gap:.8rem;align-items:center;justify-content:center;padding-top:4px}.footer-legal{gap:.8rem;flex-wrap:wrap;justify-content:center}.footer-legal a{font-size:14px;color:#ffffffd9}}@media(min-width:601px)and (max-width:900px){.footer-bg{padding:2.25rem 1.5rem;border-radius:22px}.footer-top{grid-template-columns:1fr;gap:1.2rem;padding-bottom:1.5rem}.footer-left{align-items:center;text-align:center;min-width:unset}.footer-logo-icon{width:88px;height:88px;font-size:2.4rem;transform:none}.footer-title{font-size:30px}.footer-nav-links-left{justify-content:center;gap:1rem;flex-wrap:wrap}.footer-right{align-items:center;text-align:center;margin-left:0;gap:1.2rem}.footer-heading{font-size:24px}.footer-contact-email{font-size:18px}.social-icon{width:48px;height:48px;font-size:18px}.footer-divider{margin:1.2rem 0}.footer-bottom{flex-direction:column;gap:.6rem;align-items:center}}.footer-link:focus,.footer-legal a:focus,.footer-socials .social-icon:focus{outline:2px solid rgba(255,255,255,.15);outline-offset:3px}.footer-mobile{background:linear-gradient(180deg,#4b0b73,#2b003d);color:#fff;padding:2.2rem 2.4rem 2rem;font-family:Lexend Deca,sans-serif}.footer-mobile-inner{max-width:360px;margin:0 auto}.mobile-top-center{display:flex;flex-direction:column;align-items:center;margin-bottom:2rem}.mobile-logo{width:80px;height:80px;color:#4b0b73;border-radius:18px;display:flex;align-items:center;justify-content:center;font-size:2.2rem;margin-bottom:.6rem}.mobile-brand{font-size:22px;font-weight:700}.footer-mobile-top{display:grid;grid-template-columns:1.3fr 1fr;gap:4.8rem}.footer-mobile-left{display:flex;flex-direction:column}.mobile-section{margin-bottom:1.4rem}.mobile-heading{color:#fc0;font-size:24px;font-weight:400;margin-bottom:.35rem;font-family:lexend deca,sans-serif}.mobile-email{font-size:14px;font-weight:400;word-break:break-word;font-family:lexend deca,sans-serif;color:inherit;text-decoration:none}.mobile-socials{display:flex;gap:.7rem;margin-top:.5rem}.mobile-social-icon{width:25px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:13px}.mobile-legal-inline{display:flex;flex-direction:column;gap:.35rem;font-size:14px;opacity:.9;margin-top:.8rem;font-weight:300;font-family:lexend deca,sans-serif}.mobile-legal-inline a{color:inherit;text-decoration:none}.footer-mobile-right{display:flex;flex-direction:column;gap:.9rem;font-size:14px;padding-top:.2rem;font-weight:400;font-family:lexend deca,sans-serif}.mobile-link{line-height:1.6;color:inherit;text-decoration:none}.mobile-divider{height:1px;background:#ffffff40;margin:1.8rem 0 1.2rem}.mobile-bottom{text-align:center;font-size:11.5px}.scroll-to-top{position:fixed;bottom:30px;right:30px;width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#4e156b,#7b2d9e);color:#fc0;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #4e156b66;z-index:1000;opacity:0;visibility:hidden;transform:translateY(20px);transition:all .3s ease}.scroll-to-top.is-visible{opacity:1;visibility:visible;transform:translateY(0)}.scroll-to-top:hover{background:linear-gradient(135deg,#5a1a7d,#8c35b0);transform:translateY(-3px);box-shadow:0 8px 25px #4e156b80}.scroll-to-top:active{transform:translateY(-1px)}.scroll-to-top svg{transition:transform .3s ease}.scroll-to-top:hover svg{transform:translateY(-2px)}@media(max-width:600px){.scroll-to-top{width:45px;height:45px;bottom:20px;right:20px}.scroll-to-top svg{width:20px;height:20px}}.page-loader{min-height:100vh;width:100%;background:#fff;overflow:hidden}.page-loader__hero{height:100vh;background:linear-gradient(180deg,#4e156b,#2d0d3f);display:flex;align-items:center;justify-content:center;padding:0 20px}.page-loader__hero-content{display:flex;flex-direction:column;align-items:center;gap:20px;max-width:700px;width:100%}.page-loader__section{padding:80px 96px;display:flex;flex-direction:column;align-items:center;gap:40px}.page-loader__cards{display:flex;gap:24px;width:100%;max-width:1200px;justify-content:center}.page-loader__skeleton{background:linear-gradient(90deg,#e0e0e0 25%,#f0f0f0,#e0e0e0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:8px}.page-loader__hero .page-loader__skeleton{background:linear-gradient(90deg,#ffffff1a 25%,#fff3,#ffffff1a 75%);background-size:200% 100%}.page-loader__skeleton--title{width:100%;height:60px;border-radius:12px}.page-loader__skeleton--subtitle{width:80%;height:24px}.page-loader__skeleton--btn{width:200px;height:50px;border-radius:30px;margin-top:20px}.page-loader__skeleton--heading{width:400px;height:40px}.page-loader__skeleton--card{flex:1;max-width:350px;height:300px;border-radius:20px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media(max-width:768px){.page-loader__section{padding:40px 20px}.page-loader__cards{flex-direction:column;align-items:center}.page-loader__skeleton--card{width:100%;max-width:100%;height:200px}.page-loader__skeleton--heading{width:80%}}.app{min-height:100vh;background:#fff;display:flex;flex-direction:column;align-items:center;width:100%}.app__hero{max-width:960px;margin:2rem auto 0;padding:3rem 1.5rem;text-align:center;border-radius:1.5rem;background:#ffffffb3;box-shadow:0 25px 40px #0f042d1a}.app__hero-note{margin:0;font-weight:600;color:#433669;letter-spacing:.04em}.app__skeleton{width:100%;min-height:220px;display:flex;align-items:center;justify-content:center;color:#4e156b;font-weight:600}@media(min-width:1200px){.app{max-width:100%}}@media(max-width:1024px){.app{padding-bottom:1rem}}@media(max-width:640px){.app{min-height:100vh;background:#fff;display:flex;flex-direction:column;align-items:center;padding-bottom:0;overflow-x:clip}}
