:root{--primary:#0057B8;--primary-dark:#003E8A;--primary-soft:#E8F1FC;--accent:#FF7A00;--accent-soft:#FFEEE0;--whatsapp:#25D366;--foreground:#131C2B;--muted:#5B6472;--border:#E6E9F0;--surface:#F6F8FC;--background:#FFFFFF;--navy:#0A1A33;--radius-sm:0.75rem;--radius-md:1.25rem;--radius-lg:1.75rem;--radius-full:999px;--shadow-soft:0 6px 24px rgba(19,28,43,.07);--shadow-elevated:0 24px 60px rgba(10,26,51,.18);--font-display:"Poppins",sans-serif;--font-sans:"Inter",sans-serif;--container:1280px}*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-sans);color:var(--foreground);background:var(--background);line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul{list-style:none;margin:0;padding:0}button{font:inherit;cursor:pointer}h1,h2,h3,h4{font-family:var(--font-display);margin:0;font-weight:700;letter-spacing:-.02em}p{margin:0}.container-page{max-width:var(--container);margin:0 auto;padding:0 1.25rem}@media(min-width:768px){.container-page{padding:0 2rem}}.text-primary{color:var(--primary)}.bg-primary-soft{background:var(--primary-soft)}.gradient-brand{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%)}.gradient-hero{background:linear-gradient(135deg,var(--navy) 0%,var(--primary-dark) 55%,var(--primary) 100%)}.shadow-soft{box-shadow:var(--shadow-soft)}.shadow-elevated{box-shadow:var(--shadow-elevated)}.hover-lift{transition:transform .35s ease,box-shadow .35s ease}.hover-lift:hover{transform:translateY(-4px);box-shadow:var(--shadow-elevated)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:var(--radius-full);padding:.85rem 1.6rem;font-weight:600;font-size:.9rem;transition:all .25s ease;border:none;white-space:nowrap}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark);transform:scale(1.03)}.btn-accent{background:var(--accent);color:#fff}.btn-accent:hover{filter:brightness(.95);transform:scale(1.03)}.btn-whatsapp{background:var(--whatsapp);color:#fff}.btn-whatsapp:hover{filter:brightness(.95);transform:scale(1.03)}.btn-outline{background:#fff;color:var(--primary);border:1px solid var(--border)}.btn-glass{background:rgb(255 255 255 / .12);color:#fff;backdrop-filter:blur(8px)}.btn-glass:hover{background:rgb(255 255 255 / .22)}.btn-block{width:100%}@media(min-width:768px){.btn-block{width:auto}}.eyebrow{display:inline-flex;align-items:center;border-radius:var(--radius-full);background:var(--primary-soft);color:var(--primary);padding:.3rem .9rem;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.section{padding:4rem 0}@media(min-width:768px){.section{padding:6rem 0}}.section.muted{background:var(--surface)}.section-head{margin-bottom:2.5rem;max-width:44rem}.section-head.center{margin-left:auto;margin-right:auto;text-align:center}.section-head h2{font-size:1.9rem;line-height:1.15;margin-top:.75rem}.section-head p{margin-top:1rem;color:var(--muted);font-size:1.05rem;line-height:1.6}@media(min-width:768px){.section-head h2{font-size:2.6rem}}.card{border-radius:var(--radius-lg);background:#fff;border:1px solid var(--border);overflow:hidden}.grid{display:grid;gap:1.25rem}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.grid-5{grid-template-columns:repeat(5,1fr)}.grid-6{grid-template-columns:repeat(6,1fr)}@media(max-width:900px){.grid-3,.grid-4,.grid-5,.grid-6{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.grid-2,.grid-3,.grid-4,.grid-5,.grid-6{grid-template-columns:repeat(2,1fr)}}.catalog-card{display:flex;flex-direction:column}.catalog-card .thumb{aspect-ratio:4/3;overflow:hidden;background:var(--surface)}.catalog-card .thumb img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.catalog-card:hover .thumb img{transform:scale(1.08)}.catalog-card .thumb.placeholder{background:linear-gradient(135deg,var(--primary),var(--primary-dark));display:grid;place-items:center;color:#fff;font-family:var(--font-display);font-weight:700;font-size:1.6rem;position:relative}.catalog-card .body{padding:1.1rem 1.2rem;flex:1;display:flex;flex-direction:column}.catalog-card h3{font-size:1rem}.catalog-card p{font-size:.85rem;color:var(--muted);margin-top:.35rem;flex:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.catalog-card .row{display:flex;justify-content:space-between;align-items:center;margin-top:.9rem}.featured-product-card{display:block;border-radius:var(--radius-lg);overflow:hidden;background:#fff;border:1px solid var(--border)}.featured-product-card .thumb{aspect-ratio:4/3;overflow:hidden;background:var(--surface)}.featured-product-card .thumb img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.featured-product-card:hover .thumb img{transform:scale(1.06)}.featured-product-card .thumb.placeholder{display:grid;place-items:center;color:#fff;font-family:var(--font-display);font-weight:700;font-size:2.2rem}.featured-product-card .caption{padding:1.25rem 1.4rem}.featured-product-card .caption h3{font-size:1.1rem}.featured-product-card .caption p{font-size:.88rem;color:var(--muted);margin-top:.35rem}.site-header{position:sticky;top:0;z-index:50;width:100%;background:rgb(255 255 255 / .9);backdrop-filter:blur(14px);border-bottom:1px solid var(--border);transition:.3s}.site-header .row{display:flex;align-items:center;flex-wrap:nowrap;justify-content:space-between;gap:.75rem;min-height:4.25rem;padding:.5rem 0}.brand{display:flex;align-items:center;gap:.65rem;flex-shrink:0;min-width:0}.brand .mark{height:2.6rem;width:2.6rem;flex-shrink:0;border-radius:.7rem;display:grid;place-items:center;color:#fff;font-family:var(--font-display);font-weight:700;font-size:1.1rem}.brand .text-block{min-width:0;line-height:1.2}.brand .name{font-family:var(--font-display);font-weight:800;font-size:1.35rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;color:var(--primary)}.brand .name span{color:var(--primary)}.primary-nav{display:none;align-items:center;gap:0;flex-wrap:nowrap;flex-shrink:1;min-width:0}.primary-nav>li{position:relative;list-style:none;flex-shrink:0}.primary-nav>li::marker{content:''}.primary-nav a,.primary-nav button.nav-trigger{display:inline-flex;align-items:center;gap:.25rem;padding:.5rem .6rem;border-radius:.6rem;font-size:.85rem;font-weight:500;color:rgb(19 28 43 / .8);background:none;border:none;white-space:nowrap}.primary-nav a:hover,.primary-nav button.nav-trigger:hover,.primary-nav li.active>a{color:var(--primary);background:var(--primary-soft)}@media(min-width:1024px){.primary-nav{display:flex}}.header-actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.header-actions .btn{display:none;white-space:nowrap;padding:.6rem 1.1rem;font-size:.85rem}@media(min-width:768px){.header-actions .btn{display:inline-flex}}.menu-toggle{display:inline-grid;place-items:center;padding:.5rem;border-radius:.5rem;border:1px solid var(--border);background:#fff}.header-topbar{display:none;background:var(--surface);border-bottom:1px solid var(--border)}@media(min-width:900px){.header-topbar{display:block}}.header-topbar-row{display:flex;align-items:center;justify-content:flex-end;gap:1rem;min-height:2.25rem;padding:.35rem 0}.header-topbar .tel{display:inline-flex;align-items:center;gap:.35rem;font-size:.8rem;font-weight:500;white-space:nowrap;flex-shrink:0}.lang-switcher{flex-shrink:0;display:inline-flex;align-items:center;position:relative;min-width:5.5rem}.lang-switcher,.lang-switcher>*,.lang-switcher>*>*{position:relative!important;top:auto!important;left:auto!important;right:auto!important;float:none!important}.lang-switcher select,.lang-switcher .gtranslate_wrapper select,.lang-switcher select.gtranslate_select,.lang-switcher select#gtranslate_selector{font-size:.78rem;padding:.4rem .5rem;border-radius:.6rem;border:1px solid var(--border);background:#fff;color:var(--foreground);height:auto;line-height:1.2}@media(min-width:1024px){.menu-toggle{display:none}}.mega-panel{display:none;position:absolute;left:0;right:0;top:100%;background:#fff;border-top:1px solid var(--border);box-shadow:var(--shadow-elevated)}.mega-panel.open{display:block}.mega-panel .inner{padding:2rem 0}.mega-panel h3{font-size:1.05rem;margin-bottom:.25rem}.mega-panel .head{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.mega-panel .head small{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}.mega-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.4rem}@media(max-width:900px){.mega-grid{grid-template-columns:repeat(2,1fr)}}.mega-grid a{display:block;padding:.7rem;border-radius:.7rem;border:1px solid #fff0}.mega-grid a:hover{background:var(--surface);border-color:var(--border)}.mega-grid a strong{display:block;font-size:.88rem;font-weight:600}.mega-grid a span{display:block;font-size:.75rem;color:var(--muted);margin-top:.15rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.mobile-nav{display:none;border-top:1px solid var(--border);background:#fff}.mobile-nav.open{display:block}.mobile-nav .inner{padding:1rem 0 1.5rem;max-height:75vh;overflow-y:auto}.mobile-nav a{display:block;padding:.7rem .25rem;font-size:.95rem;font-weight:500}.mobile-group>button{width:100%;display:flex;justify-content:space-between;align-items:center;background:none;border:none;padding:.7rem .25rem;font-size:.95rem;font-weight:500}.mobile-group .sub{display:none;padding-left:.75rem}.mobile-group .sub.open{display:block}.mobile-group .sub a{padding:.5rem .25rem;font-size:.87rem;color:var(--muted)}.mobile-cta{display:flex;gap:.6rem;margin-top:.75rem}.mobile-cta a{flex:1;text-align:center}.hero{position:relative;overflow:hidden;color:#fff}.hero .bg-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.22;mix-blend-mode:luminosity}.hero .overlay{position:absolute;inset:0;background:linear-gradient(to bottom,rgb(0 0 0 / .1),transparent 45%,rgb(0 0 0 / .45))}.hero .inner{position:relative;padding:5rem 0 4rem}@media(min-width:768px){.hero .inner{padding:8rem 0 6rem}}.hero .badge{display:inline-flex;align-items:center;gap:.5rem;border-radius:var(--radius-full);background:rgb(255 255 255 / .12);backdrop-filter:blur(6px);padding:.4rem 1rem;font-size:.75rem;font-weight:500}.hero h1{font-size:2.4rem;margin-top:1.25rem;line-height:1.08}@media(min-width:768px){.hero h1{font-size:3.6rem}}@media(min-width:1024px){.hero h1{font-size:4.2rem}}.hero h1 .accent{color:var(--accent)}.hero p.lead{margin-top:1.25rem;font-size:1.1rem;color:rgb(255 255 255 / .85);max-width:38rem}.hero .actions{margin-top:2rem;display:flex;flex-wrap:wrap;gap:.75rem}.hero .stats{margin-top:2.5rem;display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;max-width:36rem}@media(min-width:768px){.hero .stats{grid-template-columns:repeat(4,1fr)}}.hero .stat{background:rgb(255 255 255 / .12);backdrop-filter:blur(6px);border-radius:1rem;padding:.9rem 1rem}.hero .stat .k{font-family:var(--font-display);font-weight:700;font-size:1.4rem;color:var(--accent)}.hero .stat .v{font-size:.7rem;color:rgb(255 255 255 / .75)}.trust-bar{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:#fff}.trust-bar .row{padding:1.5rem 0;display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media(min-width:768px){.trust-bar .row{grid-template-columns:repeat(4,1fr)}}.trust-item{display:flex;align-items:center;gap:.75rem}.trust-item .icon{height:2.5rem;width:2.5rem;border-radius:.75rem;background:var(--primary-soft);color:var(--primary);display:grid;place-items:center}.trust-item .label{font-size:.9rem;font-weight:500}.page-hero{background:var(--surface)}.page-hero .grid-2{align-items:center;gap:2.5rem}.page-hero .kicker{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--primary)}.page-hero h1{font-size:2.2rem;margin-top:.5rem;line-height:1.15}@media(min-width:768px){.page-hero h1{font-size:3rem}}.page-hero p.lead{margin-top:1rem;color:var(--muted);font-size:1.1rem;max-width:36rem}.page-hero .actions{margin-top:1.5rem;display:flex;flex-wrap:wrap;gap:.75rem}.trust-mini{margin-top:2rem;display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}@media(min-width:600px){.trust-mini{grid-template-columns:repeat(4,1fr)}}.trust-mini .item{border:1px solid var(--border);background:#fff;border-radius:1rem;padding:.75rem;display:flex;align-items:center;gap:.5rem;font-size:.78rem;font-weight:500}.page-hero-media{border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:4/3;box-shadow:var(--shadow-elevated)}.page-hero-media img{width:100%;height:100%;object-fit:cover}.gallery-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-top:.75rem}.gallery-strip .g{border-radius:1rem;overflow:hidden;aspect-ratio:4/3;border:1px solid var(--border)}.gallery-strip .g img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.gallery-strip .g:hover img{transform:scale(1.1)}.spec-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem}.spec-card .title{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--primary);margin-bottom:.5rem}.spec-card li{display:flex;gap:.5rem;align-items:flex-start;font-size:.9rem;padding:.15rem 0}.spec-card li::before{content:"";height:.4rem;width:.4rem;margin-top:.5rem;border-radius:999px;background:var(--accent);flex-shrink:0}.feature-list li{display:flex;gap:.5rem;align-items:flex-start;font-size:.92rem;padding:.3rem 0}.feature-list li svg{flex-shrink:0;margin-top:.2rem}.size-table{width:100%;border-collapse:collapse;font-size:.9rem}.size-table th{text-align:left;color:var(--muted);border-bottom:1px solid var(--border);padding:.5rem .75rem .5rem 0}.size-table td{padding:.5rem .75rem .5rem 0;border-bottom:1px solid rgb(230 233 240 / .7)}.faq-item{border:1px solid var(--border);border-radius:var(--radius-md);background:#fff;padding:1.1rem 1.25rem}.faq-item summary{cursor:pointer;list-style:none;display:flex;justify-content:space-between;gap:1rem;font-weight:600}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary .plus{height:1.6rem;width:1.6rem;border-radius:999px;background:var(--primary-soft);color:var(--primary);display:grid;place-items:center;flex-shrink:0;transition:transform .2s}.faq-item[open] summary .plus{transform:rotate(45deg)}.faq-item .answer{margin-top:.65rem;font-size:.88rem;color:var(--muted);line-height:1.6}.testimonial-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem}.testimonial-card .stars{color:var(--accent);display:flex;gap:.15rem}.testimonial-card p{margin-top:.75rem;color:rgb(19 28 43 / .85);line-height:1.6}.testimonial-card .who{display:flex;align-items:center;gap:.75rem;margin-top:1rem}.testimonial-card .avatar{height:2.5rem;width:2.5rem;border-radius:999px;display:grid;place-items:center;color:#fff;font-family:var(--font-display);font-weight:700}.testimonial-card .name{font-size:.9rem;font-weight:600}.testimonial-card .role{font-size:.75rem;color:var(--muted)}.cta-band{margin:3rem 0}.cta-band .box{position:relative;overflow:hidden;border-radius:var(--radius-lg);color:#fff;padding:2.5rem 1.75rem;box-shadow:var(--shadow-elevated)}@media(min-width:768px){.cta-band .box{padding:3.5rem}}.cta-band .box .grid{grid-template-columns:1fr;gap:1.5rem;align-items:center;position:relative}@media(min-width:768px){.cta-band .box .grid{grid-template-columns:1.5fr 1fr}}.cta-band h2{font-size:1.7rem}@media(min-width:768px){.cta-band h2{font-size:2.1rem}}.cta-band p{margin-top:.6rem;color:rgb(255 255 255 / .85);font-size:1.02rem}.cta-band .actions{display:flex;flex-direction:column;gap:.75rem}.quote-form{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow-soft)}@media(min-width:768px){.quote-form{padding:2rem}}.form-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:768px){.form-grid{grid-template-columns:1fr 1fr}}.field label{display:block;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin-bottom:.3rem}.field input,.field textarea,.field select{width:100%;border:1px solid var(--border);border-radius:1rem;padding:.75rem 1rem;font:inherit;outline:none;transition:.2s}.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--primary);box-shadow:0 0 0 4px var(--primary-soft)}.form-note{font-size:.75rem;color:var(--muted);margin-top:.75rem}.form-success{text-align:center;padding:2.5rem 1.5rem;background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg)}.form-success .icon{height:3.5rem;width:3.5rem;border-radius:999px;background:var(--primary-soft);color:var(--primary);display:grid;place-items:center;margin:0 auto 1rem}.site-footer{margin-top:5rem;background:var(--navy);color:#fff}.site-footer .cols{padding:4rem 0;display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media(min-width:768px){.site-footer .cols{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.site-footer .cols{grid-template-columns:2fr repeat(4,1fr)}}.site-footer .about-col p{color:rgb(255 255 255 / .7);font-size:.9rem;max-width:24rem;margin-top:1rem}.site-footer .contact-line{display:flex;gap:.5rem;align-items:flex-start;font-size:.87rem;color:rgb(255 255 255 / .8);margin-top:.5rem}.site-footer .contact-line svg{color:var(--accent);flex-shrink:0;margin-top:.15rem}.site-footer .socials{display:flex;gap:.6rem;margin-top:1.25rem}.site-footer .socials a{height:2.25rem;width:2.25rem;border-radius:999px;background:rgb(255 255 255 / .1);display:grid;place-items:center}.site-footer .socials a:hover{background:var(--accent)}.site-footer h4{font-weight:600;margin-bottom:.75rem}.site-footer ul li{margin-bottom:.5rem}.site-footer ul a{font-size:.87rem;color:rgb(255 255 255 / .7)}.site-footer ul a:hover{color:var(--accent)}.footer-bottom{border-top:1px solid rgb(255 255 255 / .1)}.footer-bottom .row{padding:1.1rem 0;display:flex;flex-direction:column;gap:.5rem;font-size:.75rem;color:rgb(255 255 255 / .6)}@media(min-width:768px){.footer-bottom .row{flex-direction:row;justify-content:space-between}}.sticky-actions{position:fixed;z-index:40;bottom:1rem;right:1rem;display:flex;flex-direction:column;gap:.75rem;align-items:flex-end}.sticky-actions .btn{display:none}@media(min-width:640px){.sticky-actions .btn-primary{display:inline-flex}}.sticky-actions .btn-whatsapp{display:inline-flex}.mobile-bottom-cta{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:39;background:#fff;border-top:1px solid var(--border);padding:.6rem .75rem;gap:.6rem}@media(min-width:640px){.mobile-bottom-cta{display:none}}.mobile-bottom-cta .btn{flex:1}body.has-mobile-cta{padding-bottom:4.2rem}@media(min-width:640px){body.has-mobile-cta{padding-bottom:0}}.breadcrumb{font-size:.8rem;color:var(--muted);padding:1rem 0}.breadcrumb a{color:var(--muted)}.breadcrumb a:hover{color:var(--primary)}.breadcrumb .sep{margin:0 .4rem;opacity:.5}.logo-wall .box{height:5rem;border:1px solid var(--border);border-radius:1rem;display:grid;place-items:center;font-family:var(--font-display);font-weight:600;color:var(--muted);background:#fff}.logo-wall .box:hover{color:var(--primary);border-color:rgb(0 87 184 / .35)}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.text-center{text-align:center}.text-muted{color:var(--muted)}.small{font-size:.8rem}.post-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.post-card .thumb{aspect-ratio:16/10;overflow:hidden}.post-card .thumb img{width:100%;height:100%;object-fit:cover;transition:transform .6s}.post-card:hover .thumb img{transform:scale(1.08)}.post-card .body{padding:1.4rem}.post-card h3{font-size:1.05rem}.post-card p{color:var(--muted);font-size:.88rem;margin-top:.5rem}.video-card{border-radius:var(--radius-lg);overflow:hidden;position:relative;aspect-ratio:16/9;background:var(--navy)}.video-card iframe{width:100%;height:100%;border:0}.video-grid iframe{border-radius:var(--radius-lg);width:100%;aspect-ratio:16/9;border:0}.prose{max-width:48rem}.prose p{margin-bottom:1rem;color:rgb(19 28 43 / .85);line-height:1.75}.prose h2{margin-top:2rem;margin-bottom:.75rem;font-size:1.6rem}.map-card{border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border)}.map-card iframe{width:100%;height:18rem;border:0}.map-card .info{padding:1.5rem;background:#fff}.map-card .info .row2{margin-bottom:.9rem}.map-card .info .label{font-size:.68rem;text-transform:uppercase;letter-spacing:.05em;color:var(--muted)}.map-card .info .value{font-weight:600}.contact-grid{display:grid;gap:2rem;grid-template-columns:1fr}@media(min-width:1024px){.contact-grid{grid-template-columns:1.2fr 1fr}}.skip-link{position:absolute;left:-9999px;top:0;z-index:100;background:var(--primary);color:#fff;padding:.75rem 1.25rem;border-radius:0 0 .5rem 0;font-weight:600;font-size:.9rem}.skip-link:focus{left:0}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,summary:focus-visible{outline:2px solid var(--primary);outline-offset:2px}@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:0.01ms!important;transition-duration:0.01ms!important;scroll-behavior:auto!important}}.hide-mobile{display:none}@media(min-width:768px){.hide-mobile{display:block}}