.Navbar-module__cJzEcG__navbar{z-index:1000;transition:all var(--transition-normal);padding:20px 0;position:fixed;top:0;left:0;right:0}.Navbar-module__cJzEcG__navbar.Navbar-module__cJzEcG__scrolled{-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--glass-border);background:#0a0a0fd9;padding:12px 0}.Navbar-module__cJzEcG__navContent{max-width:var(--container-width);justify-content:space-between;align-items:center;margin:0 auto;padding:0 24px;display:flex}.Navbar-module__cJzEcG__logo{letter-spacing:4px;background:var(--gradient-gold);-webkit-text-fill-color:transparent;cursor:pointer;transition:var(--transition-fast);-webkit-background-clip:text;background-clip:text;font-family:Outfit,sans-serif;font-size:1.8rem;font-weight:900}.Navbar-module__cJzEcG__logo:hover{filter:brightness(1.2)}.Navbar-module__cJzEcG__navLinks{align-items:center;gap:40px;display:flex}.Navbar-module__cJzEcG__navLink{color:var(--text-secondary);transition:color var(--transition-fast);letter-spacing:.5px;font-size:.9rem;font-weight:500;position:relative}.Navbar-module__cJzEcG__navLink:after{content:"";background:var(--gradient-gold);width:0;height:2px;transition:width var(--transition-normal);border-radius:1px;position:absolute;bottom:-4px;left:0}.Navbar-module__cJzEcG__navLink:hover{color:var(--text-primary)}.Navbar-module__cJzEcG__navLink:hover:after{width:100%}.Navbar-module__cJzEcG__hamburger{cursor:pointer;background:0 0;flex-direction:column;gap:5px;padding:4px;display:none}.Navbar-module__cJzEcG__hamburger span{background:var(--text-primary);width:24px;height:2px;transition:all var(--transition-normal);border-radius:1px}.Navbar-module__cJzEcG__hamburger.Navbar-module__cJzEcG__active span:first-child{transform:rotate(45deg)translate(5px,5px)}.Navbar-module__cJzEcG__hamburger.Navbar-module__cJzEcG__active span:nth-child(2){opacity:0}.Navbar-module__cJzEcG__hamburger.Navbar-module__cJzEcG__active span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.Navbar-module__cJzEcG__mobileMenu{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:999;background:#0a0a0ff7;flex-direction:column;justify-content:center;align-items:center;gap:32px;display:none;position:fixed;inset:0}.Navbar-module__cJzEcG__mobileMenu.Navbar-module__cJzEcG__open{display:flex}.Navbar-module__cJzEcG__mobileLink{color:var(--text-secondary);transition:color var(--transition-fast);font-family:Outfit,sans-serif;font-size:1.8rem;font-weight:600}.Navbar-module__cJzEcG__mobileLink:hover{color:var(--accent-primary)}@media (max-width:768px){.Navbar-module__cJzEcG__navLinks{display:none}.Navbar-module__cJzEcG__hamburger{z-index:1001;display:flex}}
@keyframes Hero-module__ZARIfG__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes Hero-module__ZARIfG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes Hero-module__ZARIfG__pulse{0%,to{opacity:.4}50%{opacity:.8}}@keyframes Hero-module__ZARIfG__gradientShift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.Hero-module__ZARIfG__hero{justify-content:center;align-items:center;min-height:100vh;padding-top:80px;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__heroBackground{background:var(--gradient-hero);z-index:0;position:absolute;inset:0}.Hero-module__ZARIfG__heroBackground:before{content:"";background-color:#0000;background-image:radial-gradient(circle at 30% 20%,#d4a8530f 0%,#0000 50%),radial-gradient(circle at 70% 80%,#d4a8530a 0%,#0000 50%);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:200% 200%;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;width:200%;height:200%;animation:15s infinite Hero-module__ZARIfG__gradientShift;position:absolute;top:-50%;left:-50%}.Hero-module__ZARIfG__orb{filter:blur(60px);border-radius:50%;animation:8s ease-in-out infinite Hero-module__ZARIfG__pulse;position:absolute}.Hero-module__ZARIfG__orb1{background:#d4a85314;width:400px;height:400px;animation-delay:0s;top:10%;right:10%}.Hero-module__ZARIfG__orb2{background:#d4a8530d;width:300px;height:300px;animation-delay:4s;bottom:20%;left:5%}.Hero-module__ZARIfG__orb3{background:#e8c4680f;width:200px;height:200px;animation-delay:2s;top:40%;left:40%}.Hero-module__ZARIfG__gridOverlay{z-index:1;background-image:linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0}.Hero-module__ZARIfG__heroContent{z-index:2;text-align:center;max-width:900px;padding:0 24px;position:relative}.Hero-module__ZARIfG__heroLabel{background:var(--accent-subtle);color:var(--accent-primary);letter-spacing:2px;text-transform:uppercase;border:1px solid #d4a85333;border-radius:50px;align-items:center;gap:8px;margin-bottom:32px;padding:8px 20px;font-size:.8rem;font-weight:600;animation:.8s forwards Hero-module__ZARIfG__fadeInUp;display:inline-flex}.Hero-module__ZARIfG__heroDot{background:var(--accent-primary);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite Hero-module__ZARIfG__pulse}.Hero-module__ZARIfG__heroTitle{opacity:0;margin-bottom:24px;font-family:Outfit,sans-serif;font-size:clamp(3rem,8vw,6.5rem);font-weight:900;line-height:1.05;animation:.8s .2s forwards Hero-module__ZARIfG__fadeInUp}.Hero-module__ZARIfG__heroTitleGradient{background:var(--gradient-gold);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Hero-module__ZARIfG__heroDescription{color:var(--text-secondary);opacity:0;max-width:700px;margin:0 auto 40px;font-size:clamp(1rem,2vw,1.15rem);line-height:1.8;animation:.8s .4s forwards Hero-module__ZARIfG__fadeInUp}.Hero-module__ZARIfG__heroStats{opacity:0;justify-content:center;align-items:center;gap:32px;margin-bottom:48px;animation:.8s .5s forwards Hero-module__ZARIfG__fadeInUp;display:flex}.Hero-module__ZARIfG__heroStat{flex-direction:column;align-items:center;gap:4px;display:flex}.Hero-module__ZARIfG__heroStatNumber{background:var(--gradient-gold);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-family:Outfit,sans-serif;font-size:2rem;font-weight:800}.Hero-module__ZARIfG__heroStatLabel{color:var(--text-tertiary);letter-spacing:.5px;font-size:.8rem;font-weight:500}.Hero-module__ZARIfG__heroStatDivider{background:var(--glass-border);width:1px;height:40px}.Hero-module__ZARIfG__heroActions{opacity:0;justify-content:center;align-items:center;gap:20px;animation:.8s .6s forwards Hero-module__ZARIfG__fadeInUp;display:flex}.Hero-module__ZARIfG__btnPrimary{background:var(--gradient-gold);color:var(--bg-primary);transition:all var(--transition-normal);letter-spacing:.5px;border-radius:50px;align-items:center;gap:10px;padding:16px 36px;font-size:.95rem;font-weight:700;display:inline-flex}.Hero-module__ZARIfG__btnPrimary:hover{box-shadow:var(--shadow-glow);transform:translateY(-2px)}.Hero-module__ZARIfG__btnSecondary{color:var(--text-primary);border:1px solid var(--glass-border);transition:all var(--transition-normal);letter-spacing:.5px;background:0 0;border-radius:50px;align-items:center;gap:10px;padding:16px 36px;font-size:.95rem;font-weight:600;display:inline-flex}.Hero-module__ZARIfG__btnSecondary:hover{background:var(--glass);border-color:var(--accent-primary);color:var(--accent-primary);transform:translateY(-2px)}.Hero-module__ZARIfG__scrollIndicator{color:var(--text-tertiary);letter-spacing:2px;text-transform:uppercase;opacity:0;z-index:2;flex-direction:column;align-items:center;gap:8px;font-size:.75rem;animation:1s 1s forwards Hero-module__ZARIfG__fadeIn;display:flex;position:absolute;bottom:40px;left:50%;transform:translate(-50%)}.Hero-module__ZARIfG__scrollLine{background:linear-gradient(to bottom, var(--accent-primary), transparent);width:1px;height:40px;animation:2s ease-in-out infinite Hero-module__ZARIfG__pulse}@media (max-width:768px){.Hero-module__ZARIfG__heroStats{gap:20px}.Hero-module__ZARIfG__heroStatNumber{font-size:1.5rem}.Hero-module__ZARIfG__heroActions{flex-direction:column;width:100%}.Hero-module__ZARIfG__btnPrimary,.Hero-module__ZARIfG__btnSecondary{justify-content:center;width:100%;max-width:300px}.Hero-module__ZARIfG__scrollIndicator{bottom:20px}}
.Portfolio-module__uAcsSq__portfolio{padding:var(--section-padding);position:relative}.Portfolio-module__uAcsSq__portfolio:before{content:"";background:linear-gradient(90deg, transparent, var(--glass-border), transparent);height:1px;position:absolute;top:0;left:0;right:0}.Portfolio-module__uAcsSq__header{text-align:center;margin-bottom:64px}.Portfolio-module__uAcsSq__header .Portfolio-module__uAcsSq__subtitle{margin:0 auto}.Portfolio-module__uAcsSq__grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.Portfolio-module__uAcsSq__card{background:var(--bg-card);border:1px solid var(--glass-border);border-radius:var(--border-radius);transition:all var(--transition-normal);cursor:pointer;text-decoration:none;display:block;position:relative;overflow:hidden}.Portfolio-module__uAcsSq__card:hover{background:var(--bg-card-hover);box-shadow:var(--shadow-glow);border-color:#d4a85333;transform:translateY(-8px)}.Portfolio-module__uAcsSq__cardImage{background:var(--bg-tertiary);width:100%;height:200px;position:relative;overflow:hidden}.Portfolio-module__uAcsSq__cardImage:after{content:"";background:linear-gradient(#0000 50%,#0a0a0fcc 100%);position:absolute;inset:0}.Portfolio-module__uAcsSq__cardImage img{transition:transform .4s}.Portfolio-module__uAcsSq__card:hover .Portfolio-module__uAcsSq__cardImage img{transform:scale(1.05)}.Portfolio-module__uAcsSq__cardContent{padding:24px}.Portfolio-module__uAcsSq__cardTitle{color:var(--text-primary);margin-bottom:8px;font-family:Outfit,sans-serif;font-size:1.15rem;font-weight:700}.Portfolio-module__uAcsSq__cardDescription{color:var(--text-secondary);margin-bottom:16px;font-size:.9rem;line-height:1.6}.Portfolio-module__uAcsSq__cardLink{color:var(--accent-primary);transition:gap var(--transition-fast);align-items:center;gap:6px;font-size:.85rem;font-weight:600;display:inline-flex}.Portfolio-module__uAcsSq__card:hover .Portfolio-module__uAcsSq__cardLink{gap:12px}.Portfolio-module__uAcsSq__cardBadge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--glass-border);color:var(--accent-primary);letter-spacing:1px;text-transform:uppercase;z-index:2;background:#0a0a0fcc;border-radius:50px;padding:4px 12px;font-size:.7rem;font-weight:600;position:absolute;top:16px;right:16px}@media (max-width:1024px){.Portfolio-module__uAcsSq__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.Portfolio-module__uAcsSq__grid{grid-template-columns:1fr}}.Portfolio-module__uAcsSq__featuredCard{background:var(--bg-card);border-radius:var(--border-radius);transition:all var(--transition-normal);border:1px solid #d4a85359;align-items:stretch;margin-bottom:24px;text-decoration:none;display:flex;position:relative;overflow:hidden}.Portfolio-module__uAcsSq__featuredCard:before{content:"";border-radius:var(--border-radius);pointer-events:none;background:linear-gradient(135deg,#d4a8530f 0%,#0000 60%);position:absolute;inset:0}.Portfolio-module__uAcsSq__featuredCard:hover{box-shadow:var(--shadow-glow);border-color:#d4a85399;transform:translateY(-4px)}.Portfolio-module__uAcsSq__featuredLeft{border-right:1px solid #d4a85333;width:320px;min-width:320px;position:relative;overflow:hidden}.Portfolio-module__uAcsSq__featuredLeft img{transition:transform .4s}.Portfolio-module__uAcsSq__featuredCard:hover .Portfolio-module__uAcsSq__featuredLeft img{transform:scale(1.05)}.Portfolio-module__uAcsSq__featuredRight{flex-direction:column;flex:1;gap:12px;padding:32px;display:flex}.Portfolio-module__uAcsSq__featuredTopRow{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.Portfolio-module__uAcsSq__featuredBadge{color:var(--accent-primary);letter-spacing:1px;text-transform:uppercase;background:#d4a85326;border:1px solid #d4a85366;border-radius:50px;align-items:center;gap:6px;padding:5px 14px;font-size:.72rem;font-weight:700;display:inline-flex}.Portfolio-module__uAcsSq__featuredDomain{color:var(--text-secondary);background:var(--bg-tertiary);border:1px solid var(--glass-border);border-radius:6px;padding:4px 10px;font-family:monospace;font-size:.78rem}.Portfolio-module__uAcsSq__featuredTitle{color:var(--text-primary);margin:0;font-family:Outfit,sans-serif;font-size:1.6rem;font-weight:700}.Portfolio-module__uAcsSq__featuredDescription{color:var(--text-secondary);max-width:640px;margin:0;font-size:.92rem;line-height:1.7}.Portfolio-module__uAcsSq__featuredLink{color:var(--accent-primary);transition:gap var(--transition-fast);align-items:center;gap:6px;margin-top:4px;font-size:.88rem;font-weight:600;display:inline-flex}.Portfolio-module__uAcsSq__featuredCard:hover .Portfolio-module__uAcsSq__featuredLink{gap:12px}@media (max-width:768px){.Portfolio-module__uAcsSq__featuredCard{flex-direction:column}.Portfolio-module__uAcsSq__featuredLeft{width:100%;min-width:unset;border-bottom:1px solid #d4a85333;border-right:none;height:200px}.Portfolio-module__uAcsSq__featuredRight{padding:24px}}
.Designers-module__9XhtlG__designers{padding:var(--section-padding);background:var(--bg-secondary);position:relative}.Designers-module__9XhtlG__designers:before{content:"";background:linear-gradient(90deg, transparent, var(--glass-border), transparent);height:1px;position:absolute;top:0;left:0;right:0}.Designers-module__9XhtlG__header{text-align:center;margin-bottom:64px}.Designers-module__9XhtlG__header .Designers-module__9XhtlG__subtitle{margin:0 auto}.Designers-module__9XhtlG__cards{grid-template-columns:repeat(3,1fr);gap:32px;max-width:1200px;margin:0 auto;display:grid}.Designers-module__9XhtlG__card{background:var(--bg-card);border:1px solid var(--glass-border);border-radius:var(--border-radius-lg);text-align:center;transition:all var(--transition-normal);padding:48px 40px;position:relative;overflow:hidden}.Designers-module__9XhtlG__card:before{content:"";background:var(--gradient-gold);opacity:0;width:120px;height:3px;transition:opacity var(--transition-normal);border-radius:0 0 4px 4px;position:absolute;top:0;left:50%;transform:translate(-50%)}.Designers-module__9XhtlG__card:hover{box-shadow:var(--shadow-glow);background:var(--bg-card-hover);border-color:#d4a85333;transform:translateY(-6px)}.Designers-module__9XhtlG__card:hover:before{opacity:1}.Designers-module__9XhtlG__avatarWrapper{width:120px;height:120px;margin:0 auto 24px;position:relative}.Designers-module__9XhtlG__avatar{background:linear-gradient(135deg, var(--bg-tertiary), var(--bg-primary));width:120px;height:120px;color:var(--accent-primary);border:2px solid var(--glass-border);transition:border-color var(--transition-normal);border-radius:50%;justify-content:center;align-items:center;font-family:Outfit,sans-serif;font-size:2.2rem;font-weight:800;display:flex}.Designers-module__9XhtlG__avatarImage{object-fit:cover;border:2px solid var(--glass-border);width:120px;height:120px;transition:border-color var(--transition-normal);border-radius:50%}.Designers-module__9XhtlG__card:hover .Designers-module__9XhtlG__avatar,.Designers-module__9XhtlG__card:hover .Designers-module__9XhtlG__avatarImage{border-color:var(--accent-primary)}.Designers-module__9XhtlG__avatarRing{background:linear-gradient(135deg, var(--accent-primary), transparent, var(--accent-secondary)) border-box;-webkit-mask-composite:xor;opacity:0;transition:opacity var(--transition-normal);border:2px solid #0000;border-radius:50%;position:absolute;inset:-4px;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:padding-box,border-box;-webkit-mask-origin:padding-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.Designers-module__9XhtlG__card:hover .Designers-module__9XhtlG__avatarRing{opacity:1}.Designers-module__9XhtlG__name{color:var(--text-primary);margin-bottom:4px;font-family:Outfit,sans-serif;font-size:1.4rem;font-weight:700}.Designers-module__9XhtlG__role{color:var(--accent-primary);letter-spacing:.5px;margin-bottom:16px;font-size:.9rem;font-weight:500}.Designers-module__9XhtlG__bio{color:var(--text-secondary);margin-bottom:24px;font-size:.9rem;line-height:1.7}.Designers-module__9XhtlG__socials{justify-content:center;align-items:center;gap:12px;display:flex}.Designers-module__9XhtlG__socialLink{background:var(--glass);border:1px solid var(--glass-border);width:40px;height:40px;color:var(--text-secondary);transition:all var(--transition-fast);border-radius:50%;justify-content:center;align-items:center;display:flex}.Designers-module__9XhtlG__socialLink:hover{background:var(--accent-subtle);border-color:var(--accent-primary);color:var(--accent-primary);transform:translateY(-2px)}@media (max-width:640px){.Designers-module__9XhtlG__cards{grid-template-columns:1fr}.Designers-module__9XhtlG__card{padding:36px 28px}}
.Contact-module__hcVmEa__contact{padding:var(--section-padding);position:relative}.Contact-module__hcVmEa__contact:before{content:"";background:linear-gradient(90deg, transparent, var(--glass-border), transparent);height:1px;position:absolute;top:0;left:0;right:0}.Contact-module__hcVmEa__inner{grid-template-columns:1fr 1fr;align-items:start;gap:64px;display:grid}.Contact-module__hcVmEa__left{padding-top:16px}.Contact-module__hcVmEa__left .Contact-module__hcVmEa__subtitle{margin-bottom:40px}.Contact-module__hcVmEa__infoItems{flex-direction:column;gap:24px;display:flex}.Contact-module__hcVmEa__infoItem{align-items:center;gap:16px;display:flex}.Contact-module__hcVmEa__infoIcon{background:var(--accent-subtle);width:48px;height:48px;color:var(--accent-primary);border:1px solid #d4a85326;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Contact-module__hcVmEa__infoText{flex-direction:column;gap:2px;display:flex}.Contact-module__hcVmEa__infoLabel{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:1px;font-size:.8rem;font-weight:500}.Contact-module__hcVmEa__infoValue{color:var(--text-primary);font-size:1rem;font-weight:500}.Contact-module__hcVmEa__form{background:var(--bg-card);border:1px solid var(--glass-border);border-radius:var(--border-radius-lg);padding:40px}.Contact-module__hcVmEa__formGroup{margin-bottom:20px}.Contact-module__hcVmEa__formLabel{color:var(--text-secondary);letter-spacing:.5px;margin-bottom:8px;font-size:.85rem;font-weight:500;display:block}.Contact-module__hcVmEa__formInput{background:var(--bg-secondary);border:1px solid var(--glass-border);border-radius:var(--border-radius-sm);width:100%;color:var(--text-primary);transition:all var(--transition-fast);padding:14px 18px;font-size:.95rem}.Contact-module__hcVmEa__formInput:focus{border-color:var(--accent-primary);box-shadow:0 0 0 3px var(--accent-subtle)}.Contact-module__hcVmEa__formInput::placeholder{color:var(--text-tertiary)}.Contact-module__hcVmEa__formTextarea{resize:vertical;min-height:140px}.Contact-module__hcVmEa__formButton{background:var(--gradient-gold);width:100%;color:var(--bg-primary);border-radius:var(--border-radius-sm);transition:all var(--transition-normal);letter-spacing:.5px;margin-top:8px;padding:16px;font-size:1rem;font-weight:700}.Contact-module__hcVmEa__formButton:hover{box-shadow:var(--shadow-glow);transform:translateY(-2px)}.Contact-module__hcVmEa__statusSuccess{border-radius:var(--border-radius-sm);color:#22c55e;text-align:center;background:#22c55e1a;border:1px solid #22c55e4d;margin-top:16px;padding:12px 16px;font-size:.9rem}.Contact-module__hcVmEa__statusError{border-radius:var(--border-radius-sm);color:#ef4444;text-align:center;background:#ef44441a;border:1px solid #ef44444d;margin-top:16px;padding:12px 16px;font-size:.9rem}@media (max-width:768px){.Contact-module__hcVmEa__inner{grid-template-columns:1fr;gap:40px}.Contact-module__hcVmEa__form{padding:28px}}
.Footer-module__S6Hkya__footer{background:var(--bg-secondary);border-top:1px solid var(--glass-border);padding:48px 0 32px}.Footer-module__S6Hkya__footerContent{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;margin-bottom:32px;display:flex}.Footer-module__S6Hkya__footerLogo{letter-spacing:3px;background:var(--gradient-gold);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:900}.Footer-module__S6Hkya__footerLinks{gap:32px;display:flex}.Footer-module__S6Hkya__footerLink{color:var(--text-secondary);transition:color var(--transition-fast);font-size:.9rem}.Footer-module__S6Hkya__footerLink:hover{color:var(--accent-primary)}.Footer-module__S6Hkya__divider{background:var(--glass-border);width:100%;height:1px;margin-bottom:24px}.Footer-module__S6Hkya__footerBottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.Footer-module__S6Hkya__copyright{color:var(--text-tertiary);font-size:.85rem}.Footer-module__S6Hkya__footerSocials{gap:12px;display:flex}.Footer-module__S6Hkya__footerSocialLink{background:var(--glass);border:1px solid var(--glass-border);width:36px;height:36px;color:var(--text-secondary);transition:all var(--transition-fast);border-radius:50%;justify-content:center;align-items:center;display:flex}.Footer-module__S6Hkya__footerSocialLink:hover{background:var(--accent-subtle);border-color:var(--accent-primary);color:var(--accent-primary)}@media (max-width:640px){.Footer-module__S6Hkya__footerContent{text-align:center;flex-direction:column}.Footer-module__S6Hkya__footerLinks{flex-wrap:wrap;justify-content:center}.Footer-module__S6Hkya__footerBottom{text-align:center;flex-direction:column}}
