.nexa-theme{--nx-primary:hsl(var(--primary,181 75% 32%));--nx-bg:hsl(var(--background,180 12% 94%));--nx-surface:hsl(var(--card,0 0% 100%));--nx-ink:hsl(var(--foreground,185 66% 8%));--nx-muted:hsl(var(--muted-foreground,190 10% 40%));--nx-border:hsl(var(--border,185 12% 80%));--nx-panel:color-mix(in oklab,hsl(var(--primary,181 75% 32%))14%,hsl(var(--card,0 0% 100%))86%);--nx-on-panel:hsl(var(--foreground,185 66% 8%));--nx-scrim:color-mix(in oklab,hsl(var(--primary,181 75% 32%))14%,#07090c 86%);--nx-on-primary:hsl(var(--primary-foreground,0 0% 100%));background:var(--nx-bg);color:var(--nx-ink);font-family:var(--font-body,Inter,sans-serif)}.nexa-theme *{box-sizing:border-box}.nexa-theme .nx-display{font-family:var(--font-display,Inter,sans-serif);letter-spacing:-.055em}.nexa-theme .nx-shell{width:min(100% - 48px,1300px);margin-inline:auto}.nexa-theme .nx-section{padding:92px 24px}.nexa-theme .nx-card{background:var(--nx-surface);border-radius:14px;overflow:hidden}.nexa-theme .nx-tag{border:1px dashed var(--nx-border);letter-spacing:.1em;text-transform:uppercase;border-radius:3px;align-items:center;gap:8px;padding:7px 12px;font-size:11px;font-weight:750;display:inline-flex}.nexa-theme .nx-tag b{color:var(--nx-primary)}.nexa-theme .nx-heading{margin:20px 0 0;font-size:clamp(2.7rem,4vw,4.8rem);font-weight:470;line-height:1.02}.nexa-theme .nx-heading em{color:var(--nx-primary);font-style:normal}.nexa-theme .nx-muted{color:var(--nx-muted);line-height:1.6}.nexa-theme .nx-header{z-index:50;background:var(--nx-surface);border-radius:0 0 14px 14px;justify-content:space-between;align-items:center;gap:28px;margin:14px 14px 0;padding:14px 28px;display:flex;position:sticky;top:0}.nexa-theme .nx-brand{color:var(--nx-ink);align-items:center;gap:10px;font-size:27px;font-weight:700;text-decoration:none;display:flex}.nexa-theme .nx-brand i{color:var(--nx-primary);font-style:normal}.nexa-theme .nx-nav{align-items:center;gap:30px;display:flex}.nexa-theme .nx-nav a{color:var(--nx-ink);font-size:14px;text-decoration:none}.nexa-theme .nx-nav-cta{background:var(--nx-primary);border-radius:999px;font-weight:700;color:var(--nx-on-primary)!important;padding:12px 20px!important}.nexa-theme .nx-menu{color:inherit;background:0 0;border:0;font-size:24px;display:none}.nexa-theme .nx-hero{grid-template-columns:1fr 1fr;gap:14px;min-height:calc(100svh - 104px);margin:14px;display:grid}.nexa-theme .nx-hero-copy{background:radial-gradient(circle at 8% 30%,hsl(var(--primary)/.22),transparent 30%),var(--nx-panel);color:var(--nx-on-panel);border-radius:14px;flex-direction:column;justify-content:center;padding:clamp(42px,8vw,130px);display:flex;position:relative;overflow:hidden}.nexa-theme .nx-hero-copy:after,.nexa-theme .nx-dark-pattern:after{background:repeating-linear-gradient(76deg,transparent 0 15px,hsl(var(--primary)/.08)16px 18px);content:"";pointer-events:none;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle at 100% 0,#000,#0000 65%);mask-image:radial-gradient(circle at 100% 0,#000,#0000 65%)}.nexa-theme .nx-hero h1{z-index:1;margin:28px 0 0;font-size:clamp(3.2rem,5.1vw,6.7rem);font-weight:450;line-height:.98;position:relative}.nexa-theme .nx-hero h1 em{color:var(--nx-primary);font-style:normal}.nexa-theme .nx-hero-copy p{z-index:1;max-width:520px;color:color-mix(in srgb,var(--nx-on-panel)72%,transparent);margin:32px 0 0;line-height:1.6;position:relative}.nexa-theme .nx-hero-copy .nx-tag{border-color:color-mix(in srgb,var(--nx-on-panel)38%,transparent);color:var(--nx-on-panel)}.nexa-theme .nx-button{z-index:1;background:var(--nx-primary);width:fit-content;color:var(--nx-on-primary);border-radius:999px;align-items:center;margin-top:30px;padding:14px 22px;font-size:13px;font-weight:700;text-decoration:none;display:inline-flex;position:relative}.nexa-theme .nx-hero-image{background:hsl(var(--primary)/.12);border-radius:14px;position:relative;overflow:hidden}.nexa-theme .nx-hero-image>*,.nexa-theme .nx-about-image>*,.nexa-theme .nx-faq-image>*,.nexa-theme .nx-service .nx-image,.nexa-theme .nx-service .nx-image-empty,.nexa-theme .nx-gallery-item>.nx-image,.nexa-theme .nx-gallery-item>.nx-image-empty,.nexa-theme .nx-post-image>*{width:100%;height:100%}.nexa-theme .nx-image{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.nexa-theme .nx-stat{z-index:2;background:var(--nx-surface);width:250px;box-shadow:0 0 0 14px var(--nx-bg);color:var(--nx-ink);border-radius:14px;padding:30px;position:absolute;bottom:14px;left:0}.nexa-theme .nx-stat strong{letter-spacing:-.06em;font-size:52px;display:block}.nexa-theme .nx-stat span{color:var(--nx-muted);font-size:13px}.nexa-theme .nx-center{text-align:center}.nexa-theme .nx-grid3{grid-template-columns:repeat(3,1fr);gap:24px;margin-top:56px;display:grid}.nexa-theme .nx-feature{text-align:left;flex-direction:column;gap:26px;padding:34px;transition:all .25s;display:flex}.nexa-theme .nx-feature:hover{background:var(--nx-primary);color:var(--nx-on-primary)}.nexa-theme .nx-feature:hover p{color:var(--nx-on-primary)}.nexa-theme .nx-feature-icon{background:hsl(var(--primary)/.1);width:56px;height:56px;color:var(--nx-primary);border-radius:12px;flex:none;justify-content:center;align-self:flex-start;align-items:center;display:flex}.nexa-theme .nx-feature:hover .nx-feature-icon{color:var(--nx-on-primary);background:#ffffff29}.nexa-theme .nx-feature h3{letter-spacing:-.02em;margin:0 0 12px;font-size:clamp(1.35rem,1.5vw,1.7rem);font-weight:600;line-height:1.2}.nexa-theme .nx-feature p{color:var(--nx-muted);margin:0;font-weight:450;line-height:1.55}.nexa-theme .nx-about{grid-template-columns:1fr 1fr;gap:14px;display:grid}.nexa-theme .nx-about-image{border-radius:14px;min-height:650px;position:relative;overflow:hidden}.nexa-theme .nx-about-content{flex-direction:column;justify-content:space-between;padding:48px;display:flex}.nexa-theme .nx-about-content p{max-width:580px}.nexa-theme .nx-quote{background:var(--nx-primary);color:var(--nx-on-primary);border-radius:12px;margin-top:28px;padding:26px;font-size:18px;line-height:1.5}.nexa-theme .nx-services{background:var(--nx-panel);color:var(--nx-on-panel);border-radius:14px;margin:14px;padding:72px 0 76px;position:relative;overflow:hidden}.nexa-theme .nx-services .nx-tag{border-color:color-mix(in srgb,var(--nx-on-panel)38%,transparent);color:var(--nx-on-panel)}.nexa-theme .nx-services-subtitle{max-width:640px;color:color-mix(in srgb,var(--nx-on-panel)72%,transparent);margin:20px auto 0;line-height:1.6}.nexa-theme .nx-track{scroll-snap-type:x mandatory;scrollbar-width:none;gap:22px;margin-top:52px;padding-inline:max(24px,50vw - 650px);display:flex;overflow-x:auto}.nexa-theme .nx-track::-webkit-scrollbar{display:none}.nexa-theme .nx-service{scroll-snap-align:center;color:#fff;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:12px;flex:0 0 clamp(300px,30vw,410px);height:430px;padding:0;text-decoration:none;position:relative;overflow:hidden}.nexa-theme .nx-service:after,.nexa-theme .nx-gallery-item:after{z-index:11;background:linear-gradient(transparent 35%,color-mix(in srgb,var(--nx-scrim)88%,transparent));content:"";pointer-events:none;position:absolute;inset:0}.nexa-theme .nx-service h3{z-index:12;margin:0;font-size:25px;position:absolute;bottom:28px;left:28px;right:28px}.nexa-theme .nx-service img{transition:all .45s}.nexa-theme .nx-service:hover img{transform:scale(1.04)}.nexa-theme .nx-gallery{grid-template-rows:1fr 1fr;grid-template-columns:repeat(3,1fr);gap:18px;height:720px;margin-top:50px;display:grid}.nexa-theme .nx-gallery-item{cursor:pointer;background:0 0;border:0;border-radius:12px;padding:0;position:relative;overflow:hidden}.nexa-theme .nx-gallery-item:nth-child(4n+1),.nexa-theme .nx-gallery-item:nth-child(4n){grid-column:span 2}.nexa-theme .nx-gallery-item span{z-index:12;color:#fff;font-weight:700;position:absolute;bottom:22px;left:22px}.nexa-theme .nx-lightbox{max-width:min(92vw,1100px);margin:0}.nexa-theme .nx-lightbox .nx-image{border-radius:14px;max-height:78vh}.nexa-theme .nx-lightbox figcaption{text-align:center;color:#fff;margin-top:14px}.nexa-theme .nx-testimonials{background:hsl(var(--primary)/.08);border-radius:14px;margin:14px;padding:80px 24px}.nexa-theme .nx-testimonials-carousel{margin-top:48px}.nexa-theme .nx-carousel-nav{justify-content:flex-end;gap:12px;margin-top:28px;display:flex}.nexa-theme .nx-carousel-button{border:1px solid var(--nx-border);background:var(--nx-surface);width:46px;height:46px;color:var(--nx-ink);border-radius:999px;position:relative;inset:0;transform:none}.nexa-theme .nx-testimonial{flex-direction:column;height:100%;min-height:340px;padding:34px;display:flex}.nexa-theme .nx-testimonial>q{color:var(--nx-muted);font-size:17px;font-weight:450;line-height:1.6}.nexa-theme .nx-testimonial footer{border-top:1px dashed var(--nx-border);margin-top:auto;padding-top:22px}.nexa-theme .nx-testimonial footer strong,.nexa-theme .nx-testimonial footer span{display:block}.nexa-theme .nx-testimonial footer strong{font-weight:600}.nexa-theme .nx-testimonial footer span{color:var(--nx-muted);margin-top:4px;font-size:12px}.nexa-theme .nx-faq{grid-template-columns:.9fr 1.1fr;gap:56px;margin-top:48px;display:grid}.nexa-theme .nx-faq-image{border-radius:14px;min-height:610px;position:relative;overflow:hidden}.nexa-theme .nx-faq-list{flex-direction:column;gap:14px;display:flex}.nexa-theme .nx-faq-item{background:var(--nx-surface);border-radius:11px;overflow:hidden}.nexa-theme .nx-faq-item button{width:100%;min-height:76px;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;justify-content:space-between;gap:20px;padding:20px 24px;font-weight:700;display:flex}.nexa-theme .nx-faq-answer{color:var(--nx-muted);padding:0 24px 24px;font-weight:450;line-height:1.6}.nexa-theme .nx-faq-sidecard{margin-top:24px;padding:34px}.nexa-theme .nx-post{text-align:left;flex-direction:column;display:flex}.nexa-theme .nx-post-image{height:250px;position:relative}.nexa-theme .nx-post-body{flex-direction:column;gap:10px;padding:26px;display:flex}.nexa-theme .nx-post-body small{color:var(--nx-muted);font-size:12px;font-weight:500}.nexa-theme .nx-post-body h2,.nexa-theme .nx-post-body h3{margin:0;font-size:21px;font-weight:600;line-height:1.25}.nexa-theme .nx-post-body a{color:inherit;text-decoration:none}.nexa-theme .nx-post-more{color:var(--nx-primary);margin-top:auto;font-size:13px;font-weight:700}.nexa-theme .nx-modal{background:var(--nx-surface);width:min(92vw,900px);color:var(--nx-ink);border-radius:14px;display:flex;overflow:hidden}.nexa-theme .nx-modal-image{flex:0 0 42%;min-height:320px;position:relative}.nexa-theme .nx-modal-body{flex-direction:column;justify-content:center;gap:16px;padding:40px;display:flex}.nexa-theme .nx-modal-body h3{margin:0;font-size:30px}.nexa-theme .nx-modal-close{z-index:2;background:var(--nx-surface);width:38px;height:38px;color:var(--nx-ink);cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;display:flex;position:absolute;top:18px;right:18px}.nexa-theme .nx-contact{background:var(--nx-primary);color:var(--nx-on-primary);border-radius:14px;grid-template-columns:.9fr 1.1fr;gap:70px;margin:14px;padding:76px clamp(28px,7vw,120px);display:grid;position:relative}.nexa-theme .nx-contact-form{background:var(--nx-surface);color:var(--nx-ink);border-radius:14px;gap:18px;padding:38px;display:grid}.nexa-theme .nx-contact-form input,.nexa-theme .nx-contact-form textarea{border:0;border-bottom:1px solid var(--nx-border);width:100%;color:inherit;font:inherit;background:0 0;padding:14px 0}.nexa-theme .nx-contact-form button{background:var(--nx-ink);color:var(--nx-bg);cursor:pointer;border:0;border-radius:999px;padding:14px 20px;font-weight:700}.nexa-theme .nx-contact-form button:disabled{opacity:.6;cursor:default}.nexa-theme .nx-contact .nx-heading{color:var(--nx-on-primary)}.nexa-theme .nx-contact .nx-tag{border-color:hsl(var(--primary-foreground,0 0% 100%)/.45);color:var(--nx-on-primary)}.nexa-theme .nx-contact .nx-tag b{color:var(--nx-on-primary)}.nexa-theme .nx-contact-subtitle{max-width:520px;color:hsl(var(--primary-foreground,0 0% 100%)/.82);margin:24px 0 0;line-height:1.6}.nexa-theme .nx-contact-info{gap:22px;margin:40px 0 0;padding:0;list-style:none;display:grid}.nexa-theme .nx-contact-info li{align-items:flex-start;gap:14px;display:flex}.nexa-theme .nx-contact-info-icon{background:hsl(var(--primary-foreground,0 0% 100%)/.16);border-radius:999px;flex:0 0 42px;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.nexa-theme .nx-contact-info small{letter-spacing:.1em;text-transform:uppercase;color:hsl(var(--primary-foreground,0 0% 100%)/.68);margin-bottom:3px;font-size:11px;font-weight:750;display:block}.nexa-theme .nx-contact-socials{flex-wrap:wrap;gap:10px;margin-top:36px;display:flex}.nexa-theme .nx-contact-social{background:hsl(var(--primary-foreground,0 0% 100%)/.16);width:40px;height:40px;color:var(--nx-on-primary);border-radius:999px;justify-content:center;align-items:center;transition:all .25s;display:flex}.nexa-theme .nx-contact-social:hover{background:var(--nx-on-primary);color:var(--nx-primary)}.nexa-theme .nx-contact-map{border-radius:14px;grid-column:1/-1;min-height:320px;overflow:hidden}.nexa-theme .nx-footer{background:var(--nx-panel);color:var(--nx-on-panel);border-radius:14px;margin:0 14px 14px;padding:48px clamp(28px,6vw,100px)}.nexa-theme .nx-footer-top,.nexa-theme .nx-footer-bottom{justify-content:space-between;align-items:center;gap:30px;display:flex}.nexa-theme .nx-footer nav{border-block:1px solid color-mix(in srgb,var(--nx-on-panel)14%,transparent);flex-wrap:wrap;gap:26px;margin:48px 0;padding:28px 0;display:flex}.nexa-theme .nx-footer a{color:color-mix(in srgb,var(--nx-on-panel)68%,transparent);text-decoration:none}.nexa-theme .nx-footer a:hover{color:var(--nx-on-panel)}.nexa-theme .nx-footer-bottom{color:color-mix(in srgb,var(--nx-on-panel)55%,transparent);font-size:12px}.nexa-theme .nx-footer-brand{color:var(--nx-on-panel)}.nexa-theme .nx-footer-brand i{color:var(--nx-primary)}.nexa-theme .nx-footer-socials{flex-wrap:wrap;gap:10px;margin-bottom:36px;display:flex}.nexa-theme .nx-footer-legal{flex-wrap:wrap;align-items:center;gap:18px;display:flex}.nexa-theme .nx-brand-logo{width:auto;max-width:180px;height:42px}.nexa-theme .nx-nav-mobile{background:var(--nx-surface);border-radius:0 0 14px 14px;flex-direction:column;gap:18px;padding:24px;display:flex;position:absolute;inset:76px 0 auto;box-shadow:0 24px 40px #00000024}.nexa-theme .nx-nav-mobile a{color:var(--nx-ink);font-size:15px;text-decoration:none}.nexa-theme .nx-nav-mobile .nx-nav-cta{background:var(--nx-primary);width:fit-content;color:var(--nx-on-primary);border-radius:999px;padding:12px 20px;font-weight:700}.nexa-theme .nx-image-empty{background:hsl(var(--primary)/.07);width:100%;height:100%;min-height:180px;color:hsl(var(--primary)/.55);flex-direction:column;justify-content:center;align-items:center;gap:10px;display:flex}.nexa-theme .nx-image-empty span{letter-spacing:.1em;text-transform:uppercase;font-size:11px;font-weight:750}.nexa-theme .nx-filters{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:8px;display:flex}.nexa-theme .nx-filters button{border:1px solid var(--nx-border);color:var(--nx-muted);font:inherit;cursor:pointer;background:0 0;border-radius:999px;padding:10px 18px;font-size:13px;transition:all .2s}.nexa-theme .nx-filters button:hover{color:var(--nx-ink)}.nexa-theme .nx-filters button.is-active{background:var(--nx-primary);color:var(--nx-on-primary);border-color:#0000;font-weight:700}.nexa-theme .nx-breadcrumb{color:var(--nx-muted);flex-wrap:wrap;justify-content:center;gap:10px;margin-bottom:22px;font-size:12px;display:flex}.nexa-theme .nx-breadcrumb a{color:var(--nx-muted);text-decoration:none}.nexa-theme .nx-breadcrumb a:hover{color:var(--nx-primary)}.nexa-theme .nx-content-image{border-radius:14px;height:clamp(260px,42vw,460px);margin-bottom:44px;position:relative;overflow:hidden}.nexa-theme .nx-content-actions{flex-wrap:wrap;gap:14px;margin-top:44px;display:flex}.nexa-theme .nx-button-ghost{border:1px solid var(--nx-border);color:var(--nx-ink);cursor:pointer;font:inherit;background:0 0;font-size:13px;font-weight:700}.nexa-theme .nx-prevnext{grid-template-columns:1fr 1fr;gap:18px;margin-top:60px;display:grid}.nexa-theme .nx-prevnext-item{color:var(--nx-ink);flex-direction:column;gap:8px;padding:26px;text-decoration:none;transition:all .2s;display:flex}.nexa-theme .nx-prevnext-item:hover{color:var(--nx-primary)}.nexa-theme .nx-prevnext-item small{color:var(--nx-muted);letter-spacing:.1em;text-transform:uppercase;font-size:11px;font-weight:750}.nexa-theme .nx-prevnext-next{text-align:right}.nexa-theme .nx-gallery-index{grid-auto-rows:300px;height:auto}.nexa-theme .nx-lightbox-overlay{z-index:100;background:color-mix(in srgb,var(--nx-scrim)94%,transparent);justify-content:center;align-items:center;gap:24px;padding:28px;display:flex;position:fixed;inset:0}.nexa-theme .nx-lightbox-prev,.nexa-theme .nx-lightbox-next{color:#fff;cursor:pointer;background:0 0;border:1px solid #ffffff4d;border-radius:999px;flex:0 0 46px;width:46px;height:46px;font-size:18px}.nexa-theme .nx-sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.nexa-theme .nx-member{text-align:left;flex-direction:column;display:flex}.nexa-theme .nx-member-image{height:320px;position:relative}.nexa-theme .nx-member-image>*{width:100%;height:100%}.nexa-theme .nx-member-body{flex-direction:column;gap:6px;padding:26px;display:flex}.nexa-theme .nx-member-body h2,.nexa-theme .nx-member-body h3{margin:0;font-size:21px;font-weight:600}.nexa-theme .nx-member-body small{color:var(--nx-primary);letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:750}.nexa-theme .nx-video{border-radius:14px;height:clamp(280px,52vw,620px);margin-top:52px;position:relative;overflow:hidden}.nexa-theme .nx-video>.nx-image,.nexa-theme .nx-video>.nx-image-empty{width:100%;height:100%}.nexa-theme .nx-video-play{z-index:13;background:var(--nx-primary);width:84px;height:84px;color:var(--nx-on-primary);cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;transition:all .25s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.nexa-theme .nx-video-play:hover{transform:translate(-50%,-50%)scale(1.06)}.nexa-theme .nx-video-frame{aspect-ratio:16/9;border-radius:14px;width:min(92vw,1100px);overflow:hidden}.nexa-theme .nx-video-frame iframe{border:0;width:100%;height:100%}.nexa-theme .nx-trustedby{border-block:1px solid var(--nx-border);padding:56px 24px}.nexa-theme .nx-trustedby-title{color:var(--nx-muted);letter-spacing:.14em;text-transform:uppercase;font-size:12px;font-weight:750}.nexa-theme .nx-logos{flex-wrap:wrap;justify-content:center;align-items:center;gap:44px;margin-top:32px;display:flex}.nexa-theme .nx-logo{opacity:.62;width:150px;height:54px;transition:all .25s;position:relative}.nexa-theme .nx-logo:hover{opacity:1}.nexa-theme .nx-logo>*{width:100%;height:100%}.nexa-theme .nx-logo .nx-image img{-o-object-fit:contain;object-fit:contain}.nexa-theme .nx-price{color:var(--nx-primary);align-items:baseline;gap:10px;font-size:20px;font-weight:700;display:flex}.nexa-theme .nx-price-detail{margin-bottom:28px;font-size:30px}.nexa-theme .nx-price-compare{color:var(--nx-muted);font-size:15px;font-weight:400;text-decoration:line-through}.nexa-theme .nx-page-hero{text-align:center;padding:140px 24px 70px}.nexa-theme .nx-content{width:min(100% - 48px,900px);margin:auto;padding:60px 0 100px}.nexa-theme .nx-content img{border-radius:14px;max-width:100%}.nexa-theme .nx-content-text{color:var(--nx-muted);font-size:17px;line-height:1.8}@media (max-width:900px){.nexa-theme .nx-nav{display:none}.nexa-theme .nx-menu{display:block}.nexa-theme .nx-hero,.nexa-theme .nx-about,.nexa-theme .nx-faq,.nexa-theme .nx-contact,.nexa-theme .nx-modal{flex-direction:column;grid-template-columns:1fr}.nexa-theme .nx-grid3{grid-template-columns:1fr 1fr}.nexa-theme .nx-gallery{grid-template-columns:1fr 1fr;height:auto}.nexa-theme .nx-gallery-item{height:320px}.nexa-theme .nx-gallery-item:nth-child(n){grid-column:auto}.nexa-theme .nx-modal-image{flex:0 0 240px;min-height:240px}}@media (max-width:620px){.nexa-theme .nx-shell{width:min(100% - 24px,1300px)}.nexa-theme .nx-section{padding:70px 12px}.nexa-theme .nx-header{margin:8px 8px 0}.nexa-theme .nx-hero{grid-template-columns:1fr;margin:8px}.nexa-theme .nx-hero-copy{min-height:620px;padding:32px}.nexa-theme .nx-hero-image{min-height:560px}.nexa-theme .nx-grid3,.nexa-theme .nx-gallery{grid-template-columns:1fr}.nexa-theme .nx-about-content{padding:30px 24px}.nexa-theme .nx-contact{gap:44px;margin:8px;padding:52px 20px}.nexa-theme .nx-contact-form{padding:28px 20px}.nexa-theme .nx-footer{margin:0 8px 8px}.nexa-theme .nx-footer-top,.nexa-theme .nx-footer-bottom{flex-direction:column;align-items:flex-start}}
