/*! tailwindcss v4.3.2 | MIT License | https://tailwindcss.com */
@layer properties;
.pointer-events-none {
  pointer-events: none;
}
.collapse {
  visibility: collapse;
}
.invisible {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.static {
  position: static;
}
.sticky {
  position: sticky;
}
.\!top-\[75px\] {
  top: 75px !important;
}
.top-1\/2 {
  top: calc(1 / 2 * 100%);
}
.top-1\/3 {
  top: calc(1 / 3 * 100%);
}
.top-\[-100\%\] {
  top: -100%;
}
.top-\[3rem\] {
  top: 3rem;
}
.top-\[25\%\] {
  top: 25%;
}
.top-\[30\%\] {
  top: 30%;
}
.top-\[35\%\] {
  top: 35%;
}
.top-\[40\%\] {
  top: 40%;
}
.top-\[55\%\] {
  top: 55%;
}
.top-full {
  top: 100%;
}
.bottom-\[6\.5rem\] {
  bottom: 6.5rem;
}
.left-1\/2 {
  left: calc(1 / 2 * 100%);
}
.left-\[1\.5rem\] {
  left: 1.5rem;
}
.left-\[7rem\] {
  left: 7rem;
}
.left-\[20\%\] {
  left: 20%;
}
.left-\[45\%\] {
  left: 45%;
}
.left-\[50\%\] {
  left: 50%;
}
.left-\[65\%\] {
  left: 65%;
}
.left-\[80\%\] {
  left: 80%;
}
.left-full {
  left: 100%;
}
.isolate {
  isolation: isolate;
}
.-z-10 {
  z-index: calc(10 * -1);
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[2\] {
  z-index: 2;
}
.z-\[3\] {
  z-index: 3;
}
.z-\[11\] {
  z-index: 11;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.container {
  width: 100%;
}
.mx-auto {
  margin-inline: auto;
}
.mt-\[-3rem\] {
  margin-top: -3rem;
}
.mt-\[0\.6rem\] {
  margin-top: 0.6rem;
}
.mt-\[2px\] {
  margin-top: 2px;
}
.ml-auto {
  margin-left: auto;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.block {
  display: block;
}
.contents {
  display: contents;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.inline-flex {
  display: inline-flex;
}
.list-item {
  display: list-item;
}
.table {
  display: table;
}
.aspect-\[3\/4\] {
  aspect-ratio: 3/4;
}
.aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}
.aspect-\[4\/5\] {
  aspect-ratio: 4/5;
}
.aspect-\[16\/9\] {
  aspect-ratio: 16/9;
}
.aspect-\[16\/10\] {
  aspect-ratio: 16/10;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.h-\[18rem\] {
  height: 18rem;
}
.h-\[25rem\] {
  height: 25rem;
}
.h-\[30rem\] {
  height: 30rem;
}
.h-\[40rem\] {
  height: 40rem;
}
.h-\[70vh\] {
  height: 70vh;
}
.h-\[80px\] {
  height: 80px;
}
.h-\[140px\] {
  height: 140px;
}
.h-\[400px\] {
  height: 400px;
}
.h-\[calc\(100vh-137px\)\] {
  height: calc(100vh - 137px);
}
.h-fit {
  height: fit-content;
}
.h-full {
  height: 100%;
}
.min-h-screen {
  min-height: 100vh;
}
.w-1\/2 {
  width: calc(1 / 2 * 100%);
}
.w-\[1px\] {
  width: 1px;
}
.w-\[9rem\] {
  width: 9rem;
}
.w-\[12rem\] {
  width: 12rem;
}
.w-\[15rem\] {
  width: 15rem;
}
.w-\[16rem\] {
  width: 16rem;
}
.w-\[40\%\] {
  width: 40%;
}
.w-\[40rem\] {
  width: 40rem;
}
.w-\[60\%\] {
  width: 60%;
}
.w-\[70\%\] {
  width: 70%;
}
.w-\[80\%\] {
  width: 80%;
}
.w-\[90\%\] {
  width: 90%;
}
.w-\[110px\] {
  width: 110px;
}
.w-fit {
  width: fit-content;
}
.w-full {
  width: 100%;
}
.max-w-\[14rem\] {
  max-width: 14rem;
}
.min-w-full {
  min-width: 100%;
}
.flex-1 {
  flex: 1;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.border-collapse {
  border-collapse: collapse;
}
.-translate-x-1\/2 {
  --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.-translate-y-1\/2 {
  --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.rotate-180 {
  rotate: 180deg;
}
.transform {
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.resize-y {
  resize: vertical;
}
.list-disc {
  list-style-type: disc;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.place-items-center {
  place-items: center;
}
.items-center {
  align-items: center;
}
.items-end {
  align-items: flex-end;
}
.items-start {
  align-items: flex-start;
}
.items-stretch {
  align-items: stretch;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.divide-x {
  :where(& > :not(:last-child)) {
    --tw-divide-x-reverse: 0;
    border-inline-style: var(--tw-border-style);
    border-inline-start-width: calc(1px * var(--tw-divide-x-reverse));
    border-inline-end-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.rounded-\[1\.6rem\] {
  border-radius: 1.6rem;
}
.rounded-\[1\.75rem\] {
  border-radius: 1.75rem;
}
.rounded-\[2rem\] {
  border-radius: 2rem;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-full {
  border-radius: calc(infinity * 1px);
}
.rounded-bl-full {
  border-bottom-left-radius: calc(infinity * 1px);
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-\[10px\] {
  border-style: var(--tw-border-style);
  border-width: 10px;
}
.border-y {
  border-block-style: var(--tw-border-style);
  border-block-width: 1px;
}
.border-t {
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
}
.border-b {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
}
.border-l-\[4px\] {
  border-left-style: var(--tw-border-style);
  border-left-width: 4px;
}
.border-\[var\(--primary-color\)\] {
  border-color: var(--primary-color);
}
.bg-\[\#0E1C28\] {
  background-color: #0E1C28;
}
.bg-\[\#0d2219\] {
  background-color: #0d2219;
}
.bg-\[\#0e1c28\] {
  background-color: #0e1c28;
}
.bg-\[\#03130d\] {
  background-color: #03130d;
}
.bg-\[\#03150d\] {
  background-color: #03150d;
}
.bg-\[\#04110b\] {
  background-color: #04110b;
}
.bg-\[\#06160f\] {
  background-color: #06160f;
}
.bg-\[\#EAF8FF\] {
  background-color: #EAF8FF;
}
.bg-\[black\] {
  background-color: black;
}
.bg-\[var\(--primary-color\)\] {
  background-color: var(--primary-color);
}
.bg-\[var\(--primary-color\)\]\/10 {
  background-color: var(--primary-color);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, var(--primary-color) 10%, transparent);
  }
}
.bg-\[var\(--primary-color\)\]\/20 {
  background-color: var(--primary-color);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, var(--primary-color) 20%, transparent);
  }
}
.bg-\[var\(--primary-color\)\]\/30 {
  background-color: var(--primary-color);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, var(--primary-color) 30%, transparent);
  }
}
.bg-\[var\(--secondary-color\)\] {
  background-color: var(--secondary-color);
}
.bg-transparent {
  background-color: transparent;
}
.bg-gradient-to-br {
  --tw-gradient-position: to bottom right in oklab;
  background-image: linear-gradient(var(--tw-gradient-stops));
}
.bg-gradient-to-t {
  --tw-gradient-position: to top in oklab;
  background-image: linear-gradient(var(--tw-gradient-stops));
}
.bg-gradient-to-tr {
  --tw-gradient-position: to top right in oklab;
  background-image: linear-gradient(var(--tw-gradient-stops));
}
.via-transparent {
  --tw-gradient-via: transparent;
  --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-via-stops);
}
.to-transparent {
  --tw-gradient-to: transparent;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.pt-\[3rem\] {
  padding-top: 3rem;
}
.pb-\[3rem\] {
  padding-bottom: 3rem;
}
.pl-\[2rem\] {
  padding-left: 2rem;
}
.text-center {
  text-align: center;
}
.text-\[\.8rem\] {
  font-size: .8rem;
}
.text-\[1\.1rem\] {
  font-size: 1.1rem;
}
.text-\[1\.2rem\] {
  font-size: 1.2rem;
}
.text-\[1\.3rem\] {
  font-size: 1.3rem;
}
.text-\[1\.5rem\] {
  font-size: 1.5rem;
}
.text-\[1rem\] {
  font-size: 1rem;
}
.text-\[2\.5rem\] {
  font-size: 2.5rem;
}
.text-\[2rem\] {
  font-size: 2rem;
}
.text-\[5rem\] {
  font-size: 5rem;
}
.text-\[8rem\] {
  font-size: 8rem;
}
.text-\[10px\] {
  font-size: 10px;
}
.leading-\[0\.95\] {
  --tw-leading: 0.95;
  line-height: 0.95;
}
.leading-\[1\.2\] {
  --tw-leading: 1.2;
  line-height: 1.2;
}
.leading-\[1\.05\] {
  --tw-leading: 1.05;
  line-height: 1.05;
}
.leading-\[1\] {
  --tw-leading: 1;
  line-height: 1;
}
.leading-none {
  --tw-leading: 1;
  line-height: 1;
}
.tracking-\[0\.24em\] {
  --tw-tracking: 0.24em;
  letter-spacing: 0.24em;
}
.tracking-\[1\] {
  --tw-tracking: 1;
  letter-spacing: 1;
}
.text-balance {
  text-wrap: balance;
}
.text-wrap {
  text-wrap: wrap;
}
.break-words {
  overflow-wrap: break-word;
}
.break-all {
  word-break: break-all;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.text-\[\#0f172a\] {
  color: #0f172a;
}
.text-\[\#061D06\] {
  color: #061D06;
}
.text-\[\#05100c\] {
  color: #05100c;
}
.text-\[\#02113799\] {
  color: #02113799;
}
.text-\[var\(--primary-color\)\] {
  color: var(--primary-color);
}
.capitalize {
  text-transform: capitalize;
}
.uppercase {
  text-transform: uppercase;
}
.underline {
  text-decoration-line: underline;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0 {
  opacity: 0%;
}
.opacity-40 {
  opacity: 40%;
}
.opacity-60 {
  opacity: 60%;
}
.opacity-80 {
  opacity: 80%;
}
.mix-blend-overlay {
  mix-blend-mode: overlay;
}
.shadow-\[0_18px_40px_rgba\(0\,0\,0\,0\.35\)\] {
  --tw-shadow: 0 18px 40px var(--tw-shadow-color, rgba(0,0,0,0.35));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-\[0_18px_50px_rgba\(0\,0\,0\,0\.22\)\] {
  --tw-shadow: 0 18px 50px var(--tw-shadow-color, rgba(0,0,0,0.22));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.ring-1 {
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.ring-4 {
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.outline {
  outline-style: var(--tw-outline-style);
  outline-width: 1px;
}
.blur-\[100px\] {
  --tw-blur: blur(100px);
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.blur-\[120px\] {
  --tw-blur: blur(120px);
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.grayscale-\[35\%\] {
  --tw-grayscale: grayscale(35%);
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.filter {
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
}
.transition {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.transition-all {
  transition-property: all;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.transition-colors {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.transition-transform {
  transition-property: transform, translate, scale, rotate;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.duration-200 {
  --tw-duration: 200ms;
  transition-duration: 200ms;
}
.duration-300 {
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.duration-500 {
  --tw-duration: 500ms;
  transition-duration: 500ms;
}
.duration-700 {
  --tw-duration: 700ms;
  transition-duration: 700ms;
}
.outline-none {
  --tw-outline-style: none;
  outline-style: none;
}
.group-hover\:scale-105 {
  &:is(:where(.group):hover *) {
    @media (hover: hover) {
      --tw-scale-x: 105%;
      --tw-scale-y: 105%;
      --tw-scale-z: 105%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
}
.group-hover\:scale-110 {
  &:is(:where(.group):hover *) {
    @media (hover: hover) {
      --tw-scale-x: 110%;
      --tw-scale-y: 110%;
      --tw-scale-z: 110%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
}
.group-hover\:scale-150 {
  &:is(:where(.group):hover *) {
    @media (hover: hover) {
      --tw-scale-x: 150%;
      --tw-scale-y: 150%;
      --tw-scale-z: 150%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
}
.group-hover\:bg-\[var\(--primary-color\)\] {
  &:is(:where(.group):hover *) {
    @media (hover: hover) {
      background-color: var(--primary-color);
    }
  }
}
.group-hover\:text-\[var\(--primary-color\)\] {
  &:is(:where(.group):hover *) {
    @media (hover: hover) {
      color: var(--primary-color);
    }
  }
}
.group-hover\/about\:visible {
  &:is(:where(.group\/about):hover *) {
    @media (hover: hover) {
      visibility: visible;
    }
  }
}
.group-hover\/about\:opacity-100 {
  &:is(:where(.group\/about):hover *) {
    @media (hover: hover) {
      opacity: 100%;
    }
  }
}
.group-hover\/bookkeeping\:visible {
  &:is(:where(.group\/bookkeeping):hover *) {
    @media (hover: hover) {
      visibility: visible;
    }
  }
}
.group-hover\/bookkeeping\:opacity-100 {
  &:is(:where(.group\/bookkeeping):hover *) {
    @media (hover: hover) {
      opacity: 100%;
    }
  }
}
.group-hover\/calculators\:visible {
  &:is(:where(.group\/calculators):hover *) {
    @media (hover: hover) {
      visibility: visible;
    }
  }
}
.group-hover\/calculators\:opacity-100 {
  &:is(:where(.group\/calculators):hover *) {
    @media (hover: hover) {
      opacity: 100%;
    }
  }
}
.group-hover\/checklists\:visible {
  &:is(:where(.group\/checklists):hover *) {
    @media (hover: hover) {
      visibility: visible;
    }
  }
}
.group-hover\/checklists\:opacity-100 {
  &:is(:where(.group\/checklists):hover *) {
    @media (hover: hover) {
      opacity: 100%;
    }
  }
}
.group-hover\/contact\:visible {
  &:is(:where(.group\/contact):hover *) {
    @media (hover: hover) {
      visibility: visible;
    }
  }
}
.group-hover\/contact\:opacity-100 {
  &:is(:where(.group\/contact):hover *) {
    @media (hover: hover) {
      opacity: 100%;
    }
  }
}
.group-hover\/guides\:visible {
  &:is(:where(.group\/guides):hover *) {
    @media (hover: hover) {
      visibility: visible;
    }
  }
}
.group-hover\/guides\:opacity-100 {
  &:is(:where(.group\/guides):hover *) {
    @media (hover: hover) {
      opacity: 100%;
    }
  }
}
.group-hover\/income\:visible {
  &:is(:where(.group\/income):hover *) {
    @media (hover: hover) {
      visibility: visible;
    }
  }
}
.group-hover\/income\:opacity-100 {
  &:is(:where(.group\/income):hover *) {
    @media (hover: hover) {
      opacity: 100%;
    }
  }
}
.group-hover\/international\:visible {
  &:is(:where(.group\/international):hover *) {
    @media (hover: hover) {
      visibility: visible;
    }
  }
}
.group-hover\/international\:opacity-100 {
  &:is(:where(.group\/international):hover *) {
    @media (hover: hover) {
      opacity: 100%;
    }
  }
}
.group-hover\/ntn\:visible {
  &:is(:where(.group\/ntn):hover *) {
    @media (hover: hover) {
      visibility: visible;
    }
  }
}
.group-hover\/ntn\:opacity-100 {
  &:is(:where(.group\/ntn):hover *) {
    @media (hover: hover) {
      opacity: 100%;
    }
  }
}
.group-hover\/resources\:visible {
  &:is(:where(.group\/resources):hover *) {
    @media (hover: hover) {
      visibility: visible;
    }
  }
}
.group-hover\/resources\:opacity-100 {
  &:is(:where(.group\/resources):hover *) {
    @media (hover: hover) {
      opacity: 100%;
    }
  }
}
.group-hover\/sales\:visible {
  &:is(:where(.group\/sales):hover *) {
    @media (hover: hover) {
      visibility: visible;
    }
  }
}
.group-hover\/sales\:opacity-100 {
  &:is(:where(.group\/sales):hover *) {
    @media (hover: hover) {
      opacity: 100%;
    }
  }
}
.group-hover\/secp\:visible {
  &:is(:where(.group\/secp):hover *) {
    @media (hover: hover) {
      visibility: visible;
    }
  }
}
.group-hover\/secp\:opacity-100 {
  &:is(:where(.group\/secp):hover *) {
    @media (hover: hover) {
      opacity: 100%;
    }
  }
}
.group-hover\/services\:visible {
  &:is(:where(.group\/services):hover *) {
    @media (hover: hover) {
      visibility: visible;
    }
  }
}
.group-hover\/services\:opacity-100 {
  &:is(:where(.group\/services):hover *) {
    @media (hover: hover) {
      opacity: 100%;
    }
  }
}
.group-hover\/wealth\:visible {
  &:is(:where(.group\/wealth):hover *) {
    @media (hover: hover) {
      visibility: visible;
    }
  }
}
.group-hover\/wealth\:opacity-100 {
  &:is(:where(.group\/wealth):hover *) {
    @media (hover: hover) {
      opacity: 100%;
    }
  }
}
.marker\:text-\[1\.2rem\] {
  & *::marker {
    font-size: 1.2rem;
  }
  &::marker {
    font-size: 1.2rem;
  }
  & *::-webkit-details-marker {
    font-size: 1.2rem;
  }
  &::-webkit-details-marker {
    font-size: 1.2rem;
  }
}
.placeholder\:text-\[\.8rem\] {
  &::placeholder {
    font-size: .8rem;
  }
}
.focus\:ring-2 {
  &:focus {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
}
.focus\:ring-offset-2 {
  &:focus {
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }
}
.focus\:outline-\[var\(--primary-color\)\] {
  &:focus {
    outline-color: var(--primary-color);
  }
}
.focus\:outline-none {
  &:focus {
    --tw-outline-style: none;
    outline-style: none;
  }
}
.disabled\:opacity-60 {
  &:disabled {
    opacity: 60%;
  }
}
.max-\[1024px\]\:absolute {
  @media (width < 1024px) {
    position: absolute;
  }
}
.max-\[1024px\]\:relative {
  @media (width < 1024px) {
    position: relative;
  }
}
.max-\[1024px\]\:left-\[\.5rem\] {
  @media (width < 1024px) {
    left: .5rem;
  }
}
.max-\[1024px\]\:left-\[0\] {
  @media (width < 1024px) {
    left: 0;
  }
}
.max-\[1024px\]\:left-\[1rem\] {
  @media (width < 1024px) {
    left: 1rem;
  }
}
.max-\[1024px\]\:z-\[10\] {
  @media (width < 1024px) {
    z-index: 10;
  }
}
.max-\[1024px\]\:col-span-1 {
  @media (width < 1024px) {
    grid-column: span 1 / span 1;
  }
}
.max-\[1024px\]\:block {
  @media (width < 1024px) {
    display: block;
  }
}
.max-\[1024px\]\:flex {
  @media (width < 1024px) {
    display: flex;
  }
}
.max-\[1024px\]\:hidden {
  @media (width < 1024px) {
    display: none;
  }
}
.max-\[1024px\]\:h-\[20rem\] {
  @media (width < 1024px) {
    height: 20rem;
  }
}
.max-\[1024px\]\:h-\[25rem\] {
  @media (width < 1024px) {
    height: 25rem;
  }
}
.max-\[1024px\]\:h-\[29rem\] {
  @media (width < 1024px) {
    height: 29rem;
  }
}
.max-\[1024px\]\:h-full {
  @media (width < 1024px) {
    height: 100%;
  }
}
.max-\[1024px\]\:w-\[5rem\] {
  @media (width < 1024px) {
    width: 5rem;
  }
}
.max-\[1024px\]\:w-\[70\%\] {
  @media (width < 1024px) {
    width: 70%;
  }
}
.max-\[1024px\]\:w-full {
  @media (width < 1024px) {
    width: 100%;
  }
}
.max-\[1024px\]\:grid-cols-1 {
  @media (width < 1024px) {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.max-\[1024px\]\:grid-cols-3 {
  @media (width < 1024px) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.max-\[1024px\]\:flex-col {
  @media (width < 1024px) {
    flex-direction: column;
  }
}
.max-\[1024px\]\:items-start {
  @media (width < 1024px) {
    align-items: flex-start;
  }
}
.max-\[1024px\]\:justify-start {
  @media (width < 1024px) {
    justify-content: flex-start;
  }
}
.max-\[1024px\]\:rounded-\[10px\] {
  @media (width < 1024px) {
    border-radius: 10px;
  }
}
.max-\[1024px\]\:bg-\[\#0e1c28\] {
  @media (width < 1024px) {
    background-color: #0e1c28;
  }
}
.max-\[1024px\]\:object-contain {
  @media (width < 1024px) {
    object-fit: contain;
  }
}
.max-\[1024px\]\:pl-\[1rem\] {
  @media (width < 1024px) {
    padding-left: 1rem;
  }
}
.max-\[1024px\]\:text-\[\.8rem\] {
  @media (width < 1024px) {
    font-size: .8rem;
  }
}
.max-\[1024px\]\:text-\[1\.2rem\] {
  @media (width < 1024px) {
    font-size: 1.2rem;
  }
}
.max-\[1024px\]\:text-\[1\.3rem\] {
  @media (width < 1024px) {
    font-size: 1.3rem;
  }
}
.max-\[1024px\]\:text-\[1\.4rem\] {
  @media (width < 1024px) {
    font-size: 1.4rem;
  }
}
.max-\[1024px\]\:text-\[1\.5rem\] {
  @media (width < 1024px) {
    font-size: 1.5rem;
  }
}
.max-\[1024px\]\:text-\[2rem\] {
  @media (width < 1024px) {
    font-size: 2rem;
  }
}
.max-\[1024px\]\:text-\[3rem\] {
  @media (width < 1024px) {
    font-size: 3rem;
  }
}
.max-\[1024px\]\:leading-\[1\.2\] {
  @media (width < 1024px) {
    --tw-leading: 1.2;
    line-height: 1.2;
  }
}
.max-\[1024px\]\:leading-\[1\.4\] {
  @media (width < 1024px) {
    --tw-leading: 1.4;
    line-height: 1.4;
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-divide-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-divide-x-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}
