*, ::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: rgb(59 130 246 / 0.5);
  --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: rgb(59 130 246 / 0.5);
  --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:  ;
}/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.-bottom-5 {
  bottom: -1.25rem;
}
.-left-\[40px\] {
  left: -40px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-14 {
  bottom: 3.5rem;
}
.bottom-5 {
  bottom: 1.25rem;
}
.bottom-9 {
  bottom: 2.25rem;
}
.bottom-full {
  bottom: 100%;
}
.left-0 {
  left: 0px;
}
.left-1 {
  left: 0.25rem;
}
.left-\[50\%\] {
  left: 50%;
}
.left-\[6\%\] {
  left: 6%;
}
.right-0 {
  right: 0px;
}
.right-6 {
  right: 1.5rem;
}
.top-0 {
  top: 0px;
}
.top-1 {
  top: 0.25rem;
}
.top-1\/2 {
  top: 50%;
}
.top-10 {
  top: 2.5rem;
}
.top-2 {
  top: 0.5rem;
}
.top-6 {
  top: 1.5rem;
}
.top-\[-250px\] {
  top: -250px;
}
.top-\[-400px\] {
  top: -400px;
}
.top-\[1000px\] {
  top: 1000px;
}
.top-\[15\%\] {
  top: 15%;
}
.top-\[450px\] {
  top: 450px;
}
.top-\[50\%\] {
  top: 50%;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.z-\[0\] {
  z-index: 0;
}
.z-\[10\] {
  z-index: 10;
}
.z-\[9999\] {
  z-index: 9999;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.m-auto {
  margin: auto;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-\[400px\] {
  margin-top: 400px;
  margin-bottom: 400px;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.-mb-10 {
  margin-bottom: -2.5rem;
}
.-ml-10 {
  margin-left: -2.5rem;
}
.-ms-2 {
  margin-inline-start: -0.5rem;
}
.-ms-7 {
  margin-inline-start: -1.75rem;
}
.-mt-\[24px\] {
  margin-top: -24px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[120px\] {
  margin-bottom: 120px;
}
.mb-\[12px\] {
  margin-bottom: 12px;
}
.mb-\[40px\] {
  margin-bottom: 40px;
}
.mb-\[48px\] {
  margin-bottom: 48px;
}
.mb-\[52px\] {
  margin-bottom: 52px;
}
.mb-\[56px\] {
  margin-bottom: 56px;
}
.mb-\[8px\] {
  margin-bottom: 8px;
}
.ml-0\.5 {
  margin-left: 0.125rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[110px\] {
  margin-top: 110px;
}
.mt-\[11px\] {
  margin-top: 11px;
}
.mt-\[20px\] {
  margin-top: 20px;
}
.mt-\[52px\] {
  margin-top: 52px;
}
.mt-\[60px\] {
  margin-top: 60px;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.\!h-\[100px\] {
  height: 100px !important;
}
.h-12 {
  height: 3rem;
}
.h-2 {
  height: 0.5rem;
}
.h-3 {
  height: 0.75rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-\[100\%\] {
  height: 100%;
}
.h-\[148px\] {
  height: 148px;
}
.h-\[14x\] {
  height: 14x;
}
.h-\[15px\] {
  height: 15px;
}
.h-\[1600px\] {
  height: 1600px;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[22px\] {
  height: 22px;
}
.h-\[24px\] {
  height: 24px;
}
.h-\[24x\] {
  height: 24x;
}
.h-\[262px\] {
  height: 262px;
}
.h-\[264px\] {
  height: 264px;
}
.h-\[280px\] {
  height: 280px;
}
.h-\[28px\] {
  height: 28px;
}
.h-\[302px\] {
  height: 302px;
}
.h-\[328px\] {
  height: 328px;
}
.h-\[32px\] {
  height: 32px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[44px\] {
  height: 44px;
}
.h-\[458px\] {
  height: 458px;
}
.h-\[46px\] {
  height: 46px;
}
.h-\[500px\] {
  height: 500px;
}
.h-\[56px\] {
  height: 56px;
}
.h-\[58\%\] {
  height: 58%;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[678px\] {
  height: 678px;
}
.h-\[682px\] {
  height: 682px;
}
.h-\[700px\] {
  height: 700px;
}
.h-\[74\%\] {
  height: 74%;
}
.h-\[815px\] {
  height: 815px;
}
.h-\[82px\] {
  height: 82px;
}
.h-\[8px\] {
  height: 8px;
}
.h-auto {
  height: auto;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.max-h-0 {
  max-height: 0px;
}
.max-h-\[200px\] {
  max-height: 200px;
}
.min-h-\[100px\] {
  min-height: 100px;
}
.min-h-\[200px\] {
  min-height: 200px;
}
.min-h-\[208px\] {
  min-height: 208px;
}
.min-h-\[400px\] {
  min-height: 400px;
}
.min-h-\[458px\] {
  min-height: 458px;
}
.min-h-\[500px\] {
  min-height: 500px;
}
.min-h-\[678px\] {
  min-height: 678px;
}
.min-h-\[700px\] {
  min-height: 700px;
}
.\!w-\[24px\] {
  width: 24px !important;
}
.w-2 {
  width: 0.5rem;
}
.w-3 {
  width: 0.75rem;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-7 {
  width: 1.75rem;
}
.w-\[100\%\] {
  width: 100%;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[120px\] {
  width: 120px;
}
.w-\[124px\] {
  width: 124px;
}
.w-\[128px\] {
  width: 128px;
}
.w-\[130px\] {
  width: 130px;
}
.w-\[140px\] {
  width: 140px;
}
.w-\[208px\] {
  width: 208px;
}
.w-\[24px\] {
  width: 24px;
}
.w-\[250px\] {
  width: 250px;
}
.w-\[280px\] {
  width: 280px;
}
.w-\[384px\] {
  width: 384px;
}
.w-\[50\%\] {
  width: 50%;
}
.w-\[6px\] {
  width: 6px;
}
.w-\[80\%\] {
  width: 80%;
}
.w-\[80px\] {
  width: 80px;
}
.w-\[84px\] {
  width: 84px;
}
.w-\[8px\] {
  width: 8px;
}
.w-\[90\%\] {
  width: 90%;
}
.w-\[90px\] {
  width: 90px;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-\[100\%\] {
  min-width: 100%;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-\[1000px\] {
  max-width: 1000px;
}
.max-w-\[1400px\] {
  max-width: 1400px;
}
.max-w-\[420px\] {
  max-width: 420px;
}
.max-w-\[520px\] {
  max-width: 520px;
}
.max-w-\[620px\] {
  max-width: 620px;
}
.max-w-\[700px\] {
  max-width: 700px;
}
.max-w-\[720px\] {
  max-width: 720px;
}
.max-w-\[860px\] {
  max-width: 860px;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.-translate-x-full {
  --tw-translate-x: -100%;
  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));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  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));
}
.translate-x-0 {
  --tw-translate-x: 0px;
  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));
}
.translate-x-\[-50\%\] {
  --tw-translate-x: -50%;
  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));
}
.translate-x-\[50\%\] {
  --tw-translate-x: 50%;
  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));
}
.translate-y-\[10\%\] {
  --tw-translate-y: 10%;
  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));
}
.rotate-180 {
  --tw-rotate: 180deg;
  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));
}
.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));
}
.transform-gpu {
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-auto {
  cursor: auto;
}
.cursor-default {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}
.touch-pan-y {
  --tw-pan-y: pan-y;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}
.touch-pinch-zoom {
  --tw-pinch-zoom: pinch-zoom;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize {
  resize: both;
}
.list-inside {
  list-style-position: inside;
}
.list-disc {
  list-style-type: disc;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-14 {
  gap: 3.5rem;
}
.gap-16 {
  gap: 4rem;
}
.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-\[16px\] {
  gap: 16px;
}
.gap-\[30px\] {
  gap: 30px;
}
.gap-\[6px\] {
  gap: 6px;
}
.gap-\[80px\] {
  gap: 80px;
}
.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-y-8 {
  row-gap: 2rem;
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.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));
}
.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));
}
.space-y-\[18px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(18px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(18px * var(--tw-space-y-reverse));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded {
  border-radius: var(--radius);
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-\[12px\] {
  border-radius: 12px;
}
.rounded-\[14px\] {
  border-radius: 14px;
}
.rounded-\[16px\] {
  border-radius: 16px;
}
.rounded-\[18px\] {
  border-radius: 18px;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-\[24px\] {
  border-radius: 24px;
}
.rounded-\[28px\] {
  border-radius: 28px;
}
.rounded-\[56px\] {
  border-radius: 56px;
}
.rounded-\[8px\] {
  border-radius: 8px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: calc(var(--radius) + 8px);
}
.rounded-md {
  border-radius: var(--radius);
}
.rounded-sm {
  border-radius: calc(var(--radius) - 4px);
}
.rounded-xl {
  border-radius: calc(var(--radius) + 20px);
}
.rounded-b-\[12px\] {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-transparent {
  border-color: transparent;
}
.border-b-\[\#5E778B\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(94 119 139 / var(--tw-border-opacity, 1));
}
.\!bg-\[\#5E778B\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(94 119 139 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-\[\#ffffff\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}
.bg-\[\#000000\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-\[\#00509A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 80 154 / var(--tw-bg-opacity, 1));
}
.bg-\[\#0088D0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 136 208 / var(--tw-bg-opacity, 1));
}
.bg-\[\#0366C2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(3 102 194 / var(--tw-bg-opacity, 1));
}
.bg-\[\#1A2B3C\] {
  --tw-bg-opacity: 1;
  background-color: rgb(26 43 60 / var(--tw-bg-opacity, 1));
}
.bg-\[\#1D97E2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(29 151 226 / var(--tw-bg-opacity, 1));
}
.bg-\[\#272727\] {
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 39 / var(--tw-bg-opacity, 1));
}
.bg-\[\#3B596B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(59 89 107 / var(--tw-bg-opacity, 1));
}
.bg-\[\#3D8E97\] {
  --tw-bg-opacity: 1;
  background-color: rgb(61 142 151 / var(--tw-bg-opacity, 1));
}
.bg-\[\#5A9CD2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(90 156 210 / var(--tw-bg-opacity, 1));
}
.bg-\[\#5E778B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(94 119 139 / var(--tw-bg-opacity, 1));
}
.bg-\[\#B7D9EA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(183 217 234 / var(--tw-bg-opacity, 1));
}
.bg-\[\#C8D2DC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(200 210 220 / var(--tw-bg-opacity, 1));
}
.bg-\[\#CDE4F6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(205 228 246 / var(--tw-bg-opacity, 1));
}
.bg-\[\#D3D8E6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(211 216 230 / var(--tw-bg-opacity, 1));
}
.bg-\[\#DDF3E7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(221 243 231 / var(--tw-bg-opacity, 1));
}
.bg-\[\#E3EFFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(227 239 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#E5F2FD\] {
  --tw-bg-opacity: 1;
  background-color: rgb(229 242 253 / var(--tw-bg-opacity, 1));
}
.bg-\[\#ECF1FF\;\] {
  background-color: #ECF1FF;;
}
.bg-\[\#ECF1FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(236 241 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#ECF7D1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(236 247 209 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F17F21\] {
  --tw-bg-opacity: 1;
  background-color: rgb(241 127 33 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F1CB6B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(241 203 107 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F48120\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 129 32 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F4F7FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 247 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F68627\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 134 39 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F7F7F7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F9FFE9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 255 233 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FAEEFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 238 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FCF2DD\] {
  --tw-bg-opacity: 1;
  background-color: rgb(252 242 221 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FDECE5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(253 236 229 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFE6C7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 230 199 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFF0E3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 240 227 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFFDFD\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 253 253 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#acb6c0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(172 182 192 / var(--tw-bg-opacity, 1));
}
.bg-\[\#cecece\] {
  --tw-bg-opacity: 1;
  background-color: rgb(206 206 206 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f1cb6c\] {
  --tw-bg-opacity: 1;
  background-color: rgb(241 203 108 / var(--tw-bg-opacity, 1));
}
.bg-\[\#ffffff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-\[rgba\(0\2c 0\2c 0\2c 0\.3\)\] {
  background-color: rgba(0,0,0,0.3);
}
.bg-\[rgba\(255\2c 255\2c 255\2c 0\.8\)\] {
  background-color: rgba(255,255,255,0.8);
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}
.bg-indigo-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity, 1));
}
.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-yellow-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity, 1));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-\[\#FE7800\] {
  --tw-gradient-from: #FE7800 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 120 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-\[\#C64924\] {
  --tw-gradient-to: #C64924 var(--tw-gradient-to-position);
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.p-\[12px\] {
  padding: 12px;
}
.p-\[16px\] {
  padding: 16px;
}
.p-\[20px\] {
  padding: 20px;
}
.p-\[24px\] {
  padding: 24px;
}
.p-\[52px\] {
  padding: 52px;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-\[16px\] {
  padding-left: 16px;
  padding-right: 16px;
}
.px-\[80px\] {
  padding-left: 80px;
  padding-right: 80px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-\[20px\] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-\[40px\] {
  padding-top: 40px;
  padding-bottom: 40px;
}
.py-\[4px\] {
  padding-top: 4px;
  padding-bottom: 4px;
}
.py-\[60px\] {
  padding-top: 60px;
  padding-bottom: 60px;
}
.py-\[80px\] {
  padding-top: 80px;
  padding-bottom: 80px;
}
.py-\[90px\] {
  padding-top: 90px;
  padding-bottom: 90px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-\[32px\] {
  padding-bottom: 32px;
}
.pb-\[52px\] {
  padding-bottom: 52px;
}
.pb-\[60px\] {
  padding-bottom: 60px;
}
.pb-\[62px\] {
  padding-bottom: 62px;
}
.pe-2 {
  padding-inline-end: 0.5rem;
}
.pl-\[160px\] {
  padding-left: 160px;
}
.pl-\[40px\] {
  padding-left: 40px;
}
.pl-\[50px\] {
  padding-left: 50px;
}
.pr-14 {
  padding-right: 3.5rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-\[120px\] {
  padding-right: 120px;
}
.pr-\[25px\] {
  padding-right: 25px;
}
.pr-\[80px\] {
  padding-right: 80px;
}
.ps-4 {
  padding-inline-start: 1rem;
}
.ps-6 {
  padding-inline-start: 1.5rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-\[32px\] {
  padding-top: 32px;
}
.pt-\[48px\] {
  padding-top: 48px;
}
.pt-\[72px\] {
  padding-top: 72px;
}
.pt-\[80px\] {
  padding-top: 80px;
}
.\!text-left {
  text-align: left !important;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.\!font-noto {
  font-family: var(--font-noto-sans) !important;
}
.font-inter {
  font-family: var(--font-inter);
}
.font-merri {
  font-family: var(--font-merriweather);
}
.font-serif {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}
.\!text-\[14px\] {
  font-size: 14px !important;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[26px\] {
  font-size: 26px;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[36px\] {
  font-size: 36px;
}
.text-\[40px\] {
  font-size: 40px;
}
.text-\[48px\] {
  font-size: 48px;
}
.text-\[54px\] {
  font-size: 54px;
}
.text-\[clamp\(0\.75rem\2c 2vw\2c 1\.125rem\)\] {
  font-size: clamp(0.75rem, 2vw, 1.125rem);
}
.text-\[clamp\(1\.125rem\2c 4vw\2c 2\.25rem\)\] {
  font-size: clamp(1.125rem, 4vw, 2.25rem);
}
.text-\[clamp\(1rem\2c 4vw\2c 1\.5rem\)\] {
  font-size: clamp(1rem, 4vw, 1.5rem);
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-\[400\] {
  font-weight: 400;
}
.font-\[500\] {
  font-weight: 500;
}
.font-\[600\] {
  font-weight: 600;
}
.font-\[700\] {
  font-weight: 700;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.font-thin {
  font-weight: 100;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.leading-\[1\.5\] {
  line-height: 1.5;
}
.leading-\[16px\] {
  line-height: 16px;
}
.leading-\[20px\] {
  line-height: 20px;
}
.leading-\[22px\] {
  line-height: 22px;
}
.leading-\[24px\] {
  line-height: 24px;
}
.leading-\[26px\] {
  line-height: 26px;
}
.leading-\[28px\] {
  line-height: 28px;
}
.leading-\[30px\] {
  line-height: 30px;
}
.leading-\[34px\] {
  line-height: 34px;
}
.leading-\[36px\] {
  line-height: 36px;
}
.leading-\[38px\] {
  line-height: 38px;
}
.leading-\[46px\] {
  line-height: 46px;
}
.leading-\[54px\] {
  line-height: 54px;
}
.leading-\[56px\] {
  line-height: 56px;
}
.leading-\[72px\] {
  line-height: 72px;
}
.leading-none {
  line-height: 1;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.text-\[\#00000\] {
  color: #00000;
}
.text-\[\#025EAC\] {
  --tw-text-opacity: 1;
  color: rgb(2 94 172 / var(--tw-text-opacity, 1));
}
.text-\[\#2A2A2A\] {
  --tw-text-opacity: 1;
  color: rgb(42 42 42 / var(--tw-text-opacity, 1));
}
.text-\[\#2B2B2B\] {
  --tw-text-opacity: 1;
  color: rgb(43 43 43 / var(--tw-text-opacity, 1));
}
.text-\[\#2E2E2E\] {
  --tw-text-opacity: 1;
  color: rgb(46 46 46 / var(--tw-text-opacity, 1));
}
.text-\[\#32905E\] {
  --tw-text-opacity: 1;
  color: rgb(50 144 94 / var(--tw-text-opacity, 1));
}
.text-\[\#333\] {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}
.text-\[\#444444\] {
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / var(--tw-text-opacity, 1));
}
.text-\[\#4A4A4A\] {
  --tw-text-opacity: 1;
  color: rgb(74 74 74 / var(--tw-text-opacity, 1));
}
.text-\[\#4A6900\] {
  --tw-text-opacity: 1;
  color: rgb(74 105 0 / var(--tw-text-opacity, 1));
}
.text-\[\#555\] {
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity, 1));
}
.text-\[\#6B6B6B\] {
  --tw-text-opacity: 1;
  color: rgb(107 107 107 / var(--tw-text-opacity, 1));
}
.text-\[\#FFC290\] {
  --tw-text-opacity: 1;
  color: rgb(255 194 144 / var(--tw-text-opacity, 1));
}
.text-\[\#FFF06C\] {
  --tw-text-opacity: 1;
  color: rgb(255 240 108 / var(--tw-text-opacity, 1));
}
.text-\[\#ffffff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-\[500\] {
  color: 500;
}
.text-\[700\] {
  color: 700;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-input {
  color: var(--input);
}
.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.accent-\[\#ee6d04\] {
  accent-color: #ee6d04;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-90 {
  opacity: 0.9;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_12px_0_\#0000000F\] {
  --tw-shadow: 0 0 12px 0 #0000000F;
  --tw-shadow-colored: 0 0 12px 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);
}
.shadow-\[0_2px_8px_0_rgba\(0\2c 0\2c 0\2c 0\.06\)\] {
  --tw-shadow: 0 2px 8px 0 rgba(0,0,0,0.06);
  --tw-shadow-colored: 0 2px 8px 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);
}
.shadow-\[0px_5px_12px_0px_rgba\(246\2c 134\2c 39\2c 0\.72\)\] {
  --tw-shadow: 0px 5px 12px 0px rgba(246,134,39,0.72);
  --tw-shadow-colored: 0px 5px 12px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[inset_0px_-1px_0px_0px_\#FFFFFF\2c 0px_0px_12px_0px_\#0000000F\] {
  --tw-shadow: inset 0px -1px 0px 0px #FFFFFF,0px 0px 12px 0px #0000000F;
  --tw-shadow-colored: inset 0px -1px 0px 0px var(--tw-shadow-color), 0px 0px 12px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 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);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.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);
}
.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  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-blur-\[24px\] {
  --tw-backdrop-blur: blur(24px);
  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, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.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: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

html {
  scroll-behavior: smooth;

}
html::-webkit-scrollbar {
  width: 4px;
  height: 8px;
  background-color: #aaaaaa; /* or add it to the track */
}
html::-webkit-scrollbar-thumb {
  background: rgb(248, 117, 41);
}

:root {

  /* radius */
  --radius: 1rem;
  /* ~12px */
  /* spacing */
  --spacing: 0.25rem;
  /* ~4px */
  /* base */
  --background: #ffffff;
  --foreground: #2b2b2b;
  /* text */
  --text-heading: #2b2b2b;
  --text-body: #444444;
  --text-muted: #6b6b6b;
  --text-disabled: #999999;
  --text-white: #ffffff;
  /* primary palette */
  --primary-light: #f7f3ef;
  --primary-medium: #ffbb81;
  --primary-dark: #f68627;
  --primary: #ff9b46;
  --primary-foreground: #ffffff;
  /* secondary buttons */
  --secondary: #c8ecf3;
  --secondary-hover: #b0e3ee;
  --secondary-active: #9bddea;
  --secondary-foreground: #2e4a62;
  /* accent / chip */
  --accent: #c8ecf3;
  --accent-foreground: #2b2b2b;
  --chip-selected: #c8ecf3;
  --chip-not-selected: #f5f5f5;
  --chip-blush-white: #f5f0f0;
  /* input and states */
  --input: #ffffff;
  --ring: #69aae7;
  --border: #d6d6d6;
  --secondary-border: #f9f9f9;
  --blue-border: #e2eff5;
  --input-focus: #69aae7;
  --input-success: #44a239;
  --input-error: #bf2323;
  /* special backgrounds */
  --footer: #e2f5ff;
  --highlight: #2db2f5;
  /* cyan set */
  --cyon-bg: #eff5fc;
  --cyon-dark: #d9edf5;
  --cyon-light: #f8fdff;
  /* card backgrounds */
  --card: #ffffff;
  --card-foreground: #2b2b2b;
  --card-pastel-green: #ecf7d1;
  --card-pastel-light-green: #e5fde8;
  --card-pastel-pink: #fde3ff;
  --card-pastel-peach: #fdece5;
  --card-pastel-light-peach: #fff5f4;
  --card-pastel-blue: #e5f2fd;
  --card-pastel-light-blue: #f4f7ff;
  --card-pastel-breeze: #e7edff;
  --card-pastel-cyon: #e5fcfd;
  --card-pastel-yellow: #fffae1;
  --card-pastel-purple: #faeeff;
  --card-pastel-light-purple: #ecf1ff;
  --card-pastel-beige: #f9f7f1;
  --card-pastel-grey: #f9f9f9;
  --card-pastel-light-grey: #fffdfd;
  --color-light-purple: #f5f7ff;
  --color-success: #44a239;
  --color-success-foreground: #ffffff;
  --color-warning: #ff9b46;
  --color-warning-foreground: #2b2b2b;
  --color-error: #bf2323;
  --color-error-foreground: #ffffff;
  --color-info: #2db2f5;
  --color-info-foreground: #ffffff;
  /* Custom background color values */
  --bg-deep-purple: #5c2d8c;
  --bg-dark-purple: #8275e4;
  --bg-purple: #cad9ff;
  --bg-light-purple: #b982bd;
  --bg-cyan: #c6ecf0;
  --bg-yellow: #ffd06c;
  --bg-blue: #7e97d3;
  --bg-teal: #4da4ac;
  --bg-indigo: #8092bf;
  --bg-light-blue: #e5edff;
  --bg-dark-blue: #065485;
  --bg-sade-blue: #077daa;
  --bg-low-purple: #6b94ff38;
  --bg-lavender-mist: #b982bd33;
  --color-card-bg: #e5f2fd;
  --bg-blue-shade: #dceeff;
  --bg-gray-mist: #fbfbfb;
  --bg-creamy: #fbf2e9;
  --color-blue-sade: #e8f4fa;
  --bg-white-custom: #fff;
  --bg-light-gray: #f0f0f0;
  --card-pastel-mint: #dcede6;
  --card-pastel-aqua: #b2e1e6;
  --card-pastel-sky-blue: #71c9ec;
  --bg-ocean-blue: #067fbd;
  --light-gray-border: #e6e6e6;
  --bg-soft-blue: #e9f4fc;
  --bg-green: #24b49a;
  --bg-aqua-green: #009a7e;
  --blue-cornflower: #688be9;
  --blue-royal: #4870db;
}

.dark {
  --background: #1b1b1b;
  --foreground: #f5f5f5;
  /* text */
  --text-heading: #ffffff;
  --text-body: #d6d6d6;
  --text-muted: #999999;
  --text-disabled: #777777;
  /* primary */
  --primary-light: #ffbb81;
  --primary-medium: #ff9b46;
  --primary-dark: #f68627;
  --primary: #f7b567;
  --primary-foreground: #1b1b1b;
  /* secondary */
  --secondary: #264a5a;
  --secondary-hover: #325f72;
  --secondary-active: #3b7387;
  --secondary-foreground: #ffffff;
  /* accent / chip */
  --accent: #204a5a;
  --accent-foreground: #ffffff;
  --chip-selected: #264a5a;
  --chip-not-selected: #2a2a2a;
  /* input and borders */
  --input: #2a2a2a;
  --ring: #69aae7;
  --border: #3a3a3a;
  --input-focus: #69aae7;
  --input-success: #44a239;
  --input-error: #bf2323;
  /* special */
  --footer: #0f2028;
  --highlight: #46c0ff;
  /* cyan-like */
  --cyon-bg: #14222c;
  --cyon-dark: #183545;
  --cyon-light: #1f3a4a;
  /* cards */
  --card: #222222;
  --card-foreground: #f5f5f5;
  --card-pastel-green: #273820;
  --card-pastel-light-green: #1c3424;
  --card-pastel-pink: #3b1f3b;
  --card-pastel-peach: #3a241f;
  --card-pastel-light-peach: #3e2a25;
  --card-pastel-blue: #1e2a3a;
  --card-pastel-light-blue: #24344a;
  --card-pastel-cyon: #203843;
  --card-pastel-yellow: #3a3523;
  --card-pastel-purple: #31263a;
  --card-pastel-light-purple: #2a2d3f;
  --card-pastel-beige: #2f2e28;
  --card-pastel-grey: #2e2e2e;
  --card-pastel-light-grey: #252525;
  --color-success: #57c94e;
  --color-success-foreground: #1b1b1b;
  --color-warning: #ffb46a;
  --color-warning-foreground: #1b1b1b;
  --color-error: #e05c5c;
  --color-error-foreground: #1b1b1b;
  --color-info: #46c0ff;
  --color-info-foreground: #1b1b1b;
}

@keyframes borderRotate {
  100% {
    --angle: 420deg;
  }
}

@property --angle {
  syntax: "<angle>";
  initial-value: 90deg;
  inherits: true;
}

.border-anim {
  --d: 3500ms;
  --angle: 90deg;
  --c1: rgba(255, 255, 255, 0.5);
  /* white/50 */
  --c2: rgba(255, 255, 255, 0.1);
  position: absolute;
  inset: 0;
  border-radius: 9999px;
  padding: 1px;
  background: conic-gradient(from var(--angle),
      var(--c2),
      var(--c1) 0.1turn,
      var(--c1) 0.15turn,
      var(--c2) 0.25turn);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: borderRotate var(--d) linear infinite forwards;
}

.placeholder\:text-\[\#9CA3AF\]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.placeholder\:text-\[\#9CA3AF\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.hover\:border-b:hover {
  border-bottom-width: 1px;
}

.hover\:border-white:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.hover\:bg-\[\#F68216\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(246 130 22 / var(--tw-bg-opacity, 1));
}

.hover\:font-semibold:hover {
  font-weight: 600;
}

.hover\:text-\[\#025EAC\]:hover {
  --tw-text-opacity: 1;
  color: rgb(2 94 172 / var(--tw-text-opacity, 1));
}

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

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

.focus\:border-\[\#D0D0D0\]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(208 208 208 / var(--tw-border-opacity, 1));
}

.focus\:border-blue-200:focus {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}

.focus\:border-orange-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(251 146 60 / var(--tw-border-opacity, 1));
}

.disabled\:opacity-70:disabled {
  opacity: 0.7;
}

@media (min-width: 640px) {

  .sm\:min-h-\[220px\] {
    min-height: 220px;
  }

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

  .sm\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .sm\:px-\[20px\] {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sm\:px-\[24px\] {
    padding-left: 24px;
    padding-right: 24px;
  }

  .sm\:py-\[24px\] {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .sm\:text-\[14px\] {
    font-size: 14px;
  }

  .sm\:text-\[16px\] {
    font-size: 16px;
  }

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

  .sm\:text-\[36px\] {
    font-size: 36px;
  }

  .sm\:leading-\[22px\] {
    line-height: 22px;
  }

  .sm\:leading-\[24px\] {
    line-height: 24px;
  }

  .sm\:leading-\[44px\] {
    line-height: 44px;
  }
}

@media (min-width: 768px) {

  .md\:top-\[-150px\] {
    top: -150px;
  }

  .md\:top-\[250px\] {
    top: 250px;
  }

  .md\:mb-\[400px\] {
    margin-bottom: 400px;
  }

  .md\:mt-\[200px\] {
    margin-top: 200px;
  }

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

  .md\:min-h-\[250px\] {
    min-height: 250px;
  }

  .md\:w-\[50\%\] {
    width: 50%;
  }

  .md\:w-\[90\%\] {
    width: 90%;
  }

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

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

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

  .md\:grid-cols-\[420px_1fr\] {
    grid-template-columns: 420px 1fr;
  }

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

  .md\:gap-5 {
    gap: 1.25rem;
  }

  .md\:rounded-\[32px\] {
    border-radius: 32px;
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:p-\[32px\] {
    padding: 32px;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:px-\[24px\] {
    padding-left: 24px;
    padding-right: 24px;
  }

  .md\:px-\[32px\] {
    padding-left: 32px;
    padding-right: 32px;
  }

  .md\:py-\[32px\] {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .md\:py-\[60px\] {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .md\:pb-\[40px\] {
    padding-bottom: 40px;
  }

  .md\:pt-\[48px\] {
    padding-top: 48px;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-\[36px\] {
    font-size: 36px;
  }

  .md\:text-\[44px\] {
    font-size: 44px;
  }

  .md\:text-\[48px\] {
    font-size: 48px;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:leading-\[52px\] {
    line-height: 52px;
  }

  .md\:leading-\[64px\] {
    line-height: 64px;
  }

  .md\:leading-\[72px\] {
    line-height: 72px;
  }
}

@media (min-width: 1024px) {

  .lg\:top-\[-200px\] {
    top: -200px;
  }

  .lg\:top-\[350px\] {
    top: 350px;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:hidden {
    display: none;
  }

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

  .lg\:min-h-\[500px\] {
    min-height: 500px;
  }

  .lg\:w-\[150px\] {
    width: 150px;
  }

  .lg\:w-\[180px\] {
    width: 180px;
  }

  .lg\:w-\[300px\] {
    width: 300px;
  }

  .lg\:w-\[40\%\] {
    width: 40%;
  }

  .lg\:w-\[50\%\] {
    width: 50%;
  }

  .lg\:w-\[60\%\] {
    width: 60%;
  }

  .lg\:w-\[80\%\] {
    width: 80%;
  }

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

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

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:gap-20 {
    gap: 5rem;
  }

  .lg\:p-\[52px\] {
    padding: 52px;
  }

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:py-\[80px\] {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .lg\:text-\[14px\] {
    font-size: 14px;
  }

  .lg\:text-\[18px\] {
    font-size: 18px;
  }

  .lg\:text-\[20px\] {
    font-size: 20px;
  }

  .lg\:text-\[36px\] {
    font-size: 36px;
  }

  .lg\:text-\[44px\] {
    font-size: 44px;
  }

  .lg\:text-\[48px\] {
    font-size: 48px;
  }

  .lg\:leading-\[54px\] {
    line-height: 54px;
  }

  .lg\:leading-\[64px\] {
    line-height: 64px;
  }

  .lg\:leading-\[72px\] {
    line-height: 72px;
  }
}

@media (min-width: 1280px) {

  .xl\:bottom-10 {
    bottom: 2.5rem;
  }

  .xl\:bottom-36 {
    bottom: 9rem;
  }

  .xl\:top-\[500px\] {
    top: 500px;
  }

  .xl\:-mt-\[76px\] {
    margin-top: -76px;
  }

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

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

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

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

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

  .xl\:h-\[calc\(100vh-134px\)\] {
    height: calc(100vh - 134px);
  }

  .xl\:w-\[10px\] {
    width: 10px;
  }

  .xl\:w-\[200px\] {
    width: 200px;
  }

  .xl\:w-\[224px\] {
    width: 224px;
  }

  .xl\:w-\[80\%\] {
    width: 80%;
  }

  .xl\:w-full {
    width: 100%;
  }

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:flex-row {
    flex-direction: row;
  }

  .xl\:items-center {
    align-items: center;
  }

  .xl\:items-baseline {
    align-items: baseline;
  }

  .xl\:gap-4 {
    gap: 1rem;
  }

  .xl\:gap-\[24px\] {
    gap: 24px;
  }

  .xl\:p-0 {
    padding: 0px;
  }

  .xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .xl\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xl\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xl\:py-\[56px\] {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .xl\:text-left {
    text-align: left;
  }

  .xl\:text-\[13px\] {
    font-size: 13px;
  }

  .xl\:text-\[14px\] {
    font-size: 14px;
  }

  .xl\:text-\[15px\] {
    font-size: 15px;
  }

  .xl\:text-\[16px\] {
    font-size: 16px;
  }

  .xl\:text-\[44px\] {
    font-size: 44px;
  }

  .xl\:text-\[52px\] {
    font-size: 52px;
  }

  .xl\:leading-\[22px\] {
    line-height: 22px;
  }

  .xl\:leading-\[28px\] {
    line-height: 28px;
  }

  .xl\:leading-\[72px\] {
    line-height: 72px;
  }

  .xl\:leading-\[80px\] {
    line-height: 80px;
  }
}

@media (min-width: 1536px) {

  .\32xl\:top-\[600px\] {
    top: 600px;
  }
}
