.nfd-relative {
  position: relative !important;
}
.-nfd-bottom-1 {
  bottom: -0.25rem !important;
}
.-nfd-top-1 {
  top: -0.25rem !important;
}
.nfd-top-10 {
  top: 2.5rem !important;
}
.nfd-col-start-1 {
  grid-column-start: 1 !important;
}
.nfd-col-start-4 {
  grid-column-start: 4 !important;
}
.nfd-col-start-5 {
  grid-column-start: 5 !important;
}
.nfd-col-start-6 {
  grid-column-start: 6 !important;
}
.nfd-col-start-7 {
  grid-column-start: 7 !important;
}
.nfd-col-end-10 {
  grid-column-end: 10 !important;
}
.nfd-col-end-13 {
  grid-column-end: 13 !important;
}
.nfd-col-end-7 {
  grid-column-end: 7 !important;
}
.nfd-col-end-8 {
  grid-column-end: 8 !important;
}
.nfd-col-end-9 {
  grid-column-end: 9 !important;
}
.nfd-row-start-1 {
  grid-row-start: 1 !important;
}
.nfd-mb-8:not([style*="margin"]) {
  margin-bottom: 2rem !important;
}
.nfd-mt-8:not([style*="margin"]) {
  margin-top: 2rem !important;
}
.nfd-mt-\[-100px\]:not([style*="margin"]) {
  margin-top: -100px !important;
}
.nfd-grid {
  display: grid !important;
}
.nfd-aspect-square {
  aspect-ratio: 1/1 !important;
}
.nfd-h-full {
  height: 100% !important;
}
.nfd-w-full {
  width: 100% !important;
}
.nfd-shrink-0 {
  flex-shrink: 0 !important;
}
.nfd-grow {
  flex-grow: 1 !important;
}
.nfd-grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
}
.nfd-grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.nfd-grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
}
.nfd-items-center {
  align-items: center !important;
}
.nfd-overflow-hidden {
  overflow: hidden !important;
}
.nfd-rounded {
  border-radius: 0.25rem !important;
}
.nfd-p-0:not([style*="padding"]) {
  padding: 0 !important;
}
.nfd-p-10:not([style*="padding"]) {
  padding: 2.5rem !important;
}
.nfd-p-2:not([style*="padding"]) {
  padding: 0.5rem !important;
}
.nfd-p-4:not([style*="padding"]) {
  padding: 1rem !important;
}
.nfd-p-8:not([style*="padding"]) {
  padding: 2rem !important;
}
.nfd-px-0:not([style*="padding"]) {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.nfd-px-4:not([style*="padding"]) {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.nfd-px-8:not([style*="padding"]) {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.nfd-py-0:not([style*="padding"]) {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.nfd-py-4:not([style*="padding"]) {
  padding-bottom: 1rem !important;
  padding-top: 1rem !important;
}
.nfd-py-5:not([style*="padding"]) {
  padding-bottom: 1.25rem !important;
  padding-top: 1.25rem !important;
}
.nfd-text-left {
  text-align: left !important;
}
:where(:root) {
  --nfd-cp-text-sm: 0.875rem;
  --nfd-cp-text-base: 1rem;
  --nfd-cp-text-md: 1.125rem;
  --nfd-cp-text-lg: clamp(1.625rem, 1.546875rem + 0.25vw, 1.75rem);
  --nfd-cp-text-xl: clamp(1.75rem, 1.3594rem + 1.25vw, 2.375rem);
  --nfd-cp-text-huge: clamp(2.25rem, 1.4688rem + 2.5vw, 3.5rem);
  --nfd-cp-text-giga: clamp(3.25rem, 2.546875rem + 2.25vw, 4.375rem);
  --nfd-cp-spacing-x-lg: clamp(2rem, 7vw, 6.25rem);
  --nfd-cp-spacing-y-lg: clamp(4rem, 7vw, 6.25rem);
  --nfd-cp-spacing-x-md: clamp(2rem, 7vw, 3.5rem);
  --nfd-cp-spacing-y-md: clamp(3rem, 7vw, 3.5rem);
}
:root {
  --nfd-wb-anim-transition-duration: 1400ms;
  --nfd-wb-anim-transition-delay: 50ms;
  --nfd-wb-anim-transition-easing-function: cubic-bezier(0.4, 1, 0.65, 1);
  --nfd-wb-anim-transition: all var(--nfd-wb-anim-transition-duration)
    var(--nfd-wb-anim-transition-easing-function)
    var(--nfd-wb-anim-transition-delay);
}
@media (prefers-reduced-motion: reduce) {
  .nfd-wb-animate {
    transition: none !important;
  }
}
@media (max-width: 782px) {
  .nfd-wb-animate {
    transition: none !important;
  }
}
.nfd-wb-animate[data-replay-animation] {
  transition: none !important;
}
[class*="nfd-wb-fade-in"] {
  --nfd-wb-anim-transition: opacity var(--nfd-wb-anim-transition-duration)
      var(--nfd-wb-anim-transition-easing-function)
      var(--nfd-wb-anim-transition-delay),
    transform var(--nfd-wb-anim-transition-duration)
      var(--nfd-wb-anim-transition-easing-function)
      var(--nfd-wb-anim-transition-delay);
  transition: var(--nfd-wb-anim-transition);
}
.nfd-wb-fade-in-bottom {
  --nfd-wb-anim-transition-duration: 1200ms;
  opacity: 0;
  transform: translate3d(0, 90px, 0);
  transition: var(--nfd-wb-anim-transition);
}
.nfd-wb-fade-in-bottom-short {
  transform: translate3d(0, 32px, 0) scale3d(0.96, 0.96, 0.96);
  transform-origin: center bottom;
}
.nfd-wb-fade-in-bottom-short,
.nfd-wb-fade-in-top-short {
  --nfd-wb-anim-transition-duration: 600ms;
  opacity: 0;
  transition: var(--nfd-wb-anim-transition);
}
.nfd-wb-fade-in-top-short {
  transform: translate3d(0, -32px, 0) scale3d(0.96, 0.96, 0.96);
  transform-origin: center top;
}
.nfd-wb-fade-in-left-short {
  transform: translate3d(-32px, 0, 0) scale3d(0.96, 0.96, 0.96);
  transform-origin: center left;
}
.nfd-wb-fade-in-left-short,
.nfd-wb-fade-in-right-short {
  --nfd-wb-anim-transition-duration: 600ms;
  opacity: 0;
  transition: var(--nfd-wb-anim-transition);
}
.nfd-wb-fade-in-right-short {
  transform: translate3d(32px, 0, 0) scale3d(0.96, 0.96, 0.96);
  transform-origin: right center;
}
.nfd-wb-animated-in:not([data-replay-animation])[class*="nfd-wb-fade-in"] {
  opacity: 1;
  transform: translateZ(0) scaleX(1);
}
.nfd-wb-zoom-in {
  --nfd-wb-anim-transition-duration: 1200ms;
  --nfd-wb-anim-transition: opacity var(--nfd-wb-anim-transition-duration)
      var(--nfd-wb-anim-transition-easing-function)
      var(--nfd-wb-anim-transition-delay),
    transform var(--nfd-wb-anim-transition-duration)
      var(--nfd-wb-anim-transition-easing-function)
      var(--nfd-wb-anim-transition-delay);
  opacity: 0;
  transform: scale3d(0.3, 0.3, 0.3);
  transition: var(--nfd-wb-anim-transition);
}
.nfd-wb-animated-in:not([data-replay-animation]).nfd-wb-zoom-in {
  opacity: 1 !important;
  transform: scaleX(1) !important;
}
div:has(> .nfd-wb-twist-in) {
  perspective: 1200px;
}
.nfd-wb-twist-in {
  --nfd-wb-anim-transition-duration: 1000ms;
  --nfd-wb-anim-transition: opacity var(--nfd-wb-anim-transition-duration)
      var(--nfd-wb-anim-transition-easing-function)
      var(--nfd-wb-anim-transition-delay),
    transform var(--nfd-wb-anim-transition-duration)
      var(--nfd-wb-anim-transition-easing-function)
      var(--nfd-wb-anim-transition-delay);
  opacity: 0;
  transform: translateY(40px) scale(0.8) rotateY(30deg) rotate(-12deg)
    translateZ(0);
  transition: var(--nfd-wb-anim-transition);
}
.nfd-wb-animated-in:not([data-replay-animation]).nfd-wb-twist-in {
  opacity: 1 !important;
  transform: translateY(0) scale(1) rotateY(0deg) rotate(0deg) translateZ(0) !important;
}
.nfd-wb-reveal-right {
  --nfd-wb-anim-transition-duration: 1500ms;
  --nfd-wb-anim-transition-easing-function: cubic-bezier(0.4, 0, 0, 1);
  --nfd-wb-anim-transition: clip-path var(--nfd-wb-anim-transition-duration)
    var(--nfd-wb-anim-transition-easing-function)
    var(--nfd-wb-anim-transition-delay);
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  transition: var(--nfd-wb-anim-transition);
}
.nfd-wb-animated-in > .nfd-wb-reveal-right:not([data-replay-animation]) {
  -webkit-clip-path: inset(0 0 0 0) !important;
  clip-path: inset(0 0 0 0) !important;
}
.nfd-delay-50 {
  --nfd-wb-anim-transition-delay: 50ms !important;
}
.nfd-delay-150 {
  --nfd-wb-anim-transition-delay: 150ms !important;
}
.nfd-delay-300 {
  --nfd-wb-anim-transition-delay: 300ms !important;
}
.nfd-delay-450 {
  --nfd-wb-anim-transition-delay: 450ms !important;
}
.nfd-delay-600 {
  --nfd-wb-anim-transition-delay: 600ms !important;
}
.nfd-delay-750 {
  --nfd-wb-anim-transition-delay: 750ms !important;
}
.nfd-delay-900 {
  --nfd-wb-anim-transition-delay: 900ms !important;
}
.nfd-delay-1050 {
  --nfd-wb-anim-transition-delay: 1050ms !important;
}
.nfd-delay-1200 {
  --nfd-wb-anim-transition-delay: 1200ms !important;
}
.nfd-delay-1350 {
  --nfd-wb-anim-transition-delay: 1350ms !important;
}
.nfd-delay-1500 {
  --nfd-wb-anim-transition-delay: 1500ms !important;
}
.block-editor-block-preview__content-iframe .is-root-container {
  min-height: 120px !important;
}
.block-editor-block-preview__content-iframe
  .is-root-container:has(div[class*="nfd-"]) {
  padding: 0 !important;
}
.block-editor-block-preview__content-iframe .nfd-stretch-cover-child,
.block-editor-block-preview__content-iframe [style*="min-height: 100vh"],
.block-editor-block-preview__content-iframe [style*="min-height:100vh"] {
  min-height: 800px !important;
}
.nfd-wba-modal * {
  box-sizing: border-box !important;
}
.nfd-bg-accent:not(.has-background),
.nfd-bg-accent:not(.has-background)
  .wp-block-cover__background:not([class*="background-color"]):not(
    [style*="background"]
  ) {
  background-color: var(--nfd-cp-bg-accent, #000) !important;
}
.nfd-bg-gray-100:not(.has-background) {
  background-color: var(--nfd-cp-bg-gray-100, #f3f4f6) !important;
}
.nfd-bg-gray-800:not(.has-background),
.nfd-bg-gray-800:not(.has-background)
  .wp-block-cover__background:not([class*="background-color"]):not(
    [style*="background"]
  ) {
  background-color: var(--nfd-cp-bg-gray-800, #161a1d) !important;
}
.nfd-border-accent:not([class*="border-color"])
  img:not([style*="border-top-color"]):not([style*="border-right-color"]):not(
    [style*="border-bottom-color"]
  ):not([style*="border-left-color"]):not([class*="border-color"]),
.nfd-border-accent:not([class*="border-color"]):not(
    [style*="border-top-color"]
  ):not([style*="border-right-color"]):not([style*="border-bottom-color"]):not(
    [style*="border-left-color"]
  ) {
  border-color: var(--nfd-cp-border-accent, #000) !important;
}
.nfd-text-primary:not(.has-text-color),
.wp-block-button.nfd-text-primary > a:not(.has-text-color) {
  color: var(--nfd-cp-text-primary, currentColor) !important;
}
.nfd-text-secondary:not(.has-text-color),
.wp-block-button.nfd-text-secondary > a:not(.has-text-color) {
  color: var(--nfd-cp-text-secondary, currentColor) !important;
}
.nfd-text-current:not(.has-text-color),
.wp-block-navigation.nfd-text-current a {
  color: currentColor !important;
}
.nfd-text-opacity-80
  p:not(.has-text-color):not(.has-link-color):not(.has-background),
.nfd-text-opacity-80 time:not(.has-text-color):not(.has-background),
p.nfd-text-opacity-80:not(.has-text-color):not(.has-link-color):not(
    .has-background
  ) {
  opacity: 0.8 !important;
}
.nfd-form-items-grow > div:not(.wp-block-jetpack-button) {
  flex-grow: 1 !important;
}
.nfd-jp-form.nfd-text-center .consent {
  text-align: center !important;
}
.nfd-jp-form .contact-form-submission .go-back-message .link {
  color: currentColor !important;
  text-decoration: underline !important;
}
.nfd-jp-form .contact-form-submission .go-back-message {
  margin-top: 0 !important;
}
.nfd-jp-form .contact-form-submission {
  border-color: currentColor !important;
  padding: calc(var(--nfd-cp-spacing-y-md) * 0.5) 0 !important;
}
.nfd-jp-form textarea {
  resize: vertical !important;
}
.nfd-jp-form .wp-block-button__link {
  padding-block-end: 10px !important;
  padding-block-start: 10px !important;
}
.nfd-jp-form
  .jetpack-field-checkbox
  .jetpack-field-label
  .jetpack-field-label__input,
.nfd-jp-form
  .jetpack-field-consent
  .jetpack-field-label
  .jetpack-field-label__input,
.nfd-jp-form .consent {
  text-wrap: balance !important;
  font-size: 0.875rem !important;
  line-height: 1.5em !important;
  text-transform: none !important;
}
.nfd-jp-form input[type="checkbox"] {
  padding: 0 !important;
}
@media (max-width: 782px) {
  .md\:nfd-no-br > br {
    display: none !important;
  }
}
p[style*="text-decoration"] > a {
  color: inherit !important;
  text-decoration: inherit !important;
}
.nfd-stretch-cover-child,
.nfd-stretch-cover-child .wp-block-cover__inner-container {
  display: flex !important;
  flex-direction: column !important;
}
.nfd-stretch-cover-child .wp-block-cover__inner-container,
.nfd-stretch-cover-child .wp-block-cover__inner-container > .wp-block-group {
  align-items: inherit !important;
  flex-grow: 1 !important;
  justify-content: inherit !important;
}
.nfd-stretch-cover-child .wp-block-cover__inner-container > .wp-block-group {
  width: 100% !important;
}
.nfd-wk-search .wp-block-search__input {
  min-height: 50px !important;
  padding: 8px 16px !important;
}
.nfd-filter-white-invert img {
  filter: brightness(0) invert(1) !important;
}
.nfd-absolute-header {
  left: 0 !important;
  position: absolute !important;
  right: 0 !important;
  z-index: 10 !important;
}
.is-style-dots.nfd-text-left:before {
  padding-left: 0 !important;
}
.nfd-absolute-header:not([style*="margin"]) {
  margin: 0 !important;
}
:is([style*="min-height:100vh"]) {
  min-height: calc(100vh - var(--wp-admin--admin-bar--height)) !important;
  min-height: calc(100dvh - var(--wp-admin--admin-bar--height)) !important;
}
@supports (height: 100dvh) {
  :is([style*="height:100vh"]) {
    min-height: calc(100dvh - var(--wp-admin--admin-bar--height)) !important;
  }
}
.nfd-wk-loop > .columns-2,
.nfd-wk-loop > .columns-3,
.nfd-wk-loop > .columns-4 {
  display: grid !important;
  gap: 3rem !important;
}
.nfd-wk-loop > .columns-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
@media (max-width: 782px) {
  .nfd-wk-loop > .columns-2 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
.nfd-wk-loop > .columns-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
@media (max-width: 782px) {
  .nfd-wk-loop > .columns-3 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
.nfd-wk-loop > .columns-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
@media (max-width: 782px) {
  .nfd-wk-loop > .columns-4 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}
.nfd-wk-loop > .columns-2 > li,
.nfd-wk-loop > .columns-3 > li,
.nfd-wk-loop > .columns-4 > li {
  width: auto !important;
}
.nfd-wk-loop li a {
  text-decoration-line: none !important;
}
.nfd-wk-loop
  .wp-block-post-featured-image
  img:not([style*="height"]):not([style*="width"]),
.nfd-wk-loop .wp-post-image:not([style*="height"]):not([style*="width"]) {
  aspect-ratio: 3/2 !important;
  -o-object-fit: cover !important;
  object-fit: cover !important;
}
.nfd-wk-loop .wp-block-post-featured-image {
  transition-duration: 0.1s !important;
  transition-property: opacity !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.nfd-wk-loop .wp-block-post-featured-image:has(a:hover) {
  opacity: 0.8 !important;
}
.nfd-wk-loop .wp-block-post-title > a:hover {
  text-decoration-line: underline !important;
}
[class*="nfd-divider-"] {
  --nfd-divider-size: 50px !important;
  position: relative !important;
}
[class*="nfd-divider-"]:after {
  background: inherit !important;
  bottom: calc(var(--nfd-divider-size) * -1) !important;
  content: "" !important;
  height: var(--nfd-divider-size) !important;
  left: 0 !important;
  pointer-events: none !important;
  position: absolute !important;
  width: 100% !important;
  z-index: 10 !important;
}
.nfd-divider-zigzag {
  --nfd-divider-size: 8px !important;
}
.nfd-divider-zigzag:after {
  -webkit-mask: conic-gradient(
      from -45deg at bottom,
      #0000,
      #000 1deg 89deg,
      #0000 90deg
    )
    50% / calc(var(--nfd-divider-size) * 2) 100% !important;
  mask: conic-gradient(
      from -45deg at bottom,
      #0000,
      #000 1deg 89deg,
      #0000 90deg
    )
    50% / calc(var(--nfd-divider-size) * 2) 100% !important;
}
.nfd-divider-slant,
.nfd-divider-slant-invert {
  --nfd-divider-size: 80px !important;
}
.nfd-divider-slant:after {
  bottom: calc(var(--nfd-divider-size) * -1 + 1px) !important;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%) !important;
  clip-path: polygon(0 0, 100% 0, 0 100%) !important;
}
.nfd-divider-slant-invert:after {
  bottom: calc(var(--nfd-divider-size) * -1 + 1px) !important;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%) !important;
  clip-path: polygon(0 0, 100% 0, 100% 100%) !important;
}
.nfd-divider-arrow {
  --nfd-divider-size: 16px !important;
}
.nfd-divider-arrow:after {
  bottom: calc(var(--nfd-divider-size) * -1) !important;
  height: calc(var(--nfd-divider-size) * 2) !important;
  left: 50% !important;
  transform: translateX(-50%) rotate(45deg) !important;
  width: calc(var(--nfd-divider-size) * 2) !important;
}
.nfd-divider-triangle {
  --nfd-divider-size: 80px !important;
}
.nfd-divider-triangle:after {
  bottom: calc(var(--nfd-divider-size) * -1 + 1px) !important;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%) !important;
  clip-path: polygon(0 0, 100% 0, 50% 100%) !important;
}
.nfd-divider-ellipse {
  --nfd-divider-size: 50px !important;
}
.nfd-divider-ellipse:after {
  -webkit-clip-path: ellipse(50% var(--nfd-divider-size) at 50% 0) !important;
  clip-path: ellipse(50% var(--nfd-divider-size) at 50% 0) !important;
}
.nfd-divider-rounded {
  --nfd-divider-size: 50px !important;
}
.nfd-divider-rounded:after {
  border-bottom-left-radius: var(--nfd-divider-size) !important;
  border-bottom-right-radius: var(--nfd-divider-size) !important;
}
.entry-content > .nfd-my-0,
.is-root-container > .nfd-my-0:not([style*="margin"]) {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.nfd-overlap-children-sm > :not(:first-child) {
  margin-inline-start: -1rem !important;
}
.nfd-grid-cols-1-2-1 {
  grid-template-columns: 1fr 2fr 1fr !important;
}
.nfd-p-lg:not([style*="padding"]) {
  padding: var(--nfd-cp-spacing-y-lg) var(--nfd-cp-spacing-x-lg) !important;
}
.nfd-px-lg:not([style*="padding"]) {
  padding-left: var(--nfd-cp-spacing-x-lg) !important;
  padding-right: var(--nfd-cp-spacing-x-lg) !important;
}
.nfd-py-lg:not([style*="padding"]) {
  padding-bottom: var(--nfd-cp-spacing-y-lg) !important;
  padding-top: var(--nfd-cp-spacing-y-lg) !important;
}
.nfd-p-md:not([style*="padding"]) {
  padding: var(--nfd-cp-spacing-y-md) var(--nfd-cp-spacing-x-md) !important;
}
.nfd-px-md:not([style*="padding"]) {
  padding-left: var(--nfd-cp-spacing-x-md) !important;
  padding-right: var(--nfd-cp-spacing-x-md) !important;
}
.nfd-py-md:not([style*="padding"]) {
  padding-bottom: var(--nfd-cp-spacing-y-md) !important;
  padding-top: var(--nfd-cp-spacing-y-md) !important;
}
.nfd-py-stack:not([style*="padding"]) {
  padding-bottom: var(--nfd-cp-p-stack, 0.75rem) !important;
  padding-top: var(--nfd-cp-p-stack, 0.75rem) !important;
}
.nfd-px-base:not([style*="padding"]) {
  padding-left: var(--nfd-cp-p-base, 2.375rem) !important;
  padding-right: var(--nfd-cp-p-base, 2.375rem) !important;
}
.nfd-pt-lg:not([style*="padding"]) {
  padding-top: var(--nfd-cp-spacing-y-lg) !important;
}
.nfd-pb-lg:not([style*="padding"]) {
  padding-bottom: var(--nfd-cp-spacing-y-lg) !important;
}
.nfd-pb-md:not([style*="padding"]) {
  padding-bottom: var(--nfd-cp-spacing-y-md) !important;
}
.nfd-container.nfd-p-lg:not([style*="padding"]),
.nfd-container.nfd-p-md:not([style*="padding"]),
.nfd-container.nfd-px-lg:not([style*="padding"]):not([style*="padding"]),
.nfd-container.nfd-px-md:not([style*="padding"]) {
  padding-left: var(--nfd-cp-p-base, 2.375rem) !important;
  padding-right: var(--nfd-cp-p-base, 2.375rem) !important;
}
.nfd-container:not(.is-layout-constrained)
  > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: var(--nfd-cp-container, 1140px) !important;
}
.nfd-container:not(.is-layout-constrained) > :where(.alignwide) {
  max-width: calc(var(--nfd-cp-container, 1140px) + 116px) !important;
}
@media (max-width: 782px) {
  .nfd-container:not(.is-layout-constrained) > :where(.alignwide) {
    max-width: var(--nfd-cp-container, 1140px) !important;
  }
}
.nfd-container:not([style*="padding"])
  > :not([style*="padding"]):not([class*="nfd-p-"]):not([class*="nfd-px-"]):not(
    [style*="padding"]
  ) {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.nfd-container:has(+ .nfd-container + .nfd-container) + .nfd-container,
.nfd-container:has(+ .wp-block-spacer:not([style*="margin"]) + .nfd-container)
  + .wp-block-spacer {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.nfd-text-sm:not([class*="font-size"]):not([style*="font-size"]) {
  font-size: var(--nfd-cp-text-sm) !important;
}
.nfd-text-base:not([class*="font-size"]):not([style*="font-size"]) {
  font-size: var(--nfd-cp-text-base) !important;
}
.nfd-text-base:not([class*="font-size"]):not([style*="font-size"])
  .wp-block-button:not([class*="font-size"]):not([style*="font-size"])
  > .wp-block-button__link,
.nfd-text-base:not([class*="font-size"]):not([style*="font-size"])
  > .wp-block-button__link,
.nfd-text-sm:not([class*="font-size"]):not([style*="font-size"])
  .wp-block-button:not([class*="font-size"]):not([style*="font-size"])
  > .wp-block-button__link,
.nfd-text-sm:not([class*="font-size"]):not([style*="font-size"])
  > .wp-block-button__link {
  font-size: inherit !important;
}
.nfd-text-md:not([class*="font-size"]):not([style*="font-size"]) {
  font-size: var(--nfd-cp-text-md) !important;
}
.nfd-text-md:not([style*="line-height"]) {
  line-height: 1.6 !important;
}
.nfd-text-lg:not([class*="font-size"]):not([style*="font-size"]) {
  font-size: var(--nfd-cp-text-lg) !important;
}
.nfd-text-lg:not([style*="line-height"]) {
  line-height: 1.2 !important;
}
.nfd-text-lg:not([style*="letter-spacing"]) {
  letter-spacing: -0.01em !important;
}
.nfd-text-lg:not([style*="font-weight"]) {
  font-weight: 500 !important;
}
.nfd-text-xl:not([class*="font-size"]):not([style*="font-size"]) {
  font-size: var(--nfd-cp-text-xl) !important;
}
.nfd-text-xl:not([style*="line-height"]) {
  line-height: 1.2 !important;
}
.nfd-text-xl:not([style*="letter-spacing"]) {
  letter-spacing: -0.01em !important;
}
.nfd-text-xl:not([style*="font-weight"]) {
  font-weight: 500 !important;
}
.nfd-text-huge:not([class*="font-size"]):not([style*="font-size"]) {
  font-size: var(--nfd-cp-text-huge) !important;
}
.nfd-text-huge:not([style*="line-height"]) {
  line-height: 1.125 !important;
}
.nfd-text-huge:not([style*="letter-spacing"]) {
  letter-spacing: -0.025em !important;
}
.nfd-text-huge:not([style*="font-weight"]) {
  font-weight: 500 !important;
}
.nfd-text-giga:not([class="font-size"]):not([style*="font-size"]) {
  font-size: var(--nfd-cp-text-giga) !important;
}
.nfd-text-giga:not([style*="line-height"]) {
  line-height: 1.1 !important;
}
.nfd-text-giga:not([style*="letter-spacing"]) {
  letter-spacing: -0.03em !important;
}
.nfd-text-giga:not([style*="font-weight"]) {
  font-weight: 500 !important;
}
.nfd-weight-inherit .wp-block-button__link,
.nfd-weight-inherit:not([style*="font-weight"]) {
  font-weight: inherit !important;
}
.nfd-text-base .wp-block-button__link,
.nfd-text-base .wp-block-navigation,
.nfd-text-md .wp-block-button__link,
.nfd-text-md .wp-block-navigation,
.nfd-text-sm .wp-block-button__link,
.nfd-text-sm .wp-block-navigation {
  font-size: inherit !important;
}
.nfd-text-balance {
  text-wrap: balance !important;
}
@media (max-width: 782px) {
  .md\:nfd-order-2 {
    order: 2 !important;
  }
  .md\:nfd-my-0:not([style*="margin"]) {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .md\:nfd-flex {
    display: flex !important;
  }
  .md\:nfd-hidden {
    display: none !important;
  }
  .md\:nfd-basis-full {
    flex-basis: 100% !important;
  }
  .md\:nfd-grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
  .md\:nfd-flex-wrap {
    flex-wrap: wrap !important;
  }
  .md\:nfd-items-start {
    align-items: flex-start !important;
  }
  .md\:nfd-justify-start {
    justify-content: flex-start !important;
  }
  .md\:nfd-justify-end {
    justify-content: flex-end !important;
  }
  .md\:nfd-justify-center {
    justify-content: center !important;
  }
  .md\:nfd-gap-5 {
    gap: 1.25rem !important;
  }
  .md\:nfd-gap-8 {
    gap: 2rem !important;
  }
  .md\:nfd-self-start {
    align-self: flex-start !important;
  }
  .md\:nfd-rounded-lg {
    border-radius: 0.5rem !important;
  }
  .md\:nfd-border-none {
    border-style: none !important;
  }
  .md\:nfd-p-0:not([style*="padding"]) {
    padding: 0 !important;
  }
  .md\:nfd-px-0:not([style*="padding"]) {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .md\:nfd-py-0:not([style*="padding"]) {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .md\:nfd-text-left {
    text-align: left !important;
  }
  .md\:nfd-text-center {
    text-align: center !important;
  }
}
