.n-plb {
  padding: var(--space-2xl) 0;
  background: var(--color-neutral-9);
}

.n-plb>section.hol-column {
  justify-items: start;
}

.n-plb>section.hol-column>div.hol-wrapping-row {
  grid-template-columns: repeat(auto-fit, minmax(30ch, 1fr));
}


.n-register {
  display: flex;
  justify-content: center;
}

.n-register form.hol-column {
  border: 1px solid var(--color-neutral-6);
  width: fit-content;
  max-width: 100%;
  margin-top: var(--space-xl-2xl);
  margin-bottom: var(--space-xl-2xl);
  padding: var(--space-l);
  justify-items: start;
}

.n-row-list {
  padding: var(--space-2xl) 0;
  background: var(--color-neutral-9);
}

.n-row-list>section.hol-column {
  justify-items: start;
}

.n-row-list>section.hol-column>ul.hol-column {
  list-style: none;
  justify-items: start;
  gap: var(--space-m);
}

.n-row-list>section.hol-column>ul.hol-column>li {
  display: flex;
  gap: var(--space-xs);
  width: 100%;
}

.n-row-list>section.hol-column>ul.hol-column>li>img {
  width: 20ch;
  height: auto;
}

.n-row-list>section.hol-column>ul.hol-column>li>div.hol-column {
  justify-items: start;
  align-content: center;
}

.n-row-list>section.hol-column>ul.hol-column>li>div.hol-column>a {
  color: var(--color-color-1);
}

.n-row-list>section.hol-column>ul.hol-column>li>div.hol-column>a>h3 {
  max-width: 30ch;
}

.n-cta-center {
  padding: var(--space-l-2xl) 0;
  row-gap: var(--space-m);
  position: relative;
}

.n-cta-center>section.hol-column {
  justify-items: center;
}

.n-cta-center>section.hol-column h1 {
  text-align: center;
}

.n-cta-center>section.hol-column>div {
  display: flex;
  align-items: center;
  gap: var(--space-s);
}

.n-cta-center>section.hol-column>img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: auto;
}

.n-navigation-small {
  background: var(--color-neutral-9);
}

.n-navigation-small>section {
  flex-wrap: wrap;
  background: transparent;
  color: var(--color-neutral-1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--space-2xs) 0;
}

.n-navigation-small>section>a.logo {
  text-decoration: none;
}

.n-navigation-small>section>a.logo>img {
  width: var(--space-xl);
  border-radius: 0.3em;
}

.n-navigation-small>section>nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: var(--space-2xs);
}


.n-pricing {
  padding: var(--space-2xl) 0;
  background: var(--color-neutral-9);
}

.n-pricing>section.hol-column {
  gap: var(--space-l);
}

.n-pricing>section.hol-column>ul.hol-wrapping-row {
  list-style: none;
  grid-template-columns: repeat(auto-fill, minmax(30ch, 1fr));
  align-items: center;
}

.n-pricing>section.hol-column>ul.hol-wrapping-row>li.hol-column {
  justify-items: start;
  background: var(--color-neutral-8);
  padding: var(--space-m);
}

.n-pricing>section.hol-column>ul.hol-wrapping-row>li.preferred.hol-column {
  padding: var(--space-l);
  background: var(--color-neutral-2);
  color: var(--color-neutral-9);
}

.n-team {
  background: var(--color-color-13);
  padding: var(--space-l-2xl) 0;
}

.n-team>section.hol-column>ul.hol-wrapping-row>li.hol-column {
  justify-items: start;
}

.n-team>section.hol-column>ul.hol-wrapping-row>li.hol-column>div {
  display: flex;
  gap: var(--space-xs);
}

.n-team>section.hol-column>ul.hol-wrapping-row>li.hol-column>div>a>svg {
  height: var(--space-m);
  width: auto;
}

.n-testimonial {
  background: var(--color-color-10);
  padding: var(--space-l-2xl) 0;
}

.n-testimonial>section.hol-column {
  justify-items: start;
  color: var(--color-neutral-2);
}

.n-testimonial>section.hol-column>div.hol-wrapping-row>blockquote {
  border: 1px solid var(--color-neutral-7);
  border-radius: 0.3em;
  align-self: stretch;
  gap: var(--space-m);
}

.n-contact {
  padding: var(--space-l-2xl) 0;
}

.n-contact>section.hol-wrapping-row {
  align-items: center;
}

.n-contact>section.hol-wrapping-row>div.hol-column {
  justify-items: start;
}

.n-contact>section.hol-wrapping-row>div.hol-column>ul.hol-column {
  justify-items: start;
  list-style: none;
}

.n-contact>section.hol-wrapping-row>div.hol-column>ul.hol-column>li {
  display: flex;
  align-items: center;
  gap: var(--space-xs);
}

.n-contact>section.hol-wrapping-row>div.hol-column>ul.hol-column>li>svg {
  width: 2rem;
  height: auto;
}

.n-contact>section.hol-wrapping-row>form.hol-column {
  justify-items: start;
}

.n-contact>section.hol-wrapping-row>form.hol-column>textarea {
  width: 100%;
}

.n-contact>section.hol-wrapping-row>form.hol-column>input {
  width: 100%;
}


.n-footer-large {
  padding: var(--space-2xl) 0;
  background: var(--color-neutral-8);
}

.n-footer-large>section.hol-column>nav {
  display: flex;
  gap: var(--space-m);
}

.n-footer-large>section.hol-column>div {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--color-neutral-7);
  padding: var(--space-m) 0 0 0;
  margin: var(--space-m) 0 0 0;
}

.n-footer-large>section.hol-column>div>nav {
  display: flex;
  gap: var(--space-m);
}

.n-footer-small {
  padding: var(--space-2xl) 0;
  background: var(--color-neutral-9);
}

.n-footer-small>section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.n-footer-small>section>nav {
  display: flex;
  gap: var(--space-m);
}

.n-footer-small>span {
  text-align: center;
  padding: var(--space-m) 0;
  color: var(--color-neutral-5);
}

.n-pcb {
  display: flex;
  flex-direction: column;
  text-align: center;
  background: var(--color-neutral-8);
  padding: var(--space-s);
  row-gap: var(--space-s);
}

.n-pcb>div.hol-column>img {
  width: 100%;
}

.n-pcb>div.hol-column>p {
  color: var(--color-neutral-2);
}

.n-pcb>.primary {
  align-self: center;
}

.n-pcnb {
  display: flex;
  flex-direction: column;
  text-align: center;
  background: var(--color-neutral-8);
  padding: var(--space-s);
  row-gap: var(--space-s);
}

.n-pcnb>div.hol-column {
  justify-items: left;
  text-align: left;
}

.n-pcnb>div.hol-column>img {
  width: 100%;
}

.n-pcnb>div.hol-column>p {
  color: var(--color-neutral-2);
}

.n-contact {
  padding: var(--space-l-2xl) 0;
}

.n-contact>section.hol-wrapping-row {
  align-items: center;
}

.n-contact>section.hol-wrapping-row>form.hol-column {
  justify-items: start;
  max-width: 65ch;
}

.n-contact>section.hol-wrapping-row>form.hol-column>textarea {
  width: 100%;
}

.n-contact>section.hol-wrapping-row>form.hol-column>input {
  width: 100%;
}


.n-feature {
  background: var(--color-color-10);
  padding: var(--space-l-2xl) 0;
}

.n-feature>section.hol-wrapping-row {
  align-items: center;
  padding: 0;
}

.n-feature>section.hol-wrapping-row>div.hol-column {
  justify-items: start;
}

.n-feature>section.hol-wrapping-row>div.hol-column>h6 {
  text-transform: uppercase;
}

.n-feature>section.hol-wrapping-row>div.hol-column>.primary {
  font-size: var(--font-size-1);
}

.n-feature-columns {
  background: var(--color-neutral-9);
  color: var(--color-neutral-1);
  padding: var(--space-l-2xl) 0;
}

.n-feature-columns>div.hol-column {
  row-gap: var(--space-m-xl);
  justify-items: start;
}

.n-feature-columns>div.hol-column>h2 {
  color: var(--color-neutral-1);
  max-width: 30ch;
}

.n-feature-columns>div.hol-column>ul.hol-wrapping-row>li.hol-column {
  justify-items: start;
}

.n-login {
  display: flex;
  justify-content: center;
}

.n-login form.hol-column {
  border: 1px solid var(--color-neutral-6);
  width: fit-content;
  max-width: 100%;
  margin-top: var(--space-xl-2xl);
  margin-bottom: var(--space-xl-2xl);
  padding: var(--space-l);
  justify-items: start;
}

.n-feature-rows {
  background: var(--color-neutral-9);
  color: var(--color-neutral-1);
  padding: var(--space-l-2xl) 0;
}

.n-feature-rows>div.hol-column {
  gap: var(--space-m-xl);
  justify-items: start;
}

.n-feature-rows>div.hol-column>h2 {
  color: var(--color-neutral-1);
  max-width: 30ch;
}

.n-feature-rows>div.hol-column>ul.hol-column {
  justify-items: start;
  gap: var(--space-m);
  padding: 0;
}

.n-feature-rows>div.hol-column>ul.hol-column>li {
  display: flex;
  flex-direction: row;
  gap: var(--space-m);
  align-items: center;
  width: 100%;
}

.n-feature-rows>div.hol-column>ul.hol-column>li>img {
  width: 18ch;
  aspect-ratio: 1/1;
  object-fit: contain;
  /* display: block; */
}

.n-feature-rows>div.hol-column>ul.hol-column>li>aside.hol-column {
  justify-items: start;
}

.n-feature-mobile {
  padding: var(--space-2xl) 0;
  background: var(--color-neutral-10);
}

.n-feature-mobile>section.hol-wrapping-row {
  align-items: center;
}

.n-feature-mobile>section.hol-wrapping-row>div.hol-column>h2 {
  color: var(--color-color-2);
  text-align: center;
}

.n-feature-mobile>section.hol-wrapping-row>div.hol-column>footer {
  display: flex;
  gap: var(--space-s);
}

.n-feature-mobile>section.hol-wrapping-row>div.hol-column>footer>a {
  display: flex;
}

.n-feature-mobile>section.hol-wrapping-row>div.hol-column>footer>a>img {
  width: auto;
  height: var(--space-xl);
}

.n-feature-mobile>section.hol-wrapping-row>figure {
  display: flex;
}

.n-feature-mobile>section.hol-wrapping-row>figure>img {
  max-width: 31ch;
}

.n-header {
  padding: var(--space-l-2xl) 0;
  background: var(--color-color-1);
}

.n-header>div {
  display: flex;
  flex-direction: column;
  align-items: start;
  text-transform: lowercase;
  -webkit-text-stroke: 0.1em var(--color-light-neutral-9);
  font-family: system-ui, sans-serif;
  paint-order: stroke fill;
}

.n-header>div>h1 {
  color: transparent;
  font-weight: 1000;
}

.n-plnb {
  padding: var(--space-2xl) 0;
  background: var(--color-neutral-9);
}

.n-plnb>section.hol-column {
  justify-items: start;
}

.n-plnb>section.hol-column>div.hol-wrapping-row {
  grid-template-columns: repeat(auto-fit, minmax(30ch, 1fr));
}


.n-shopping-cart {
  font-size: var(--font-size-0);
  width: fit-content;
}

.n-shopping-cart>a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2xs);
  padding: 0.3cap 0.6cap;
  transition: background 0.3s;
  color: var(--color-neutral-2);
}

.n-shopping-cart>a:hover {
  text-decoration: none;
  background: var(--color-neutral-9);
}

.n-shopping-cart>a:hover>span.cart {
  text-decoration: none;
}

.n-cta-grid {
  padding: var(--space-l-2xl) 0;
  row-gap: var(--space-m);
}

.n-cta-grid>section.hol-wrapping-row {
  align-items: center;
}

.n-cta-grid>section.hol-wrapping-row h1 {
  text-align: center;
}

.n-cta-grid>section.hol-wrapping-row>div {
  display: flex;
  align-items: center;
  gap: var(--space-s);
  flex-wrap: wrap;
}

.n-cta-grid>section.hol-wrapping-row>div>div {
  display: flex;
  align-items: center;
  gap: var(--space-s);
  width: 100%;
}

.n-header {
  padding: var(--space-l-2xl) 0;
}

.n-header>section.hol-column {
  text-align: center;
}

.n-header>section.hol-column>div {
  display: flex;
  gap: var(--space-xs);
  align-items: center;
}

.n-navigation-e-commerce {
  background: var(--color-neutral-9);
}

.n-navigation-e-commerce>section {
  flex-wrap: wrap;
  background: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--space-2xs) 0;
}

.n-navigation-e-commerce>section>a.logo {
  flex: 0 0 auto;
  text-decoration: none;
}

.n-navigation-e-commerce>section>a.logo>img {
  width: var(--space-xl);
  border-radius: 0.3em;
}

.n-navigation-e-commerce>section>div {
  display: flex;
  align-items: center;
  gap: var(--space-2xs);
}

.n-navigation-e-commerce>nav>a {
  padding: var(--space-3xs);
}

.n-navigation-e-commerce>nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--space-2xs);
  padding: var(--space-3xs) 0;
  border-bottom: 1px solid var(--color-neutral-7);
}

.n-breadcrumb {
  padding: var(--space-2xs) 0;
  justify-content: space-between;
  display: flex;
  align-items: center;
}

.n-breadcrumb .links {
  display: flex;
  align-items: center;
  gap: var(--space-3xs);
}

.n-breadcrumb .links > a {
  display: flex;
  align-items: center;
  line-height: 3rem;
}

.n-breadcrumb .links > span {
  line-height: 3rem;
}

.n-breadcrumb .actions {
  display: flex;
  align-items: center;
  gap: var(--space-3xs);
}

.n-breadcrumb .actions > a {
  display: flex;
  align-items: center;
}

.n-breadcrumb .actions > span.disabled {
  color: var(--color-neutral-6);
  display: flex;
  align-items: center;
}

.n-breadcrumb .actions > label {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.n-breadcrumb .actions > input[type="checkbox"] {
  display: none;
}

.n-breadcrumb .actions > input[type="date"] {
  font-size: var(--font-size--2);
}

.n-breadcrumb .actions > input:checked + label {
  background: var(--color-neutral-9);
}

.n-pd {
  padding: var(--space-l-2xl) 0;
  background: var(--color-color-1);
}

.n-pd>section.hol-wrapping-row {
  align-items: center;
}

.n-pd>section.hol-wrapping-row>div.hol-column {
  justify-items: start;
}

.n-pd>section.hol-wrapping-row>div.hol-column>.category {
  color: var(--color-neutral-4);
  border: 1px solid var(--color-neutral-4);
  width: fit-content;
  padding: var(--space-3xs) var(--space-xs);
}

.n-pd>section.hol-wrapping-row>div.hol-column>footer {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: var(--space-s);
}

.n-pd>section.hol-wrapping-row>div.hol-column>ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: var(--space-s);
  list-style: none;
  margin: var(--space-s) 0 0 0;
}

.n-pd>section.hol-column.description {
  margin: var(--space-s) 0 0 0;
  padding: var(--space-l-xl);
  justify-items: start;
  background: var(--color-color-2);
}

.n-pd>section.hol-column.description>section.hol-wrapping-row {
  justify-items: start;
}

.n-pd>section.hol-column.description>section.hol-wrapping-row>ul {
  padding: var(--space-s);
  flex: 1;
}

.n-cta-center {
  padding: var(--space-l-2xl) 0;
  row-gap: var(--space-m);
  background: var(--color-color-2);
  background-color: var(--color-dark-color-7);
}

.n-cta-center>section.hol-column {
  justify-items: center;
  color: var(--color-light-neutral-10);
}

.n-cta-center>section.hol-column h1 {
  text-align: center;
}

.n-cta-center>section.hol-column>div {
  display: flex;
  align-items: center;
  gap: var(--space-s);
}

.n-faq {
  padding: var(--space-l-2xl) 0;
}

.n-faq>section.hol-wrapping-row>div.hol-column {
  justify-items: start;
  max-width: 65ch;
}

.n-faq>section.hol-wrapping-row>div.hol-column>details {
  border: 1px solid var(--color-neutral-7);
  border-radius: 0.3em;
  width: 100%;
  padding: var(--space-xs) var(--space-s);
}

.n-faq>section.hol-wrapping-row>div.hol-column>details>div {
  margin: var(--space-xs) 0 0 0;
}