.WhyChooseUs-module__f1zxiq__why{text-align:center;font-family:var(--font-sans);background-color:var(--color-background);flex-direction:column;align-items:center;gap:3rem;padding:6rem 1rem;display:flex;position:relative;overflow:hidden}.WhyChooseUs-module__f1zxiq__headerWrapper{flex-direction:column;align-items:center;gap:2rem;display:flex}.WhyChooseUs-module__f1zxiq__header h2{color:var(--color-accent);margin-bottom:.75rem;font-size:2.25rem;font-weight:800;animation:.8s ease-out forwards WhyChooseUs-module__f1zxiq__fadeUp}.WhyChooseUs-module__f1zxiq__header p{color:var(--color-text-secondary);max-width:50ch;margin-left:auto;margin-right:auto;font-size:1.125rem;line-height:1.6;animation:.8s ease-out .2s forwards WhyChooseUs-module__f1zxiq__fadeUp}.WhyChooseUs-module__f1zxiq__photoWrapper{background-color:var(--color-accent);border-radius:var(--radius-lg);margin-top:2rem;padding:.5rem}.WhyChooseUs-module__f1zxiq__photo{border-radius:var(--radius-md);object-fit:cover;width:200px;height:auto;display:block}.WhyChooseUs-module__f1zxiq__cards{flex-direction:column;gap:2rem;width:100%;animation:.8s ease-out .4s forwards WhyChooseUs-module__f1zxiq__fadeUp;display:flex}.WhyChooseUs-module__f1zxiq__card{border-radius:var(--radius-lg);padding:var(--space-lg);box-shadow:var(--shadow-md);text-align:center;cursor:default;background:linear-gradient(135deg,rgba(9,123,132,.1),rgba(11,123,173,.05));flex-direction:column;align-items:center;transition:transform .3s,box-shadow .3s;display:flex}.WhyChooseUs-module__f1zxiq__card:hover{transform:translateY(-8px)scale(1.02);box-shadow:0 15px 35px rgba(9,123,132,.25)}.WhyChooseUs-module__f1zxiq__icon{color:var(--color-accent);margin-bottom:1rem;font-size:2.5rem;transition:transform .3s,color .3s}.WhyChooseUs-module__f1zxiq__card:hover .WhyChooseUs-module__f1zxiq__icon{color:var(--color-accent-hover);transform:scale(1.2)rotate(10deg)}.WhyChooseUs-module__f1zxiq__card h3{color:var(--color-text);margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.WhyChooseUs-module__f1zxiq__card p{color:var(--color-text-secondary);font-size:1rem;line-height:1.5}@keyframes WhyChooseUs-module__f1zxiq__fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (min-width:768px){.WhyChooseUs-module__f1zxiq__headerWrapper{text-align:left;flex-direction:row;justify-content:space-between;align-items:center;gap:4rem}.WhyChooseUs-module__f1zxiq__header{max-width:600px}.WhyChooseUs-module__f1zxiq__photoWrapper{margin-top:0}.WhyChooseUs-module__f1zxiq__cards{flex-direction:row;justify-content:center;gap:2rem}.WhyChooseUs-module__f1zxiq__card{flex:1;max-width:300px}}
.Hero-module__H8d9UW__hero{text-align:center;background:linear-gradient(135deg,rgba(9,123,132,.2),rgba(11,123,173,.05)),var(--color-background);font-family:var(--font-sans);flex-direction:column;place-items:center;gap:2rem;padding:6rem 1rem;display:flex;position:relative;overflow:hidden}.Hero-module__H8d9UW__hero:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle at 0 0,rgba(9,123,132,.15),transparent 70%),radial-gradient(circle at 100% 100%,rgba(9,123,132,.1),transparent 70%);position:absolute;top:0;bottom:0;left:0;right:0}.Hero-module__H8d9UW__content{z-index:2;max-width:600px;animation:.9s ease-out both Hero-module__H8d9UW__fadeUp;position:relative}.Hero-module__H8d9UW__title{color:var(--color-accent);margin-bottom:1rem;font-size:2.2rem;font-weight:800;line-height:1.2}.Hero-module__H8d9UW__subtitle{color:var(--color-text-secondary);margin-bottom:2rem;font-size:1.125rem}.Hero-module__H8d9UW__ctaButton,.Hero-module__H8d9UW__ctaButton:visited{z-index:3;border-radius:var(--radius-md);cursor:pointer;border:0;justify-content:center;align-items:center;gap:.75rem;padding:1rem 2.5rem;font-size:1.1rem;font-weight:800;transition:transform .25s,box-shadow .25s,background .25s,color .25s,opacity .25s;display:inline-flex;position:relative;box-shadow:0 10px 20px rgba(9,123,132,.35);background:var(--color-accent)!important;color:var(--color-surface)!important;opacity:1!important;text-decoration:none!important}.Hero-module__H8d9UW__ctaButton:hover{outline:none;transform:translateY(-3px)scale(1.03);box-shadow:0 16px 32px rgba(9,123,132,.45);background:var(--color-accent-hover)!important;color:var(--color-surface)!important}.Hero-module__H8d9UW__ctaButton:focus-visible{outline:none;transform:translateY(-3px)scale(1.03);box-shadow:0 16px 32px rgba(9,123,132,.45);background:var(--color-accent-hover)!important;color:var(--color-surface)!important}.Hero-module__H8d9UW__ctaButton:active{transform:translateY(0)scale(.99)}.Hero-module__H8d9UW__ctaIcon{font-size:1.25rem;transition:transform .3s,color .3s}.Hero-module__H8d9UW__ctaButton:hover .Hero-module__H8d9UW__ctaIcon{color:rgba(255,255,255,.8);transform:translateY(-2px)}.Hero-module__H8d9UW__imageWrapper{z-index:1;justify-content:center;width:100%;max-width:480px;animation:.9s ease-out .15s both Hero-module__H8d9UW__fadeUp;display:flex;position:relative}.Hero-module__H8d9UW__image{border-radius:var(--radius-lg);width:80%;height:auto;box-shadow:var(--shadow-md);object-fit:cover;background:#f1f1f1;margin-top:2rem;transition:transform .5s,box-shadow .5s}.Hero-module__H8d9UW__imageWrapper:hover .Hero-module__H8d9UW__image{transform:translateY(-5px)scale(1.02);box-shadow:0 20px 40px rgba(9,123,132,.25)}@keyframes Hero-module__H8d9UW__fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (min-width:768px){.Hero-module__H8d9UW__hero{text-align:left;flex-direction:row;gap:4rem;padding:8rem 4rem}.Hero-module__H8d9UW__content{flex:1}.Hero-module__H8d9UW__imageWrapper{flex:1;max-width:600px}.Hero-module__H8d9UW__title{font-size:3.2rem}.Hero-module__H8d9UW__subtitle{font-size:1.4rem}.Hero-module__H8d9UW__ctaButton{padding:1.2rem 3rem;font-size:1.2rem}}
.Process-module__KXczOq__process{text-align:center;font-family:var(--font-sans);background-color:var(--color-surface);flex-direction:column;align-items:center;gap:3rem;padding:6rem 1rem;display:flex;position:relative;overflow:hidden}.Process-module__KXczOq__header h2{color:var(--color-accent);margin-bottom:.75rem;font-size:2.25rem;font-weight:800;animation:.8s ease-out forwards Process-module__KXczOq__fadeUp}.Process-module__KXczOq__header p{color:var(--color-text-secondary);max-width:55ch;margin-left:auto;margin-right:auto;font-size:1.125rem;line-height:1.6;animation:.8s ease-out .2s forwards Process-module__KXczOq__fadeUp}.Process-module__KXczOq__steps{flex-direction:column;gap:2rem;width:100%;animation:.8s ease-out .4s forwards Process-module__KXczOq__fadeUp;display:flex}.Process-module__KXczOq__step{border-radius:var(--radius-lg);padding:var(--space-lg);box-shadow:var(--shadow-md);text-align:center;cursor:default;background:linear-gradient(135deg,rgba(9,123,132,.1),rgba(11,123,173,.05));flex-direction:column;align-items:center;transition:transform .3s,box-shadow .3s;display:flex}.Process-module__KXczOq__step:hover{transform:translateY(-8px)scale(1.02);box-shadow:0 15px 35px rgba(9,123,132,.25)}.Process-module__KXczOq__icon{color:var(--color-accent);margin-bottom:1rem;font-size:2.5rem;transition:transform .3s,color .3s}.Process-module__KXczOq__step:hover .Process-module__KXczOq__icon{color:var(--color-accent-hover);transform:scale(1.2)rotate(10deg)}.Process-module__KXczOq__step h3{color:var(--color-text);margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.Process-module__KXczOq__step p{color:var(--color-text-secondary);max-width:32ch;font-size:1rem;line-height:1.5}@keyframes Process-module__KXczOq__fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (min-width:768px){.Process-module__KXczOq__steps{flex-direction:row;justify-content:center;gap:2rem}.Process-module__KXczOq__step{flex:1;max-width:320px}.Process-module__KXczOq__header{max-width:900px}}
.Testimonials-module__Rc9GJG__wrapper{font-family:var(--font-sans);background-color:var(--color-background);text-align:center;flex-direction:column;gap:6rem;padding:6rem 1rem;display:flex;position:relative}.Testimonials-module__Rc9GJG__companiesSection h2{color:var(--color-accent);margin-bottom:2rem;font-size:2.25rem;font-weight:800;animation:.8s ease-out forwards Testimonials-module__Rc9GJG__fadeUp}.Testimonials-module__Rc9GJG__logos{perspective:1200px;flex-direction:column;align-items:center;gap:2rem;animation:.8s ease-out .2s forwards Testimonials-module__Rc9GJG__fadeUp;display:flex}.Testimonials-module__Rc9GJG__logoItem{background-color:var(--color-surface);border-radius:var(--radius-lg);padding:var(--space-lg);justify-content:center;align-items:center;transition:transform .5s,box-shadow .5s,filter .5s;display:flex;box-shadow:0 8px 20px rgba(0,0,0,.3)}.Testimonials-module__Rc9GJG__logoItem:hover{filter:drop-shadow(0 0 15px var(--color-accent));transform:rotateY(12deg)scale(1.08)translateY(-3px);box-shadow:0 12px 35px rgba(0,0,0,.5)}.Testimonials-module__Rc9GJG__logo{border-radius:var(--radius-md);object-fit:contain;max-width:180px;height:auto;transition:transform .5s}.Testimonials-module__Rc9GJG__testimonialsSection h2{color:var(--color-accent);margin-bottom:2rem;font-size:2.25rem;font-weight:800;animation:.8s ease-out .4s forwards Testimonials-module__Rc9GJG__fadeUp}.Testimonials-module__Rc9GJG__cards{flex-direction:column;gap:2.5rem;animation:.8s ease-out .6s forwards Testimonials-module__Rc9GJG__fadeUp;display:flex}.Testimonials-module__Rc9GJG__card{background:linear-gradient(145deg,var(--color-surface),rgba(9,123,132,.05));border-radius:var(--radius-lg);text-align:center;flex-direction:column;align-items:center;padding:2.5rem;transition:transform .3s,box-shadow .3s,background .3s;display:flex;box-shadow:0 8px 25px rgba(0,0,0,.35)}.Testimonials-module__Rc9GJG__card:hover{transform:translateY(-8px)scale(1.02);box-shadow:0 15px 40px rgba(0,0,0,.5)}.Testimonials-module__Rc9GJG__text{color:var(--color-text-secondary);max-width:40ch;margin-bottom:1.25rem;font-size:1rem;line-height:1.6}.Testimonials-module__Rc9GJG__name{color:var(--color-text);font-size:1.25rem;font-weight:700}.Testimonials-module__Rc9GJG__role{color:var(--color-text-secondary);margin-top:.25rem;font-size:.95rem}@keyframes Testimonials-module__Rc9GJG__fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (min-width:768px){.Testimonials-module__Rc9GJG__logos{flex-flow:wrap;justify-content:center;gap:3rem}.Testimonials-module__Rc9GJG__logoItem{flex:200px;max-width:220px}.Testimonials-module__Rc9GJG__cards{flex-direction:row;justify-content:center;gap:3rem}.Testimonials-module__Rc9GJG__card{flex:1;max-width:320px}}
.CTAContact-module__T8sArG__ctaSection{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);text-align:center;font-family:var(--font-sans);background:linear-gradient(135deg,rgba(9,123,132,.05),rgba(11,123,173,.1));flex-direction:column;align-items:center;gap:3rem;padding:6rem 1rem;display:flex;position:relative;overflow:hidden}.CTAContact-module__T8sArG__header h2{color:var(--color-accent);opacity:0;margin-bottom:.5rem;font-size:2.5rem;font-weight:800;animation:.8s ease-out forwards CTAContact-module__T8sArG__fadeUp;transform:translateY(30px)}.CTAContact-module__T8sArG__header p{color:var(--color-text-secondary);opacity:0;max-width:60ch;margin-left:auto;margin-right:auto;font-size:1.125rem;line-height:1.6;animation:.8s ease-out .2s forwards CTAContact-module__T8sArG__fadeUp;transform:translateY(30px)}.CTAContact-module__T8sArG__form{border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);opacity:0;z-index:1;background:rgba(255,255,255,.05);flex-direction:column;gap:1.5rem;width:100%;max-width:500px;padding:2rem;animation:.8s ease-out .4s forwards CTAContact-module__T8sArG__fadeUp;display:flex;position:relative;transform:translateY(30px);box-shadow:0 12px 30px rgba(0,0,0,.15)}.CTAContact-module__T8sArG__formInput,.CTAContact-module__T8sArG__formTextarea{border-radius:var(--radius-md);width:100%;color:var(--color-text);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.2);padding:1rem;font-size:1rem;transition:all .3s}.CTAContact-module__T8sArG__formInput::placeholder,.CTAContact-module__T8sArG__formTextarea::placeholder{color:var(--color-text-secondary);opacity:.7}.CTAContact-module__T8sArG__formInput:focus,.CTAContact-module__T8sArG__formTextarea:focus{border:2px solid var(--color-accent);outline:none;box-shadow:0 0 15px rgba(9,123,132,.5)}.CTAContact-module__T8sArG__formTextarea{resize:vertical;min-height:150px}.CTAContact-module__T8sArG__formButton{background:linear-gradient(90deg,var(--color-accent),var(--color-accent-hover));color:var(--color-surface);cursor:pointer;border:none;border-radius:50px;padding:.85rem 2rem;font-size:1.1rem;font-weight:700;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 6px 20px rgba(9,123,132,.3)}.CTAContact-module__T8sArG__formButton:before{content:"";background:linear-gradient(120deg,rgba(255,255,255,.3),rgba(255,255,255,0));transition:transform .5s;position:absolute;top:0;bottom:0;left:0;right:0;transform:translate(-100%)}.CTAContact-module__T8sArG__formButton:hover:before{transform:translate(100%)}.CTAContact-module__T8sArG__formButton:hover{transform:translateY(-3px)scale(1.02);box-shadow:0 12px 35px rgba(9,123,132,.4)}.CTAContact-module__T8sArG__ctaSection:after,.CTAContact-module__T8sArG__ctaSection:before{content:"";z-index:0;background:radial-gradient(circle,rgba(9,123,132,.15),transparent 70%);border-radius:50%;position:absolute}.CTAContact-module__T8sArG__ctaSection:after{width:200px;height:200px;animation:6s ease-in-out infinite alternate CTAContact-module__T8sArG__float;top:-50px;left:-50px}.CTAContact-module__T8sArG__ctaSection:before{width:150px;height:150px;animation:8s ease-in-out infinite alternate-reverse CTAContact-module__T8sArG__float;bottom:-50px;right:-30px}.CTAContact-module__T8sArG__successMessage{border-radius:var(--radius-lg);max-width:500px;color:var(--color-accent);text-align:center;opacity:0;background:rgba(9,123,132,.1);margin:0 auto;padding:2rem;font-size:1.2rem;font-weight:600;animation:.8s ease-out forwards CTAContact-module__T8sArG__fadeIn;box-shadow:0 8px 25px rgba(9,123,132,.3)}@keyframes CTAContact-module__T8sArG__fadeIn{to{opacity:1}}@keyframes CTAContact-module__T8sArG__fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes CTAContact-module__T8sArG__float{0%{transform:translateY(0)translate(0)}to{transform:translateY(-20px)translate(20px)}}@media (min-width:768px){.CTAContact-module__T8sArG__form{gap:1.75rem}}
.Footer-module__NVhknq__footer{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--color-text);font-family:var(--font-sans);text-align:center;background:rgba(33,32,32,.114);padding:4rem 1rem 2rem;position:relative;overflow:hidden}.Footer-module__NVhknq__container{flex-direction:column;gap:2.5rem;max-width:1200px;margin:0 auto;display:flex}.Footer-module__NVhknq__brand h3{color:var(--color-accent);margin-bottom:.5rem;font-size:1.75rem;font-weight:800}.Footer-module__NVhknq__brand p{color:var(--color-text-secondary);max-width:40ch;margin:0 auto;font-size:1rem;line-height:1.5}.Footer-module__NVhknq__links{flex-direction:column;gap:2rem;display:flex}.Footer-module__NVhknq__linkGroup h4{color:var(--color-accent);margin-bottom:.5rem;font-size:1.125rem;font-weight:700}.Footer-module__NVhknq__linkGroup a{color:var(--color-text-secondary);align-items:center;gap:.5rem;margin:.25rem 0;text-decoration:none;transition:all .3s;display:flex;position:relative}.Footer-module__NVhknq__linkGroup a:after{content:"";background:var(--color-accent);width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:0}.Footer-module__NVhknq__linkGroup a:hover{color:var(--color-accent)}.Footer-module__NVhknq__linkGroup a:hover:after{width:100%}.Footer-module__NVhknq__linkedin svg{font-size:1.25rem;transition:all .3s}.Footer-module__NVhknq__linkedin:hover svg{color:var(--color-accent);transform:scale(1.2)}.Footer-module__NVhknq__scrollTop{background-color:var(--color-accent);color:var(--color-text);cursor:pointer;z-index:100;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.25rem;transition:transform .3s,background .3s;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 8px 20px rgba(0,0,0,.35)}.Footer-module__NVhknq__scrollTop:hover{background-color:var(--color-accent-hover);transform:translateY(-3px)scale(1.1)}.Footer-module__NVhknq__copy{color:var(--color-text-secondary);margin-top:2rem;font-size:.875rem}.Footer-module__NVhknq__footer:before,.Footer-module__NVhknq__footer:after{content:"";z-index:0;background:radial-gradient(circle,rgba(9,123,132,.15),transparent 70%);border-radius:50%;position:absolute}.Footer-module__NVhknq__footer:before{width:150px;height:150px;animation:8s ease-in-out infinite alternate Footer-module__NVhknq__float;top:-40px;left:-40px}.Footer-module__NVhknq__footer:after{width:200px;height:200px;animation:10s ease-in-out infinite alternate-reverse Footer-module__NVhknq__float;bottom:-50px;right:-30px}.Footer-module__NVhknq__whatsapp svg{font-size:1.25rem;transition:all .3s}.Footer-module__NVhknq__whatsapp:hover svg{color:#25d366;transform:scale(1.2)}@keyframes Footer-module__NVhknq__float{0%{transform:translateY(0)translate(0)}to{transform:translateY(-20px)translate(20px)}}@media (min-width:768px){.Footer-module__NVhknq__container{flex-direction:row;justify-content:space-between;align-items:flex-start}.Footer-module__NVhknq__links{flex-direction:row;gap:4rem}.Footer-module__NVhknq__brand,.Footer-module__NVhknq__linkGroup h4{text-align:left}}
.Header-module__-2yUHq__header{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:100%;color:var(--color-text);padding:var(--space-md)var(--space-lg);font-family:var(--font-sans);-webkit-backface-visibility:hidden;background:rgba(33,32,32,.114);position:fixed;top:0;left:0;-webkit-transform:translateZ(0)}.Header-module__-2yUHq__navContainer{justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin:0 auto;display:flex}.Header-module__-2yUHq__logo{font-weight:700;font-size:var(--text-2xl);color:var(--color-accent);text-decoration:none}.Header-module__-2yUHq__menu{align-items:center;gap:var(--space-lg);display:none}.Header-module__-2yUHq__menuLink{color:var(--color-text);padding:6px 0;font-weight:600;text-decoration:none;transition:all .25s;position:relative}.Header-module__-2yUHq__menuLink:after{content:"";background:var(--color-accent);width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:0}.Header-module__-2yUHq__menuLink:hover:after{width:100%}.Header-module__-2yUHq__menuLink:hover{color:var(--color-accent-hover);transform:scale(1.05)}.Header-module__-2yUHq__themeSwitch,.Header-module__-2yUHq__themeSwitchMobile{margin-left:var(--space-md);align-items:center;display:flex}.Header-module__-2yUHq__themeCheckbox{display:none}.Header-module__-2yUHq__themeLabel{background:var(--color-muted);cursor:pointer;border-radius:12px;width:48px;height:24px;transition:background .3s;position:relative}.Header-module__-2yUHq__themeLabel .Header-module__-2yUHq__ball{background:var(--color-accent);border-radius:50%;width:20px;height:20px;transition:transform .3s,background .3s;position:absolute;top:2px;left:2px}.Header-module__-2yUHq__themeCheckbox:checked+.Header-module__-2yUHq__themeLabel{background:var(--color-accent-hover)}.Header-module__-2yUHq__themeCheckbox:checked+.Header-module__-2yUHq__themeLabel .Header-module__-2yUHq__ball{background:var(--color-surface);transform:translate(24px)}.Header-module__-2yUHq__burger{cursor:pointer;z-index:1101;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:28px;height:22px;display:flex}.Header-module__-2yUHq__burger span{background-color:var(--color-text);border-radius:2px;width:100%;height:3px;transition:all .3s}.Header-module__-2yUHq__burger.Header-module__-2yUHq__open span:first-child{transform:rotate(45deg)translate(5px,5px)}.Header-module__-2yUHq__burger.Header-module__-2yUHq__open span:nth-child(2){opacity:0}.Header-module__-2yUHq__burger.Header-module__-2yUHq__open span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.Header-module__-2yUHq__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;pointer-events:none;z-index:1050;background:rgba(0,0,0,.4);transition:opacity .3s;position:fixed;top:0;bottom:0;left:0;right:0}.Header-module__-2yUHq__overlay.Header-module__-2yUHq__active{opacity:1;pointer-events:all}.Header-module__-2yUHq__mobileMenu{background:var(--color-surface);width:80%;max-width:320px;height:100vh;padding:var(--space-xl)var(--space-md);justify-content:flex-start;gap:var(--space-md);z-index:1100;flex-direction:column;transition:transform .3s;display:flex;position:fixed;top:0;right:0;transform:translate(100%)}.Header-module__-2yUHq__mobileMenu.Header-module__-2yUHq__open{transform:translate(0)}.Header-module__-2yUHq__mobileNav{gap:var(--space-md);flex-direction:column;display:flex}.Header-module__-2yUHq__themeSwitchMobile{margin-top:var(--space-md)}@media (min-width:768px){.Header-module__-2yUHq__menu{display:flex}.Header-module__-2yUHq__burger,.Header-module__-2yUHq__mobileMenu,.Header-module__-2yUHq__overlay{display:none}}body{padding-top:72px}
