*, ::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.13 | 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] {
  display: none;
}

.container {
  width: 100%;
}

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

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

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

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

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

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-10 {
  bottom: 2.5rem;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-40 {
  z-index: 40;
}

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

.m-auto {
  margin: auto;
}

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

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

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

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

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-\[35rem\] {
  height: 35rem;
}

.h-\[3rem\] {
  height: 3rem;
}

.h-full {
  height: 100%;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-\[3rem\] {
  width: 3rem;
}

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

.w-full {
  width: 100%;
}

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

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

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

.flex-row-reverse {
  flex-direction: row-reverse;
}

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

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

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

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

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

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

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.self-end {
  align-self: flex-end;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

.rounded-lg {
  border-radius: 0.5rem;
}

.border {
  border-width: 1px;
}

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

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

.bg-\[\#1e90ff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(30 144 255 / var(--tw-bg-opacity));
}

.bg-\[\#46a7e9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(70 167 233 / var(--tw-bg-opacity));
}

.bg-\[\#705428\] {
  --tw-bg-opacity: 1;
  background-color: rgb(112 84 40 / var(--tw-bg-opacity));
}

.bg-\[\#fbd784\] {
  --tw-bg-opacity: 1;
  background-color: rgb(251 215 132 / var(--tw-bg-opacity));
}

.bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity));
}

.bg-sky-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(186 230 253 / var(--tw-bg-opacity));
}

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

.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity));
}

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

.from-\[\#46a7e9\] {
  --tw-gradient-from: #46a7e9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(70 167 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-\[\#107ccb\] {
  --tw-gradient-to: rgb(16 124 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #107ccb var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-\[\#0b1d26\] {
  --tw-gradient-to: #0b1d26 var(--tw-gradient-to-position);
}

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

.object-center {
  -o-object-position: center;
     object-position: center;
}

.object-left-bottom {
  -o-object-position: left bottom;
     object-position: left bottom;
}

.object-top {
  -o-object-position: top;
     object-position: top;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

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

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

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pt-20 {
  padding-top: 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-\[45px\] {
  font-size: 45px;
}

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.text-\[\#fbd784\] {
  --tw-text-opacity: 1;
  color: rgb(251 215 132 / var(--tw-text-opacity));
}

.text-blue-900 {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity));
}

.text-slate-200 {
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity));
}

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

.text-yellow-100 {
  --tw-text-opacity: 1;
  color: rgb(254 249 195 / var(--tw-text-opacity));
}

.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity));
}

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

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

.backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(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-500 {
  transition-duration: 500ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}

.hover\:bg-gray-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

.hover\:text-blue-400:hover {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity));
}

.hover\:text-sky-300:hover {
  --tw-text-opacity: 1;
  color: rgb(125 211 252 / var(--tw-text-opacity));
}

@media (min-width: 320px) {
  .sm\:bottom-\[2rem\] {
    bottom: 2rem;
  }

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

  .sm\:left-10 {
    left: 2.5rem;
  }

  .sm\:left-\[10\.2rem\] {
    left: 10.2rem;
  }

  .sm\:left-\[3rem\] {
    left: 3rem;
  }

  .sm\:left-\[7rem\] {
    left: 7rem;
  }

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

  .sm\:right-10 {
    right: 2.5rem;
  }

  .sm\:right-11 {
    right: 2.75rem;
  }

  .sm\:right-4 {
    right: 1rem;
  }

  .sm\:right-48 {
    right: 12rem;
  }

  .sm\:top-2 {
    top: 0.5rem;
  }

  .sm\:top-36 {
    top: 9rem;
  }

  .sm\:top-5 {
    top: 1.25rem;
  }

  .sm\:top-72 {
    top: 18rem;
  }

  .sm\:top-\[-1rem\] {
    top: -1rem;
  }

  .sm\:top-\[-580px\] {
    top: -580px;
  }

  .sm\:top-\[-8rem\] {
    top: -8rem;
  }

  .sm\:top-\[-95rem\] {
    top: -95rem;
  }

  .sm\:top-\[110rem\] {
    top: 110rem;
  }

  .sm\:top-\[120rem\] {
    top: 120rem;
  }

  .sm\:top-\[125rem\] {
    top: 125rem;
  }

  .sm\:top-\[12rem\] {
    top: 12rem;
  }

  .sm\:top-\[170rem\] {
    top: 170rem;
  }

  .sm\:top-\[183rem\] {
    top: 183rem;
  }

  .sm\:top-\[185rem\] {
    top: 185rem;
  }

  .sm\:top-\[18rem\] {
    top: 18rem;
  }

  .sm\:top-\[190rem\] {
    top: 190rem;
  }

  .sm\:top-\[225rem\] {
    top: 225rem;
  }

  .sm\:top-\[4rem\] {
    top: 4rem;
  }

  .sm\:top-\[8\.9rem\] {
    top: 8.9rem;
  }

  .sm\:top-\[8rem\] {
    top: 8rem;
  }

  .sm\:z-\[25\] {
    z-index: 25;
  }

  .sm\:ml-0 {
    margin-left: 0px;
  }

  .sm\:mr-5 {
    margin-right: 1.25rem;
  }

  .sm\:mt-2 {
    margin-top: 0.5rem;
  }

  .sm\:mt-2\.5 {
    margin-top: 0.625rem;
  }

  .sm\:mt-3 {
    margin-top: 0.75rem;
  }

  .sm\:h-0\.5 {
    height: 0.125rem;
  }

  .sm\:h-112 {
    height: 28rem;
  }

  .sm\:h-32 {
    height: 8rem;
  }

  .sm\:h-52 {
    height: 13rem;
  }

  .sm\:h-60 {
    height: 15rem;
  }

  .sm\:h-64 {
    height: 16rem;
  }

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

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

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

  .sm\:h-\[25rem\] {
    height: 25rem;
  }

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

  .sm\:h-\[30rem\] {
    height: 30rem;
  }

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

  .sm\:h-\[6\.5rem\] {
    height: 6.5rem;
  }

  .sm\:h-\[6rem\] {
    height: 6rem;
  }

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

  .sm\:h-\[7rem\] {
    height: 7rem;
  }

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

  .sm\:w-24 {
    width: 6rem;
  }

  .sm\:w-40 {
    width: 10rem;
  }

  .sm\:w-52 {
    width: 13rem;
  }

  .sm\:w-60 {
    width: 15rem;
  }

  .sm\:w-\[1\.8rem\] {
    width: 1.8rem;
  }

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

  .sm\:w-\[14rem\] {
    width: 14rem;
  }

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

  .sm\:w-\[15rem\] {
    width: 15rem;
  }

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

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

  .sm\:w-\[20rem\] {
    width: 20rem;
  }

  .sm\:w-\[2rem\] {
    width: 2rem;
  }

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

  .sm\:w-\[6\.5rem\] {
    width: 6.5rem;
  }

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

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

  .sm\:max-w-7xl {
    max-width: 80rem;
  }

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

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

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

  .sm\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .sm\:gap-\[27px\] {
    gap: 27px;
  }

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

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

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

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

  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .sm\:font-medium {
    font-weight: 500;
  }

  .sm\:tracking-\[6px\] {
    letter-spacing: 6px;
  }
}

@media (min-width: 768px) {
  .md\:bottom-\[1\.5rem\] {
    bottom: 1.5rem;
  }

  .md\:left-0 {
    left: 0px;
  }

  .md\:left-10 {
    left: 2.5rem;
  }

  .md\:left-\[18rem\] {
    left: 18rem;
  }

  .md\:left-\[32\.5rem\] {
    left: 32.5rem;
  }

  .md\:left-\[3rem\] {
    left: 3rem;
  }

  .md\:right-0 {
    right: 0px;
  }

  .md\:right-10 {
    right: 2.5rem;
  }

  .md\:right-11 {
    right: 2.75rem;
  }

  .md\:right-4 {
    right: 1rem;
  }

  .md\:right-48 {
    right: 12rem;
  }

  .md\:top-2 {
    top: 0.5rem;
  }

  .md\:top-20 {
    top: 5rem;
  }

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

  .md\:top-72 {
    top: 18rem;
  }

  .md\:top-\[-100rem\] {
    top: -100rem;
  }

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

  .md\:top-\[-8rem\] {
    top: -8rem;
  }

  .md\:top-\[10\.5rem\] {
    top: 10.5rem;
  }

  .md\:top-\[110rem\] {
    top: 110rem;
  }

  .md\:top-\[120rem\] {
    top: 120rem;
  }

  .md\:top-\[12rem\] {
    top: 12rem;
  }

  .md\:top-\[140rem\] {
    top: 140rem;
  }

  .md\:top-\[165rem\] {
    top: 165rem;
  }

  .md\:top-\[183rem\] {
    top: 183rem;
  }

  .md\:top-\[190rem\] {
    top: 190rem;
  }

  .md\:top-\[1rem\] {
    top: 1rem;
  }

  .md\:top-\[20\.4rem\] {
    top: 20.4rem;
  }

  .md\:top-\[220rem\] {
    top: 220rem;
  }

  .md\:top-\[4rem\] {
    top: 4rem;
  }

  .md\:top-\[5rem\] {
    top: 5rem;
  }

  .md\:top-\[6\.5rem\] {
    top: 6.5rem;
  }

  .md\:z-\[25\] {
    z-index: 25;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:ml-0 {
    margin-left: 0px;
  }

  .md\:mr-5 {
    margin-right: 1.25rem;
  }

  .md\:mt-2 {
    margin-top: 0.5rem;
  }

  .md\:mt-2\.5 {
    margin-top: 0.625rem;
  }

  .md\:mt-3 {
    margin-top: 0.75rem;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-0\.5 {
    height: 0.125rem;
  }

  .md\:h-136 {
    height: 34rem;
  }

  .md\:h-52 {
    height: 13rem;
  }

  .md\:h-72 {
    height: 18rem;
  }

  .md\:h-88 {
    height: 22rem;
  }

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

  .md\:h-\[18rem\] {
    height: 18rem;
  }

  .md\:h-\[25rem\] {
    height: 25rem;
  }

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

  .md\:h-\[30rem\] {
    height: 30rem;
  }

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

  .md\:h-\[43rem\] {
    height: 43rem;
  }

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

  .md\:h-\[6\.5rem\] {
    height: 6.5rem;
  }

  .md\:h-\[6rem\] {
    height: 6rem;
  }

  .md\:h-\[7rem\] {
    height: 7rem;
  }

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

  .md\:w-44 {
    width: 11rem;
  }

  .md\:w-56 {
    width: 14rem;
  }

  .md\:w-64 {
    width: 16rem;
  }

  .md\:w-72 {
    width: 18rem;
  }

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

  .md\:w-\[14rem\] {
    width: 14rem;
  }

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

  .md\:w-\[15rem\] {
    width: 15rem;
  }

  .md\:w-\[18rem\] {
    width: 18rem;
  }

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

  .md\:w-\[25rem\] {
    width: 25rem;
  }

  .md\:w-\[26rem\] {
    width: 26rem;
  }

  .md\:w-\[28rem\] {
    width: 28rem;
  }

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

  .md\:w-\[30rem\] {
    width: 30rem;
  }

  .md\:w-\[3rem\] {
    width: 3rem;
  }

  .md\:w-\[40rem\] {
    width: 40rem;
  }

  .md\:w-\[45rem\] {
    width: 45rem;
  }

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

  .md\:w-\[5rem\] {
    width: 5rem;
  }

  .md\:w-\[6\.5rem\] {
    width: 6.5rem;
  }

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

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

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

  .md\:max-w-7xl {
    max-width: 80rem;
  }

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

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

  .md\:flex-grow {
    flex-grow: 1;
  }

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

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

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

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:gap-16 {
    gap: 4rem;
  }

  .md\:gap-\[27px\] {
    gap: 27px;
  }

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

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

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

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

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .md\:font-medium {
    font-weight: 500;
  }

  .md\:tracking-\[6px\] {
    letter-spacing: 6px;
  }

  .md\:opacity-0 {
    opacity: 0;
  }
}

@media (min-width: 992px) {
  .lg\:bottom-\[1\.7rem\] {
    bottom: 1.7rem;
  }

  .lg\:left-0 {
    left: 0px;
  }

  .lg\:left-10 {
    left: 2.5rem;
  }

  .lg\:left-\[22\.3rem\] {
    left: 22.3rem;
  }

  .lg\:left-\[3rem\] {
    left: 3rem;
  }

  .lg\:left-\[40rem\] {
    left: 40rem;
  }

  .lg\:right-0 {
    right: 0px;
  }

  .lg\:right-10 {
    right: 2.5rem;
  }

  .lg\:right-4 {
    right: 1rem;
  }

  .lg\:right-48 {
    right: 12rem;
  }

  .lg\:right-5 {
    right: 1.25rem;
  }

  .lg\:top-176 {
    top: 44rem;
  }

  .lg\:top-2 {
    top: 0.5rem;
  }

  .lg\:top-28 {
    top: 7rem;
  }

  .lg\:top-5 {
    top: 1.25rem;
  }

  .lg\:top-72 {
    top: 18rem;
  }

  .lg\:top-\[-135rem\] {
    top: -135rem;
  }

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

  .lg\:top-\[-6rem\] {
    top: -6rem;
  }

  .lg\:top-\[125rem\] {
    top: 125rem;
  }

  .lg\:top-\[12rem\] {
    top: 12rem;
  }

  .lg\:top-\[140rem\] {
    top: 140rem;
  }

  .lg\:top-\[165rem\] {
    top: 165rem;
  }

  .lg\:top-\[180rem\] {
    top: 180rem;
  }

  .lg\:top-\[1rem\] {
    top: 1rem;
  }

  .lg\:top-\[205rem\] {
    top: 205rem;
  }

  .lg\:top-\[210rem\] {
    top: 210rem;
  }

  .lg\:top-\[21rem\] {
    top: 21rem;
  }

  .lg\:top-\[22\.38rem\] {
    top: 22.38rem;
  }

  .lg\:top-\[240rem\] {
    top: 240rem;
  }

  .lg\:top-\[3\.5rem\] {
    top: 3.5rem;
  }

  .lg\:top-\[5rem\] {
    top: 5rem;
  }

  .lg\:z-\[25\] {
    z-index: 25;
  }

  .lg\:ml-10 {
    margin-left: 2.5rem;
  }

  .lg\:mr-5 {
    margin-right: 1.25rem;
  }

  .lg\:mt-2 {
    margin-top: 0.5rem;
  }

  .lg\:mt-2\.5 {
    margin-top: 0.625rem;
  }

  .lg\:mt-3 {
    margin-top: 0.75rem;
  }

  .lg\:h-0\.5 {
    height: 0.125rem;
  }

  .lg\:h-136 {
    height: 34rem;
  }

  .lg\:h-52 {
    height: 13rem;
  }

  .lg\:h-72 {
    height: 18rem;
  }

  .lg\:h-88 {
    height: 22rem;
  }

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

  .lg\:h-\[20rem\] {
    height: 20rem;
  }

  .lg\:h-\[30rem\] {
    height: 30rem;
  }

  .lg\:h-\[35rem\] {
    height: 35rem;
  }

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

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

  .lg\:h-\[45rem\] {
    height: 45rem;
  }

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

  .lg\:h-\[8rem\] {
    height: 8rem;
  }

  .lg\:h-\[9rem\] {
    height: 9rem;
  }

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

  .lg\:w-44 {
    width: 11rem;
  }

  .lg\:w-56 {
    width: 14rem;
  }

  .lg\:w-64 {
    width: 16rem;
  }

  .lg\:w-72 {
    width: 18rem;
  }

  .lg\:w-\[15rem\] {
    width: 15rem;
  }

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

  .lg\:w-\[18rem\] {
    width: 18rem;
  }

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

  .lg\:w-\[20rem\] {
    width: 20rem;
  }

  .lg\:w-\[25rem\] {
    width: 25rem;
  }

  .lg\:w-\[30rem\] {
    width: 30rem;
  }

  .lg\:w-\[32rem\] {
    width: 32rem;
  }

  .lg\:w-\[33rem\] {
    width: 33rem;
  }

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

  .lg\:w-\[48rem\] {
    width: 48rem;
  }

  .lg\:w-\[4rem\] {
    width: 4rem;
  }

  .lg\:w-\[55rem\] {
    width: 55rem;
  }

  .lg\:w-\[5rem\] {
    width: 5rem;
  }

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

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

  .lg\:w-\[8rem\] {
    width: 8rem;
  }

  .lg\:max-w-7xl {
    max-width: 80rem;
  }

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

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

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

  .lg\:gap-\[27px\] {
    gap: 27px;
  }

  .lg\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

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

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

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

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

  .lg\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .lg\:font-medium {
    font-weight: 500;
  }

  .lg\:tracking-\[6px\] {
    letter-spacing: 6px;
  }

  .lg\:opacity-0 {
    opacity: 0;
  }
}

@media (min-width: 1024px) {
  .xl\:bottom-\[1\.3rem\] {
    bottom: 1.3rem;
  }

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

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

  .xl\:left-\[25\.3rem\] {
    left: 25.3rem;
  }

  .xl\:left-\[3rem\] {
    left: 3rem;
  }

  .xl\:left-\[43rem\] {
    left: 43rem;
  }

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

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

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

  .xl\:right-48 {
    right: 12rem;
  }

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

  .xl\:top-176 {
    top: 44rem;
  }

  .xl\:top-2 {
    top: 0.5rem;
  }

  .xl\:top-3 {
    top: 0.75rem;
  }

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

  .xl\:top-44 {
    top: 11rem;
  }

  .xl\:top-\[-135rem\] {
    top: -135rem;
  }

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

  .xl\:top-\[-6\.3rem\] {
    top: -6.3rem;
  }

  .xl\:top-\[15rem\] {
    top: 15rem;
  }

  .xl\:top-\[19rem\] {
    top: 19rem;
  }

  .xl\:top-\[2\.5rem\] {
    top: 2.5rem;
  }

  .xl\:top-\[22\.82rem\] {
    top: 22.82rem;
  }

  .xl\:top-\[23\.5rem\] {
    top: 23.5rem;
  }

  .xl\:top-\[245rem\] {
    top: 245rem;
  }

  .xl\:top-\[250rem\] {
    top: 250rem;
  }

  .xl\:top-\[255rem\] {
    top: 255rem;
  }

  .xl\:top-\[283rem\] {
    top: 283rem;
  }

  .xl\:top-\[300rem\] {
    top: 300rem;
  }

  .xl\:top-\[320rem\] {
    top: 320rem;
  }

  .xl\:top-\[325rem\] {
    top: 325rem;
  }

  .xl\:top-\[335rem\] {
    top: 335rem;
  }

  .xl\:top-\[4rem\] {
    top: 4rem;
  }

  .xl\:top-\[8rem\] {
    top: 8rem;
  }

  .xl\:z-\[25\] {
    z-index: 25;
  }

  .xl\:ml-10 {
    margin-left: 2.5rem;
  }

  .xl\:mr-5 {
    margin-right: 1.25rem;
  }

  .xl\:mt-2 {
    margin-top: 0.5rem;
  }

  .xl\:mt-2\.5 {
    margin-top: 0.625rem;
  }

  .xl\:mt-3 {
    margin-top: 0.75rem;
  }

  .xl\:h-0\.5 {
    height: 0.125rem;
  }

  .xl\:h-128 {
    height: 32rem;
  }

  .xl\:h-152 {
    height: 38rem;
  }

  .xl\:h-60 {
    height: 15rem;
  }

  .xl\:h-80 {
    height: 20rem;
  }

  .xl\:h-96 {
    height: 24rem;
  }

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

  .xl\:h-\[14rem\] {
    height: 14rem;
  }

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

  .xl\:h-\[25rem\] {
    height: 25rem;
  }

  .xl\:h-\[30rem\] {
    height: 30rem;
  }

  .xl\:h-\[35rem\] {
    height: 35rem;
  }

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

  .xl\:h-\[40rem\] {
    height: 40rem;
  }

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

  .xl\:h-\[50rem\] {
    height: 50rem;
  }

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

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

  .xl\:w-52 {
    width: 13rem;
  }

  .xl\:w-72 {
    width: 18rem;
  }

  .xl\:w-80 {
    width: 20rem;
  }

  .xl\:w-96 {
    width: 24rem;
  }

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

  .xl\:w-\[15rem\] {
    width: 15rem;
  }

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

  .xl\:w-\[20rem\] {
    width: 20rem;
  }

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

  .xl\:w-\[25rem\] {
    width: 25rem;
  }

  .xl\:w-\[30rem\] {
    width: 30rem;
  }

  .xl\:w-\[33rem\] {
    width: 33rem;
  }

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

  .xl\:w-\[40rem\] {
    width: 40rem;
  }

  .xl\:w-\[48rem\] {
    width: 48rem;
  }

  .xl\:w-\[4rem\] {
    width: 4rem;
  }

  .xl\:w-\[6\.7rem\] {
    width: 6.7rem;
  }

  .xl\:w-\[65rem\] {
    width: 65rem;
  }

  .xl\:w-\[70rem\] {
    width: 70rem;
  }

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

  .xl\:max-w-7xl {
    max-width: 80rem;
  }

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

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

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

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

  .xl\:pt-\[4rem\] {
    padding-top: 4rem;
  }

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

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

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

  .xl\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .xl\:font-medium {
    font-weight: 500;
  }

  .xl\:tracking-\[6px\] {
    letter-spacing: 6px;
  }

  .xl\:opacity-0 {
    opacity: 0;
  }
}

@media (min-width: 1280px) {
  .\32xl\:top-\[-6\.3rem\] {
    top: -6.3rem;
  }

  .\32xl\:min-h-\[6900px\] {
    min-height: 6900px;
  }
}

* {
    padding: 0;
    margin: 0;
}
html {
    scroll-behavior: smooth;
}

body::-webkit-scrollbar {
display: none;
}
.glassmorphism {
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    border-bottom: 1.5px solid white;
    border-radius: 10px;
}

.nav-link:hover {
    background-color: rgba(255, 255, 255, 0.25);
    color: #00C6FF;
    border-radius: 8px;
    transition: 0.3s;
}

.sidebar {
    transform: translateX(-100%);
    transition: transform 0.3s ease;
}

.sidebar.open {
    transform: translateX(0);
}
#galery {
    width: 100%;
    overflow: hidden;
}

#image-track {
    display: flex;
    gap: 10px;
    transition: transform 0.5s ease;
}

.image {
    flex-shrink: 0;
}

.arrow-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.8);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.arrow-button:hover {
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.left-arrow {
    left: 10px;
}

.right-arrow {
    right: 10px;
}

.arrow-left {
    display: inline-block;
    border: solid black;
    border-width: 0 4px 4px 0;
    padding: 8px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.arrow-right {
    display: inline-block;
    border: solid black;
    border-width: 0 4px 4px 0;
    padding: 8px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

@media (max-width: 768px) {
    .arrow-button {
        width: 40px;
        height: 40px;
    }

    .arrow-left, .arrow-right {
        padding: 6px;
        border-width: 0 3px 3px 0;
    }

    .image {
        width: 300px;
    }
}