:root{--font-montserrat:"Montserrat",sans-serif;--font-roboto:"Roboto",sans-serif;--color-primary:#2715a9;--color-primary-dark:#1a0f7a;--color-primary-light:#4432c7;--color-primary-lighter:#6b5cd9;--color-secondary:#0ea5e9;--color-secondary-light:#38bdf8;--color-secondary-dark:#0284c7;--color-accent:#3b82f6;--color-accent-light:#60a5fa;--color-accent-dark:#2563eb;--color-gray:#4a4a4a;--color-gray-light:#6b7280;--color-gray-dark:#1f2937;--color-white:#f8fafc;--color-pure-white:#fff;--color-blue:#2715a9;--color-orange:#3b82f6;--shadow-sm:0 2px 10px #0000000a;--shadow-md:0 6px 20px #00000014;--shadow-lg:0 10px 40px #0000001f;--shadow-primary:0 10px 30px #2715a933;--shadow-accent:0 10px 30px #3b82f640;--radius-sm:8px;--radius-md:12px;--radius-lg:20px;--radius-full:50px;--transition-fast:.2s ease;--transition-normal:.3s ease;--transition-slow:.4s cubic-bezier(.4,0,.2,1);--max-width:1200px;--section-padding:5rem 2rem;--section-padding-mobile:3.5rem 1.25rem}*{box-sizing:border-box}html{font-family:var(--font-montserrat);scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background-color:var(--color-white);color:var(--color-gray);margin:0;padding:0}a{color:inherit;text-decoration:none}button{font-family:inherit}h1,h2,h3,h4,h5,h6{margin:0;line-height:1.2}p{margin:0;line-height:1.6}img{max-width:100%;height:auto}::selection{background:var(--color-primary);color:#fff}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--color-white)}::-webkit-scrollbar-thumb{background:var(--color-primary);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--color-primary-dark)}
.Navbar-module__UMbBgq__navbar{color:#fff;z-index:100;background:linear-gradient(#1a0f7a 0%,#120a5c 100%);justify-content:space-between;align-items:center;height:80px;padding:0 1.5rem;display:flex;position:relative}.Navbar-module__UMbBgq__logo{align-items:center;display:flex}.Navbar-module__UMbBgq__logoImage{object-fit:contain;background:#fff;border-radius:8px;max-height:45px;padding:8px 12px}.Navbar-module__UMbBgq__links{align-items:center;gap:2rem;font-size:.95rem;display:none}.Navbar-module__UMbBgq__link{color:#ffffffe6;cursor:pointer;background:0 0;border:none;align-items:center;gap:.35rem;padding:.5rem 0;font-weight:500;text-decoration:none;transition:color .3s;display:flex;position:relative}.Navbar-module__UMbBgq__link:after{content:"";background:#3b82f6;width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:0}.Navbar-module__UMbBgq__link:hover{color:#fff;text-decoration:none}.Navbar-module__UMbBgq__link:hover:after{width:100%}.Navbar-module__UMbBgq__dropdown{display:inline-block;position:relative}.Navbar-module__UMbBgq__dropdownContent{z-index:1000;opacity:0;visibility:hidden;background:#fff;border-radius:12px;min-width:280px;padding:.75rem 0;transition:opacity .3s,visibility .3s;display:none;position:absolute;top:calc(100% + .5rem);left:50%;transform:translate(-50%);box-shadow:0 10px 40px #00000026}.Navbar-module__UMbBgq__dropdownContent:before{content:"";border-bottom:8px solid #fff;border-left:8px solid #0000;border-right:8px solid #0000;position:absolute;top:-6px;left:50%;transform:translate(-50%)}.Navbar-module__UMbBgq__dropdownContent:after{content:"";height:.5rem;position:absolute;top:-.5rem;left:0;right:0}.Navbar-module__UMbBgq__dropdown:hover .Navbar-module__UMbBgq__dropdownContent,.Navbar-module__UMbBgq__dropdownContent.Navbar-module__UMbBgq__show{opacity:1;visibility:visible;display:block}.Navbar-module__UMbBgq__dropdownLink{color:#1a0f7a;align-items:center;gap:.75rem;padding:.85rem 1.5rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .3s;display:flex;position:relative}.Navbar-module__UMbBgq__dropdownLink:before{content:"";background:#3b82f6;border-radius:0 2px 2px 0;width:3px;height:0;transition:height .3s;position:absolute;top:50%;left:0;transform:translateY(-50%)}.Navbar-module__UMbBgq__dropdownLink:hover{color:#3b82f6;background:#3b82f614;padding-left:1.75rem}.Navbar-module__UMbBgq__dropdownLink:hover:before{height:60%}.Navbar-module__UMbBgq__arrow{opacity:.7;transition:transform .3s}.Navbar-module__UMbBgq__rotate{transform:rotate(90deg)}.Navbar-module__UMbBgq__contactButton{color:#fff;background:#3b82f6;border-radius:8px;align-items:center;gap:.5rem;padding:.7rem 1.5rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.Navbar-module__UMbBgq__contactButton:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 4px 15px #3b82f666}.Navbar-module__UMbBgq__icons{gap:.75rem;margin-left:1.5rem;display:flex}.Navbar-module__UMbBgq__iconLink{background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.Navbar-module__UMbBgq__iconLink:hover{background:#3b82f6;transform:translateY(-2px)}.Navbar-module__UMbBgq__icon{color:#fff;width:18px;height:18px}.Navbar-module__UMbBgq__menu{display:block}.Navbar-module__UMbBgq__burger{cursor:pointer;background:#ffffff1a;border:none;border-radius:8px;padding:.75rem;transition:background .3s}.Navbar-module__UMbBgq__burger:hover{background:#fff3}.Navbar-module__UMbBgq__burgerLine{background:#fff;border-radius:1px;width:22px;height:2px;margin:5px 0;transition:all .3s;display:block}.Navbar-module__UMbBgq__backdrop{z-index:99;opacity:0;visibility:hidden;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;transition:opacity .3s,visibility .3s;position:fixed;inset:0}.Navbar-module__UMbBgq__drawer{z-index:100;background:linear-gradient(#1a0f7a 0%,#120a5c 100%);flex-direction:column;gap:1.5rem;width:320px;max-width:85vw;padding:1.5rem;transition:transform .3s;display:flex;position:fixed;top:0;bottom:0;right:0;transform:translate(100%)}.Navbar-module__UMbBgq__backdrop.Navbar-module__UMbBgq__active{opacity:1;visibility:visible}.Navbar-module__UMbBgq__drawer.Navbar-module__UMbBgq__active{transform:translate(0)}.Navbar-module__UMbBgq__drawerHeader{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding-bottom:1.5rem;display:flex}.Navbar-module__UMbBgq__drawerLogo .Navbar-module__UMbBgq__logoImage{background:#fff;border-radius:6px;max-height:35px;padding:6px 10px}.Navbar-module__UMbBgq__closeButton{cursor:pointer;color:#fff;background:#ffffff1a;border:none;border-radius:8px;justify-content:center;align-items:center;padding:.5rem;transition:all .3s;display:flex}.Navbar-module__UMbBgq__closeButton:hover{background:#fff3}.Navbar-module__UMbBgq__drawerLinks{flex-direction:column;flex:1;gap:.5rem;padding-top:1rem;display:flex}.Navbar-module__UMbBgq__drawerLink{color:#ffffffe6;border-radius:8px;justify-content:space-between;align-items:center;padding:.85rem 1rem;font-size:1.1rem;font-weight:500;text-decoration:none;transition:all .3s;display:flex}.Navbar-module__UMbBgq__drawerLink:hover{color:#fff;background:#ffffff1a}.Navbar-module__UMbBgq__mobileSubcategories{border-left:2px solid #fff3;margin-top:.5rem;margin-left:1rem;padding-left:1rem}.Navbar-module__UMbBgq__mobileSubcategoryLink{color:#ffffffbf;border-radius:6px;padding:.7rem 1rem;font-size:.95rem;text-decoration:none;transition:all .3s;display:block}.Navbar-module__UMbBgq__mobileSubcategoryLink:hover{color:#fff;background:#ffffff1a;padding-left:1.25rem}.Navbar-module__UMbBgq__drawerIcons{border-top:1px solid #ffffff1a;justify-content:center;gap:.75rem;margin-top:auto;padding-top:1.5rem;display:flex}.Navbar-module__UMbBgq__drawerIcon{color:#fff;background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:flex}.Navbar-module__UMbBgq__drawerIcon:hover{background:#3b82f6;transform:translateY(-2px)}.Navbar-module__UMbBgq__drawerCta{color:#fff;text-align:center;background:#3b82f6;border-radius:10px;margin-top:1rem;padding:1rem;font-weight:600;text-decoration:none;transition:all .3s}.Navbar-module__UMbBgq__drawerCta:hover{background:#2563eb}@media (min-width:768px){.Navbar-module__UMbBgq__navbar{padding:0 2rem}.Navbar-module__UMbBgq__menu{display:none}.Navbar-module__UMbBgq__links{display:flex}}@media (min-width:1024px){.Navbar-module__UMbBgq__navbar{padding:0 3rem}.Navbar-module__UMbBgq__links{gap:2.5rem}}@media (min-width:1300px){.Navbar-module__UMbBgq__navbar{padding:0 calc(50vw - 650px + 1.5rem)}}
.Footer-module__as8s1W__footer{color:#fff;background:linear-gradient(#1a0f7a 0%,#120a5c 100%)}.Footer-module__as8s1W__mainContent{padding:4rem 1.5rem 3rem}.Footer-module__as8s1W__container{grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:3rem;max-width:1300px;margin:0 auto;display:grid}.Footer-module__as8s1W__companyColumn{flex-direction:column;gap:1.5rem;display:flex}.Footer-module__as8s1W__logoLink{display:inline-block}.Footer-module__as8s1W__logo{object-fit:contain;background:#fff;border-radius:8px;padding:8px 12px}.Footer-module__as8s1W__description{color:#ffffffbf;max-width:320px;font-size:.95rem;line-height:1.7}.Footer-module__as8s1W__socialLinks{gap:.75rem;margin-top:.5rem;display:flex}.Footer-module__as8s1W__socialLink{color:#fff;background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.Footer-module__as8s1W__socialLink:hover{background:#3b82f6;transform:translateY(-3px)}.Footer-module__as8s1W__linksColumn{flex-direction:column;display:flex}.Footer-module__as8s1W__columnTitle{color:#fff;margin-bottom:1.5rem;padding-bottom:.75rem;font-size:1.1rem;font-weight:600;position:relative}.Footer-module__as8s1W__columnTitle:after{content:"";background:#3b82f6;border-radius:2px;width:40px;height:3px;position:absolute;bottom:0;left:0}.Footer-module__as8s1W__linksList{flex-direction:column;gap:.85rem;margin:0;padding:0;list-style:none;display:flex}.Footer-module__as8s1W__link{color:#ffffffbf;align-items:center;gap:.5rem;font-size:.95rem;text-decoration:none;transition:all .3s;display:flex}.Footer-module__as8s1W__link:hover{color:#60a5fa;padding-left:5px}.Footer-module__as8s1W__linkIcon{opacity:0;transition:all .3s;transform:translate(-10px)}.Footer-module__as8s1W__link:hover .Footer-module__as8s1W__linkIcon{opacity:1;transform:translate(0)}.Footer-module__as8s1W__contactColumn{flex-direction:column;display:flex}.Footer-module__as8s1W__contactList{flex-direction:column;gap:1.25rem;display:flex}.Footer-module__as8s1W__contactItem{color:#ffffffd9;align-items:flex-start;gap:1rem;text-decoration:none;transition:color .3s;display:flex}a.Footer-module__as8s1W__contactItem:hover{color:#60a5fa}.Footer-module__as8s1W__contactIconWrapper{background:#ffffff1a;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:background .3s;display:flex}a.Footer-module__as8s1W__contactItem:hover .Footer-module__as8s1W__contactIconWrapper{background:#3b82f6}.Footer-module__as8s1W__contactText{flex-direction:column;gap:.2rem;font-size:.95rem;display:flex}.Footer-module__as8s1W__contactLabel{color:#ffffff80;font-size:.8rem}.Footer-module__as8s1W__bottomBar{background:#0003;padding:1.25rem 1.5rem}.Footer-module__as8s1W__bottomContainer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:1300px;margin:0 auto;display:flex}.Footer-module__as8s1W__copyright{color:#fff9;margin:0;font-size:.9rem}.Footer-module__as8s1W__legalLinks{align-items:center;gap:1rem;display:flex}.Footer-module__as8s1W__legalLink{color:#fff9;font-size:.9rem;text-decoration:none;transition:color .3s}.Footer-module__as8s1W__legalLink:hover{color:#60a5fa}.Footer-module__as8s1W__divider{color:#ffffff4d}.Footer-module__as8s1W__developerCredit{text-align:center;color:#ffffff80;letter-spacing:.3px;padding:.85rem 1.5rem;font-size:.8rem}.Footer-module__as8s1W__developerLink{color:#60a5fa;font-weight:600;text-decoration:none;transition:all .3s;position:relative}.Footer-module__as8s1W__developerLink:after{content:"";background:#60a5fa;width:0;height:1px;transition:width .3s;position:absolute;bottom:-2px;left:0}.Footer-module__as8s1W__developerLink:hover{color:#93c5fd}.Footer-module__as8s1W__developerLink:hover:after{width:100%}@media (max-width:1024px){.Footer-module__as8s1W__container{grid-template-columns:repeat(2,1fr);gap:2.5rem}.Footer-module__as8s1W__companyColumn{grid-column:span 2}.Footer-module__as8s1W__description{max-width:100%}}@media (max-width:768px){.Footer-module__as8s1W__mainContent{padding:3rem 1.5rem 2rem}.Footer-module__as8s1W__container{text-align:center;grid-template-columns:1fr;gap:2rem}.Footer-module__as8s1W__companyColumn{grid-column:span 1;align-items:center}.Footer-module__as8s1W__description{max-width:400px;margin:0 auto}.Footer-module__as8s1W__socialLinks{justify-content:center}.Footer-module__as8s1W__columnTitle{display:inline-block}.Footer-module__as8s1W__columnTitle:after{left:50%;transform:translate(-50%)}.Footer-module__as8s1W__linksColumn,.Footer-module__as8s1W__linksList{align-items:center}.Footer-module__as8s1W__link{justify-content:center}.Footer-module__as8s1W__contactColumn{align-items:center}.Footer-module__as8s1W__contactList{align-items:flex-start;max-width:280px}.Footer-module__as8s1W__bottomContainer{text-align:center;flex-direction:column}.Footer-module__as8s1W__legalLinks{justify-content:center}}@media (max-width:480px){.Footer-module__as8s1W__mainContent{padding:2.5rem 1rem 2rem}.Footer-module__as8s1W__container{gap:1.75rem}.Footer-module__as8s1W__columnTitle{margin-bottom:1.25rem;font-size:1rem}.Footer-module__as8s1W__link{font-size:.9rem}.Footer-module__as8s1W__contactItem{gap:.75rem}.Footer-module__as8s1W__contactIconWrapper{width:36px;height:36px}.Footer-module__as8s1W__contactText{font-size:.9rem}}
@font-face{font-family:Montserrat;font-style:normal;font-weight:400;font-display:swap;src:url(../media/8298327da6d5bcce-s.fb2d5852.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Montserrat;font-style:normal;font-weight:400;font-display:swap;src:url(../media/44fac91e6f2d2b1b-s.0a39a854.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Montserrat;font-style:normal;font-weight:400;font-display:swap;src:url(../media/2b402d8aebffd579-s.ec7e94a5.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Montserrat;font-style:normal;font-weight:400;font-display:swap;src:url(../media/a88409fdd7dc121c-s.62b55a98.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Montserrat;font-style:normal;font-weight:400;font-display:swap;src:url(../media/e8f2fbee2754df70-s.p.9b7a96b4.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Montserrat;font-style:normal;font-weight:500;font-display:swap;src:url(../media/8298327da6d5bcce-s.fb2d5852.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Montserrat;font-style:normal;font-weight:500;font-display:swap;src:url(../media/44fac91e6f2d2b1b-s.0a39a854.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Montserrat;font-style:normal;font-weight:500;font-display:swap;src:url(../media/2b402d8aebffd579-s.ec7e94a5.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Montserrat;font-style:normal;font-weight:500;font-display:swap;src:url(../media/a88409fdd7dc121c-s.62b55a98.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Montserrat;font-style:normal;font-weight:500;font-display:swap;src:url(../media/e8f2fbee2754df70-s.p.9b7a96b4.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Montserrat;font-style:normal;font-weight:700;font-display:swap;src:url(../media/8298327da6d5bcce-s.fb2d5852.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Montserrat;font-style:normal;font-weight:700;font-display:swap;src:url(../media/44fac91e6f2d2b1b-s.0a39a854.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Montserrat;font-style:normal;font-weight:700;font-display:swap;src:url(../media/2b402d8aebffd579-s.ec7e94a5.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Montserrat;font-style:normal;font-weight:700;font-display:swap;src:url(../media/a88409fdd7dc121c-s.62b55a98.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Montserrat;font-style:normal;font-weight:700;font-display:swap;src:url(../media/e8f2fbee2754df70-s.p.9b7a96b4.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Montserrat Fallback;src:local(Arial);ascent-override:85.79%;descent-override:22.25%;line-gap-override:0.0%;size-adjust:112.83%}.montserrat_1512e258-module__T7YG2q__className{font-family:Montserrat,Montserrat Fallback;font-style:normal}.montserrat_1512e258-module__T7YG2q__variable{--font-montserrat:"Montserrat","Montserrat Fallback"}
