* {
  --tw-gradient-from-position: initial;
  --tw-gradient-via-position: initial;
  --tw-gradient-to-position: initial;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --pm-primary-color: #9AD2AD;
  --pm-secondary-color: #436AB2;
  --sdc-accent-color-primary: #9AD2AD;
  --sdc-accent-color-secondary: #436AB2;
  --sdc-muted: oklab(21.009% -0.00295 -0.03165 / 0.8);
  --muted: var(--sdc-muted);
  --spacing: 4px;
}

.bg-muted, .bg-muted\/50 {
  background-color: var(--sdc-muted);
}

.top-0 {
  top: 0px;
}
.left-0 {
  left: 0px;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}

.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-700 {
  transition-duration: 700ms;
}

.h-\[4px\] {
  height: 4px; 
}
.top-0 {
  top: 0px;
}
.left-0 {
  left: 0px;
}
.p-8 {
  padding: 2rem;
}
.cursor-pointer {
  cursor: pointer;
}

.h-\[4px\] {
  height: 4px;
}

.font-bold {
  font-weight: 700;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.pt-4 {
  padding-top: 1rem;
}

.mt-8 {
  margin-top: 2rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.tracking-widest {
  letter-spacing: 0.1em;
}

.uppercase {
  text-transform: uppercase;
}
.text-\[9px\] {
  font-size: 9px;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.w-4 {
  width: 1rem;
}
.w-16 {
  width: 4rem;
}
.h-4 {
  height: 1rem;
}
.h-16 {
  height: 4rem;
}
.ml-1 {
  margin-left: 0.25rem;
}

.text-\[\#9AD2AD\] {
  --tw-text-opacity: 1;
  color: var(--pm-primary-color);
}

.bg-\[\#9AD2AD\]\/10 {
  background-color: rgb(154 210 173 / 0.1);
}

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: var(--pm-primary-color);
}

:is(.navbar--logo,.navbar--modal-logo) .branding,
.nabvar .navbar--logo .branding {
  height: calc(var(--spacing) * 16) !important;
}

@media (min-width: 48rem) {
  :is(.navbar--logo,.navbar--modal-logo) .branding {
    height: calc(var(--spacing) * 20) !important;
  }
}

.\[\&_\.branding\]\:h-8 .branding {
  height: calc(var(--spacing) * 20) !important;
}

.bg-primary svg {
  color: var(--primary-foreground);
}

.to-\[\#436AB2\] {
  --tw-gradient-to: var(--pm-secondary-color);
}
.from-\[\#9AD2AD\] {
  --tw-gradient-from: var(--pm-primary-color);
  --tw-gradient-to: var(--pm-secondary-color);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}