.ContactSection-module__dWQksa__wrapper{grid-template-columns:1.2fr 1fr;gap:32px;margin-top:100px;display:grid}.ContactSection-module__dWQksa__left{padding-top:40px}.ContactSection-module__dWQksa__left>p{color:var(--gray-60);margin-bottom:32px}.ContactSection-module__dWQksa__left h3{color:var(--gray-80);margin-bottom:16px}.ContactSection-module__dWQksa__cards{grid-template-columns:1fr 1fr;gap:32px;display:grid}.ContactSection-module__dWQksa__card{border:1px solid var(--border-light);box-shadow:var(--shadow-sm);background:#fff;border-radius:40px;padding:40px}.ContactSection-module__dWQksa__card>img{width:56px;margin-bottom:16px}.ContactSection-module__dWQksa__card h4{color:var(--gray-80);margin:0 0 16px}.ContactSection-module__dWQksa__card p:nth-child(3){color:var(--gray-60);margin-bottom:8px}.ContactSection-module__dWQksa__card p:nth-child(4){color:var(--gray-80)}.ContactSection-module__dWQksa__full{grid-column:span 2}.ContactSection-module__dWQksa__contactAction{font-size:inherit;line-height:inherit;color:var(--gray-80);align-items:center;gap:10px;margin-top:4px;font-family:inherit;display:inline-flex;position:relative}.ContactSection-module__dWQksa__contactLink{color:var(--gray-80);font-size:inherit;line-height:inherit;font-family:inherit;text-decoration:none;transition:color .25s}.ContactSection-module__dWQksa__contactLink:hover{color:var(--primary-blue)}.ContactSection-module__dWQksa__copyBtn{cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;padding:0;transition:background .25s,transform .25s;display:inline-flex}.ContactSection-module__dWQksa__copyBtn:hover{background:var(--gray-10);transform:scale(1.06)}.ContactSection-module__dWQksa__copyBtn img{width:24px;height:24px;margin:0}.ContactSection-module__dWQksa__copyFeedback{background:var(--gray-60);color:#fff;white-space:nowrap;border-radius:999px;margin-left:8px;padding:5px 8px;font-size:12px;animation:.25s ContactSection-module__dWQksa__copyPop;position:absolute;top:50%;left:100%;transform:translateY(-50%)}@keyframes ContactSection-module__dWQksa__copyPop{0%{opacity:0;transform:translateY(-50%)scale(.9)}to{opacity:1;transform:translateY(-50%)scale(1)}}.ContactSection-module__dWQksa__right{border:1px solid var(--border-light);box-shadow:var(--shadow-sm);background:#fff;border-radius:40px;padding:40px}.ContactSection-module__dWQksa__right>p{color:var(--gray-60);margin-bottom:32px}.ContactSection-module__dWQksa__right h3{color:var(--gray-80);margin-bottom:16px}.ContactSection-module__dWQksa__form{flex-direction:column;gap:20px;display:flex}.ContactSection-module__dWQksa__field{flex-direction:column;gap:6px;display:flex}.ContactSection-module__dWQksa__field label{color:var(--gray-70);margin-bottom:0;font-size:16px}.ContactSection-module__dWQksa__input,.ContactSection-module__dWQksa__select,.ContactSection-module__dWQksa__textarea{border:1px solid var(--border-medium);border-radius:8px;width:100%;height:48px;padding:0 40px 0 14px;font-size:16px;transition:all .2s}.ContactSection-module__dWQksa__textarea{height:120px;padding-top:12px}.ContactSection-module__dWQksa__inputWrap{align-items:center;display:flex;position:relative}.ContactSection-module__dWQksa__inputWrap img{opacity:.6;width:18px;position:absolute;right:12px}.ContactSection-module__dWQksa__inputWrap span{color:var(--state-error)}.ContactSection-module__dWQksa__errortext{color:var(--state-error);padding-top:4px;font-size:14px}.ContactSection-module__dWQksa__dropdownIcon{pointer-events:none}.ContactSection-module__dWQksa__input:focus,.ContactSection-module__dWQksa__select:focus,.ContactSection-module__dWQksa__textarea:focus{border-color:var(--primary-blue);outline:none;box-shadow:0 0 0 2px #0070ff26}input::placeholder{color:var(--gray-30)}.ContactSection-module__dWQksa__select{appearance:none;border:1px solid var(--border-medium);width:100%;font-family:var(--font-body);color:var(--gray-80);background:#fff;transition:all .25s}.ContactSection-module__dWQksa__select:hover{border-color:var(--gray-40)}.ContactSection-module__dWQksa__select:focus{border-color:var(--primary-blue);box-shadow:0 0 0 3px #3b82f61a}.ContactSection-module__dWQksa__dropdown{position:relative}.ContactSection-module__dWQksa__dropdownTrigger{border:1px solid var(--border-medium);cursor:pointer;background:#fff;border-radius:8px;justify-content:space-between;align-items:center;height:48px;padding:0 10px 0 14px;transition:all .25s;display:flex}.ContactSection-module__dWQksa__dropdownTrigger:hover{border-color:var(--gray-40)}.ContactSection-module__dWQksa__dropdownTrigger:focus-within{border-color:var(--primary-blue);box-shadow:0 0 0 2px #0070ff26}.ContactSection-module__dWQksa__placeholder{color:var(--gray-30)}.ContactSection-module__dWQksa__dropdownIcon{width:18px;transition:transform .25s}.ContactSection-module__dWQksa__rotate{transform:rotate(180deg)}.ContactSection-module__dWQksa__dropdownMenu{border:1px solid var(--border-light);width:100%;box-shadow:var(--shadow-lg);z-index:20;background:#fff;border-radius:12px;animation:.2s ContactSection-module__dWQksa__dropdownFade;position:absolute;top:calc(100% + 6px);left:0;overflow:hidden}.ContactSection-module__dWQksa__dropdownItem{color:var(--gray-80);cursor:pointer;padding:12px 14px;font-size:15px;transition:all .2s}.ContactSection-module__dWQksa__dropdownItem:hover{background:var(--gray-10)}@keyframes ContactSection-module__dWQksa__dropdownFade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.ContactSection-module__dWQksa__error{border-color:var(--state-error)}.ContactSection-module__dWQksa__tick{color:#fff;font-size:16px}.ContactSection-module__dWQksa__submitWrap{margin-top:10px}.ContactSection-module__dWQksa__toastInline{background:#eaf7ef;border:1px solid #b7e4c7;border-radius:14px;align-items:center;gap:14px;margin-top:18px;padding:16px 18px;animation:.35s ContactSection-module__dWQksa__toastIn;display:flex;box-shadow:0 8px 20px #0000000f}.ContactSection-module__dWQksa__toastLeft{justify-content:center;align-items:center;display:flex}.ContactSection-module__dWQksa__toastIcon{color:#fff;background:#22c55e;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;font-weight:600;animation:.3s ContactSection-module__dWQksa__scaleIn;display:flex}.ContactSection-module__dWQksa__toastContent{flex:1}.ContactSection-module__dWQksa__toastTitle{color:var(--state-success);padding-bottom:4px;font-size:16px}.ContactSection-module__dWQksa__toastSub{color:#4b5563;font-size:14px}.ContactSection-module__dWQksa__toastClose{cursor:pointer;color:var(--gray-80);opacity:.6;background:0 0;border:none;font-size:24px}.ContactSection-module__dWQksa__toastClose:hover{opacity:1}@keyframes ContactSection-module__dWQksa__toastIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes ContactSection-module__dWQksa__scaleIn{0%{opacity:0;transform:scale(.6)}to{opacity:1;transform:scale(1)}}.ContactSection-module__dWQksa__loader{border:2px solid #fff;border-top-color:#0000;border-radius:50%;width:16px;height:16px;animation:.8s linear infinite ContactSection-module__dWQksa__spin}.ContactSection-module__dWQksa__tick{animation:.3s ContactSection-module__dWQksa__pop}.ContactSection-module__dWQksa__input:focus,.ContactSection-module__dWQksa__textarea:focus{box-shadow:0 0 0 2px #0078ff33}.ContactSection-module__dWQksa__error{animation:.25s ContactSection-module__dWQksa__shake}@keyframes ContactSection-module__dWQksa__spin{to{transform:rotate(360deg)}}@keyframes ContactSection-module__dWQksa__pop{0%{transform:scale(.6)}to{transform:scale(1)}}@keyframes ContactSection-module__dWQksa__shake{0%,to{transform:translate(0)}25%{transform:translate(-3px)}75%{transform:translate(3px)}}@keyframes ContactSection-module__dWQksa__slideIn{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@media (max-width:1400px){.ContactSection-module__dWQksa__right{padding:40px 32px}.ContactSection-module__dWQksa__card{padding:32px}}@media (max-width:1200px){.ContactSection-module__dWQksa__wrapper{grid-template-columns:1fr}.ContactSection-module__dWQksa__cards{grid-template-columns:1fr 1fr 1fr;gap:32px;display:grid}.ContactSection-module__dWQksa__card{border-radius:32px}.ContactSection-module__dWQksa__full{grid-column:span 1}.ContactSection-module__dWQksa__left h3,.ContactSection-module__dWQksa__left>p{margin-left:32px}}@media (max-width:1000px){.ContactSection-module__dWQksa__wrapper,.ContactSection-module__dWQksa__cards{gap:28px}}@media (max-width:900px){.ContactSection-module__dWQksa__wrapper,.ContactSection-module__dWQksa__cards{grid-template-columns:1fr}.ContactSection-module__dWQksa__full{grid-column:span 2}}@media (max-width:800px){.ContactSection-module__dWQksa__wrapper,.ContactSection-module__dWQksa__cards{gap:24px}.ContactSection-module__dWQksa__left{padding-top:24px}}@media (max-width:600px){.ContactSection-module__dWQksa__full{grid-column:span 1}.ContactSection-module__dWQksa__left{padding-top:0}}
.Button-module__rj9yOG__button{isolation:isolate;cursor:pointer;background:0 0;border:none;border-radius:999px;outline:none;justify-content:center;align-items:center;width:100%;min-width:150px;max-width:220px;height:52px;padding:10px 24px;transition:all .4s ease-in-out;display:inline-flex;position:relative;overflow:hidden}.Button-module__rj9yOG__withIcon{justify-content:space-between;gap:12px}.Button-module__rj9yOG__button:not(.Button-module__rj9yOG__withIcon){justify-content:center}.Button-module__rj9yOG__login-button{min-width:200px}.Button-module__rj9yOG__cta-button,.Button-module__rj9yOG__cta-button,.Button-module__rj9yOG__cta-button-2{min-width:220px}.Button-module__rj9yOG__button:focus-visible{outline:2px solid var(--primary-blue-light);outline-offset:2px}.Button-module__rj9yOG__button:before{content:"";z-index:0;background:var(--primary-blue-light);content:"";z-index:0;background:var(--primary-blue-light);width:0%;height:100%;transition:all .4s ease-in-out;position:absolute;top:0;right:0}.Button-module__rj9yOG__button:hover:before{width:100%;left:0;right:auto}.Button-module__rj9yOG__text{z-index:2;position:relative}.Button-module__rj9yOG__filled.Button-module__rj9yOG__light{color:#000;outline:1px solid var(--gray-10);background:#fff}.Button-module__rj9yOG__filled.Button-module__rj9yOG__dark{color:#fff;background:#000}.Button-module__rj9yOG__outline.Button-module__rj9yOG__light{color:#fff;background:0 0;border:2px solid #fff}.Button-module__rj9yOG__outline.Button-module__rj9yOG__light:hover{color:var(--gray-80)}.Button-module__rj9yOG__outline.Button-module__rj9yOG__dark{color:#000;background:0 0}.Button-module__rj9yOG__iconWrapper{z-index:2;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;margin-right:-18px;display:flex;position:relative;overflow:hidden}.Button-module__rj9yOG__filled.Button-module__rj9yOG__light .Button-module__rj9yOG__iconWrapper{background:var(--primary-blue-light)}.Button-module__rj9yOG__filled.Button-module__rj9yOG__light:hover .Button-module__rj9yOG__iconWrapper{background:var(--white);transition:all .4s ease-in-out}.Button-module__rj9yOG__outline.Button-module__rj9yOG__light:hover .Button-module__rj9yOG__iconWrapper{background:#fff3}.Button-module__rj9yOG__iconMain,.Button-module__rj9yOG__iconClone{justify-content:center;align-items:center;transition:transform .4s ease-in-out,opacity .4s ease-in-out;display:flex;position:absolute}.Button-module__rj9yOG__iconWrapper img,.Button-module__rj9yOG__iconWrapper svg{width:24px;height:24px}.Button-module__rj9yOG__iconMain{opacity:1;transform:translate(0)}.Button-module__rj9yOG__iconClone{opacity:0;transform:translate(-24px)}.Button-module__rj9yOG__button.Button-module__rj9yOG__animate .Button-module__rj9yOG__iconMain{opacity:0;transform:translate(24px)}.Button-module__rj9yOG__button.Button-module__rj9yOG__animate .Button-module__rj9yOG__iconClone{opacity:1;transform:translate(0)}
.Header-module__LH17rG__headerWrapper{z-index:100;justify-content:center;width:100%;padding:0 calc(15% - 32px);display:flex;position:fixed;top:24px}.Header-module__LH17rG__navContainer{z-index:101;border-radius:20px;justify-content:space-between;align-items:center;width:100%;max-width:1460px;padding:14px 24px;display:flex;position:relative}.Header-module__LH17rG__glass{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);color:#fff;box-shadow:var(--shadow-sm);background:#ffffff0f;border:1px solid #d9dbe94b}.Header-module__LH17rG__white{color:#111;box-shadow:var(--shadow-sm);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffff79;border:1px solid #ececec}.Header-module__LH17rG__navLeft{align-items:center;display:flex}.Header-module__LH17rG__logo{height:48px}.Header-module__LH17rG__navLinks{gap:32px;display:flex}.Header-module__LH17rG__navLink{opacity:.7;transition:all .3s;position:relative}.Header-module__LH17rG__navLink:hover{opacity:1}.Header-module__LH17rG__navLink:after{content:"";transform-origin:100%;background:currentColor;width:100%;height:2px;transition:transform .4s;position:absolute;bottom:-28px;left:0;transform:scaleX(0)}.Header-module__LH17rG__navLink:hover:after{transform-origin:0;transform:scaleX(1)}.Header-module__LH17rG__active{opacity:1;font-weight:500}.Header-module__LH17rG__active:after{transform:scaleX(1)}.Header-module__LH17rG__navRight{align-items:center;gap:12px;display:flex}.Header-module__LH17rG__menuBtn{cursor:pointer;z-index:102;width:40px;height:40px;box-shadow:none;appearance:none;color:currentColor;background:0 0;border:none;border-radius:8px;outline:none;flex-shrink:0;margin:0;padding:0;transition:transform .25s,background .25s,opacity .25s;display:none;position:relative}.Header-module__LH17rG__menuBtn span{background:currentColor;border-radius:999px;width:28px;height:2.5px;transition:all .3s;position:absolute;left:6px}.Header-module__LH17rG__menuBtn span:first-child{top:10px}.Header-module__LH17rG__menuBtn span:nth-child(2){top:18px}.Header-module__LH17rG__menuBtn span:nth-child(3){top:26px}.Header-module__LH17rG__menuBtn.Header-module__LH17rG__open span:first-child{top:18px;transform:rotate(45deg)}.Header-module__LH17rG__menuBtn.Header-module__LH17rG__open span:nth-child(2){opacity:0}.Header-module__LH17rG__menuBtn.Header-module__LH17rG__open span:nth-child(3){top:18px;transform:rotate(-45deg)}.Header-module__LH17rG__menuBtn:hover{background:#ffffff14;border-radius:8px;transform:scale(1.06)}.Header-module__LH17rG__white .Header-module__LH17rG__menuBtn:hover{background:#0000000f}.Header-module__LH17rG__menuBtn span{transform-origin:50%}.Header-module__LH17rG__menuBtn:not(.Header-module__LH17rG__open):hover span:first-child{transform:translateY(-1px)}.Header-module__LH17rG__menuBtn:not(.Header-module__LH17rG__open):hover span:nth-child(3){transform:translateY(1px)}.Header-module__LH17rG__mobileMenu{opacity:0;pointer-events:none;width:100%;max-width:1200px;padding:0 64px;transition:opacity .35s,transform .4s cubic-bezier(.22,1,.36,1);position:absolute;top:100px;left:50%;transform:translate(-50%)translateY(-10px)scale(.98)}.Header-module__LH17rG__mobileMenuInner{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:var(--shadow-lg);background:#ffffffd9;border:1px solid #eaeaea;border-radius:24px;flex-direction:column;align-items:center;gap:32px;padding:100px 40px;display:flex}.Header-module__LH17rG__mobileMenu.Header-module__LH17rG__show{opacity:1;pointer-events:auto;transform:translate(-50%)translateY(0)scale(1)}.Header-module__LH17rG__mobileLink{color:#111;text-align:center;opacity:0;font-size:24px;font-weight:500;transition:all .4s;transform:translateY(20px)}.Header-module__LH17rG__mobileLink:hover{opacity:1;transform:translateY(-2px)}.Header-module__LH17rG__activeMobile{opacity:1;font-weight:600}.Header-module__LH17rG__mobileCta{justify-content:center;width:100%;margin-top:16px;display:flex}.Header-module__LH17rG__mobileMenu.Header-module__LH17rG__show .Header-module__LH17rG__mobileLink{opacity:1;transform:translateY(0)}.Header-module__LH17rG__mobileMenu.Header-module__LH17rG__show .Header-module__LH17rG__mobileLink:first-child{transition-delay:50ms}.Header-module__LH17rG__mobileMenu.Header-module__LH17rG__show .Header-module__LH17rG__mobileLink:nth-child(2){transition-delay:.1s}.Header-module__LH17rG__mobileMenu.Header-module__LH17rG__show .Header-module__LH17rG__mobileLink:nth-child(3){transition-delay:.15s}.Header-module__LH17rG__mobileMenu.Header-module__LH17rG__show .Header-module__LH17rG__mobileLink:nth-child(4){transition-delay:.2s}.Header-module__LH17rG__mobileMenu.Header-module__LH17rG__show .Header-module__LH17rG__mobileLink:nth-child(5){transition-delay:.25s}.Header-module__LH17rG__mobileMenu.Header-module__LH17rG__show .Header-module__LH17rG__mobileLink:nth-child(6){transition-delay:.3s}.Header-module__LH17rG__activeMobile{color:var(--primary-blue);font-weight:700}.Header-module__LH17rG__mobileCta{margin-top:24px}@media (max-width:1800px){.Header-module__LH17rG__headerWrapper{padding:0 118px}}@media (max-width:1600px){.Header-module__LH17rG__headerWrapper{padding:0 88px}}@media (max-width:1200px){.Header-module__LH17rG__headerWrapper,.Header-module__LH17rG__mobileMenu{padding:0 32px}.Header-module__LH17rG__navLinks{gap:20px}}@media (max-width:1000px){.Header-module__LH17rG__headerWrapper,.Header-module__LH17rG__mobileMenu{padding:0 32px}.Header-module__LH17rG__navLinks,.Header-module__LH17rG__navRight>button:not(.Header-module__LH17rG__menuBtn){display:none}.Header-module__LH17rG__menuBtn{justify-content:center;align-items:center;display:flex}}@media (max-width:800px){.Header-module__LH17rG__headerWrapper,.Header-module__LH17rG__mobileMenu{padding:0 28px}.Header-module__LH17rG__mobileMenuInner{border-radius:24px;gap:32px;padding:100px 40px}}@media (max-width:600px){.Header-module__LH17rG__headerWrapper{padding:0 12px}.Header-module__LH17rG__mobileMenu{padding:0 32px}}@media (max-width:480px){.Header-module__LH17rG__headerWrapper{padding:0 12px}.Header-module__LH17rG__mobileMenu{padding:0 20px}.Header-module__LH17rG__mobileLink{font-size:24px}.Header-module__LH17rG__logo{width:100%;height:auto;max-height:48px}}
.Footer-module__5K0E9a__footer{margin-top:100px}.Footer-module__5K0E9a__footerSection{background:var(--white);box-shadow:var(--shadow-sm);border:1px solid var(--border-light);border-radius:40px 40px 0 0;padding-top:100px}.Footer-module__5K0E9a__cards{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.Footer-module__5K0E9a__card{background:var(--bg-color--medium);cursor:pointer;border:1px solid #dfdfdf;border-radius:40px;padding:40px;transition:all .3s ease-in-out;position:relative}.Footer-module__5K0E9a__card:hover{background:var(--dark-blue);color:#fff;box-shadow:var(--shadow-lg);transform:translateY(-6px)}.Footer-module__5K0E9a__iconWrap{background:var(--primary-gradient);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:background .3s;display:flex;position:absolute;top:40px;right:40px;overflow:hidden}.Footer-module__5K0E9a__iconMain,.Footer-module__5K0E9a__iconArrow{width:20px;height:20px;transition:transform .35s ease-in-out,opacity .3s;position:absolute}.Footer-module__5K0E9a__iconMain{opacity:1;transform:translate(0)}.Footer-module__5K0E9a__iconArrow{opacity:0;transform:translate(-24px)}.Footer-module__5K0E9a__card:hover .Footer-module__5K0E9a__iconMain{opacity:0;transform:translate(24px)}.Footer-module__5K0E9a__card:hover .Footer-module__5K0E9a__iconArrow{opacity:1;transition-delay:50ms;transform:translate(0)}.Footer-module__5K0E9a__card:hover .Footer-module__5K0E9a__iconWrap{background:#fff}.Footer-module__5K0E9a__title{background:var(--primary-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:23px;font-size:32px}.Footer-module__5K0E9a__card:hover .Footer-module__5K0E9a__title{-webkit-text-fill-color:#fff;background:0 0}.Footer-module__5K0E9a__desc1{color:var(--gray-80);margin-bottom:8px;font-size:16px}.Footer-module__5K0E9a__desc2{color:var(--gray-60);font-size:16px;line-height:1.6}.Footer-module__5K0E9a__card:hover .Footer-module__5K0E9a__desc1,.Footer-module__5K0E9a__card:hover .Footer-module__5K0E9a__desc2{color:#ccc}.Footer-module__5K0E9a__footerBanner{background:var(--color-bg-deep);border-radius:40px;margin-top:32px;padding:90px 0;position:relative;overflow:hidden}.Footer-module__5K0E9a__footerBannerContent{z-index:2;text-align:center;margin:0 auto;position:relative}.Footer-module__5K0E9a__footerBannerTitle{color:#fff;margin-bottom:20px}.Footer-module__5K0E9a__footerBannerSubtitle{color:var(--white);max-width:650px;margin:0 auto 32px}.Footer-module__5K0E9a__footerBannerActions{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.Footer-module__5K0E9a__footerBannerBlob{pointer-events:none;opacity:.9;position:absolute;top:0;left:50%;transform:translate(-50%)}@keyframes Footer-module__5K0E9a__footerBlobBlob{0%{transform:translate(-50%)scale(1)}50%{transform:translate(-50%,-30px)scale(1.2)}to{transform:translate(-50%)scale(1)}}.Footer-module__5K0E9a__footerBannerBlob{animation:12s ease-in-out infinite Footer-module__5K0E9a__footerBlobBlob}@media (max-width:800px){.Footer-module__5K0E9a__footerBanner{border-radius:32px;padding:60px 32px}.Footer-module__5K0E9a__footerBannerTitle{margin-bottom:16px}.Footer-module__5K0E9a__footerBannerSubtitle{margin-bottom:24px}.Footer-module__5K0E9a__footerBannerBlob{width:600px;bottom:-180px}}.Footer-module__5K0E9a__footerBottom{background:var(--color-bg-light);border-radius:40px;margin:32px 0 0;padding:40px 0}.Footer-module__5K0E9a__footerBottomInner{grid-template-columns:1.5fr 1fr 1fr 1fr auto;grid-template-areas:"logo pages contact social scroll";align-items:start;gap:32px;display:grid}.Footer-module__5K0E9a__footerLogo{grid-area:logo}.Footer-module__5K0E9a__pages{grid-area:pages}.Footer-module__5K0E9a__contact{grid-area:contact}.Footer-module__5K0E9a__social{grid-area:social}.Footer-module__5K0E9a__scroll{grid-area:scroll;align-items:flex-start;display:flex}.Footer-module__5K0E9a__footerLogo{width:280px}.Footer-module__5K0E9a__footerLinksGrid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.Footer-module__5K0E9a__footerCol{flex-direction:column;display:flex}.Footer-module__5K0E9a__footerCol h5{background:var(--primary-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:20px;font-size:14px;font-weight:600}.Footer-module__5K0E9a__footerCol a,.Footer-module__5K0E9a__footerCol p{color:var(--gray-60);margin-bottom:12px;font-size:16px;transition:color .3s;display:block}.Footer-module__5K0E9a__footerCol a:hover,.Footer-module__5K0E9a__footerCol p:hover{color:var(--primary-blue)}.Footer-module__5K0E9a__socials{gap:12px;display:flex}.Footer-module__5K0E9a__socialIcon{border:1.5px solid var(--gray-20);background:var(--white);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s ease-in-out;display:flex;position:relative;overflow:hidden}.Footer-module__5K0E9a__socialIcon img{z-index:2;width:24px;height:24px;position:relative;top:50%;left:50%;transform:translate(-50%,-50%)}.Footer-module__5K0E9a__socialIcon:before{content:"";z-index:1;background:var(--primary-blue-light);width:0%;height:100%;transition:all .4s ease-in-out;position:absolute;top:0;right:0}.Footer-module__5K0E9a__socialIcon:hover:before{width:100%;left:0;right:auto}.Footer-module__5K0E9a__socialIcon:hover{border-color:var(--primary-blue);transform:translateY(-2px)scale(1.05)}.Footer-module__5K0E9a__footerLegal{color:var(--gray-50);border-top:2px solid #ededed;justify-content:center;gap:100px;margin-top:40px;padding-top:32px;display:flex}.Footer-module__5K0E9a__footerLegal p{font-size:16px}.Footer-module__5K0E9a__scrollTop{cursor:pointer;opacity:0;background-color:#f8f8f8;border:none;border-radius:50%;justify-content:center;align-items:center;width:128px;height:128px;transition:transform .25s cubic-bezier(.22,1,.36,1),opacity .4s;display:flex;position:relative;overflow:hidden;transform:translateY(20px)}.Footer-module__5K0E9a__show{opacity:1;transform:translateY(0)}.Footer-module__5K0E9a__scrollTop:after{content:"";border:1.5px solid var(--primary-blue);z-index:2;border-radius:50%;transition:all .4s;position:absolute;inset:0}.Footer-module__5K0E9a__scrollTop:hover:after{border-style:dashed;animation:6s linear infinite Footer-module__5K0E9a__rotateCircle}@keyframes Footer-module__5K0E9a__rotateCircle{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Footer-module__5K0E9a__scrollTop:before{content:"";background:var(--primary-blue-light);z-index:1;border-radius:50%;width:0%;height:100%;transition:all .3s ease-in-out;position:absolute;top:0;right:0}.Footer-module__5K0E9a__scrollTop:hover:before{width:100%;left:0;right:auto}.Footer-module__5K0E9a__scrollArrow{color:var(--primary-blue);z-index:3;font-size:20px;transition:transform .3s,color .3s}.Footer-module__5K0E9a__scrollText{letter-spacing:1px;color:var(--gray-60);opacity:0;z-index:3;font-size:14px;transition:all .3s;position:absolute;bottom:16px;transform:translateY(6px)}.Footer-module__5K0E9a__scrollTop:hover .Footer-module__5K0E9a__scrollArrow{color:#fff;transform:translateY(-6px)}.Footer-module__5K0E9a__scrollTop:hover .Footer-module__5K0E9a__scrollText{opacity:1;color:#fff;transform:translateY(0)}.Footer-module__5K0E9a__scrollTop:hover{box-shadow:0 10px 30px #0078ff33}@media (max-width:1400px){.Footer-module__5K0E9a__card{padding:32px}.Footer-module__5K0E9a__iconWrap{top:32px;right:32px}}@media (max-width:1300px){.Footer-module__5K0E9a__card{padding:24px}.Footer-module__5K0E9a__iconWrap{top:24px;right:24px}.Footer-module__5K0E9a__footerLogo{width:220px}}@media (max-width:1200px){.Footer-module__5K0E9a__footerLogo{width:280px}.Footer-module__5K0E9a__footer{margin-top:80px}.Footer-module__5K0E9a__cards{grid-template-columns:repeat(2,1fr);gap:28px;transition:transform .3s,box-shadow .3s}.Footer-module__5K0E9a__card:active{transform:scale(.97)}.Footer-module__5K0E9a__card{border-radius:32px;padding:32px}.Footer-module__5K0E9a__iconWrap{width:36px;height:36px;top:32px;right:32px}.Footer-module__5K0E9a__iconMain,.Footer-module__5K0E9a__iconArrow{width:18px;height:18px}.Footer-module__5K0E9a__footerSection{border-radius:32px 32px 0 0;padding-top:80px}.Footer-module__5K0E9a__footerBottomInner{grid-template-columns:1fr 1fr 1fr;grid-template-areas:"logo social social""pages contact scroll";gap:32px}.Footer-module__5K0E9a__social,.Footer-module__5K0E9a__scroll{justify-self:end}}@media (max-width:1000px){.Footer-module__5K0E9a__footerSection{padding-top:60px}.Footer-module__5K0E9a__footer{margin-top:60px}}@media (max-width:800px){.Footer-module__5K0E9a__footerBottomInner{grid-template-columns:1fr 1fr;grid-template-areas:"logo logo""pages contact""social scroll";gap:32px}.Footer-module__5K0E9a__footerLogo,.Footer-module__5K0E9a__pages,.Footer-module__5K0E9a__contact,.Footer-module__5K0E9a__social{text-align:center;align-items:center}.Footer-module__5K0E9a__footerLogo{padding-bottom:32px;position:relative;left:50%;transform:translate(-50%)}.Footer-module__5K0E9a__social,.Footer-module__5K0E9a__scroll{justify-self:center}.Footer-module__5K0E9a__footerBrand,.Footer-module__5K0E9a__footerCol:first-of-type{grid-column:span 2}.Footer-module__5K0E9a__scrollTop{grid-column:span 2;justify-self:end}.Footer-module__5K0E9a__cards{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:24px;padding-bottom:8px;display:flex;overflow-x:auto}.Footer-module__5K0E9a__cards::-webkit-scrollbar{display:none}.Footer-module__5K0E9a__cards{-ms-overflow-style:none;scrollbar-width:none}.Footer-module__5K0E9a__card{scroll-snap-align:start;border-radius:28px;flex:0 0 70%;padding:28px}.Footer-module__5K0E9a__cta{border-radius:28px;padding:60px 20px}.Footer-module__5K0E9a__blobMain{width:600px;bottom:-180px}.Footer-module__5K0E9a__blobTop{width:200px;right:20px}}@media (max-width:600px){.Footer-module__5K0E9a__footerLegal{text-align:center;flex-direction:column;align-items:center;gap:8px}.Footer-module__5K0E9a__footerBannerContent{padding:0 16px}.Footer-module__5K0E9a__footerBannerActions{flex-direction:column;align-items:center}.Footer-module__5K0E9a__cards{padding-bottom:10px}.Footer-module__5K0E9a__card{min-width:260px;padding:24px}}@media (max-width:500px){.Footer-module__5K0E9a__footerBottomInner{grid-template-columns:1fr;grid-template-areas:"logo""social""pages""contact""scroll"}.Footer-module__5K0E9a__logo,.Footer-module__5K0E9a__pages,.Footer-module__5K0E9a__contact,.Footer-module__5K0E9a__social{text-align:center;align-items:center}.Footer-module__5K0E9a__footerLogo{padding-bottom:0}.Footer-module__5K0E9a__footerLinksGrid{gap:20px}@media (max-width:480px){.Footer-module__5K0E9a__card{border-radius:32px;padding:32px}}}
@font-face{font-family:poppins;src:url(../media/poppins_regular_webfont-s.p.0ut9fd-hnfb9q.woff2)format("woff2");font-display:swap;font-weight:400}@font-face{font-family:poppins;src:url(../media/poppins_medium_webfont-s.p.08w0y5v3jza75.woff2)format("woff2");font-display:swap;font-weight:500}@font-face{font-family:poppins;src:url(../media/poppins_semibold_webfont-s.p.15xgq8ad53n3g.woff2)format("woff2");font-display:swap;font-weight:600}@font-face{font-family:poppins;src:url(../media/poppins_bold_webfont-s.p.14ezx3qs-si8~.woff2)format("woff2");font-display:swap;font-weight:700}@font-face{font-family:poppins Fallback;src:local(Arial);ascent-override:95.34%;descent-override:40.62%;line-gap-override:0.0%;size-adjust:112.88%}.poppins_c69e554c-module__jlotSa__className{font-family:poppins,poppins Fallback}.poppins_c69e554c-module__jlotSa__variable{--font-heading:"poppins", "poppins Fallback"}
@font-face{font-family:sourceSans;src:url(../media/source_sans_3_latin_ext_400_normal-s.p.0jz6_hmx257cz.woff2)format("woff2");font-display:swap;font-weight:400}@font-face{font-family:sourceSans;src:url(../media/source_sans_3_latin_ext_600_normal-s.p.09.pajv2l6a_8.woff2)format("woff2");font-display:swap;font-weight:600}@font-face{font-family:sourceSans Fallback;src:local(Arial);ascent-override:102.4%;descent-override:40.0%;line-gap-override:0.0%;size-adjust:100.0%}.sourcesans_e39bd3c2-module__Pfduwq__className{font-family:sourceSans,sourceSans Fallback}.sourcesans_e39bd3c2-module__Pfduwq__variable{--font-body:"sourceSans", "sourceSans Fallback"}
.PageTransition-module__AD-FvG__wrapper{transform-origin:top;will-change:opacity, transform, filter;min-height:100vh;position:relative}@media (prefers-reduced-motion:reduce){.PageTransition-module__AD-FvG__wrapper{opacity:1!important;filter:none!important;transform:none!important}}
