@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;700&family=Manrope:wght@500&display=swap);@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-track{background:#0000;border-radius:10px}::-webkit-scrollbar-thumb{background:#3563e9;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#2851d1}*{scrollbar-color:#3563e9 #0000;scrollbar-width:thin}@media (max-width:768px){::-webkit-scrollbar{height:5px;width:5px}}.App{text-align:center}*{box-sizing:border-box;font-family:Montserrat,sans-serif}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.content-container{min-height:calc(100vh - 200px);padding:0}@media (max-width:480px){body,html{margin:0;overflow-x:hidden;padding:0;width:100%}.App,.content-container,main{margin-right:0;max-width:100%;overflow-x:hidden;padding-right:0;width:100%}}.navbar{align-items:center;background:linear-gradient(90deg,#000b83,#0f0043);border-bottom:1px solid red;color:#fff;display:flex;justify-content:center;padding:15px 25px;position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:1000}.navbar-container,.navbar-wrapper{align-items:center;display:flex;justify-content:space-between;width:100%}.logo{align-items:center;display:flex}.logo img{height:40px;width:auto}.hamburger{cursor:pointer;display:none;flex-direction:column;height:20px;justify-content:space-between;width:30px;z-index:2}.hamburger .bar{background-color:#fff;height:3px;margin:2px 0;transition:all .3s ease;width:100%}.hamburger .bar.open:first-child{transform:rotate(45deg) translate(5px,5px)}.hamburger .bar.open:nth-child(2){opacity:0}.hamburger .bar.open:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.navbar-links{display:flex;gap:20px;list-style:none;margin:0;padding:0}.navbar a{color:#fff;font-weight:700;text-decoration:none;transition:.3s}.navbar a:hover{color:#f4511e}.menu-overlay{background-color:#00000080;bottom:0;display:none;left:0;position:fixed;right:0;top:0;z-index:5}.mobile-menu{display:none}.close-btn{background:#0000;border:none;color:#fff;cursor:pointer;font-size:24px;position:absolute;right:15px;top:15px}.language-selector{position:relative;z-index:4}.selected-language{align-items:center;background:#ffffff1a;border-radius:4px;cursor:pointer;display:flex;padding:5px}.flag-icon{height:15px;margin-right:5px;width:20px}.lang-code{color:#fff;font-size:14px;font-weight:700}.language-dropdown{background:linear-gradient(90deg,#000b83,#0f0043);border-radius:4px;box-shadow:0 2px 10px #0003;overflow:hidden;position:absolute;right:0;top:100%;width:120px}.language-option{align-items:center;color:#fff;cursor:pointer;display:flex;padding:10px;transition:background-color .2s}.language-option:hover{background-color:#ffffff1a}@media (max-width:768px){.hamburger{display:flex}.desktop-language,.desktop-menu{display:none}.mobile-menu{background:linear-gradient(90deg,#000b83,#0f0043);display:flex;flex-direction:column;height:100vh;left:-250px;padding:60px 20px 20px;position:fixed;top:0;transition:left .3s ease;width:250px;z-index:10}.mobile-menu.active{left:0}.menu-overlay{display:block}.mobile-menu li{margin:15px 0}.mobile-language-selector{margin-top:20px}.mobile-dropdown{background:#ffffff1a;box-shadow:none;left:0;position:relative;top:10px;width:100%}}.footer-left{align-items:center;background-color:#212121;padding:40px 0}.footer-container,.footer-left{display:flex;justify-content:center;width:100%}.footer-container{flex-direction:column;height:100%}.footer-links-container{max-width:1200px;width:100%}.footer-links-wrapper{display:flex;justify-content:center}.footer-links-grid{display:flex;flex-wrap:wrap;gap:40px;justify-content:space-around;width:100%}.footer-column{min-width:160px}.footer-heading{color:#f4511e;font-size:18px;font-weight:600;margin-bottom:20px}.footer-list{list-style:none;margin:0;padding:0}.footer-item{margin-bottom:12px}.footer-link{color:#fff;font-size:14px;text-decoration:none;transition:color .3s ease}.footer-link:hover{color:#f4511e;text-decoration:underline}.footer-list-row{display:flex;flex-direction:row;gap:20px;justify-content:center}.footer-copyright{color:#fff;font-size:12px;margin-top:20px;text-align:center}.footer-copyright p{margin:5px 0}.footer-social{display:flex;gap:20px;justify-content:center;margin-top:15px}.social-icon{color:#fff;font-size:24px;transition:color .3s ease}.social-icon:hover{color:#f4511e}@media (max-width:768px){.footer-links-grid{gap:20px}.footer-column{min-width:120px}.footer-list-row{flex-direction:column;gap:10px}}.loading-container{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:2rem;width:100%}.spinner{animation:spin 1s ease-in-out infinite;border:5px solid #0000001a;border-radius:50%;border-top-color:#3498db;height:50px;margin-bottom:1rem;width:50px}.loading-container p{color:#666;font-size:1rem;font-weight:500}@keyframes spin{to{transform:rotate(1turn)}}
/*# sourceMappingURL=main.8bdc8afe.css.map*/