/*! tailwindcss v3.4.4 | MIT License | https://tailwindcss.com*/
*,
:after,
:before {
  box-sizing: border-box;
  border: 0 solid #e5e7eb;
}
:after,
:before {
  --content: "";
}
:host,
html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  font-family: ui-sans-serif, system-ui, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
  line-height: inherit;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
pre,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    Liberation Mono, Courier New, monospace;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: initial;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
button,
select {
  text-transform: none;
}
button,
input:where([type="button"]),
input:where([type="reset"]),
input:where([type="submit"]) {
  -webkit-appearance: button;
  background-color: initial;
  background-image: none;
}
:-moz-focusring {
  outline: auto;
}
:-moz-ui-invalid {
  box-shadow: none;
}
progress {
  vertical-align: initial;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
}
fieldset,
legend {
  padding: 0;
}
menu,
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
dialog {
  padding: 0;
}
textarea {
  resize: vertical;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}
[role="button"],
button {
  cursor: pointer;
}
:disabled {
  cursor: default;
}
audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle;
}
img,
video {
  max-width: 100%;
  height: auto;
}
[hidden] {
  display: none;
}
*,
::backdrop,
:after,
:before {
  --border-spacing-x: 0;
  --border-spacing-y: 0;
  --translate-x: 0;
  --translate-y: 0;
  --rotate: 0;
  --skew-x: 0;
  --skew-y: 0;
  --scale-x: 1;
  --scale-y: 1;
  --pan-x: ;
  --pan-y: ;
  --pinch-zoom: ;
  --scroll-snap-strictness: proximity;
  --gradient-from-position: ;
  --gradient-via-position: ;
  --gradient-to-position: ;
  --ordinal: ;
  --slashed-zero: ;
  --numeric-figure: ;
  --numeric-spacing: ;
  --numeric-fraction: ;
  --ring-inset: ;
  --ring-offset-width: 0px;
  --ring-offset-color: #fff;
  --ring-color: #3b82f680;
  --ring-offset-shadow: 0 0 #0000;
  --ring-shadow: 0 0 #0000;
  --shadow: 0 0 #0000;
  --shadow-colored: 0 0 #0000;
  --blur: ;
  --brightness: ;
  --contrast: ;
  --grayscale: ;
  --hue-rotate: ;
  --invert: ;
  --saturate: ;
  --sepia: ;
  --drop-shadow: ;
  --backdrop-blur: ;
  --backdrop-brightness: ;
  --backdrop-contrast: ;
  --backdrop-grayscale: ;
  --backdrop-hue-rotate: ;
  --backdrop-invert: ;
  --backdrop-opacity: ;
  --backdrop-saturate: ;
  --backdrop-sepia: ;
  --contain-size: ;
  --contain-layout: ;
  --contain-paint: ;
  --contain-style: ;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.left-\[50\%\] {
  left: 50%;
}
.right-3 {
  right: 0.75rem;
}
.top-0 {
  top: 0;
}
.top-20 {
  top: 5rem;
}
.top-3 {
  top: 0.75rem;
}
.top-5 {
  top: 1.25rem;
}
.z-20 {
  z-index: 20;
}
.z-50 {
  z-index: 50;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.ml-auto {
  margin-left: auto;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[5\%\] {
  margin-top: 5%;
}
.mt-auto {
  margin-top: auto;
}
.flex {
  display: flex;
}
.\!hidden {
  display: none !important;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[250px\] {
  height: 250px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[400px\] {
  height: 400px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[550px\] {
  height: 550px;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[80px\] {
  height: 80px;
}
.h-full {
  height: 100%;
}
.max-h-\[550px\] {
  max-height: 550px;
}
.max-h-\[800px\] {
  max-height: 800px;
}
.max-h-\[90\%\] {
  max-height: 90%;
}
.min-h-\[100vh\] {
  min-height: 100vh;
}
.min-h-\[300px\] {
  min-height: 300px;
}
.min-h-\[80px\] {
  min-height: 80px;
}
.min-h-\[80vh\] {
  min-height: 80vh;
}
.w-\[150px\] {
  width: 150px;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[250px\] {
  width: 250px;
}
.w-\[400px\] {
  width: 400px;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[450px\] {
  width: 450px;
}
.w-\[50px\] {
  width: 50px;
}
.w-\[80px\] {
  width: 80px;
}
.w-full {
  width: 100%;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.min-w-\[80px\] {
  min-width: 80px;
}
.min-w-\[200px\] {
  min-width: 200px;
}

.min-w-\[250px\] {
  min-width: 250px;
}

.min-w-\[270px\] {
  min-width: 270px;
}

.min-w-\[280px\] {
  min-width: 280px;
}

.min-w-\[290px\] {
  min-width: 290px;
}

.min-w-\[310px\] {
  min-width: 310px;
}

.min-w-\[360px\] {
  min-width: 360px;
}
.max-w-\[100vw\] {
  max-width: 100vw;
}
.max-w-\[120px\] {
  max-width: 120px;
}
.max-w-\[30\%\] {
  max-width: 30%;
}
.max-w-\[450px\] {
  max-width: 450px;
}
.max-w-\[50\%\] {
  max-width: 50%;
}
.max-w-\[60\%\] {
  max-width: 60%;
}
.max-w-\[80\%\] {
  max-width: 80%;
}
.max-w-\[800px\] {
  max-width: 800px;
}
.max-w-\[850px\] {
  max-width: 850px;
}
.-translate-x-\[50\%\] {
  --translate-x: -50%;
  transform: translate(var(--translate-x), var(--translate-y))
    rotate(var(--rotate)) skewX(var(--skew-x)) skewY(var(--skew-y))
    scaleX(var(--scale-x)) scaleY(var(--scale-y));
}
.select-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.place-content-center {
  place-content: center;
}
.place-content-end {
  place-content: end;
}
.place-content-around {
  place-content: space-around;
}
.place-items-start {
  place-items: start;
}
.place-items-end {
  place-items: end;
}
.place-items-center {
  place-items: center;
}
.items-center {
  align-items: center;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[10\%\] {
  gap: 10%;
}
.gap-\[200px\] {
  gap: 200px;
}
.gap-\[20px\] {
  gap: 20px;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-clip {
  overflow: clip;
}
.\!rounded-full {
  border-radius: 9999px !important;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.\!border-\[1px\] {
  border-width: 1px !important;
}
.border-\[1px\] {
  border-width: 1px;
}
.border-gray-200 {
  border-color: #e5e7eb;
}
.\!border-solid {
  border-style: solid !important;
}
.border-solid {
  border-style: solid;
}
.\!border-gray-300 {
  --border-opacity: 1 !important;
  border-color: rgb(209 213 219 / var(--border-opacity)) !important;
}
.\!border-gray-600 {
  --border-opacity: 1 !important;
  border-color: rgb(75 85 99 / var(--border-opacity)) !important;
}
.border-\[\#1F2123\],
.border-outlineColor {
  --border-opacity: 1;
  border-color: rgb(31 33 35 / var(--border-opacity));
}
.\!bg-black {
  --bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--bg-opacity)) !important;
}
.\!bg-transparent {
  background-color: initial !important;
}
.bg-\[\#080808\] {
  --bg-opacity: 1;
  background-color: rgb(8 8 8 / var(--bg-opacity));
}
.bg-\[\#7e22ce85\] {
  background-color: #7e22ce85;
}
.bg-black {
  --bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--bg-opacity));
}
.bg-secondary {
  --bg-opacity: 1;
  background-color: rgb(8 8 8 / var(--bg-opacity));
}
.bg-transparent {
  background-color: initial;
}
.bg-white {
  --bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--bg-opacity));
}
.bg-opacity-0 {
  --bg-opacity: 0;
}
.object-contain {
  -o-object-fit: contain;
  object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.p-\[2\%\] {
  padding: 2%;
}
.p-\[4px\] {
  padding: 4px;
}
.p-\[5\%\] {
  padding: 5%;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-\[10\%\] {
  padding-left: 10%;
  padding-right: 10%;
}
.px-\[5\%\] {
  padding-left: 5%;
  padding-right: 5%;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.text-center {
  text-align: center;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.leading-\[80px\] {
  line-height: 80px;
}
.\!text-white {
  --text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--text-opacity)) !important;
}
.text-black {
  --text-opacity: 1;
  color: rgb(0 0 0 / var(--text-opacity));
}
.text-gray-200 {
  --text-opacity: 1;
  color: rgb(229 231 235 / var(--text-opacity));
}
.text-gray-300 {
  --text-opacity: 1;
  color: rgb(209 213 219 / var(--text-opacity));
}
.text-gray-400 {
  --text-opacity: 1;
  color: rgb(156 163 175 / var(--text-opacity));
}
.text-white {
  --text-opacity: 1;
  color: rgb(255 255 255 / var(--text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.opacity-90 {
  opacity: 0.9;
}
.shadow-sm {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.shadow-lg {
  --shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
  --shadow-colored: 0 10px 15px -3px var(--shadow-color),
    0 4px 6px -4px var(--shadow-color);
  box-shadow: var(--ring-offset-shadow, 0 0 #0000),
    var(--ring-shadow, 0 0 #0000), var(--shadow);
}
.shadow-primary {
  --shadow-color: #0a8dd3;
  --shadow: var(--shadow-colored);
}
.outline-none {
  outline: 2px solid #0000;
  outline-offset: 2px;
}
.grayscale {
  --grayscale: grayscale(100%);
  filter: var(--blur) var(--brightness) var(--contrast) var(--grayscale)
    var(--hue-rotate) var(--invert) var(--saturate) var(--sepia)
    var(--drop-shadow);
}
.transition-colors {
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.duration-\[0\.3s\] {
  transition-duration: 0.3s;
}
.hover\:translate-x-2:hover {
  --translate-x: 0.5rem;
}
.hover\:scale-\[1\.04\]:hover,
.hover\:translate-x-2:hover {
  transform: translate(var(--translate-x), var(--translate-y))
    rotate(var(--rotate)) skewX(var(--skew-x)) skewY(var(--skew-y))
    scaleX(var(--scale-x)) scaleY(var(--scale-y));
}
.hover\:scale-\[1\.04\]:hover {
  --scale-x: 1.04;
  --scale-y: 1.04;
}
.hover\:scale-x-\[1\.03\]:hover {
  --scale-x: 1.03;
  transform: translate(var(--translate-x), var(--translate-y))
    rotate(var(--rotate)) skewX(var(--skew-x)) skewY(var(--skew-y))
    scaleX(var(--scale-x)) scaleY(var(--scale-y));
}
.hover\:\!bg-white:hover {
  --bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--bg-opacity)) !important;
}
.hover\:\!text-black:hover {
  --text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--text-opacity)) !important;
}
.hover\:grayscale-0:hover {
  --grayscale: grayscale(0);
  filter: var(--blur) var(--brightness) var(--contrast) var(--grayscale)
    var(--hue-rotate) var(--invert) var(--saturate) var(--sepia)
    var(--drop-shadow);
}
@media not all and (min-width: 1280px) {
  .max-xl\:place-items-center {
    place-items: center;
  }
}
@media not all and (min-width: 1024px) {
  .max-lg\:fixed {
    position: fixed;
  }
  .max-lg\:mt-\[30px\] {
    margin-top: 30px;
  }
  .max-lg\:h-\[60px\] {
    height: 60px;
  }
  .max-lg\:h-full {
    height: 100%;
  }
  .max-lg\:max-h-fit {
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
  .max-lg\:min-h-\[60px\] {
    min-height: 60px;
  }
  .max-lg\:w-\[300px\] {
    width: 300px;
  }
  .max-lg\:w-\[60px\] {
    width: 60px;
  }
  .max-lg\:w-full {
    width: 100%;
  }
  .max-lg\:min-w-\[60px\] {
    min-width: 60px;
  }
  .max-lg\:max-w-\[320px\] {
    max-width: 320px;
  }
  .max-lg\:max-w-full {
    max-width: 100%;
  }
  .max-lg\:flex-col {
    flex-direction: column;
  }
  .max-lg\:place-content-center {
    place-content: center;
  }
  .max-lg\:place-items-end {
    place-items: end;
  }
  .max-lg\:place-items-center {
    place-items: center;
  }
  .max-lg\:gap-16 {
    gap: 4rem;
  }
  .max-lg\:gap-5 {
    gap: 1.25rem;
  }
  .max-lg\:p-3 {
    padding: 0.75rem;
  }
  .max-lg\:p-4 {
    padding: 1rem;
  }
  .max-lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .max-lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .max-lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .max-lg\:font-normal {
    font-weight: 400;
  }
  .max-lg\:shadow-md {
    --shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
    --shadow-colored: 0 4px 6px -1px var(--shadow-color),
      0 2px 4px -2px var(--shadow-color);
    box-shadow: var(--ring-offset-shadow, 0 0 #0000),
      var(--ring-shadow, 0 0 #0000), var(--shadow);
  }
}
@media not all and (min-width: 768px) {
  .max-md\:mt-\[50px\] {
    margin-top: 50px;
  }
  .max-md\:w-\[320px\] {
    width: 320px;
  }
  .max-md\:w-full {
    width: 100%;
  }
  .max-md\:max-w-full {
    max-width: 100%;
  }
  .max-md\:flex-col {
    flex-direction: column;
  }
  .max-md\:place-content-center {
    place-content: center;
  }
  .max-md\:gap-2 {
    gap: 0.5rem;
  }
  .max-md\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .max-md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .max-md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .max-md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .max-md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .max-md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .max-md\:leading-snug {
    line-height: 1.375;
  }
  .max-md\:opacity-0 {
    opacity: 0;
  }
}
@media (min-width: 1024px) {
  .lg\:sticky {
    position: sticky;
  }
  .lg\:top-\[20\%\] {
    top: 20%;
  }
  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:place-items-center {
    place-items: center;
  }
  .lg\:justify-around {
    justify-content: space-around;
  }
  .lg\:p-6 {
    padding: 1.5rem;
  }
}
