@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}}
.gamesection-bg{background-color:#000;flex-direction:column;align-items:center;padding-bottom:2rem;display:flex}@keyframes cyberGlow{0%{box-shadow:1px 1px 10px #3ec70b,1px 1px 8px #0ff,1px 1px 10px #009fbd}20%{box-shadow:1px 1px 12px #3ec70b,1px 1px 10px #0ff,1px 1px 12px #009fbd}to{box-shadow:0 0 10px #3ec70b,0 0 8px #0ff,0 0 10px #009fbd}}.slider-card{justify-content:center;margin:0 auto 2rem;transition:transform .3s;display:flex}.card-container{perspective:1000px;width:280px;height:440px;transform-style:preserve-3d;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;border-radius:10px;position:relative;overflow:hidden}.card-face{backface-visibility:hidden;width:100%;height:100%;transform-style:preserve-3d;will-change:auto;border-radius:10px;transition:transform .4s cubic-bezier(.4,0,.2,1);position:absolute;overflow:hidden;transform:translate(0,0)}.card1{backface-visibility:hidden;border-radius:10px;width:100%;height:100%;overflow:hidden;transform:translate(0,0)}.back .card1{background-color:#3f3381;justify-content:center;align-items:center;height:360px;display:flex}.front{z-index:2;flex-direction:column;display:flex;transform:rotateY(0)}.back,.flipped .front{z-index:1;transform:rotateY(180deg)}.flipped .back{z-index:2;transform:rotateY(0)}.media-img{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;backface-visibility:hidden;width:100%;max-width:100%;height:360px;max-height:360px;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;content-visibility:auto;border-radius:10px;display:block;transform:translate(0,0);box-shadow:0 4px 6px #0000004d}.card1-title{font-size:clamp(10px,2vw,15px);font-weight:700;color:#000!important;font-family:Space Grotesk,sans-serif!important}.price-square p{font-weight:700;color:#000!important}.card1-back__content{justify-content:center;align-items:center;display:flex}.back-btn{color:#fff;border:1px solid #fff;border-radius:5px;padding:.5rem 1rem}.back-btn:hover{background-color:#ffffff4d}#Btn2{color:#000;background-color:#00d4ff;border:1px solid #00d4ff;border-radius:20px;margin-top:1rem;padding-left:1rem;padding-right:1rem;font-weight:bolder}#Btn2:hover{color:#000;opacity:.9;background:#00d4ff;transform:scale(1.05)}.section-heading{color:#00d4ff;text-transform:uppercase;z-index:10;margin-top:2.5rem;padding:10px;font-family:"Press Start 2P",system-ui;font-size:2rem;top:60px}.price-square{opacity:1;text-align:center;text-transform:uppercase;border-radius:4px;width:90%;padding:10px;font-family:Obsidian,sans-serif;font-weight:700;display:inline-block;position:absolute;bottom:0;left:50%;transform:translate(-50%);color:#000!important;background-color:#00d4ff!important}.price-square *{color:#000!important}.price-chip{z-index:1;font-style:oblique;position:absolute;top:10px;right:10px;color:#000!important}.price-chip .MuiChip-label{color:#000!important}.pagination{white-space:nowrap;justify-content:center;align-items:center;width:100%;margin:2rem auto;display:flex}.pagination ul{justify-content:center;align-items:center;gap:4px;display:flex}.pagination .MuiPaginationItem-root{color:#00d4ff;border-color:#00d4ff;min-width:30px;height:30px;margin:0;padding:0}.pagination .MuiPaginationItem-root.Mui-selected{color:#000;background-color:#00d4ff}@media screen and (max-width:400px){.pagination{transform-origin:50%;margin:1rem -2rem;transform:scale(.7)}.pagination ul{gap:2px}.pagination .MuiPaginationItem-root{min-width:28px;height:28px}}@media screen and (max-width:332px){.pagination{margin:1rem -2.5rem;transform:scale(.65)}.pagination ul{gap:1px}.pagination .MuiPaginationItem-root{min-width:26px;height:26px}}@media screen and (max-width:751px){.card-container{width:320px;height:480px;margin:0 auto}.media-img,.back .card1{height:400px}.card1-title{padding:12px;font-size:16px}.price-square{width:95%;bottom:0}}@media screen and (min-width:752px) and (max-width:950px){.card-container{width:280px;height:440px}.media-img,.back .card1{height:360px}}@media screen and (min-width:951px) and (max-width:1266px){.card-container{width:280px;height:440px}.media-img,.back .card1{height:360px}}@media screen and (min-width:1267px){.card-container{width:280px;height:440px}.media-img,.back .card1{height:360px}}
@keyframes slideDown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(100%)}}@keyframes slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes expandOverlay{0%{opacity:1;transform:translate(-50%,-100%)}to{opacity:1;transform:translate(-50%)}}@keyframes fadeOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.95)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.dropdown-slide-up{animation:.5s cubic-bezier(.22,1,.36,1) forwards slideUp}.dropdown-slide-down{will-change:transform,opacity;animation:.4s cubic-bezier(.4,0,.2,1) forwards slideDown}.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 expandOverlay}.dropdown-content.fade-out{animation:.4s cubic-bezier(.22,1,.36,1) forwards fadeOut}.game-card-hover{will-change:transform;backface-visibility:hidden;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s}.game-card-hover:hover{transform:scale(1.05)translateY(-5px);box-shadow:0 10px 25px #04b8dc4d}.media-img{will-change:auto;backface-visibility:hidden;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;contain:layout style paint;transform:translateZ(0)}.slider-card{contain:layout style paint;content-visibility:auto}
.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}}
