/* [project]/src/app/globals.css [app-client] (css) */
*, :before, :after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #3b82f680;
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #3b82f680;
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}

.container {
  width: 100%;
}

@media (width >= 600px) {
  .container {
    max-width: 600px;
  }
}

@media (width >= 900px) {
  .container {
    max-width: 900px;
  }
}

@media (width >= 1200px) {
  .container {
    max-width: 1200px;
  }
}

@media (width >= 1536px) {
  .container {
    max-width: 1536px;
  }
}

@media (width >= 1920px) {
  .container {
    max-width: 1920px;
  }
}

#__next .invisible {
  visibility: hidden;
}

#__next .collapse {
  visibility: collapse;
}

#__next .static {
  position: static;
}

#__next .fixed {
  position: fixed;
}

#__next .absolute {
  position: absolute;
}

#__next .relative {
  position: relative;
}

#__next .sticky {
  position: sticky;
}

#__next .-bottom-5 {
  bottom: -1.25rem;
}

#__next .-left-2 {
  left: -.5rem;
}

#__next .-right-2 {
  right: -.5rem;
}

#__next .bottom-0 {
  bottom: 0;
}

#__next .bottom-\[5\%\] {
  bottom: 5%;
}

#__next .top-1\/2 {
  top: 50%;
}

#__next .z-50 {
  z-index: 50;
}

#__next .z-\[-1\] {
  z-index: -1;
}

#__next .z-\[1\] {
  z-index: 1;
}

#__next .mx-2 {
  margin-left: .5rem;
  margin-right: .5rem;
}

#__next .mx-auto {
  margin-left: auto;
  margin-right: auto;
}

#__next .my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

#__next .my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

#__next .\!mt-4 {
  margin-top: 1rem !important;
}

#__next .-ml-2 {
  margin-left: -.5rem;
}

#__next .mb-2 {
  margin-bottom: .5rem;
}

#__next .mb-4 {
  margin-bottom: 1rem;
}

#__next .mb-6 {
  margin-bottom: 1.5rem;
}

#__next .mb-8 {
  margin-bottom: 2rem;
}

#__next .me-2 {
  margin-inline-end: .5rem;
}

#__next .ml-2 {
  margin-left: .5rem;
}

#__next .ml-4 {
  margin-left: 1rem;
}

#__next .mr-2 {
  margin-right: .5rem;
}

#__next .mt-1 {
  margin-top: .25rem;
}

#__next .mt-12 {
  margin-top: 3rem;
}

#__next .mt-2 {
  margin-top: .5rem;
}

#__next .mt-4 {
  margin-top: 1rem;
}

#__next .mt-6 {
  margin-top: 1.5rem;
}

#__next .block {
  display: block;
}

#__next .inline-block {
  display: inline-block;
}

#__next .flex {
  display: flex;
}

#__next .inline-flex {
  display: inline-flex;
}

#__next .table {
  display: table;
}

#__next .grid {
  display: grid;
}

#__next .hidden {
  display: none;
}

#__next .h-10 {
  height: 2.5rem;
}

#__next .h-14 {
  height: 3.5rem;
}

#__next .h-16 {
  height: 4rem;
}

#__next .h-2 {
  height: .5rem;
}

#__next .h-32 {
  height: 8rem;
}

#__next .h-36 {
  height: 9rem;
}

#__next .h-6 {
  height: 1.5rem;
}

#__next .h-72 {
  height: 18rem;
}

#__next .h-80 {
  height: 20rem;
}

#__next .h-96 {
  height: 24rem;
}

#__next .h-\[400px\] {
  height: 400px;
}

#__next .h-full {
  height: 100%;
}

#__next .min-h-60 {
  min-height: 15rem;
}

#__next .min-h-96 {
  min-height: 24rem;
}

#__next .min-h-screen {
  min-height: 100vh;
}

#__next .w-1\/2 {
  width: 50%;
}

#__next .w-1\/5 {
  width: 20%;
}

#__next .w-10 {
  width: 2.5rem;
}

#__next .w-14 {
  width: 3.5rem;
}

#__next .w-16 {
  width: 4rem;
}

#__next .w-6 {
  width: 1.5rem;
}

#__next .w-80 {
  width: 20rem;
}

#__next .w-96 {
  width: 24rem;
}

#__next .w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

#__next .w-full {
  width: 100%;
}

#__next .min-w-96 {
  min-width: 24rem;
}

#__next .max-w-4xl {
  max-width: 56rem;
}

#__next .max-w-md {
  max-width: 28rem;
}

#__next .max-w-sm {
  max-width: 24rem;
}

#__next .flex-1 {
  flex: 1;
}

#__next .flex-auto {
  flex: auto;
}

#__next .shrink {
  flex-shrink: 1;
}

#__next .flex-grow {
  flex-grow: 1;
}

#__next .border-collapse {
  border-collapse: collapse;
}

#__next .-rotate-90 {
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

#__next .rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

#__next .scale-\[1\.2\] {
  --tw-scale-x: 1.2;
  --tw-scale-y: 1.2;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

#__next .transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(.8, 0, 1, 1);
  }

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0, 0, .2, 1);
  }
}

#__next .animate-bounce {
  animation: 1s infinite bounce;
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

#__next .animate-pulse {
  animation: 2s cubic-bezier(.4, 0, .6, 1) infinite pulse;
}

#__next .cursor-pointer {
  cursor: pointer;
}

#__next .select-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

#__next .resize {
  resize: both;
}

#__next .grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

#__next .flex-row {
  flex-direction: row;
}

#__next .flex-col {
  flex-direction: column;
}

#__next .flex-wrap {
  flex-wrap: wrap;
}

#__next .flex-nowrap {
  flex-wrap: nowrap;
}

#__next .\!items-start {
  align-items: flex-start !important;
}

#__next .items-start {
  align-items: flex-start;
}

#__next .items-center {
  align-items: center;
}

#__next .items-baseline {
  align-items: baseline;
}

#__next .justify-start {
  justify-content: flex-start;
}

#__next .justify-end {
  justify-content: flex-end;
}

#__next .justify-center {
  justify-content: center;
}

#__next .justify-between {
  justify-content: space-between;
}

#__next .justify-evenly {
  justify-content: space-evenly;
}

#__next .gap-0 {
  gap: 0;
}

#__next .gap-0\.5 {
  gap: .125rem;
}

#__next .gap-1 {
  gap: .25rem;
}

#__next .gap-1\.5 {
  gap: .375rem;
}

#__next .gap-10 {
  gap: 2.5rem;
}

#__next .gap-2 {
  gap: .5rem;
}

#__next .gap-2\.5 {
  gap: .625rem;
}

#__next .gap-3 {
  gap: .75rem;
}

#__next .gap-4 {
  gap: 1rem;
}

#__next .gap-5 {
  gap: 1.25rem;
}

#__next .gap-6 {
  gap: 1.5rem;
}

#__next .gap-x-1 {
  -moz-column-gap: .25rem;
  column-gap: .25rem;
}

#__next .gap-x-1\.5 {
  -moz-column-gap: .375rem;
  column-gap: .375rem;
}

#__next .gap-x-2 {
  -moz-column-gap: .5rem;
  column-gap: .5rem;
}

#__next .gap-x-3 {
  -moz-column-gap: .75rem;
  column-gap: .75rem;
}

#__next .gap-x-4 {
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}

#__next .gap-y-1 {
  row-gap: .25rem;
}

#__next .gap-y-2 {
  row-gap: .5rem;
}

#__next :is(.space-y-4 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

#__next :is(.space-y-8 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

#__next .self-start {
  align-self: flex-start;
}

#__next .self-baseline {
  align-self: baseline;
}

#__next .overflow-hidden {
  overflow: hidden;
}

#__next .overflow-visible {
  overflow: visible;
}

#__next .overflow-x-auto {
  overflow-x: auto;
}

#__next .overflow-y-auto {
  overflow-y: auto;
}

#__next .overflow-x-hidden {
  overflow-x: hidden;
}

#__next .truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#__next .whitespace-nowrap {
  white-space: nowrap;
}

#__next .whitespace-break-spaces {
  white-space: break-spaces;
}

#__next .text-balance {
  text-wrap: balance;
}

#__next .text-pretty {
  text-wrap: pretty;
}

#__next .rounded {
  border-radius: .375rem;
}

#__next .rounded-full {
  border-radius: 9999px;
}

#__next .rounded-lg {
  border-radius: var(--mui-shape-customBorderRadius-lg);
}

#__next .rounded-md {
  border-radius: var(--mui-shape-customBorderRadius-md);
}

#__next .rounded-none {
  border-radius: 0;
}

#__next .rounded-xl {
  border-radius: var(--mui-shape-customBorderRadius-xl);
}

#__next .rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

#__next .rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

#__next .border {
  border-width: 1px;
}

#__next .border-0 {
  border-width: 0;
}

#__next .border-2 {
  border-width: 2px;
}

#__next .border-dashed {
  border-style: dashed;
}

#__next .border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

#__next .border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}

#__next .bg-\[\#007bb6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 123 182 / var(--tw-bg-opacity));
}

#__next .bg-\[\#123952\] {
  --tw-bg-opacity: 1;
  background-color: rgb(18 57 82 / var(--tw-bg-opacity));
}

#__next .bg-\[\#1da1f2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(29 161 242 / var(--tw-bg-opacity));
}

#__next .bg-\[\#4267b2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(66 103 178 / var(--tw-bg-opacity));
}

#__next .bg-\[\#e94d65\] {
  --tw-bg-opacity: 1;
  background-color: rgb(233 77 101 / var(--tw-bg-opacity));
}

#__next .bg-actionHover {
  background-color: var(--mui-palette-action-hover);
}

#__next .bg-backgroundPaper {
  background-color: var(--mui-palette-background-paper);
}

#__next .bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

#__next .bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

#__next .bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}

#__next .bg-primary {
  background-color: var(--primary-color);
}

#__next .bg-primaryLight {
  background-color: var(--mui-palette-primary-lightOpacity);
}

#__next .bg-secondary {
  background-color: var(--mui-palette-secondary-main);
}

#__next .bg-teal-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(20 184 166 / var(--tw-bg-opacity));
}

#__next .bg-transparent {
  background-color: #0000;
}

#__next .bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

#__next .bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

#__next .object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

#__next .p-0 {
  padding: 0;
}

#__next .p-2 {
  padding: .5rem;
}

#__next .p-4 {
  padding: 1rem;
}

#__next .p-5 {
  padding: 1.25rem;
}

#__next .p-6 {
  padding: 1.5rem;
}

#__next .px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

#__next .px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

#__next .py-1 {
  padding-top: .25rem;
  padding-bottom: .25rem;
}

#__next .py-2 {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

#__next .py-3 {
  padding-top: .75rem;
  padding-bottom: .75rem;
}

#__next .py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

#__next .pt-1 {
  padding-top: .25rem;
}

#__next .text-left {
  text-align: left;
}

#__next .text-center {
  text-align: center;
}

#__next .\!text-end {
  text-align: end !important;
}

#__next .text-end {
  text-align: end;
}

#__next .text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

#__next .text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

#__next .text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

#__next .text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}

#__next .text-8xl {
  font-size: 6rem;
  line-height: 1;
}

#__next .text-\[100px\] {
  font-size: 100px;
}

#__next .text-\[11px\] {
  font-size: 11px;
}

#__next .text-\[22px\] {
  font-size: 22px;
}

#__next .text-\[28px\] {
  font-size: 28px;
}

#__next .text-\[30px\] {
  font-size: 30px;
}

#__next .text-\[32px\] {
  font-size: 32px;
}

#__next .text-\[88px\] {
  font-size: 88px;
}

#__next .text-\[8px\] {
  font-size: 8px;
}

#__next .text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

#__next .text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

#__next .text-sm {
  font-size: .875rem;
  line-height: 1.25rem;
}

#__next .text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

#__next .text-xs {
  font-size: .75rem;
  line-height: 1rem;
}

#__next .font-bold {
  font-weight: 700;
}

#__next .font-medium {
  font-weight: 500;
}

#__next .font-semibold {
  font-weight: 600;
}

#__next .font-thin {
  font-weight: 100;
}

#__next .uppercase {
  text-transform: uppercase;
}

#__next .lowercase {
  text-transform: lowercase;
}

#__next .capitalize {
  text-transform: capitalize;
}

#__next .italic {
  font-style: italic;
}

#__next .leading-relaxed {
  line-height: 1.625;
}

#__next .tracking-wider {
  letter-spacing: .05em;
}

#__next .text-\[\#123952\] {
  --tw-text-opacity: 1;
  color: rgb(18 57 82 / var(--tw-text-opacity));
}

#__next .text-\[\#e94d65\] {
  --tw-text-opacity: 1;
  color: rgb(233 77 101 / var(--tw-text-opacity));
}

#__next .text-error {
  color: var(--mui-palette-error-main);
}

#__next .text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

#__next .text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

#__next .text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

#__next .text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

#__next .text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}

#__next .text-info {
  color: var(--mui-palette-info-main);
}

#__next .text-primary {
  color: var(--primary-color);
}

#__next .text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

#__next .text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

#__next .text-secondary {
  color: var(--mui-palette-secondary-main);
}

#__next .text-success {
  color: var(--mui-palette-success-main);
}

#__next .text-teal-500 {
  --tw-text-opacity: 1;
  color: rgb(20 184 166 / var(--tw-text-opacity));
}

#__next .text-teal-600 {
  --tw-text-opacity: 1;
  color: rgb(13 148 136 / var(--tw-text-opacity));
}

#__next .text-teal-700 {
  --tw-text-opacity: 1;
  color: rgb(15 118 110 / var(--tw-text-opacity));
}

#__next .text-textDisabled {
  color: var(--mui-palette-text-disabled);
}

#__next .text-textPrimary {
  color: var(--mui-palette-text-primary);
}

#__next .text-textSecondary {
  color: var(--mui-palette-text-secondary);
}

#__next .text-warning {
  color: var(--mui-palette-warning-main);
}

#__next .text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#__next .underline {
  text-decoration-line: underline;
}

#__next .overline {
  text-decoration-line: overline;
}

#__next .no-underline {
  text-decoration-line: none;
}

#__next .accent-primary {
  accent-color: var(--primary-color);
}

#__next .shadow {
  --tw-shadow: var(--mui-customShadows-md);
  --tw-shadow-colored: var(--mui-customShadows-md);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#__next .shadow-\[0_3px_0_0_rgba\(0\,0\,0\,0\.1\)\] {
  --tw-shadow: 0 3px 0 0 #0000001a;
  --tw-shadow-colored: 0 3px 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#__next .shadow-\[3px_3px_0_0_rgba\(0\,0\,0\,0\.1\)\] {
  --tw-shadow: 3px 3px 0 0 #0000001a;
  --tw-shadow-colored: 3px 3px 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#__next .shadow-lg {
  --tw-shadow: var(--mui-customShadows-lg);
  --tw-shadow-colored: var(--mui-customShadows-lg);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#__next .shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#__next .shadow-xl {
  --tw-shadow: var(--mui-customShadows-xl);
  --tw-shadow-colored: var(--mui-customShadows-xl);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#__next .shadow-xs {
  --tw-shadow: var(--mui-customShadows-xs);
  --tw-shadow-colored: var(--mui-customShadows-xs);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#__next .shadow-info {
  --tw-shadow-color: var(--mui-palette-info-main);
  --tw-shadow: var(--tw-shadow-colored);
}

#__next .shadow-primary {
  --tw-shadow-color: var(--primary-color);
  --tw-shadow: var(--tw-shadow-colored);
}

#__next .shadow-secondary {
  --tw-shadow-color: var(--mui-palette-secondary-main);
  --tw-shadow: var(--tw-shadow-colored);
}

#__next .shadow-warning {
  --tw-shadow-color: var(--mui-palette-warning-main);
  --tw-shadow: var(--tw-shadow-colored);
}

#__next .outline {
  outline-style: solid;
}

#__next .blur {
  --tw-blur: blur(8px);
  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);
}

#__next .drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px #0000001a) drop-shadow(0 1px 1px #0000000f);
  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);
}

#__next .\!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) !important;
}

#__next .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);
}

#__next .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);
}

#__next .transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .15s;
}

#__next .transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .15s;
}

#__next .transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .15s;
}

#__next .duration-200 {
  transition-duration: .2s;
}

#__next .duration-300 {
  transition-duration: .3s;
}

#__next .ease-in-out {
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

#__next .\!text-end {
  text-align: end !important;
}

#__next .text-end {
  text-align: end;
}

#__next .\!bs-6 {
  block-size: 1.5rem !important;
}

#__next .bs-10 {
  block-size: 2.5rem;
}

#__next .bs-12 {
  block-size: 3rem;
}

#__next .bs-\[30px\] {
  block-size: 30px;
}

#__next .bs-\[38px\] {
  block-size: 38px;
}

#__next .bs-\[400px\] {
  block-size: 400px;
}

#__next .bs-\[66px\] {
  block-size: 66px;
}

#__next .bs-full {
  block-size: 100%;
}

#__next .min-bs-\[100dvh\] {
  min-block-size: 100dvh;
}

#__next .min-bs-\[24px\] {
  min-block-size: 24px;
}

#__next .min-bs-full {
  min-block-size: 100%;
}

#__next .is-10 {
  inline-size: 2.5rem;
}

#__next .is-12 {
  inline-size: 3rem;
}

#__next .is-\[38px\] {
  inline-size: 38px;
}

#__next .is-\[450px\] {
  inline-size: 450px;
}

#__next .is-\[50px\] {
  inline-size: 50px;
}

#__next .is-\[66px\] {
  inline-size: 66px;
}

#__next .is-\[90vw\] {
  inline-size: 90vw;
}

#__next .is-full {
  inline-size: 100%;
}

#__next .\!min-is-full {
  min-inline-size: 100% !important;
}

#__next .min-is-0 {
  min-inline-size: 0;
}

#__next .min-is-\[160px\] {
  min-inline-size: 160px;
}

#__next .min-is-\[220px\] {
  min-inline-size: 220px;
}

#__next .min-is-\[225px\] {
  min-inline-size: 225px;
}

#__next .min-is-\[240px\] {
  min-inline-size: 240px;
}

#__next .max-is-\[740px\] {
  max-inline-size: 740px;
}

#__next .mlb-1 {
  margin-block: .25rem;
}

#__next .mlb-4 {
  margin-block: 1rem;
}

#__next .mlb-6 {
  margin-block: 1.5rem;
}

#__next .mli-12 {
  margin-inline: 3rem;
}

#__next .\!mbs-4 {
  margin-block-start: 1rem !important;
}

#__next .mbe-1 {
  margin-block-end: .25rem;
}

#__next .mbe-2 {
  margin-block-end: .5rem;
}

#__next .mbe-2\.5 {
  margin-block-end: .625rem;
}

#__next .mbe-3 {
  margin-block-end: .75rem;
}

#__next .mbe-4 {
  margin-block-end: 1rem;
}

#__next .mbe-5 {
  margin-block-end: 1.25rem;
}

#__next .mbe-6 {
  margin-block-end: 1.5rem;
}

#__next .mbe-9 {
  margin-block-end: 2.25rem;
}

#__next .mbs-1 {
  margin-block-start: .25rem;
}

#__next .mbs-1\.5 {
  margin-block-start: .375rem;
}

#__next .mbs-11 {
  margin-block-start: 2.75rem;
}

#__next .mbs-3 {
  margin-block-start: .75rem;
}

#__next .mbs-4 {
  margin-block-start: 1rem;
}

#__next .mbs-6 {
  margin-block-start: 1.5rem;
}

#__next .mie-0 {
  margin-inline-end: 0;
}

#__next .mis-2 {
  margin-inline-start: .5rem;
}

#__next .plb-1 {
  padding-block: .25rem;
}

#__next .plb-1\.5 {
  padding-block: .375rem;
}

#__next .plb-2 {
  padding-block: .5rem;
}

#__next .plb-4 {
  padding-block: 1rem;
}

#__next .plb-5 {
  padding-block: 1.25rem;
}

#__next .pli-4 {
  padding-inline: 1rem;
}

#__next .pli-5 {
  padding-inline: 1.25rem;
}

#__next .\!pbe-0 {
  padding-block-end: 0 !important;
}

#__next .\!pbs-2 {
  padding-block-start: .5rem !important;
}

#__next .\!pie-0 {
  padding-inline-end: 0 !important;
}

#__next .\!pis-0 {
  padding-inline-start: 0 !important;
}

#__next .pbe-6 {
  padding-block-end: 1.5rem;
}

#__next .pbs-0 {
  padding-block-start: 0;
}

#__next .pbs-1 {
  padding-block-start: .25rem;
}

#__next .pbs-5 {
  padding-block-start: 1.25rem;
}

#__next .pbs-6 {
  padding-block-start: 1.5rem;
}

#__next .pie-0 {
  padding-inline-end: 0;
}

#__next .pis-0 {
  padding-inline-start: 0;
}

#__next .block-start-4 {
  inset-block-start: 1rem;
}

#__next .inline-end-4 {
  inset-inline-end: 1rem;
}

#__next .border-be {
  border-block-end-width: 1px;
}

#__next .border-bs {
  border-block-start-width: 1px;
}

#__next .border-ie {
  border-inline-end-width: 1px;
}

:root {
  --border-radius: var(--mui-shape-borderRadius);
  --border-color: var(--mui-palette-divider);
  --primary-color: var(--mui-palette-primary-main);
  --background-color: var(--mui-palette-background-default);
  --background-color-rgb: var(--mui-palette-background-paperChannel);
  --header-height: 64px;
  --header-z-index: var(--mui-zIndex-appBar);
  --footer-z-index: 10;
  --customizer-z-index: var(--mui-zIndex-drawer);
  --search-z-index: var(--mui-zIndex-tooltip);
  --drawer-z-index: var(--mui-zIndex-drawer);
  --backdrop-color: rgb(var(--mui-mainColorChannels-light) / .5);
}

[data-mui-color-scheme="dark"] {
  --backdrop-color: #10112199;
}

[data-mui-color-scheme="dark"] body::-webkit-scrollbar-thumb {
  background-color: #e94d65;
  border-radius: 2px;
}

*, :before, :after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  border-width: 0;
  border-style: solid;
  border-color: var(--border-color, currentColor);
}

::-moz-selection {
  background-color: var(--mui-palette-secondary-main);
  color: #fff;
}

::selection {
  background-color: var(--mui-palette-secondary-main);
  color: #fff;
}

::-moz-selection {
  background-color: var(--mui-palette-secondary-main);
  color: #fff;
}

html {
  display: flex;
  inline-size: 100%;
  min-block-size: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

ul:not([class]) {
  margin-block: 1rem;
  padding-inline-start: 40px;
}

[data-floating-ui-safe-polygon] .scrollbar-container {
  pointer-events: auto;
}

[data-floating-ui-safe-polygon] .scrollbar-container .ps__rail-y {
  pointer-events: none;
}

.ps__rail-y {
  inset-inline-end: 0 !important;
  inset-inline-start: auto !important;
}

.ps__rail-y .ps__thumb-y {
  background-color: var(--mui-palette-divider);
  inline-size: 6px;
  inset-inline-end: 3px !important;
  inset-inline-start: auto !important;
}

.ps__rail-y .ps__thumb-y:hover, .ps__rail-y .ps__thumb-y:focus, .ps__rail-y .ps__thumb-y.ps--clicking {
  background-color: var(--mui-palette-action-disabled) !important;
}

.ps__rail-y:hover, .ps__rail-y:focus, .ps__rail-y.ps--clicking {
  background-color: var(--mui-palette-action-hover) !important;
}

.ps__rail-y:hover .ps__thumb-y, .ps__rail-y:focus .ps__thumb-y, .ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: var(--mui-palette-action-disabled) !important;
}

.ts-vertical-nav-root .ps__thumb-y {
  inline-size: 4px;
}

.ts-vertical-nav-root .ps__thumb-y:hover, .ts-vertical-nav-root .ps__thumb-y:focus, .ts-vertical-nav-root .ps__thumb-y.ps--clicking {
  inline-size: 6px;
}

.ts-vertical-nav-root .ps__rail-y {
  inline-size: 10px;
}

.ts-vertical-nav-root .ps__rail-y:hover, .ts-vertical-nav-root .ps__rail-y:focus, .ts-vertical-nav-root .ps__rail-y.ps--clicking {
  background-color: #0000 !important;
}

.ts-vertical-nav-root .ps__rail-y:hover .ps__thumb-y, .ts-vertical-nav-root .ps__rail-y:focus .ps__thumb-y, .ts-vertical-nav-root .ps__rail-y.ps--clicking .ps__thumb-y {
  inline-size: 6px;
}

:where([class^="ri-"]) {
  font-size: 1.5rem;
}

code {
  font-family: inherit;
  padding-block: 2px;
  padding-inline: 4px;
  border-radius: 4px;
  font-size: 90%;
  color: var(--mui-palette-info-main);
  background-color: rgb(var(--mui-palette-info-mainChannel) / .08);
  border: 0;
}

body::-webkit-scrollbar {
  width: 8px;
}

body::-webkit-scrollbar-track {
  background: #fff;
}

body::-webkit-scrollbar-thumb {
  background-color: #1b4962;
  border-radius: 2px;
}

#__next .before\:block:before {
  content: var(--tw-content);
  display: block;
}

#__next .before\:h-1:before {
  content: var(--tw-content);
  height: .25rem;
}

#__next .before\:w-12:before {
  content: var(--tw-content);
  width: 3rem;
}

#__next .before\:bg-\[\#e94d65\]:before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(233 77 101 / var(--tw-bg-opacity));
}

#__next .before\:content-\[attr\(data-content\)\]:before {
  --tw-content: attr(data-content);
  content: var(--tw-content);
}

#__next .first\:pbe-4:first-child {
  padding-block-end: 1rem;
}

#__next .last\:pbs-4:last-child {
  padding-block-start: 1rem;
}

#__next .hover\:cursor-pointer:hover {
  cursor: pointer;
}

#__next .hover\:border-gray-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}

#__next .hover\:bg-\[\#d13d55\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 61 85 / var(--tw-bg-opacity));
}

#__next .hover\:bg-errorLight:hover {
  background-color: var(--mui-palette-error-lightOpacity);
}

#__next .hover\:text-error:hover {
  color: var(--mui-palette-error-main);
}

#__next .hover\:text-green-700:hover {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}

#__next .hover\:text-red-700:hover {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

#__next .hover\:shadow-lg:hover {
  --tw-shadow: var(--mui-customShadows-lg);
  --tw-shadow-colored: var(--mui-customShadows-lg);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#__next .disabled\:opacity-100:disabled {
  opacity: 1;
}

@media not all and (width >= 1200px) {
  #__next .max-lg\:hidden {
    display: none;
  }
}

@media not all and (width >= 900px) {
  #__next .max-md\:hidden {
    display: none;
  }
}

@media not all and (width >= 600px) {
  #__next .max-sm\:flex-col {
    flex-direction: column;
  }

  #__next .max-sm\:items-center {
    align-items: center;
  }

  #__next .max-sm\:text-center {
    text-align: center;
  }

  #__next .max-sm\:is-\[80\%\] {
    inline-size: 80%;
  }
}

@media (width >= 600px) {
  #__next .sm\:block {
    display: block;
  }

  #__next .sm\:flex {
    display: flex;
  }

  #__next .sm\:hidden {
    display: none;
  }

  #__next .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #__next .sm\:flex-row {
    flex-direction: row;
  }

  #__next .sm\:flex-nowrap {
    flex-wrap: nowrap;
  }

  #__next .sm\:items-center {
    align-items: center;
  }

  #__next .sm\:\!p-12 {
    padding: 3rem !important;
  }

  #__next .sm\:p-16 {
    padding: 4rem;
  }

  #__next .sm\:p-8 {
    padding: 2rem;
  }

  #__next .sm\:text-\[40px\] {
    font-size: 40px;
  }

  #__next .sm\:bs-\[88px\] {
    block-size: 88px;
  }

  #__next .sm\:is-\[460px\] {
    inline-size: 460px;
  }

  #__next .sm\:is-\[88px\] {
    inline-size: 88px;
  }

  #__next .sm\:is-\[unset\] {
    inline-size: unset;
  }

  #__next .sm\:is-auto {
    inline-size: auto;
  }

  #__next .sm\:max-is-\[400px\] {
    max-inline-size: 400px;
  }

  #__next .sm\:mbs-14 {
    margin-block-start: 3.5rem;
  }

  #__next .sm\:plb-6 {
    padding-block: 1.5rem;
  }

  #__next .sm\:pli-16 {
    padding-inline: 4rem;
  }

  #__next .sm\:pbe-10 {
    padding-block-end: 2.5rem;
  }

  #__next .sm\:pbe-12 {
    padding-block-end: 3rem;
  }

  #__next .sm\:pbe-16 {
    padding-block-end: 4rem;
  }

  #__next .sm\:pbe-20 {
    padding-block-end: 5rem;
  }

  #__next .sm\:pbe-6 {
    padding-block-end: 1.5rem;
  }

  #__next .sm\:pbs-16 {
    padding-block-start: 4rem;
  }

  #__next .sm\:pbs-6 {
    padding-block-start: 1.5rem;
  }
}

@media (width >= 900px) {
  #__next .md\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  #__next .md\:mt-6 {
    margin-top: 1.5rem;
  }

  #__next .md\:mt-8 {
    margin-top: 2rem;
  }

  #__next .md\:block {
    display: block;
  }

  #__next .md\:h-48 {
    height: 12rem;
  }

  #__next .md\:h-\[600px\] {
    height: 600px;
  }

  #__next .md\:w-auto {
    width: auto;
  }

  #__next .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  #__next .md\:flex-row {
    flex-direction: row;
  }

  #__next .md\:items-center {
    align-items: center;
  }

  #__next .md\:gap-3 {
    gap: .75rem;
  }

  #__next .md\:gap-4 {
    gap: 1rem;
  }

  #__next .md\:gap-6 {
    gap: 1.5rem;
  }

  #__next :is(.md\:space-x-4 > :not([hidden]) ~ :not([hidden])) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  #__next :is(.md\:space-y-0 > :not([hidden]) ~ :not([hidden])) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  #__next .md\:p-12 {
    padding: 3rem;
  }

  #__next .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  #__next .md\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  #__next .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  #__next .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  #__next .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  #__next .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  #__next .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  #__next .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  #__next .md\:bs-\[450px\] {
    block-size: 450px;
  }

  #__next .md\:bs-full {
    block-size: 100%;
  }

  #__next .md\:is-\[900px\] {
    inline-size: 900px;
  }

  #__next .md\:is-full {
    inline-size: 100%;
  }

  #__next .md\:\!min-is-\[unset\] {
    min-inline-size: unset !important;
  }

  #__next .md\:max-is-\[480px\] {
    max-inline-size: 480px;
  }

  #__next .md\:mbe-12 {
    margin-block-end: 3rem;
  }

  #__next .md\:mbs-0 {
    margin-block-start: 0;
  }
}

@media (width >= 1200px) {
  #__next .lg\:flex {
    display: flex;
  }

  #__next .lg\:hidden {
    display: none;
  }

  #__next .lg\:h-\[800px\] {
    height: 800px;
  }

  #__next .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  #__next .lg\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  #__next .lg\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  #__next .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  #__next .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  #__next .lg\:bs-\[500px\] {
    block-size: 500px;
  }

  #__next .lg\:mbs-0 {
    margin-block-start: 0;
  }
}

#__next .\[\&\:not\(\:last-child\)\:not\(\:first-child\)\]\:plb-4:not(:last-child):not(:first-child) {
  padding-block: 1rem;
}

#__next .\[\&\:not\(\:last-child\)\]\:border-be:not(:last-child) {
  border-block-end-width: 1px;
}

#__next :is(.\[\&_input\]\:text-center input) {
  text-align: center;
}


/*# sourceMappingURL=src_app_globals_b80590.css.map*/
