:root {
  --ns-font: "THICCCBOI", system-ui, -apple-system, "Segoe UI", sans-serif;
  --ns-ink: #253447;
  --ns-muted: #69788c;
  --ns-surface: #ffffff;
  --ns-surface-soft: #f4f8fa;
  --ns-dark: #182532;
  --ns-dark-2: #101a24;
  --ns-primary: #42b5cc;
  --ns-primary-dark: #2796ad;
  --ns-accent: #8bd449;
  --ns-border: rgba(37, 52, 71, 0.11);
  --ns-shadow: 0 1.25rem 3.5rem rgba(20, 36, 52, 0.1);
  --ns-radius: 1.25rem;
  --ns-header-height: 5.25rem;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--ns-header-height) + 1rem);
}

body.ns-site {
  color: var(--ns-ink);
  background: var(--ns-surface);
  font-family: var(--ns-font);
  font-size: 1rem;
  line-height: 1.65;
  overflow-x: hidden;
}

.ns-site h1,
.ns-site h2,
.ns-site h3,
.ns-site h4,
.ns-site h5,
.ns-site h6 {
  color: var(--ns-ink);
  letter-spacing: -0.025em;
}

.ns-site a {
  text-underline-offset: 0.18em;
}

.ns-site img {
  max-width: 100%;
}

.ns-site section[id] {
  scroll-margin-top: calc(var(--ns-header-height) + 1rem);
}

.ns-skip-link {
  position: fixed;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 1100;
  padding: 0.75rem 1rem;
  color: #fff;
  background: var(--ns-primary-dark);
  border-radius: 0.5rem;
  transform: translateY(-160%);
}

.ns-skip-link:focus {
  color: #fff;
  transform: translateY(0);
}

.ns-utility {
  position: relative;
  z-index: 1019;
  padding: 0.38rem 0;
  color: rgba(255, 255, 255, 0.72);
  background: #0b1218;
  font-size: 0.7rem;
  letter-spacing: 0.015em;
}

.ns-utility a {
  color: rgba(255, 255, 255, 0.88);
  font-weight: 600;
  text-decoration: none;
}

.ns-utility a:hover,
.ns-utility a:focus {
  color: #fff;
}

.ns-utility-network,
.ns-utility-actions,
.ns-utility-contact {
  min-width: 0;
}

.ns-utility-network > * + *,
.ns-utility-contact > * + *,
.ns-utility-languages > * + * {
  margin-left: 1rem;
}

.ns-utility-brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  color: #fff !important;
  font-size: 0.72rem;
  font-weight: 800 !important;
  letter-spacing: 0.065em;
}

.ns-utility-brand-mark {
  width: 0.48rem;
  height: 0.48rem;
  margin-right: 0.42rem;
  background: var(--ns-accent);
  border-radius: 50%;
  box-shadow: 0 0 0 0.14rem rgba(139, 212, 73, 0.16);
}

.ns-utility-context {
  position: relative;
  overflow: hidden;
  padding-left: 1rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ns-utility-context::before {
  position: absolute;
  top: 0.1rem;
  bottom: 0.1rem;
  left: 0;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
  content: "";
}

.ns-utility-services {
  flex: 0 0 auto;
  color: #d7e89c !important;
}

.ns-utility-services span {
  margin-left: 0.2rem;
  transition: transform 0.2s ease;
}

.ns-utility-services:hover span,
.ns-utility-services:focus span {
  display: inline-block;
  transform: translateX(0.2rem);
}

.ns-utility-contact {
  flex: 0 0 auto;
}

.ns-utility-actions {
  flex: 0 0 auto;
}

.ns-utility-languages {
  margin-left: 1rem;
  padding-left: 1rem;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.ns-utility-languages > * + * {
  margin-left: 0.65rem;
}

.ns-utility-languages a {
  color: rgba(255, 255, 255, 0.65);
  font-weight: 700;
}

.ns-utility-languages a:hover,
.ns-utility-languages a:focus,
.ns-utility-languages a.active {
  color: #fff;
}

.ns-header {
  position: sticky;
  top: 0;
  z-index: 1020;
  min-height: var(--ns-header-height);
  background: rgba(24, 37, 50, 0.96);
  box-shadow: 0 0.4rem 1.5rem rgba(8, 18, 29, 0.13);
  backdrop-filter: saturate(150%) blur(0.75rem);
}

.ns-header--light {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--ns-border);
  box-shadow: 0 0.35rem 1.4rem rgba(20, 36, 52, 0.07);
}

.ns-header .navbar {
  min-height: var(--ns-header-height);
  padding: 0.7rem 0;
}

.ns-site .navbar-clone {
  display: none !important;
}

.ns-brand {
  display: inline-flex;
  align-items: center;
  min-width: 10rem;
}

.ns-brand img {
  width: auto;
  height: 2.65rem;
  object-fit: contain;
}

.ns-text-brand-mark {
  position: relative;
  width: 2.4rem;
  height: 2.4rem;
  flex: 0 0 auto;
  margin-right: 0.75rem;
  transform: rotate(30deg);
}

.ns-text-brand-mark i {
  position: absolute;
  width: 1.15rem;
  height: 1.15rem;
  background: var(--ns-primary);
}

.ns-text-brand-mark i:nth-child(1) {
  top: 0.15rem;
  left: 0.62rem;
  opacity: 0.72;
}

.ns-text-brand-mark i:nth-child(2) {
  top: 1.12rem;
  left: 0.08rem;
}

.ns-text-brand-mark i:nth-child(3) {
  top: 1.12rem;
  right: 0.08rem;
  opacity: 0.82;
}

.ns-text-brand {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.ns-text-brand strong {
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.02em;
}

.ns-text-brand small {
  margin-top: 0.35rem;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.ns-header--light .ns-text-brand strong {
  color: var(--ns-ink);
}

.ns-header--light .ns-text-brand small {
  color: var(--ns-muted);
}

.ns-header .nav-link {
  position: relative;
  padding: 0.8rem 0.7rem !important;
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 0.84rem;
  font-weight: 600;
}

.ns-header .nav-link::after {
  position: absolute;
  right: 0.7rem;
  bottom: 0.42rem;
  left: 0.7rem;
  height: 0.12rem;
  content: "";
  background: var(--ns-accent);
  border-radius: 10rem;
  opacity: 0;
  transform: scaleX(0.25);
  transition: 0.2s ease;
}

.ns-header .nav-link:hover,
.ns-header .nav-link:focus,
.ns-header .nav-link.active {
  color: #fff !important;
}

.ns-header--light .nav-link {
  color: rgba(37, 52, 71, 0.76) !important;
}

.ns-header--light .nav-link:hover,
.ns-header--light .nav-link:focus,
.ns-header--light .nav-link.active {
  color: var(--ns-ink) !important;
}

.ns-header .nav-link:hover::after,
.ns-header .nav-link:focus::after,
.ns-header .nav-link.active::after {
  opacity: 1;
  transform: scaleX(1);
}

.ns-nav-group > .nav-link:first-child {
  padding-right: 0.25rem !important;
}

.ns-header .ns-submenu-toggle,
.ns-header .ns-mobile-submenu-toggle {
  min-width: 1.75rem;
  padding-right: 0.45rem !important;
  padding-left: 0.25rem !important;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.ns-header .ns-submenu-toggle::after,
.ns-header .ns-mobile-submenu-toggle::after {
  position: static;
  display: inline-block;
  width: 0.42rem;
  height: 0.42rem;
  margin: -0.18rem 0 0;
  content: "";
  background: none;
  border: 0;
  border-right: 0.1rem solid currentColor;
  border-bottom: 0.1rem solid currentColor;
  border-radius: 0;
  opacity: 1;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
  vertical-align: middle;
}

.ns-header .ns-submenu-toggle:hover::after,
.ns-header .ns-submenu-toggle:focus::after,
.ns-header .ns-mobile-submenu-toggle:hover::after,
.ns-header .ns-mobile-submenu-toggle:focus::after {
  opacity: 1;
  transform: rotate(45deg);
}

.ns-header-cta {
  white-space: nowrap;
  box-shadow: none !important;
}

.ns-header .ns-menu-toggle {
  width: 2.75rem;
  height: 2.75rem;
  padding: 0.72rem 0.62rem;
  border-color: rgba(255, 255, 255, 0.28);
}

.ns-header .ns-menu-toggle .navbar-toggler-icon {
  display: block;
  width: 100%;
  height: 100%;
  background-image:
    linear-gradient(#fff, #fff),
    linear-gradient(#fff, #fff),
    linear-gradient(#fff, #fff);
  background-repeat: no-repeat;
  background-position: center top, center, center bottom;
  background-size: 100% 0.1rem;
}

.ns-header--light .ns-menu-toggle {
  border-color: rgba(37, 52, 71, 0.24);
}

.ns-header--light .ns-menu-toggle .navbar-toggler-icon {
  background-image:
    linear-gradient(var(--ns-ink), var(--ns-ink)),
    linear-gradient(var(--ns-ink), var(--ns-ink)),
    linear-gradient(var(--ns-ink), var(--ns-ink));
}

.ns-site .btn-primary {
  color: #10202b;
  background-color: var(--ns-accent);
  border-color: var(--ns-accent);
  box-shadow: 0 0.55rem 1.25rem rgba(104, 181, 48, 0.2);
}

.ns-site .btn-primary:hover,
.ns-site .btn-primary:focus {
  color: #10202b;
  background-color: #9be25a;
  border-color: #9be25a;
  transform: translateY(-1px);
}

.ns-footer {
  color: rgba(255, 255, 255, 0.7);
  background:
    radial-gradient(circle at 10% 0%, rgba(66, 181, 204, 0.16), transparent 30rem),
    var(--ns-dark-2);
}

.ns-footer a {
  color: rgba(255, 255, 255, 0.84);
}

.ns-footer a:hover,
.ns-footer a:focus {
  color: #fff;
}

.ns-footer-logo {
  width: auto;
  height: 3.1rem;
  object-fit: contain;
}

.ns-footer-links li + li {
  margin-top: 0.45rem;
}

.ns-footer-submenu {
  margin-top: 0.4rem;
  padding-left: 0.85rem;
  font-size: 0.9em;
}

.ns-footer-submenu li + li {
  margin-top: 0.25rem;
}

.ns-footer-legal {
  color: rgba(255, 255, 255, 0.5);
  background: var(--ns-dark-2);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.82rem;
}

.ns-footer-legal a {
  color: rgba(255, 255, 255, 0.76);
}

.ns-footer-legal a:hover,
.ns-footer-legal a:focus {
  color: #fff;
}

.ns-bottom-bar--cta {
  padding: clamp(2rem, 5vw, 3.5rem) 0;
  background:
    radial-gradient(circle at 10% 0%, rgba(66, 181, 204, 0.2), transparent 24rem),
    var(--ns-dark);
}

.ns-bottom-bar--cta p {
  max-width: 48rem;
  color: #fff;
}

@media (min-width: 1200px) {
  .ns-nav-parent {
    position: relative;
  }

  .ns-nav-parent > .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    min-width: 12rem;
    margin-top: 0;
    padding: 0.6rem;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(0.45rem);
    transition:
      opacity 0.18s ease,
      transform 0.18s ease,
      visibility 0.18s ease;
  }

  .ns-nav-parent:hover > .dropdown-menu,
  .ns-nav-parent:focus-within > .dropdown-menu,
  .ns-nav-parent > .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
}

@media (max-width: 1199.98px) {
  :root {
    --ns-header-height: 4.75rem;
  }

  .ns-header {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .ns-offcanvas {
    width: min(88vw, 23rem);
    height: 100dvh;
    max-width: min(88vw, 23rem);
    color: #fff;
    background: var(--ns-dark);
    overscroll-behavior: contain;
  }

  .ns-offcanvas .offcanvas-body {
    display: flex;
    flex-direction: column;
    align-items: stretch !important;
  }

  .ns-header .navbar-nav {
    width: 100%;
    align-items: stretch !important;
  }

  .ns-header .nav-link {
    padding: 0.72rem 0 !important;
    font-size: 1rem;
  }

  .ns-header--light .ns-offcanvas .nav-link {
    color: rgba(255, 255, 255, 0.82) !important;
  }

  .ns-header--light .ns-offcanvas .nav-link:hover,
  .ns-header--light .ns-offcanvas .nav-link:focus,
  .ns-header--light .ns-offcanvas .nav-link.active {
    color: #fff !important;
  }

  .ns-header .nav-link::after {
    right: auto;
    bottom: 0.35rem;
    left: 0;
    width: 2rem;
  }

  .ns-header .ns-mobile-submenu-toggle {
    align-self: stretch;
    min-width: 2.75rem;
    padding: 0.72rem !important;
  }

  .ns-header .ns-mobile-submenu-toggle::after {
    margin-top: -0.25rem;
  }

  .ns-header .ns-mobile-submenu-toggle[aria-expanded="true"]::after {
    margin-top: 0.15rem;
    transform: rotate(-135deg);
  }

  .ns-header .ns-mobile-submenu-toggle[aria-expanded="true"]:hover::after,
  .ns-header .ns-mobile-submenu-toggle[aria-expanded="true"]:focus::after {
    transform: rotate(-135deg);
  }

  .ns-nav-parent > .dropdown-menu {
    display: none !important;
  }

  .ns-mobile-submenu {
    padding: 0 0 0.7rem 1rem;
  }

  .ns-mobile-submenu .dropdown-item {
    padding: 0.45rem 0;
    color: rgba(255, 255, 255, 0.76);
    background: transparent;
    white-space: normal;
  }

  .ns-mobile-submenu .dropdown-item:hover,
  .ns-mobile-submenu .dropdown-item:focus,
  .ns-mobile-submenu .dropdown-item.active {
    color: #fff;
    background: transparent;
  }

  .ns-header-cta {
    width: 100%;
    margin-top: 1.5rem;
    margin-left: 0 !important;
  }
}

@media (max-width: 575.98px) {
  .ns-utility .container {
    justify-content: space-between !important;
  }

  .ns-utility-context,
  .ns-utility-contact {
    display: none !important;
  }

  .ns-utility-network {
    flex: 1 1 auto;
  }

  .ns-utility-network > * + * {
    margin-left: 0.75rem;
  }

  .ns-utility-actions {
    margin-left: auto;
  }

  .ns-utility-languages {
    margin-left: 0.65rem;
    padding-left: 0.65rem;
  }

  .ns-utility-languages > * + * {
    margin-left: 0.45rem;
  }

  .ns-utility-languages a {
    font-size: 0.66rem;
  }

  .ns-network-bar:has(.ns-utility-languages) .ns-utility-services {
    display: none;
  }

  .ns-brand img,
  .ns-footer-logo {
    height: 2.4rem;
  }

  .ns-brand {
    min-width: 0;
    margin-right: 0.75rem;
  }

  .ns-brand img {
    max-width: calc(100vw - 6.5rem);
    object-fit: contain;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

.ns-preview-badge {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 1095;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  max-width: calc(100vw - 2rem);
  padding: 0.65rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0.7rem;
  color: #fff;
  background: rgba(19, 30, 43, 0.94);
  box-shadow: 0 0.5rem 1.5rem rgba(19, 30, 43, 0.25);
  font-size: 0.8rem;
  line-height: 1.25;
  backdrop-filter: blur(8px);
}

.ns-preview-badge a {
  flex: 0 0 auto;
  color: #a8e063;
  font-weight: 700;
}

@media (max-width: 575.98px) {
  .ns-preview-badge {
    right: 0.65rem;
    bottom: 0.65rem;
    left: 0.65rem;
    justify-content: space-between;
  }
}
