.nmm-ct{--nmm-ct-bg: hsl(40, 35%, 97%);--nmm-ct-fg: hsl(270, 15%, 22%);--nmm-ct-card: hsl(40, 25%, 99%);--nmm-ct-primary: hsl(270, 28%, 38%);--nmm-ct-primary-fg: hsl(0, 0%, 100%);--nmm-ct-muted: hsl(40, 20%, 90%);--nmm-ct-muted-fg: hsl(270, 10%, 45%);--nmm-ct-border: hsl(40, 22%, 85%);--nmm-ct-lavender: hsl(270, 30%, 85%);--nmm-ct-radius: .875rem;font-family:Poppins,sans-serif;color:var(--nmm-ct-fg);background:var(--nmm-ct-bg)}.nmm-ct *{box-sizing:border-box}.nmm-ct__hero{padding:4rem 1.25rem;text-align:center;background:var(--nmm-ct-bg)}@media(min-width:640px){.nmm-ct__hero{padding:5rem 1.25rem}}.nmm-ct__hero h1{font-size:2.75rem;font-weight:600;color:var(--nmm-ct-fg);margin:0 0 .75rem;line-height:1.2}@media(min-width:640px){.nmm-ct__hero h1{font-size:3.75rem}}.nmm-ct__hero__desc{max-width:48rem;margin:0 auto;font-size:1.125rem;color:var(--nmm-ct-muted-fg);line-height:1.625}@media(min-width:640px){.nmm-ct__hero__desc{font-size:1.25rem}}.nmm-ct__body{background:var(--nmm-ct-bg)}.nmm-ct__grid{max-width:80rem;margin:0 auto;padding:0 1.25rem 4rem;display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:1024px){.nmm-ct__grid{grid-template-columns:3fr 2fr;gap:2.5rem;padding-bottom:5rem}}.nmm-ct__form-card{background:var(--nmm-ct-card);border:1px solid var(--nmm-ct-border);border-radius:var(--nmm-ct-radius);padding:2rem;box-shadow:0 8px 32px #bfacd252}@media(min-width:640px){.nmm-ct__form-card{padding:2.75rem}}.nmm-ct__form-card .nmm-ct__group{margin-bottom:1.25rem}.nmm-ct__form-card label{display:block;font-weight:500;font-size:1rem;color:var(--nmm-ct-fg);margin-bottom:.4rem}.nmm-ct__form-card input,.nmm-ct__form-card select,.nmm-ct__form-card textarea{width:100%;background:var(--nmm-ct-bg);border:1px solid var(--nmm-ct-border);border-radius:var(--nmm-ct-radius);padding:.875rem 1.125rem;font-family:Poppins,sans-serif;font-size:1.0625rem;color:var(--nmm-ct-fg);min-height:44px;transition:box-shadow .2s;outline:none;-webkit-appearance:none}.nmm-ct__form-card input::placeholder,.nmm-ct__form-card textarea::placeholder{color:var(--nmm-ct-muted-fg)}.nmm-ct__form-card input:focus,.nmm-ct__form-card select:focus,.nmm-ct__form-card textarea:focus{box-shadow:0 0 0 2px var(--nmm-ct-primary)}.nmm-ct__form-card textarea{min-height:140px;resize:vertical}.nmm-ct__form-card select{cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.nmm-ct__submit{width:100%;background:var(--nmm-ct-primary);color:var(--nmm-ct-primary-fg);font-family:Poppins,sans-serif;font-weight:600;font-size:1rem;padding:.875rem;border:none;border-radius:9999px;cursor:pointer;min-height:44px;transition:opacity .2s}.nmm-ct__submit:hover{opacity:.9}.nmm-ct__support-cards{display:flex;flex-direction:column;gap:1rem}.nmm-ct__support-card{background:var(--nmm-ct-card);border:1px solid var(--nmm-ct-border);border-radius:var(--nmm-ct-radius);padding:1.5rem;box-shadow:0 4px 18px #bfacd238;display:flex;align-items:flex-start;gap:1rem}.nmm-ct__support-icon{flex-shrink:0;width:2.5rem;height:2.5rem;border-radius:50%;background:var(--nmm-ct-lavender);display:flex;align-items:center;justify-content:center}.nmm-ct__support-icon svg{width:18px;height:18px;stroke:var(--nmm-ct-primary);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.nmm-ct__support-card h3{font-size:1.125rem;font-weight:600;color:var(--nmm-ct-fg);margin:0 0 .125rem}.nmm-ct__support-card p{font-size:1rem;color:var(--nmm-ct-muted-fg);line-height:1.625;margin:0}.nmm-ct__support-card a{font-size:1rem;font-weight:500;color:var(--nmm-ct-primary);text-decoration:none;display:inline-block;margin-top:.25rem}.nmm-ct__support-card a:hover{text-decoration:underline}.nmm-ct__cta{background:var(--nmm-ct-lavender);padding:3.5rem 1.25rem;text-align:center}@media(min-width:640px){.nmm-ct__cta{padding:4rem 1.25rem}}.nmm-ct__cta h2{font-size:1.5rem;font-weight:600;color:var(--nmm-ct-fg);margin:0 0 .75rem}@media(min-width:640px){.nmm-ct__cta h2{font-size:1.875rem}}.nmm-ct__cta p{max-width:32rem;margin:0 auto 1.5rem;font-size:1rem;color:var(--nmm-ct-muted-fg);line-height:1.625}.nmm-ct__cta-btn{display:inline-flex;align-items:center;justify-content:center;background:var(--nmm-ct-primary);color:var(--nmm-ct-primary-fg);font-family:Poppins,sans-serif;font-weight:600;font-size:1.125rem;padding:1rem 2.5rem;border-radius:9999px;text-decoration:none;min-height:44px;transition:opacity .2s}.nmm-ct__cta-btn:hover{opacity:.9;color:var(--nmm-ct-primary-fg)}
/*# sourceMappingURL=/cdn/shop/t/69/assets/section-nmm-contact.css.map */
