*, ::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.17 | 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;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-\[-750px\] {
  bottom: -750px;
}

.left-1\/2 {
  left: 50%;
}

.left-\[-150px\] {
  left: -150px;
}

.left-\[-4rem\] {
  left: -4rem;
}

.left-\[0\] {
  left: 0;
}

.right-\[auto\] {
  right: auto;
}

.top-\[-1750px\] {
  top: -1750px;
}

.top-\[-750px\] {
  top: -750px;
}

.top-\[202px\] {
  top: 202px;
}

.top-\[45px\] {
  top: 45px;
}

.top-\[auto\] {
  top: auto;
}

.z-\[1000\] {
  z-index: 1000;
}

.z-\[10\] {
  z-index: 10;
}

.m-0 {
  margin: 0px;
}

.\!my-\[7\.5rem\] {
  margin-top: 7.5rem !important;
  margin-bottom: 7.5rem !important;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

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

.mr-3 {
  margin-right: 0.75rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.\!block {
  display: block !important;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.\!hidden {
  display: none !important;
}

.hidden {
  display: none;
}

.h-12 {
  height: 3rem;
}

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

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

.h-\[44\.88px\] {
  height: 44.88px;
}

.h-\[75vh\] {
  height: 75vh;
}

.h-\[90vh\] {
  height: 90vh;
}

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

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

.max-h-\[345px\] {
  max-height: 345px;
}

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

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

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

.w-full {
  width: 100%;
}

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

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

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

.max-w-\[1440px\] {
  max-width: 1440px;
}

.flex-none {
  flex: none;
}

.-translate-x-1\/2 {
  --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));
}

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

.rotate-45 {
  --tw-rotate: 45deg;
  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));
}

.rotate-\[-180\] {
  --tw-rotate: -180;
  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-\[-45\] {
  --tw-rotate: -45;
  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-\[-45px\] {
  --tw-rotate: -45px;
  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-\[-90\] {
  --tw-rotate: -90;
  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-45 {
  --tw-rotate: -45deg;
  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-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));
}

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

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

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

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

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-\[10px\] {
  gap: 10px;
}

.gap-\[158px\] {
  gap: 158px;
}

.gap-\[42px\] {
  gap: 42px;
}

.gap-\[53px\] {
  gap: 53px;
}

.self-stretch {
  align-self: stretch;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

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

.rounded-\[544\.5px\] {
  border-radius: 544.5px;
}

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

.\!border {
  border-width: 1px !important;
}

.\!border-solid {
  border-style: solid !important;
}

.border-none {
  border-style: none;
}

.\!border-\[\#ffffff26\] {
  border-color: #ffffff26 !important;
}

.bg-\[var\(--darkgray\)\] {
  background-color: var(--darkgray);
}

.bg-transparent {
  background-color: transparent;
}

.bg-white\/15 {
  background-color: rgb(255 255 255 / 0.15);
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.from-\[rgba\(15\2c 15\2c 15\2c 0\)\] {
  --tw-gradient-from: rgba(15,15,15,0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(15, 15, 15, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-\[rgba\(254\2c 244\2c 0\2c 0\.15\)\] {
  --tw-gradient-to: rgba(254,244,0,0.15) var(--tw-gradient-to-position);
}

.to-\[rgba\(254\2c 244\2c 0\2c 0\.2\)\] {
  --tw-gradient-to: rgba(254,244,0,0.2) var(--tw-gradient-to-position);
}

.\!p-\[1\.5rem\] {
  padding: 1.5rem !important;
}

.p-9 {
  padding: 2.25rem;
}

.p-\[1\.5rem\] {
  padding: 1.5rem;
}

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

.p-\[12px_16px\] {
  padding: 12px 16px;
}

.p-\[2px_16px\] {
  padding: 2px 16px;
}

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

.\!px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

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

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-\[3rem\] {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

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

.text-justify {
  text-align: justify;
}

.font-\[Inter\] {
  font-family: Inter;
}

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

.font-\[14px\] {
  font-weight: 14px;
}

.font-\[16px\] {
  font-weight: 16px;
}

.uppercase {
  text-transform: uppercase;
}

.\!text-\[\#aeaeae\] {
  --tw-text-opacity: 1 !important;
  color: rgb(174 174 174 / var(--tw-text-opacity, 1)) !important;
}

.text-\[\#d36e00\] {
  --tw-text-opacity: 1;
  color: rgb(211 110 0 / var(--tw-text-opacity, 1));
}

.text-\[\#ffffff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-\[rgb\(216\2c 58\2c 44\)\] {
  --tw-text-opacity: 1;
  color: rgb(216 58 44 / var(--tw-text-opacity, 1));
}

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

.text-\[\#fff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

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

.blur-\[200px\] {
  --tw-blur: blur(200px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.blur-\[400px\] {
  --tw-blur: blur(400px);
  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 {
  --tw-backdrop-blur: blur(8px);
  -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);
}

.backdrop-brightness-100 {
  --tw-backdrop-brightness: brightness(1);
  -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);
}

@font-face {
  font-family: 'Lama Sans';

  src: url('/static/font/lamasans/LamaSans-Regular.ttf') format('truetype');

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: 'Lama Sans-Medium';

  src: url('/static/font/lamasans/LamaSans-Medium.ttf') format('truetype');

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: 'Lama Sans-Thin';

  src: url('/static/font/lamasans/LamaSans-Thin.ttf') format('truetype');

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: 'Lama Sans-Light';

  src: url('/static/font/lamasans/LamaSans-Light.ttf') format('truetype');

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: 'Lama Sans-ExtraLight';

  src: url('/static/font/lamasans/LamaSans-ExtraLight.ttf') format('truetype');

  font-weight: normal;

  font-style: normal;
}

body {
  font-family: 'Lama Sans', Helvetica, sans-serif;
}

.font-lama-regular {
  font-family: 'Lama Sans', Helvetica, sans-serif;
}

.font-lama-medium {
  font-family: 'Lama Sans-Medium', Helvetica, sans-serif;
}

.font-lama-thin {
  font-family: 'Lama Sans-Thin', Helvetica, sans-serif;
}

.font-lama-light {
  font-family: 'Lama Sans-Light', Helvetica, sans-serif;
}

.font-lama-extra-light {
  font-family: 'Lama Sans-ExtraLight', Helvetica, sans-serif;
}

.carousel-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.carousel {
  display: flex;
  transition: transform 0.5s ease-in-out;
  gap: 56px;
}

.carousel img {
  flex: 0 0 auto;
  width: 370px;
  height: 451px;
  -o-object-fit: cover;
     object-fit: cover;
}

.arrow-carousel {
  cursor: pointer;
  transition: transform 0.3s ease;
}

.arrow-carousel:hover {
  transform: scale(1.1);
}

.arrow-carousel:active {
  transform: scale(0.95);
}

@media (min-width: 1024px) {
  .carousel-wrapper {
    width: calc(370px * 2.5 + 56px * 2);
  }
}

@media (max-width: 1023px) {
  .carousel-wrapper {
    width: calc(370px + 56px);
  }

  .carousel img {
    width: 300px;
    height: 366px;
  }
}

@media (max-width: 768px) {
  .carousel-wrapper {
    width: 100%;
  }

  .carousel img {
    width: 250px;
    height: 305px;
  }
}

/* desktop / mobile / mobile menu */

.ui-mobile.active {
  overflow-y: none;
  height: 100vh;
}

.ui-mobile-menu {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 100;
}

.ui-mobile-menu .frame {
  align-items: flex-end;
  gap: 40px;
  padding: 56px 24px;
  display: flex;
  flex-direction: column;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.ui-mobile-menu .overlap-group {
  position: relative;
  width: 17px;
  height: 16px;
  top: -1px;
}

.ui-mobile-menu .line {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
}

.ui-mobile-menu .img {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  left: 1px;
}

.ui-mobile-menu .div {
  align-items: center;
  gap: 16px;
  padding: 0px 27px;
  display: flex;
  flex-direction: column;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.ui-mobile-menu .text-wrapper {
  display: inline-flex;
  align-items: flex-start;
  padding: 2px 16px;
  position: relative;
  flex: 0 0 auto;
}

.ui-mobile-menu .text {
  font-family: "Inter", Helvetica;
  line-height: 24px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -1px;
  font-weight: 500;
  color: #ffffffe6;
  font-size: 16px;
  letter-spacing: 0;
  white-space: nowrap;
}

.ui-mobile-menu .tab {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 2px 16px;
  position: relative;
  flex: 0 0 auto;
}

.ui-mobile-menu.hidden {
  display: none;
}

.ui-desktop .content-body {
  min-height: 650px;
}

.ui-desktop footer .footer-content-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 46px;
  position: relative;
  flex: 1;
  align-self: stretch;
  width: 100%;
  flex-grow: 1;
}

.ui-desktop footer .logo-footer-menu-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.ui-desktop footer .logo {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 16px;
  position: relative;
  flex: 0 0 auto;
}

.ui-desktop footer .AGA-LOGOS-2 {
  position: relative;
  width: 100px;
  height: 44.88px;
}

.ui-desktop footer .footer-menu {
  display: inline-flex;
  align-items: flex-end;
  gap: 16px;
  padding: 16px;
  flex-direction: column;
  justify-content: center;
  position: relative;
  flex: 0 0 auto;
}

.ui-desktop footer .text-wrapper-9 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  opacity: 0.7;
  font-family: var(--title-4-medium-font-family);
  font-weight: var(--title-4-medium-font-weight);
  color: var(--white);
  font-size: var(--title-4-medium-font-size);
  letter-spacing: var(--title-4-medium-letter-spacing);
  line-height: var(--title-4-medium-line-height);
  font-style: var(--title-4-medium-font-style);
}

.ui-desktop footer .text-wrapper-10 {
  position: relative;
  align-self: stretch;
  opacity: 0.7;
  font-family: var(--title-4-medium-font-family);
  font-weight: var(--title-4-medium-font-weight);
  color: var(--white);
  font-size: var(--title-4-medium-font-size);
  letter-spacing: var(--title-4-medium-letter-spacing);
  line-height: var(--title-4-medium-line-height);
  font-style: var(--title-4-medium-font-style);
}

.ui-desktop footer .copyright-2 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 619px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.ui-desktop footer .frame-9 {
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
  padding: unset;
  flex: 1;
  flex-grow: 1;
  flex-direction: unset;
  width: auto;
}

.ui-desktop footer .text-wrapper-12 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -1px;
  opacity: 0.7;
  font-family: var(--caption-font-family);
  font-weight: var(--caption-font-weight);
  color: var(--white);
  font-size: var(--caption-font-size);
  letter-spacing: var(--caption-letter-spacing);
  line-height: var(--caption-line-height);
  white-space: nowrap;
  font-style: var(--caption-font-style);
}

.ui-mobile .footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  padding: 32px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--darkgray);
}

.ui-mobile .footer .footer-content {
  display: flex;
  align-items: center;
  gap: 46px;
  padding: 0px 16px;
  align-self: stretch;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  position: relative;
  flex: 0 0 auto;
}

.ui-mobile .footer .div-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.ui-mobile .footer .logo {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 16px;
  position: relative;
  flex: 0 0 auto;
}

.ui-mobile .footer.AGA-LOGOS-2 {
  position: relative;
  width: 100px !important;
}

.ui-mobile .footer .footer-menu {
  display: inline-flex;
  align-items: flex-end;
  gap: 16px;
  padding: 16px;
  flex-direction: column;
  justify-content: center;
  position: relative;
  flex: 0 0 auto;
}

.ui-mobile .footer .text-wrapper-4 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  opacity: 0.7;
  font-family: var(--title-4-medium-font-family);
  font-weight: var(--title-4-medium-font-weight);
  color: var(--white);
  font-size: var(--title-4-medium-font-size);
  text-align: center;
  letter-spacing: var(--title-4-medium-letter-spacing);
  line-height: var(--title-4-medium-line-height);
  font-style: var(--title-4-medium-font-style);
}

.ui-mobile .footer .text-wrapper-5 {
  position: relative;
  align-self: stretch;
  opacity: 0.7;
  font-family: var(--title-4-medium-font-family);
  font-weight: var(--title-4-medium-font-weight);
  color: var(--white);
  font-size: var(--title-4-medium-font-size);
  text-align: center;
  letter-spacing: var(--title-4-medium-letter-spacing);
  line-height: var(--title-4-medium-line-height);
  font-style: var(--title-4-medium-font-style);
}

.ui-mobile .footer.copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 619px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.ui-mobile .footer .frame-5 {
  justify-content: center;
  gap: 40px;
  flex: 1;
  flex-grow: 1;
  display: flex;
  align-items: center;
  position: relative;
  padding: unset;
  align-self: unset;
  width: unset;
  flex: unset;
  background-color: unset;
  border-radius: unset;
  border: none;
  border-color: transparent;
  backdrop-filter: unset;
  -webkit-backdrop-filter: unset;
  -o-border-image: unset;
     border-image: unset;
}

.ui-mobile .footer .text-wrapper-6 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -1px;
  opacity: 0.7;
  font-family: var(--caption-font-family);
  font-weight: var(--caption-font-weight);
  color: var(--white);
  font-size: var(--caption-font-size);
  text-align: center;
  letter-spacing: var(--caption-letter-spacing);
  line-height: var(--caption-line-height);
  white-space: nowrap;
  font-style: var(--caption-font-style);
}

.ui-desktop header .text-5 {
  margin-top: -1px;
  margin-left: -7.5px;
  font-family: "Inter", Helvetica;
  color: #ffffffe6;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.hover\:\!bg-white\/10:hover {
  background-color: rgb(255 255 255 / 0.1) !important;
}

.hover\:bg-\[\#ffffff2a\]:hover {
  background-color: #ffffff2a;
}

.hover\:\!text-\[\#ffffff\]:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.group:hover .group-hover\:opacity-\[75\%\] {
  opacity: 75%;
}

@media (min-width: 640px) {
  .sm\:left-\[506px\] {
    left: 506px;
  }

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

@media (min-width: 768px) {
  .md\:left-\[-230px\] {
    left: -230px;
  }

  .md\:left-\[1440px\] {
    left: 1440px;
  }

  .md\:hidden {
    display: none;
  }

  .md\:w-\[1089px\] {
    width: 1089px;
  }

  .md\:\!px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

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

@media (min-width: 1024px) {
  .lg\:text-\[32px\] {
    font-size: 32px;
  }
}