@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&family=JetBrains+Mono:wght@300;400;500;600;700&display=swap";
:root{--text:#fff;--background:#000;--primary:#00d4ff;--secondary:#178630;--accent:#4fa2ce;--button-bg:#00d4ff;--button-text:#000}.services-page-module__i3v5sq__serviceCard{background:var(--background);cursor:pointer;border:1px solid var(--primary);border-radius:8px;transition:transform .3s;position:relative;overflow:hidden}.services-page-module__i3v5sq__serviceCard:hover{transform:translateY(-4px);box-shadow:0 0 20px #00d4ff4d}.services-page-module__i3v5sq__button:hover{background-color:#00d4ff1a}.services-page-module__i3v5sq__servicesGrid{grid-template-columns:repeat(8,1fr);gap:1.5rem;display:grid}.services-page-module__i3v5sq__servicesGrid>:nth-child(-n+4){grid-column:span 2}.services-page-module__i3v5sq__servicesGrid>:nth-child(5){grid-column:2/span 2}.services-page-module__i3v5sq__servicesGrid>:nth-child(6){grid-column:4/span 2}.services-page-module__i3v5sq__servicesGrid>:nth-child(7){grid-column:6/span 2}@media (max-width:1024px){.services-page-module__i3v5sq__servicesGrid{grid-template-columns:repeat(6,1fr)}.services-page-module__i3v5sq__servicesGrid>:nth-child(-n+6){grid-column:span 2}.services-page-module__i3v5sq__servicesGrid>:nth-child(7){grid-column:3/span 2}}@media (max-width:768px){.services-page-module__i3v5sq__servicesGrid{grid-template-columns:repeat(4,1fr)}.services-page-module__i3v5sq__servicesGrid>:nth-child(n){grid-column:span 2}.services-page-module__i3v5sq__servicesGrid>:nth-child(7){grid-column:2/span 2}}@media (max-width:480px){.services-page-module__i3v5sq__servicesGrid{grid-template-columns:1fr;max-width:300px;margin:0 auto}.services-page-module__i3v5sq__servicesGrid>:nth-child(n){grid-column:auto}}.services-page-module__i3v5sq__responsiveText{color:var(--text);font-family:JetBrains Mono,monospace;font-size:clamp(1rem,2.5vw,1.5rem)}.services-page-module__i3v5sq__responsiveHeading{color:var(--primary);font-family:Space Grotesk,sans-serif;font-size:clamp(2rem,5vw,4rem)}.services-page-module__i3v5sq__responsiveSubheading{color:var(--primary);font-family:Space Grotesk,sans-serif;font-size:clamp(1.5rem,3vw,2.5rem)}.services-page-module__i3v5sq__singleLineHero{white-space:normal}@media (min-width:900px){.services-page-module__i3v5sq__singleLineHero{white-space:nowrap;text-overflow:clip;word-break:keep-all;overflow:visible}}.services-page-module__i3v5sq__techGrid{grid-template-columns:repeat(auto-fit,minmax(100px,1fr));place-items:center;gap:1rem;padding:2rem;display:grid}.services-page-module__i3v5sq__techCard{background:var(--background);border:1px solid #00d4ff33;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;width:100px;height:100px;padding:1rem;transition:transform .3s,background-color .3s,box-shadow .3s;display:flex}.services-page-module__i3v5sq__techCard:hover{background-color:var(--background);transform:translateY(-4px);box-shadow:0 0 15px #00d4ff4d}.services-page-module__i3v5sq__techLogo{width:100px;height:100px;margin-bottom:.5rem}.services-page-module__i3v5sq__techName{color:var(--text);text-align:center;font-family:JetBrains Mono,monospace;font-size:1rem}@media (max-width:768px){.services-page-module__i3v5sq__techGrid{grid-template-columns:repeat(3,1fr);justify-content:center;align-items:center}.services-page-module__i3v5sq__techCard,.services-page-module__i3v5sq__techLogo{width:80px;height:80px}.services-page-module__i3v5sq__techName{font-size:.875rem}}.services-page-module__i3v5sq__gradientBorder{transition:all .3s}.services-page-module__i3v5sq__gradientBorder:hover{box-shadow:0 0 15px #00d4ff80}.services-page-module__i3v5sq__neonText{text-shadow:0 0 10px #00d4ff80,0 0 20px #00d4ff4d,0 0 30px #00d4ff1a}.services-page-module__i3v5sq__heroOverlay{background:linear-gradient(90deg,#000c 0%,#0006 50%,#0000 100%)}.services-page-wrapper{background-color:var(--background);min-height:100vh}body:has(.services-page-wrapper){background-color:var(--background)}:is(.services-page-wrapper::-webkit-scrollbar,body:has(.services-page-wrapper)::-webkit-scrollbar){width:15px}:is(.services-page-wrapper::-webkit-scrollbar-track,body:has(.services-page-wrapper)::-webkit-scrollbar-track){background:var(--background)}:is(.services-page-wrapper::-webkit-scrollbar-thumb,body:has(.services-page-wrapper)::-webkit-scrollbar-thumb){background:var(--text);border:2px solid var(--background);border-radius:5px;padding:3px}:is(.services-page-wrapper::-webkit-scrollbar-thumb:hover,body:has(.services-page-wrapper)::-webkit-scrollbar-thumb:hover){background:var(--primary)}
.app-bar{-webkit-backdrop-filter:none;height:80px;margin-bottom:0;transition:all .3s;position:relative;background:0 0!important}.app-bar.transparent-navbar{box-shadow:none!important;background:0 0!important;border:none!important}.app-bar:hover{box-shadow:none;border:none}.Navbar.sticky{top:0}.logo-img{-o-object-fit:contain;object-fit:contain;z-index:1305;margin-bottom:14px;margin-left:10px;display:block}.title{flex-grow:1}@media (max-width:768px){.logo-button{margin-left:6px!important;padding:4px 8px!important}.logo-img{width:50px!important;height:50px!important;margin-bottom:12px!important;margin-left:0!important}.company-name{padding-top:6px!important;font-size:30px!important}.app-bar .logo-button .company-name,.toolbar .logo-button .company-name{font-size:30px!important}.toolbar{justify-content:space-between!important;padding-left:6px!important;padding-right:6px!important}.menu-button{z-index:1310!important;margin-left:auto!important}}@media (max-width:480px){.logo-button{margin-left:6px!important;padding:2px 4px!important}.logo-img{width:40px!important;height:40px!important;margin-bottom:10px!important;margin-left:0!important}.company-name{white-space:nowrap!important;padding-top:5px!important;font-size:20px!important}.app-bar .logo-button .company-name,.toolbar .logo-button .company-name{font-size:20px!important}.toolbar{justify-content:space-between!important}.menu-button{z-index:1310!important;margin-left:auto!important}.toolbar{padding-left:8px!important;padding-right:8px!important}}.nav-items{display:none}.company-name{padding-top:10px;font-family:Silkscreen,sans-serif;font-size:20px;font-style:normal}.app-bar .logo-button .company-name,.toolbar .logo-button .company-name{vertical-align:middle;display:inline-block;color:#04b8dc!important;margin-left:8px!important;padding-top:2px!important;font-size:40px!important;font-weight:400!important;line-height:1!important}@media (min-width:1151px){.app-bar .logo-button .company-name,.toolbar .logo-button .company-name{letter-spacing:.05em!important;margin-left:12px!important;padding-top:4px!important;font-size:40px!important}.logo-img{width:auto!important;height:66px!important;margin-bottom:8px!important}.nav-items{display:block}}.signup-button{color:#fff}.signup-button:hover{color:#7fffd4;background-color:#90ee90;border-color:#f0f0f0}.menu-button{transition:all .3s;color:#fff!important}.menu-button:hover{background:#ffffff1a;transform:scale(1.1)}@media (max-width:1150px){.menu-button{display:block}}.drawer-content{-webkit-backdrop-filter:blur(20px);background:#081125d9;border-left:1px solid #ffffff2e;width:280px;height:100%}.fullscreen-drawer{justify-content:center;align-items:center;display:flex;-webkit-backdrop-filter:none!important;z-index:9999!important;background:#fffffff2!important;border:none!important;width:100vw!important;height:100vh!important;position:fixed!important;top:0!important;left:0!important}.fullscreen-drawer .MuiList-root{z-index:10000;padding:0}.fullscreen-drawer .MuiListItem-root{justify-content:center;padding:16px 0}body.drawer-open{will-change:overflow;overflow:hidden}body{transition:overflow}.drawer-logo img{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;image-rendering:pixelated;-webkit-font-smoothing:antialiased;width:auto;height:40px}.fullscreen-drawer .MuiList-root{align-items:flex-end}@media (min-width:768px){.fullscreen-drawer .MuiList-root{width:50%;margin-left:auto;padding-right:4rem}}.drawer-link{align-items:center;gap:8px;text-decoration:none;display:flex}@media (min-width:1151px){.drawer-link:hover{color:#00f5ff;text-decoration:none}}.services-nav-item:after{content:"▼";margin-left:4px;font-size:10px;transition:transform .3s;display:inline-block}@media (min-width:1151px){.services-nav-item:hover:after{transform:rotate(180deg)}.nav-link:hover,.drawer-link:hover{color:#00f5ff}}@media (max-width:1150px){.services-nav-item.show:after{transform:rotate(180deg)}}.mobile-services-dropdown{opacity:0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#00f5ff0d;border-radius:12px;max-height:0;margin-top:8px;transition:all .3s;overflow:hidden}.mobile-services-dropdown.show{opacity:1;max-height:500px;padding:8px 0}.MuiList-root .MuiListItem-root.services-dropdown-item{border-radius:12px;margin:4px 8px;padding-top:4px;padding-bottom:4px;padding-left:32px;transition:all .2s ease-in-out}.MuiList-root .MuiListItem-root.services-dropdown-item:hover{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#00f5ff26;transform:translate(8px);box-shadow:0 4px 12px #00f5ff1a}.MuiList-root .MuiListItem-root.services-dropdown-item .MuiListItemText-root{color:#fffc}.MuiList-root .MuiListItem-root.services-dropdown-item:hover .MuiListItemText-root{color:#00f5ff}.profile-icon{border-radius:50%;margin-right:1rem;padding:.5rem}.profile-icon:hover{background-color:#fff}.logo-button{z-index:1302;border-radius:16px;align-items:center;margin-left:-8px;padding:4px 12px;transition:none;display:flex}.toolbar{align-items:center;display:flex;box-shadow:none!important;background:0 0!important}.nav-link{border-radius:12px;justify-content:center;align-items:center;min-height:48px;margin:0 4px;padding:8px 16px;transition:all .3s;display:flex;position:relative;color:#fff!important;text-decoration:none!important}.app-bar .MuiButton-root,.toolbar .MuiButton-root,.nav-items .MuiButton-root,header .MuiButton-root{color:#fff!important;font-family:inherit!important}.app-bar .company-name,.toolbar .company-name{color:#04b8dc!important;font-family:Silkscreen,sans-serif!important}.nav-link:hover{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#00f5ff1a;transform:translateY(-2px);box-shadow:0 4px 12px #00f5ff33;text-decoration:none!important}.nav-items .MuiButton-root,.nav-items .MuiButton-root:hover{text-decoration:none!important}.services-nav-link{justify-content:center;align-items:center;min-height:48px;display:flex}.services-nav-link:after{content:"▼";margin-left:4px;font-size:10px;transition:transform .3s;display:inline-block}@media (min-width:1151px){.services-nav-link:hover:after{transform:rotate(180deg)}.nav-items{gap:.5rem!important}.nav-items .MuiButton-root,.nav-items .services-nav-link.MuiButton-root{justify-content:center;align-items:center;min-height:48px;margin:0 2px;padding:6px 12px;display:flex}}.services-dropdown-content{visibility:hidden;opacity:0;-webkit-backdrop-filter:blur(20px);z-index:1000;background:#081125e6;border:1px solid #ffffff2e;border-radius:16px;min-width:240px;margin-top:.5rem;padding:12px 8px;transition:all .3s;position:absolute;top:100%;left:50%;transform:translate(-50%);box-shadow:0 8px 32px #00f5ff33}@media (min-width:1151px){.nav-link:hover .services-dropdown-content{visibility:visible;opacity:1}}.services-dropdown-item{-webkit-tap-highlight-color:transparent;color:#fff;border-radius:12px;align-items:center;gap:12px;margin:4px 0;padding:12px 16px;text-decoration:none;transition:all .2s ease-in-out;display:flex}.services-dropdown-item:hover{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#00f5ff;background:#00f5ff26;transform:translate(8px);box-shadow:0 4px 12px #00f5ff33}.services-dropdown-item svg{width:18px;height:18px}.fullscreen-dropdown.games-dropdown,.fullscreen-dropdown.services-dropdown,.fullscreen-drawer{background:#000!important}.fullscreen-dropdown.games-dropdown *,.fullscreen-dropdown.services-dropdown *,.fullscreen-drawer *{color:#04b8dc!important}.fullscreen-dropdown h1,.fullscreen-dropdown h2,.fullscreen-dropdown h3,.fullscreen-dropdown h4,.fullscreen-dropdown h5,.fullscreen-dropdown h6,.fullscreen-drawer h1,.fullscreen-drawer h2,.fullscreen-drawer h3,.fullscreen-drawer h4,.fullscreen-drawer h5,.fullscreen-drawer h6{color:#04b8dc!important;font-family:Space Grotesk,sans-serif!important}.fullscreen-dropdown p,.fullscreen-dropdown span,.fullscreen-dropdown div:not(.MuiBox-root),.fullscreen-dropdown a,.fullscreen-drawer p,.fullscreen-drawer span,.fullscreen-drawer div:not(.MuiBox-root),.fullscreen-drawer a,.fullscreen-dropdown .MuiBox-root,.fullscreen-drawer .MuiBox-root{color:#04b8dc!important;font-family:JetBrains Mono,monospace!important}.fullscreen-dropdown .MuiIconButton-root,.fullscreen-drawer .MuiIconButton-root{color:#04b8dc!important}.fullscreen-dropdown .MuiIconButton-root:hover,.fullscreen-drawer .MuiIconButton-root:hover{background-color:#04b8dc1a!important}.fullscreen-drawer .MuiBox-root:hover,.fullscreen-dropdown .game-card:hover{transform:translate(10px);color:#58f018!important}@media (max-width:768px){.app-bar .logo-button .company-name,.toolbar .logo-button .company-name{font-size:30px!important;line-height:1!important}}@media (max-width:480px){.app-bar .logo-button .company-name,.toolbar .logo-button .company-name{font-size:30px!important;line-height:1!important}}
.gcd-overlay{z-index:11000;background:#000;flex-direction:column;justify-content:center;align-items:center;width:100vw;height:100vh;animation:.5s cubic-bezier(.22,1,.36,1) forwards gcd-slideUp;display:flex;position:fixed;inset:0;overflow:hidden}.gcd-closing{animation:.4s cubic-bezier(.4,0,.2,1) forwards gcd-slideDown}@keyframes gcd-slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes gcd-slideDown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(100%)}}.gcd-bg-glow{pointer-events:none;opacity:.06;border-radius:50%;position:absolute}.gcd-bg-glow-1{background:#00f5ff;width:500px;height:500px;top:-10%;left:-10%}.gcd-bg-glow-2{background:#a855f7;width:400px;height:400px;bottom:-15%;right:-5%}.gcd-close-btn{z-index:12000;color:#00f5ff;cursor:pointer;background:#001830d9;border:1px solid #00f5ff4d;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .25s;display:flex;position:fixed;top:28px;right:28px}.gcd-close-btn:hover{background:#00f5ff1f;border-color:#00f5ff;transform:rotate(90deg);box-shadow:0 0 20px #00f5ff40}.gcd-logo{z-index:12000;position:fixed;top:28px;left:28px}.gcd-header{text-align:center;z-index:2;margin-top:5rem;margin-bottom:2.5rem;position:relative}.gcd-title{color:#00f5ff;letter-spacing:.06em;text-shadow:0 0 30px #00f5ff4d;margin:0;font-family:Space Grotesk,sans-serif;font-size:clamp(2rem,5vw,3.2rem);font-weight:700}.gcd-title-underline{background:linear-gradient(90deg,#0000,#00f5ff,#0000);border-radius:2px;width:80px;height:3px;margin:.8rem auto 0}.gcd-subtitle{color:#fff6;letter-spacing:.08em;text-transform:uppercase;margin-top:.75rem;font-family:Space Grotesk,sans-serif;font-size:clamp(.8rem,2vw,1rem);font-weight:400}.gcd-carousel-wrap{z-index:2;width:92%;max-width:1100px;padding:0 48px;position:relative}.gcd-scroll-container{scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;scroll-snap-type:x proximity;gap:1.5rem;padding:16px 8px 24px;display:flex;overflow-x:auto}.hide-scrollbar::-webkit-scrollbar{display:none}.hide-scrollbar{scrollbar-width:none;-ms-overflow-style:none}.gcd-arrow{z-index:10;color:#00f5ff;cursor:pointer;background:#001428e6;border:1px solid #00f5ff59;border-radius:50%;place-items:center;width:44px;height:44px;padding:0;font-family:inherit;font-size:1.6rem;line-height:1;transition:all .25s;display:grid;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 0 15px #00f5ff1f}.gcd-arrow:hover{background:#00f5ff1f;border-color:#00f5ff;transform:translateY(-50%)scale(1.1);box-shadow:0 0 25px #00f5ff4d}.gcd-arrow:active{transform:translateY(-50%)scale(.95)}.gcd-arrow-left{left:0}.gcd-arrow-right{right:0}.gcd-game-card{scroll-snap-align:start;flex-shrink:0;width:220px;transition:transform .35s cubic-bezier(.4,0,.2,1)}.gcd-game-card:hover{transform:translateY(-6px)scale(1.03)}.gcd-card-inner{aspect-ratio:3/4;background:#0a0a0a;border:1px solid #00f5ff26;border-radius:12px;width:100%;transition:border-color .3s,box-shadow .3s;position:relative;overflow:hidden}.gcd-game-card:hover .gcd-card-inner{border-color:#00f5ff80;box-shadow:0 0 20px #00f5ff26,0 8px 30px #00000080}.gcd-card-image-wrap{width:100%;height:100%;position:relative;overflow:hidden}.gcd-card-img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}.gcd-game-card:hover .gcd-card-img{transform:scale(1.06)}.gcd-card-gradient{pointer-events:none;background:linear-gradient(#0000 0%,#000000d9 100%);height:50%;position:absolute;bottom:0;left:0;right:0}.gcd-card-title-bar{z-index:2;text-align:center;background:linear-gradient(135deg,#00f5ff1f 0%,#001428d9 100%);border-top:1px solid #00f5ff26;padding:10px 12px;position:absolute;bottom:0;left:0;right:0}.gcd-card-title-text{color:#00f5ff;text-transform:uppercase;letter-spacing:.08em;text-shadow:0 0 8px #00f5ff4d;white-space:nowrap;text-overflow:ellipsis;font-family:Space Grotesk,sans-serif;font-size:clamp(.65rem,1.4vw,.82rem);font-weight:700;display:block;overflow:hidden}.gcd-card-skeleton{z-index:1;background:linear-gradient(135deg,#111 0%,#1a1a1a 50%,#111 100%);justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.gcd-card-spinner{border:2.5px solid #00f5ff33;border-top-color:#00f5ff;border-radius:50%;width:32px;height:32px;animation:.8s linear infinite gcd-spin}@keyframes gcd-spin{to{transform:rotate(360deg)}}.transition-overlay{z-index:20000;pointer-events:none;opacity:1;will-change:transform;backface-visibility:hidden;background:#000;width:100vw;height:100vh;position:fixed;top:0;left:50%;transform:translate(-50%,-100%)}.transition-overlay.active{pointer-events:all;animation:.6s cubic-bezier(.22,1,.36,1) forwards gcd-expandOverlay}@keyframes gcd-expandOverlay{0%{opacity:1;transform:translate(-50%,-100%)}to{opacity:1;transform:translate(-50%)}}.transition-overlay-text{text-align:center;color:#00f5ff;z-index:20001;opacity:1;font-family:Space Grotesk,sans-serif;font-size:clamp(1.5rem,4vw,2.8rem);font-weight:700;animation:.5s ease-in .2s forwards gcd-fadeIn;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes gcd-fadeIn{0%{opacity:0;transform:translate(-50%,-60%)}to{opacity:1;transform:translate(-50%,-50%)}}@media (max-width:768px){.gcd-header{margin-top:4rem;margin-bottom:1.5rem}.gcd-carousel-wrap{width:96%;padding:0 36px}.gcd-scroll-container{gap:1rem;padding:12px 4px 20px}.gcd-game-card{width:180px}.gcd-arrow{width:36px;height:36px;font-size:1.3rem}.gcd-bg-glow-1{width:300px;height:300px}.gcd-bg-glow-2{width:250px;height:250px}}@media (max-width:480px){.gcd-carousel-wrap{width:100%;padding:0 28px}.gcd-game-card{width:160px}.gcd-card-title-text{font-size:.6rem}.gcd-arrow{width:32px;height:32px;font-size:1.1rem}.gcd-close-btn{width:38px;height:38px;top:16px;right:16px}.gcd-logo{top:16px;left:16px}}
.footer{text-align:center}.social-icons{margin:1rem 0}.contact-form .MuiFilledInput-root{color:#fff;background:#ffffff1a}.contact-form .MuiFilledInput-root:hover{background:#fff3}.contact-form .MuiInputLabel-root{color:#fff}.contact-form .MuiButton-containedPrimary{background-color:#007bff}.contact-form .MuiButton-containedPrimary:hover{background-color:#0056b3}.footer-root{font-family:JetBrains Mono,monospace!important}.footer-root .MuiTypography-root,.footer-root h6,.footer-root h2,.footer-root h3{font-family:Space Grotesk,sans-serif!important}.footer-root a{font-family:JetBrains Mono,monospace!important}.footer-root .footer-socials a,.footer-root .footer-socials a svg{color:#888!important;transition:color .25s,transform .25s!important}.footer-root .footer-socials a:hover{transform:scale(1.1)}.footer-root .footer-social-link.social-instagram:hover,.footer-root .footer-social-link.social-instagram:hover svg{color:#e4405f!important}.footer-root .footer-social-link.social-linkedin:hover,.footer-root .footer-social-link.social-linkedin:hover svg{color:#0077b5!important}.footer-root .footer-social-link.social-youtube:hover,.footer-root .footer-social-link.social-youtube:hover svg{color:red!important}.footer-root .footer-social-link.social-spotify:hover,.footer-root .footer-social-link.social-spotify:hover svg{color:#1db954!important}.footer-root .footer-social-link.social-facebook:hover,.footer-root .footer-social-link.social-facebook:hover svg{color:#1877f2!important}.footer-root .footer-social-link.social-x:hover,.footer-root .footer-social-link.social-x:hover svg,.footer-root .footer-bottom .MuiTypography-root,.footer-root .footer-bottom .MuiTypography-caption{color:#fff!important}.footer-root .MuiContainer-root{max-width:1200px!important;margin-left:auto!important;margin-right:auto!important;padding-left:24px!important;padding-right:24px!important}.footer-root .MuiGrid-root.MuiGrid-container{-moz-column-gap:140px!important;gap:16px 140px!important}.footer-root img{display:block;max-width:100%!important;height:auto!important}@media (min-width:1151px){.footer-root .MuiGrid-item{min-height:120px}}@media (max-width:1150px){.footer-root .MuiGrid-root.MuiGrid-container{-moz-column-gap:24px!important;text-align:center!important;gap:12px 24px!important}.footer-root .MuiGrid-item{max-width:360px!important;margin-left:auto!important;margin-right:auto!important;display:block!important}.footer-root .MuiGrid-root.MuiGrid-container{width:100%!important;display:block!important}.footer-root .MuiGrid-root.MuiGrid-container>.MuiGrid-item:nth-child(2) .MuiGrid-root.MuiGrid-container{text-align:left!important;grid-template-columns:1fr 1fr!important;grid-auto-rows:auto!important;place-items:start!important;gap:12px 24px!important;width:100%!important;margin-top:8px!important;display:grid!important}.footer-root .footer-links-grid{text-align:left!important;grid-template-columns:1fr 1fr!important;align-items:start!important;gap:12px 24px!important;width:100%!important;margin-top:8px!important;display:grid!important}.footer-root .footer-links-grid .links-left{grid-area:1/1/2/2!important}.footer-root .footer-links-grid .links-contact{grid-area:1/2/2/3!important}.footer-root .footer-links-grid .links-games{grid-area:2/1/3/2!important}.footer-root .footer-socials{text-align:center!important;margin-left:0!important;margin-right:0!important}.footer-root .footer-socials a,.footer-root .footer-social-link{margin:0 6px!important;display:inline-block!important}.footer-root .MuiContainer-root{padding-left:16px!important;padding-right:16px!important}}@media (max-width:480px){.footer-root .MuiGrid-root.MuiGrid-container{-moz-column-gap:12px!important;column-gap:12px!important}.footer-root .MuiGrid-item{max-width:320px!important;padding-left:8px!important;padding-right:8px!important}.footer-root .MuiGrid-root.MuiGrid-container{width:100%!important;display:block!important}.footer-root .MuiGrid-item{width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important}.footer-root .MuiGrid-root.MuiGrid-container>.MuiGrid-item:nth-child(2) .MuiGrid-root.MuiGrid-container{width:100%!important;display:block!important}.footer-root .MuiGrid-root.MuiGrid-container>.MuiGrid-item:nth-child(2) .MuiGrid-root.MuiGrid-container>.MuiGrid-item{text-align:center!important;width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important}.footer-root .footer-bottom,.footer-root .footer-socials,.footer-root .footer-links{text-align:center!important}}@media (max-width:1150px){.footer-root{text-align:center!important}.footer-root .MuiContainer-root,.footer-root .MuiGrid-root.MuiGrid-container{width:100%!important;margin-left:auto!important;margin-right:auto!important}.footer-root .MuiGrid-item{text-align:center!important;width:100%!important;max-width:900px!important;margin-left:auto!important;margin-right:auto!important;display:block!important}.footer-root img{margin-left:auto!important;margin-right:auto!important;display:block!important}.footer-root .footer-socials{justify-content:center!important;margin-left:0!important;margin-right:0!important;display:flex!important}.footer-root .footer-links-grid,.footer-root .footer-links-grid .MuiGrid-root.MuiGrid-container{width:100%!important;display:block!important}.footer-root .footer-links-grid .MuiGrid-item{text-align:center!important;width:100%!important;max-width:900px!important;margin-left:auto!important;margin-right:auto!important;display:block!important}.footer-root .footer-links-grid .links-left,.footer-root .footer-links-grid .links-contact,.footer-root .footer-links-grid .links-games{padding:6px 0!important}.footer-root .footer-bottom{text-align:center!important}.footer-root a{text-align:center!important;margin:6px 0!important;display:inline-block!important}}
