*, ::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: calc(-0.00104 * clamp(1440PX, 100vw, 1920PX)); /* 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;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.-left-\[150px\] {
  left: calc(-0.07812 * clamp(1440PX, 100vw, 1920PX));
}
.-right-\[150px\] {
  right: calc(-0.07812 * clamp(1440PX, 100vw, 1920PX));
}
.-top-\[50px\] {
  top: calc(-0.02604 * clamp(1440PX, 100vw, 1920PX));
}
.-top-\[80px\] {
  top: calc(-0.04167 * clamp(1440PX, 100vw, 1920PX));
}
.bottom-0 {
  bottom: 0px;
}
.bottom-\[42px\] {
  bottom: calc(0.02188 * clamp(1440PX, 100vw, 1920PX));
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-\[-24px\] {
  left: calc(-0.0125 * clamp(1440PX, 100vw, 1920PX));
}
.left-\[136px\] {
  left: calc(0.07083 * clamp(1440PX, 100vw, 1920PX));
}
.left-\[340px\] {
  left: calc(0.17708 * clamp(1440PX, 100vw, 1920PX));
}
.left-\[79px\] {
  left: calc(0.04115 * clamp(1440PX, 100vw, 1920PX));
}
.left-\[880px\] {
  left: calc(0.45833 * clamp(1440PX, 100vw, 1920PX));
}
.right-0 {
  right: 0px;
}
.right-4 {
  right: 1rem;
}
.right-\[19px\] {
  right: calc(0.0099 * clamp(1440PX, 100vw, 1920PX));
}
.right-\[32\.4px\] {
  right: calc(0.01687 * clamp(1440PX, 100vw, 1920PX));
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-20 {
  top: 5rem;
}
.top-6 {
  top: 1.5rem;
}
.top-\[10px\] {
  top: calc(0.00521 * clamp(1440PX, 100vw, 1920PX));
}
.top-\[167px\] {
  top: calc(0.08698 * clamp(1440PX, 100vw, 1920PX));
}
.top-\[39px\] {
  top: calc(0.02031 * clamp(1440PX, 100vw, 1920PX));
}
.top-\[50px\] {
  top: calc(0.02604 * clamp(1440PX, 100vw, 1920PX));
}
.top-full {
  top: 100%;
}
.z-20 {
  z-index: 20;
}
.z-50 {
  z-index: 50;
}
.z-\[-1\] {
  z-index: -1;
}
.z-\[1000\] {
  z-index: 1000;
}
.z-\[100\] {
  z-index: 100;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[200\] {
  z-index: 200;
}
.z-\[2\] {
  z-index: 2;
}
.z-\[3\] {
  z-index: 3;
}
.z-\[4\] {
  z-index: 4;
}
.z-\[9999\] {
  z-index: 9999;
}
.z-\[999\] {
  z-index: 999;
}
.z-\[99\] {
  z-index: 99;
}
.mx-\[20px\] {
  margin-left: calc(0.01042 * clamp(1440PX, 100vw, 1920PX));
  margin-right: calc(0.01042 * clamp(1440PX, 100vw, 1920PX));
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-\[40px\] {
  margin-top: calc(0.02083 * clamp(1440PX, 100vw, 1920PX));
  margin-bottom: calc(0.02083 * clamp(1440PX, 100vw, 1920PX));
}
.mb-\[-20px\] {
  margin-bottom: calc(-0.01042 * clamp(1440PX, 100vw, 1920PX));
}
.mb-\[25px\] {
  margin-bottom: calc(0.01302 * clamp(1440PX, 100vw, 1920PX));
}
.ml-\[10px\] {
  margin-left: calc(0.00521 * clamp(1440PX, 100vw, 1920PX));
}
.mr-\[10px\] {
  margin-right: calc(0.00521 * clamp(1440PX, 100vw, 1920PX));
}
.mt-\[-20px\] {
  margin-top: calc(-0.01042 * clamp(1440PX, 100vw, 1920PX));
}
.mt-\[100px\] {
  margin-top: calc(0.05208 * clamp(1440PX, 100vw, 1920PX));
}
.mt-\[102px\] {
  margin-top: calc(0.05313 * clamp(1440PX, 100vw, 1920PX));
}
.mt-\[10px\] {
  margin-top: calc(0.00521 * clamp(1440PX, 100vw, 1920PX));
}
.mt-\[12px\] {
  margin-top: calc(0.00625 * clamp(1440PX, 100vw, 1920PX));
}
.mt-\[14px\] {
  margin-top: calc(0.00729 * clamp(1440PX, 100vw, 1920PX));
}
.mt-\[15px\] {
  margin-top: calc(0.00781 * clamp(1440PX, 100vw, 1920PX));
}
.mt-\[16px\] {
  margin-top: calc(0.00833 * clamp(1440PX, 100vw, 1920PX));
}
.mt-\[20px\] {
  margin-top: calc(0.01042 * clamp(1440PX, 100vw, 1920PX));
}
.mt-\[211px\] {
  margin-top: calc(0.1099 * clamp(1440PX, 100vw, 1920PX));
}
.mt-\[21px\] {
  margin-top: calc(0.01094 * clamp(1440PX, 100vw, 1920PX));
}
.mt-\[22px\] {
  margin-top: calc(0.01146 * clamp(1440PX, 100vw, 1920PX));
}
.mt-\[24px\] {
  margin-top: calc(0.0125 * clamp(1440PX, 100vw, 1920PX));
}
.mt-\[26px\] {
  margin-top: calc(0.01354 * clamp(1440PX, 100vw, 1920PX));
}
.mt-\[28px\] {
  margin-top: calc(0.01458 * clamp(1440PX, 100vw, 1920PX));
}
.mt-\[34px\] {
  margin-top: calc(0.01771 * clamp(1440PX, 100vw, 1920PX));
}
.mt-\[37px\] {
  margin-top: calc(0.01927 * clamp(1440PX, 100vw, 1920PX));
}
.mt-\[40px\] {
  margin-top: calc(0.02083 * clamp(1440PX, 100vw, 1920PX));
}
.mt-\[44px\] {
  margin-top: calc(0.02292 * clamp(1440PX, 100vw, 1920PX));
}
.mt-\[50px\] {
  margin-top: calc(0.02604 * clamp(1440PX, 100vw, 1920PX));
}
.mt-\[60px\] {
  margin-top: calc(0.03125 * clamp(1440PX, 100vw, 1920PX));
}
.mt-\[80px\] {
  margin-top: calc(0.04167 * clamp(1440PX, 100vw, 1920PX));
}
.mt-\[82px\] {
  margin-top: calc(0.04271 * clamp(1440PX, 100vw, 1920PX));
}
.block {
  display: block;
}
.\!flex {
  display: flex !important;
}
.flex {
  display: flex;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.aspect-\[338\/70\] {
  aspect-ratio: 338/70;
}
.aspect-\[392\/560\] {
  aspect-ratio: 392/560;
}
.aspect-\[420\/600\] {
  aspect-ratio: 420/600;
}
.aspect-\[507\/487\] {
  aspect-ratio: 507/487;
}
.aspect-\[580\/728\] {
  aspect-ratio: 580/728;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.\!h-full {
  height: 100% !important;
}
.h-1\/2 {
  height: 50%;
}
.h-20 {
  height: 5rem;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-4 {
  height: 1rem;
}
.h-\[1080px\] {
  height: calc(0.5625 * clamp(1440PX, 100vw, 1920PX));
}
.h-\[10px\] {
  height: calc(0.00521 * clamp(1440PX, 100vw, 1920PX));
}
.h-\[112px\] {
  height: calc(0.05833 * clamp(1440PX, 100vw, 1920PX));
}
.h-\[120px\] {
  height: calc(0.0625 * clamp(1440PX, 100vw, 1920PX));
}
.h-\[127px\] {
  height: calc(0.06615 * clamp(1440PX, 100vw, 1920PX));
}
.h-\[136px\] {
  height: calc(0.07083 * clamp(1440PX, 100vw, 1920PX));
}
.h-\[145px\] {
  height: calc(0.07552 * clamp(1440PX, 100vw, 1920PX));
}
.h-\[14px\] {
  height: calc(0.00729 * clamp(1440PX, 100vw, 1920PX));
}
.h-\[152px\] {
  height: calc(0.07917 * clamp(1440PX, 100vw, 1920PX));
}
.h-\[15px\] {
  height: calc(0.00781 * clamp(1440PX, 100vw, 1920PX));
}
.h-\[16px\] {
  height: calc(0.00833 * clamp(1440PX, 100vw, 1920PX));
}
.h-\[176px\] {
  height: calc(0.09167 * clamp(1440PX, 100vw, 1920PX));
}
.h-\[18px\] {
  height: calc(0.00938 * clamp(1440PX, 100vw, 1920PX));
}
.h-\[203px\] {
  height: calc(0.10573 * clamp(1440PX, 100vw, 1920PX));
}
.h-\[20px\] {
  height: calc(0.01042 * clamp(1440PX, 100vw, 1920PX));
}
.h-\[220px\] {
  height: calc(0.11458 * clamp(1440PX, 100vw, 1920PX));
}
.h-\[24px\] {
  height: calc(0.0125 * clamp(1440PX, 100vw, 1920PX));
}
.h-\[25px\] {
  height: calc(0.01302 * clamp(1440PX, 100vw, 1920PX));
}
.h-\[26px\] {
  height: calc(0.01354 * clamp(1440PX, 100vw, 1920PX));
}
.h-\[29px\] {
  height: calc(0.0151 * clamp(1440PX, 100vw, 1920PX));
}
.h-\[30px\] {
  height: calc(0.01563 * clamp(1440PX, 100vw, 1920PX));
}
.h-\[313\.6px\] {
  height: calc(0.16333 * clamp(1440PX, 100vw, 1920PX));
}
.h-\[340px\] {
  height: calc(0.17708 * clamp(1440PX, 100vw, 1920PX));
}
.h-\[342px\] {
  height: calc(0.17813 * clamp(1440PX, 100vw, 1920PX));
}
.h-\[356\.533px\] {
  height: calc(0.18569 * clamp(1440PX, 100vw, 1920PX));
}
.h-\[36px\] {
  height: calc(0.01875 * clamp(1440PX, 100vw, 1920PX));
}
.h-\[390px\] {
  height: calc(0.20313 * clamp(1440PX, 100vw, 1920PX));
}
.h-\[398px\] {
  height: calc(0.20729 * clamp(1440PX, 100vw, 1920PX));
}
.h-\[39px\] {
  height: calc(0.02031 * clamp(1440PX, 100vw, 1920PX));
}
.h-\[440px\] {
  height: calc(0.22917 * clamp(1440PX, 100vw, 1920PX));
}
.h-\[45\.1vh\] {
  height: 45.1vh;
}
.h-\[450px\] {
  height: calc(0.23438 * clamp(1440PX, 100vw, 1920PX));
}
.h-\[46px\] {
  height: calc(0.02396 * clamp(1440PX, 100vw, 1920PX));
}
.h-\[50px\] {
  height: calc(0.02604 * clamp(1440PX, 100vw, 1920PX));
}
.h-\[51px\] {
  height: calc(0.02656 * clamp(1440PX, 100vw, 1920PX));
}
.h-\[560px\] {
  height: calc(0.29167 * clamp(1440PX, 100vw, 1920PX));
}
.h-\[6\.48vh\] {
  height: 6.48vh;
}
.h-\[600px\] {
  height: calc(0.3125 * clamp(1440PX, 100vw, 1920PX));
}
.h-\[66px\] {
  height: calc(0.03438 * clamp(1440PX, 100vw, 1920PX));
}
.h-\[67\.4vh\] {
  height: 67.4vh;
}
.h-\[70px\] {
  height: calc(0.03646 * clamp(1440PX, 100vw, 1920PX));
}
.h-\[720px\] {
  height: calc(0.375 * clamp(1440PX, 100vw, 1920PX));
}
.h-\[73px\] {
  height: calc(0.03802 * clamp(1440PX, 100vw, 1920PX));
}
.h-\[86px\] {
  height: calc(0.04479 * clamp(1440PX, 100vw, 1920PX));
}
.h-\[900vh\] {
  height: 900vh;
}
.h-\[90px\] {
  height: calc(0.04688 * clamp(1440PX, 100vw, 1920PX));
}
.h-\[92px\] {
  height: calc(0.04792 * clamp(1440PX, 100vw, 1920PX));
}
.h-\[987px\] {
  height: calc(0.51406 * clamp(1440PX, 100vw, 1920PX));
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.h-screen {
  height: 100vh;
}
.max-h-\[906px\] {
  max-height: calc(0.47188 * clamp(1440PX, 100vw, 1920PX));
}
.min-h-screen {
  min-height: 100vh;
}
.\!w-full {
  width: 100% !important;
}
.w-1\/2 {
  width: 50%;
}
.w-3\.5 {
  width: 0.875rem;
}
.w-4 {
  width: 1rem;
}
.w-\[100vw\] {
  width: 100vw;
}
.w-\[10px\] {
  width: calc(0.00521 * clamp(1440PX, 100vw, 1920PX));
}
.w-\[112px\] {
  width: calc(0.05833 * clamp(1440PX, 100vw, 1920PX));
}
.w-\[117px\] {
  width: calc(0.06094 * clamp(1440PX, 100vw, 1920PX));
}
.w-\[120px\] {
  width: calc(0.0625 * clamp(1440PX, 100vw, 1920PX));
}
.w-\[1350px\] {
  width: calc(0.70313 * clamp(1440PX, 100vw, 1920PX));
}
.w-\[136px\] {
  width: calc(0.07083 * clamp(1440PX, 100vw, 1920PX));
}
.w-\[1389\.4px\] {
  width: calc(0.72365 * clamp(1440PX, 100vw, 1920PX));
}
.w-\[146px\] {
  width: calc(0.07604 * clamp(1440PX, 100vw, 1920PX));
}
.w-\[14px\] {
  width: calc(0.00729 * clamp(1440PX, 100vw, 1920PX));
}
.w-\[152px\] {
  width: calc(0.07917 * clamp(1440PX, 100vw, 1920PX));
}
.w-\[15px\] {
  width: calc(0.00781 * clamp(1440PX, 100vw, 1920PX));
}
.w-\[160px\] {
  width: calc(0.08333 * clamp(1440PX, 100vw, 1920PX));
}
.w-\[16px\] {
  width: calc(0.00833 * clamp(1440PX, 100vw, 1920PX));
}
.w-\[176px\] {
  width: calc(0.09167 * clamp(1440PX, 100vw, 1920PX));
}
.w-\[182px\] {
  width: calc(0.09479 * clamp(1440PX, 100vw, 1920PX));
}
.w-\[18px\] {
  width: calc(0.00938 * clamp(1440PX, 100vw, 1920PX));
}
.w-\[200px\] {
  width: calc(0.10417 * clamp(1440PX, 100vw, 1920PX));
}
.w-\[203px\] {
  width: calc(0.10573 * clamp(1440PX, 100vw, 1920PX));
}
.w-\[20px\] {
  width: calc(0.01042 * clamp(1440PX, 100vw, 1920PX));
}
.w-\[220px\] {
  width: calc(0.11458 * clamp(1440PX, 100vw, 1920PX));
}
.w-\[222px\] {
  width: calc(0.11563 * clamp(1440PX, 100vw, 1920PX));
}
.w-\[236px\] {
  width: calc(0.12292 * clamp(1440PX, 100vw, 1920PX));
}
.w-\[24px\] {
  width: calc(0.0125 * clamp(1440PX, 100vw, 1920PX));
}
.w-\[25px\] {
  width: calc(0.01302 * clamp(1440PX, 100vw, 1920PX));
}
.w-\[26px\] {
  width: calc(0.01354 * clamp(1440PX, 100vw, 1920PX));
}
.w-\[289px\] {
  width: calc(0.15052 * clamp(1440PX, 100vw, 1920PX));
}
.w-\[300px\] {
  width: calc(0.15625 * clamp(1440PX, 100vw, 1920PX));
}
.w-\[30px\] {
  width: calc(0.01563 * clamp(1440PX, 100vw, 1920PX));
}
.w-\[312px\] {
  width: calc(0.1625 * clamp(1440PX, 100vw, 1920PX));
}
.w-\[313\.6px\] {
  width: calc(0.16333 * clamp(1440PX, 100vw, 1920PX));
}
.w-\[342px\] {
  width: calc(0.17813 * clamp(1440PX, 100vw, 1920PX));
}
.w-\[344px\] {
  width: calc(0.17917 * clamp(1440PX, 100vw, 1920PX));
}
.w-\[352px\] {
  width: calc(0.18333 * clamp(1440PX, 100vw, 1920PX));
}
.w-\[356\.533px\] {
  width: calc(0.18569 * clamp(1440PX, 100vw, 1920PX));
}
.w-\[36px\] {
  width: calc(0.01875 * clamp(1440PX, 100vw, 1920PX));
}
.w-\[380px\] {
  width: calc(0.19792 * clamp(1440PX, 100vw, 1920PX));
}
.w-\[390px\] {
  width: calc(0.20313 * clamp(1440PX, 100vw, 1920PX));
}
.w-\[398px\] {
  width: calc(0.20729 * clamp(1440PX, 100vw, 1920PX));
}
.w-\[39px\] {
  width: calc(0.02031 * clamp(1440PX, 100vw, 1920PX));
}
.w-\[400px\] {
  width: calc(0.20833 * clamp(1440PX, 100vw, 1920PX));
}
.w-\[417px\] {
  width: calc(0.21719 * clamp(1440PX, 100vw, 1920PX));
}
.w-\[420px\] {
  width: calc(0.21875 * clamp(1440PX, 100vw, 1920PX));
}
.w-\[426px\] {
  width: calc(0.22188 * clamp(1440PX, 100vw, 1920PX));
}
.w-\[450px\] {
  width: calc(0.23438 * clamp(1440PX, 100vw, 1920PX));
}
.w-\[46px\] {
  width: calc(0.02396 * clamp(1440PX, 100vw, 1920PX));
}
.w-\[524px\] {
  width: calc(0.27292 * clamp(1440PX, 100vw, 1920PX));
}
.w-\[535px\] {
  width: calc(0.27865 * clamp(1440PX, 100vw, 1920PX));
}
.w-\[551px\] {
  width: calc(0.28698 * clamp(1440PX, 100vw, 1920PX));
}
.w-\[579px\] {
  width: calc(0.30156 * clamp(1440PX, 100vw, 1920PX));
}
.w-\[587px\] {
  width: calc(0.30573 * clamp(1440PX, 100vw, 1920PX));
}
.w-\[608px\] {
  width: calc(0.31667 * clamp(1440PX, 100vw, 1920PX));
}
.w-\[620px\] {
  width: calc(0.32292 * clamp(1440PX, 100vw, 1920PX));
}
.w-\[623px\] {
  width: calc(0.32448 * clamp(1440PX, 100vw, 1920PX));
}
.w-\[646px\] {
  width: calc(0.33646 * clamp(1440PX, 100vw, 1920PX));
}
.w-\[66px\] {
  width: calc(0.03438 * clamp(1440PX, 100vw, 1920PX));
}
.w-\[691px\] {
  width: calc(0.3599 * clamp(1440PX, 100vw, 1920PX));
}
.w-\[702px\] {
  width: calc(0.36563 * clamp(1440PX, 100vw, 1920PX));
}
.w-\[70px\] {
  width: calc(0.03646 * clamp(1440PX, 100vw, 1920PX));
}
.w-\[736px\] {
  width: calc(0.38333 * clamp(1440PX, 100vw, 1920PX));
}
.w-\[86px\] {
  width: calc(0.04479 * clamp(1440PX, 100vw, 1920PX));
}
.w-\[90px\] {
  width: calc(0.04688 * clamp(1440PX, 100vw, 1920PX));
}
.w-\[918px\] {
  width: calc(0.47813 * clamp(1440PX, 100vw, 1920PX));
}
.w-\[953px\] {
  width: calc(0.49635 * clamp(1440PX, 100vw, 1920PX));
}
.w-\[956px\] {
  width: calc(0.49792 * clamp(1440PX, 100vw, 1920PX));
}
.w-full {
  width: 100%;
}
.w-screen {
  width: 100vw;
}
.min-w-0 {
  min-width: 0px;
}
.max-w-\[1940px\] {
  max-width: calc(1.01042 * clamp(1440PX, 100vw, 1920PX));
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.grow-0 {
  flex-grow: 0;
}
.\!-translate-x-full {
  --tw-translate-x: -100% !important;
  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)) !important;
}
.-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));
}
.-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-y-\[20px\] {
  --tw-translate-y: calc(0.01042 * clamp(1440PX, 100vw, 1920PX));
  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-\[45deg\] {
  --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));
}
.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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));
}
.scale-150 {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  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));
}
.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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));
}
.scale-\[0\.83\] {
  --tw-scale-x: 0.83;
  --tw-scale-y: 0.83;
  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));
}
.scale-\[0\.85\] {
  --tw-scale-x: 0.85;
  --tw-scale-y: 0.85;
  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));
}
.scale-\[1\.64\] {
  --tw-scale-x: 1.64;
  --tw-scale-y: 1.64;
  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));
}
@keyframes blink {

  0%, 50% {
    opacity: 1;
  }

  50.1%, 100% {
    opacity: 0;
  }
}
.animate-blink {
  animation: blink 1s infinite steps(2, start);
}
@keyframes fadeIn {

  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
.animate-fade-in {
  animation: fadeIn 1s ease-in-out;
}
@keyframes spin {

  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.list-inside {
  list-style-position: inside;
}
.list-disc {
  list-style-type: disc;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-\[100px\] {
  gap: calc(0.05208 * clamp(1440PX, 100vw, 1920PX));
}
.gap-\[10px\] {
  gap: calc(0.00521 * clamp(1440PX, 100vw, 1920PX));
}
.gap-\[123px\] {
  gap: calc(0.06406 * clamp(1440PX, 100vw, 1920PX));
}
.gap-\[12px\] {
  gap: calc(0.00625 * clamp(1440PX, 100vw, 1920PX));
}
.gap-\[131px\] {
  gap: calc(0.06823 * clamp(1440PX, 100vw, 1920PX));
}
.gap-\[15px\] {
  gap: calc(0.00781 * clamp(1440PX, 100vw, 1920PX));
}
.gap-\[168px\] {
  gap: calc(0.0875 * clamp(1440PX, 100vw, 1920PX));
}
.gap-\[18px\] {
  gap: calc(0.00938 * clamp(1440PX, 100vw, 1920PX));
}
.gap-\[20\.5px\] {
  gap: calc(0.01068 * clamp(1440PX, 100vw, 1920PX));
}
.gap-\[20px\] {
  gap: calc(0.01042 * clamp(1440PX, 100vw, 1920PX));
}
.gap-\[22px\] {
  gap: calc(0.01146 * clamp(1440PX, 100vw, 1920PX));
}
.gap-\[24px\] {
  gap: calc(0.0125 * clamp(1440PX, 100vw, 1920PX));
}
.gap-\[32px\] {
  gap: calc(0.01667 * clamp(1440PX, 100vw, 1920PX));
}
.gap-\[40px\] {
  gap: calc(0.02083 * clamp(1440PX, 100vw, 1920PX));
}
.gap-\[42px\] {
  gap: calc(0.02188 * clamp(1440PX, 100vw, 1920PX));
}
.gap-\[5px\] {
  gap: calc(0.0026 * clamp(1440PX, 100vw, 1920PX));
}
.gap-\[80px\] {
  gap: calc(0.04167 * clamp(1440PX, 100vw, 1920PX));
}
.gap-\[8px\] {
  gap: calc(0.00417 * clamp(1440PX, 100vw, 1920PX));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rounded-\[10px\] {
  border-radius: calc(0.00521 * clamp(1440PX, 100vw, 1920PX));
}
.rounded-\[20px\] {
  border-radius: calc(0.01042 * clamp(1440PX, 100vw, 1920PX));
}
.rounded-\[40px_40px_0px_0px\] {
  border-radius: calc(0.02083 * clamp(1440PX, 100vw, 1920PX)) calc(0.02083 * clamp(1440PX, 100vw, 1920PX)) 0px 0px;
}
.rounded-\[4px\] {
  border-radius: calc(0.00208 * clamp(1440PX, 100vw, 1920PX));
}
.rounded-\[50px\] {
  border-radius: calc(0.02604 * clamp(1440PX, 100vw, 1920PX));
}
.rounded-full {
  border-radius: calc(5.20781 * clamp(1440PX, 100vw, 1920PX));
}
.rounded-lg {
  border-radius: 0.5rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: calc(0.00104 * clamp(1440PX, 100vw, 1920PX));
}
.border-\[1px\] {
  border-width: 1px;
}
.border-\[3px\] {
  border-width: calc(0.00156 * clamp(1440PX, 100vw, 1920PX));
}
.border-b-0 {
  border-bottom-width: 0px;
}
.border-solid {
  border-style: solid;
}
.border-\[\#00000040\] {
  border-color: #00000040;
}
.border-\[\#FFFFFF40\] {
  border-color: #FFFFFF40;
}
.border-\[rgba\(235\2c 67\2c 67\2c 0\.00\)\] {
  border-color: rgba(235,67,67,0.00);
}
.border-\[rgba\(255\2c 255\2c 255\2c 0\.25\)\] {
  border-color: rgba(255,255,255,0.25);
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-t-transparent {
  border-top-color: transparent;
}
.bg-\[\#121212\] {
  --tw-bg-opacity: 1;
  background-color: rgb(18 18 18 / var(--tw-bg-opacity, 1));
}
.bg-\[\#696969\] {
  --tw-bg-opacity: 1;
  background-color: rgb(105 105 105 / var(--tw-bg-opacity, 1));
}
.bg-\[\#EBEBF0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(235 235 240 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FF323F\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 50 63 / var(--tw-bg-opacity, 1));
}
.bg-\[rgba\(0\2c 0\2c 0\2c 0\.86\)\] {
  background-color: rgba(0,0,0,0.86);
}
.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-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-\[17px\] {
  padding: calc(0.00885 * clamp(1440PX, 100vw, 1920PX));
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-\[10px\] {
  padding-left: calc(0.00521 * clamp(1440PX, 100vw, 1920PX));
  padding-right: calc(0.00521 * clamp(1440PX, 100vw, 1920PX));
}
.px-\[15px\] {
  padding-left: calc(0.00781 * clamp(1440PX, 100vw, 1920PX));
  padding-right: calc(0.00781 * clamp(1440PX, 100vw, 1920PX));
}
.px-\[16px\] {
  padding-left: calc(0.00833 * clamp(1440PX, 100vw, 1920PX));
  padding-right: calc(0.00833 * clamp(1440PX, 100vw, 1920PX));
}
.px-\[18px\] {
  padding-left: calc(0.00938 * clamp(1440PX, 100vw, 1920PX));
  padding-right: calc(0.00938 * clamp(1440PX, 100vw, 1920PX));
}
.px-\[200px\] {
  padding-left: calc(0.10417 * clamp(1440PX, 100vw, 1920PX));
  padding-right: calc(0.10417 * clamp(1440PX, 100vw, 1920PX));
}
.px-\[20px\] {
  padding-left: calc(0.01042 * clamp(1440PX, 100vw, 1920PX));
  padding-right: calc(0.01042 * clamp(1440PX, 100vw, 1920PX));
}
.px-\[21px\] {
  padding-left: calc(0.01094 * clamp(1440PX, 100vw, 1920PX));
  padding-right: calc(0.01094 * clamp(1440PX, 100vw, 1920PX));
}
.px-\[26px\] {
  padding-left: calc(0.01354 * clamp(1440PX, 100vw, 1920PX));
  padding-right: calc(0.01354 * clamp(1440PX, 100vw, 1920PX));
}
.px-\[27px\] {
  padding-left: calc(0.01406 * clamp(1440PX, 100vw, 1920PX));
  padding-right: calc(0.01406 * clamp(1440PX, 100vw, 1920PX));
}
.px-\[285px\] {
  padding-left: calc(0.14844 * clamp(1440PX, 100vw, 1920PX));
  padding-right: calc(0.14844 * clamp(1440PX, 100vw, 1920PX));
}
.px-\[3\.33vh\] {
  padding-left: 3.33vh;
  padding-right: 3.33vh;
}
.px-\[30px\] {
  padding-left: calc(0.01563 * clamp(1440PX, 100vw, 1920PX));
  padding-right: calc(0.01563 * clamp(1440PX, 100vw, 1920PX));
}
.px-\[33px\] {
  padding-left: calc(0.01719 * clamp(1440PX, 100vw, 1920PX));
  padding-right: calc(0.01719 * clamp(1440PX, 100vw, 1920PX));
}
.px-\[36px\] {
  padding-left: calc(0.01875 * clamp(1440PX, 100vw, 1920PX));
  padding-right: calc(0.01875 * clamp(1440PX, 100vw, 1920PX));
}
.px-\[38px\] {
  padding-left: calc(0.01979 * clamp(1440PX, 100vw, 1920PX));
  padding-right: calc(0.01979 * clamp(1440PX, 100vw, 1920PX));
}
.px-\[54px\] {
  padding-left: calc(0.02813 * clamp(1440PX, 100vw, 1920PX));
  padding-right: calc(0.02813 * clamp(1440PX, 100vw, 1920PX));
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-\[112px\] {
  padding-top: calc(0.05833 * clamp(1440PX, 100vw, 1920PX));
  padding-bottom: calc(0.05833 * clamp(1440PX, 100vw, 1920PX));
}
.py-\[13px\] {
  padding-top: calc(0.00677 * clamp(1440PX, 100vw, 1920PX));
  padding-bottom: calc(0.00677 * clamp(1440PX, 100vw, 1920PX));
}
.py-\[14px\] {
  padding-top: calc(0.00729 * clamp(1440PX, 100vw, 1920PX));
  padding-bottom: calc(0.00729 * clamp(1440PX, 100vw, 1920PX));
}
.py-\[16px\] {
  padding-top: calc(0.00833 * clamp(1440PX, 100vw, 1920PX));
  padding-bottom: calc(0.00833 * clamp(1440PX, 100vw, 1920PX));
}
.py-\[19px\] {
  padding-top: calc(0.0099 * clamp(1440PX, 100vw, 1920PX));
  padding-bottom: calc(0.0099 * clamp(1440PX, 100vw, 1920PX));
}
.py-\[20px\] {
  padding-top: calc(0.01042 * clamp(1440PX, 100vw, 1920PX));
  padding-bottom: calc(0.01042 * clamp(1440PX, 100vw, 1920PX));
}
.py-\[32px\] {
  padding-top: calc(0.01667 * clamp(1440PX, 100vw, 1920PX));
  padding-bottom: calc(0.01667 * clamp(1440PX, 100vw, 1920PX));
}
.py-\[49px\] {
  padding-top: calc(0.02552 * clamp(1440PX, 100vw, 1920PX));
  padding-bottom: calc(0.02552 * clamp(1440PX, 100vw, 1920PX));
}
.py-\[9px\] {
  padding-top: calc(0.00469 * clamp(1440PX, 100vw, 1920PX));
  padding-bottom: calc(0.00469 * clamp(1440PX, 100vw, 1920PX));
}
.pb-\[204px\] {
  padding-bottom: calc(0.10625 * clamp(1440PX, 100vw, 1920PX));
}
.pb-\[30px\] {
  padding-bottom: calc(0.01563 * clamp(1440PX, 100vw, 1920PX));
}
.pl-\[16px\] {
  padding-left: calc(0.00833 * clamp(1440PX, 100vw, 1920PX));
}
.pl-\[265px\] {
  padding-left: calc(0.13802 * clamp(1440PX, 100vw, 1920PX));
}
.pl-\[28px\] {
  padding-left: calc(0.01458 * clamp(1440PX, 100vw, 1920PX));
}
.pt-\[14px\] {
  padding-top: calc(0.00729 * clamp(1440PX, 100vw, 1920PX));
}
.pt-\[16\.3vh\] {
  padding-top: 16.3vh;
}
.pt-\[160px\] {
  padding-top: calc(0.08333 * clamp(1440PX, 100vw, 1920PX));
}
.pt-\[223px\] {
  padding-top: calc(0.11615 * clamp(1440PX, 100vw, 1920PX));
}
.pt-\[28px\] {
  padding-top: calc(0.01458 * clamp(1440PX, 100vw, 1920PX));
}
.pt-\[37px\] {
  padding-top: calc(0.01927 * clamp(1440PX, 100vw, 1920PX));
}
.pt-\[4\.17vh\] {
  padding-top: 4.17vh;
}
.pt-\[40px\] {
  padding-top: calc(0.02083 * clamp(1440PX, 100vw, 1920PX));
}
.pt-\[41px\] {
  padding-top: calc(0.02135 * clamp(1440PX, 100vw, 1920PX));
}
.pt-\[49\.5px\] {
  padding-top: calc(0.02578 * clamp(1440PX, 100vw, 1920PX));
}
.pt-\[84px\] {
  padding-top: calc(0.04375 * clamp(1440PX, 100vw, 1920PX));
}
.text-center {
  text-align: center;
}
.font-inter {
  font-family: var(--font-inter);
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-8xl {
  font-size: 6rem;
  line-height: 1;
}
.text-\[1\.85vh\] {
  font-size: 1.85vh;
}
.text-\[11\.9vh\] {
  font-size: 11.9vh;
}
.text-\[12px\] {
  font-size: calc(0.00625 * clamp(1440PX, 100vw, 1920PX));
}
.text-\[14px\] {
  font-size: calc(0.00729 * clamp(1440PX, 100vw, 1920PX));
}
.text-\[168px\] {
  font-size: calc(0.0875 * clamp(1440PX, 100vw, 1920PX));
}
.text-\[16px\] {
  font-size: calc(0.00833 * clamp(1440PX, 100vw, 1920PX));
}
.text-\[18px\] {
  font-size: calc(0.00938 * clamp(1440PX, 100vw, 1920PX));
}
.text-\[20px\] {
  font-size: calc(0.01042 * clamp(1440PX, 100vw, 1920PX));
}
.text-\[24px\] {
  font-size: calc(0.0125 * clamp(1440PX, 100vw, 1920PX));
}
.text-\[28px\] {
  font-size: calc(0.01458 * clamp(1440PX, 100vw, 1920PX));
}
.text-\[32px\] {
  font-size: calc(0.01667 * clamp(1440PX, 100vw, 1920PX));
}
.text-\[40px\] {
  font-size: calc(0.02083 * clamp(1440PX, 100vw, 1920PX));
}
.text-\[48px\] {
  font-size: calc(0.025 * clamp(1440PX, 100vw, 1920PX));
}
.text-\[64px\] {
  font-size: calc(0.03333 * clamp(1440PX, 100vw, 1920PX));
}
.text-\[80px\] {
  font-size: calc(0.04167 * clamp(1440PX, 100vw, 1920PX));
}
.text-\[86px\] {
  font-size: calc(0.04479 * clamp(1440PX, 100vw, 1920PX));
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.capitalize {
  text-transform: capitalize;
}
.leading-10 {
  line-height: 2.5rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-8 {
  line-height: 2rem;
}
.leading-\[100\%\] {
  line-height: 100%;
}
.leading-\[100px\] {
  line-height: calc(0.05208 * clamp(1440PX, 100vw, 1920PX));
}
.leading-\[140\%\] {
  line-height: 140%;
}
.leading-\[150\%\] {
  line-height: 150%;
}
.leading-\[32px\] {
  line-height: calc(0.01667 * clamp(1440PX, 100vw, 1920PX));
}
.leading-\[40px\] {
  line-height: calc(0.02083 * clamp(1440PX, 100vw, 1920PX));
}
.leading-\[54px\] {
  line-height: calc(0.02813 * clamp(1440PX, 100vw, 1920PX));
}
.leading-\[62px\] {
  line-height: calc(0.03229 * clamp(1440PX, 100vw, 1920PX));
}
.leading-\[720\%\] {
  line-height: 720%;
}
.leading-\[normal\] {
  line-height: normal;
}
.tracking-\[-0\.28px\] {
  letter-spacing: -0.28px;
}
.tracking-\[-0\.32px\] {
  letter-spacing: -0.32px;
}
.tracking-\[-0\.48px\] {
  letter-spacing: -0.48px;
}
.tracking-\[-0\.64px\] {
  letter-spacing: -0.64px;
}
.tracking-\[-0\.72px\] {
  letter-spacing: -0.72px;
}
.tracking-\[-0\.8px\] {
  letter-spacing: -0.8px;
}
.tracking-\[-0\.96px\] {
  letter-spacing: -0.96px;
}
.tracking-\[-1\.12px\] {
  letter-spacing: calc(-0.00058 * clamp(1440PX, 100vw, 1920PX));
}
.tracking-\[-1\.28px\] {
  letter-spacing: calc(-0.00067 * clamp(1440PX, 100vw, 1920PX));
}
.tracking-\[-1\.44px\] {
  letter-spacing: calc(-0.00075 * clamp(1440PX, 100vw, 1920PX));
}
.tracking-\[-1\.6px\] {
  letter-spacing: calc(-0.00083 * clamp(1440PX, 100vw, 1920PX));
}
.tracking-\[-1\.92px\] {
  letter-spacing: calc(-0.001 * clamp(1440PX, 100vw, 1920PX));
}
.tracking-\[-2\.56px\] {
  letter-spacing: calc(-0.00133 * clamp(1440PX, 100vw, 1920PX));
}
.tracking-\[-3\.44px\] {
  letter-spacing: calc(-0.00179 * clamp(1440PX, 100vw, 1920PX));
}
.tracking-\[-3\.84px\] {
  letter-spacing: calc(-0.002 * clamp(1440PX, 100vw, 1920PX));
}
.tracking-\[-5\.12px\] {
  letter-spacing: calc(-0.00267 * clamp(1440PX, 100vw, 1920PX));
}
.tracking-\[-6\.72px\] {
  letter-spacing: calc(-0.0035 * clamp(1440PX, 100vw, 1920PX));
}
.text-\[\#0A0D14\] {
  --tw-text-opacity: 1;
  color: rgb(10 13 20 / var(--tw-text-opacity, 1));
}
.text-\[\#33353C\] {
  --tw-text-opacity: 1;
  color: rgb(51 53 60 / var(--tw-text-opacity, 1));
}
.text-\[\#696969\] {
  --tw-text-opacity: 1;
  color: rgb(105 105 105 / var(--tw-text-opacity, 1));
}
.text-\[\#8D8D8D\] {
  --tw-text-opacity: 1;
  color: rgb(141 141 141 / var(--tw-text-opacity, 1));
}
.text-\[\#D1102B\] {
  --tw-text-opacity: 1;
  color: rgb(209 16 43 / var(--tw-text-opacity, 1));
}
.text-\[\#FF323F\] {
  --tw-text-opacity: 1;
  color: rgb(255 50 63 / var(--tw-text-opacity, 1));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-80 {
  opacity: 0.8;
}
.shadow-\[0px_4px_8px_0px_rgba\(141\2c 141\2c 141\2c 0\.15\)\] {
  --tw-shadow: 0px calc(0.00208 * clamp(1440PX, 100vw, 1920PX)) calc(0.00417 * clamp(1440PX, 100vw, 1920PX)) 0px rgba(141,141,141,0.15);
  --tw-shadow-colored: 0px calc(0.00208 * clamp(1440PX, 100vw, 1920PX)) calc(0.00417 * clamp(1440PX, 100vw, 1920PX)) 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);
}
.outline-none {
  outline: calc(0.00104 * clamp(1440PX, 100vw, 1920PX)) solid transparent;
  outline-offset: calc(0.00104 * clamp(1440PX, 100vw, 1920PX));
}
.blur {
  --tw-blur: blur(calc(0.00417 * clamp(1440PX, 100vw, 1920PX)));
  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-\[10px\] {
  --tw-backdrop-blur: blur(calc(0.00521 * clamp(1440PX, 100vw, 1920PX)));
  -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-blur-\[5px\] {
  --tw-backdrop-blur: blur(calc(0.0026 * clamp(1440PX, 100vw, 1920PX)));
  -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-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-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-1000 {
  transition-duration: 1000ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
/* Hide scrollbar for IE, Edge and Firefox */
.\[background\:\#000000\] {
  background: #000000;
}
.\[background\:\#FF323F\] {
  background: #FF323F;
}
.\[background\:linear-gradient\(90deg\2c \#000_50\.48\%\2c \#FF323F_100\%\)\] {
  background: linear-gradient(90deg,#000 50.48%,#FF323F 100%);
}
.\[background\:linear-gradient\(90deg\2c \#FF323F_0\%\2c \#000_51\%\)\] {
  background: linear-gradient(90deg,#FF323F 0%,#000 51%);
}
.\[background\:rgba\(0\2c 0\2c 0\2c 0\.60\)\] {
  background: rgba(0,0,0,0.60);
}
.\[background\:rgba\(0\2c 0\2c 0\2c 0\.7\)\] {
  background: rgba(0,0,0,0.7);
}
.\[background\:rgba\(255\2c 255\2c 255\2c 0\.25\)\] {
  background: rgba(255,255,255,0.25);
}

.canvas-container {
  width: 100% !important;
  height: 100% !important;
  z-index: 3;
}

html {
  font-size: calc(0.00833 * clamp(1440PX, 100vw, 1920PX));
}

html::-webkit-scrollbar {
    display: none;
  }

html {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }

@media (max-width: 768px) {
  html {
    font-size: 4.26667vw;
  }
}

@keyframes scaleUp {
  from {
    transform: scale(0) translate(0, 100%);
    opacity: 0;
  }
  to {
    transform: scale(1) translate(0, 0);
    opacity: 1;
  }
}

@keyframes scaleDown {
  from {
    transform: scale(1) translate(0, 0);
    opacity: 1;
  }
  to {
    transform: scale(0) translate(0, 100%);
    opacity: 0;
  }
}

.footer {
  border-top: 0.5px solid;
  border-top-color: currentColor;
  width: 100%;
  box-sizing: border-box;
  -webkit-backdrop-filter: blur(calc(0.01667 * clamp(1440PX, 100vw, 1920PX)));
          backdrop-filter: blur(calc(0.01667 * clamp(1440PX, 100vw, 1920PX)));
}

.footer-container {
  padding: calc(0.01875 * clamp(1440PX, 100vw, 1920PX)) calc(0.13802 * clamp(1440PX, 100vw, 1920PX));
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.footer-logo-icons {
  display: flex;
  align-items: center;
  gap: calc(0.01563 * clamp(1440PX, 100vw, 1920PX));
}

.footer-logo-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #8d8d8d;
  width: calc(0.01563 * clamp(1440PX, 100vw, 1920PX));
  height: calc(0.01563 * clamp(1440PX, 100vw, 1920PX));
}

.footer-logo-icon:hover {
  color: #efefef;
}

.footer-links {
  display: flex;
  gap: calc(0.025 * clamp(1440PX, 100vw, 1920PX));
}

.footer-links-section-title {
  color: white;
  font-size: calc(0.01042 * clamp(1440PX, 100vw, 1920PX));
  line-height: calc(0.0125 * clamp(1440PX, 100vw, 1920PX));
  letter-spacing: -0.72px;
  font-weight: 600;
}

.footer-links-section-title-icon {
  display: none;
}

.footer-links-section-items {
  display: flex;
  flex-direction: column;
  gap: calc(0.00833 * clamp(1440PX, 100vw, 1920PX));
  margin-top: calc(0.00885 * clamp(1440PX, 100vw, 1920PX));
}

.footer-links-section-item {
  color: #696969;
  font-size: calc(0.00938 * clamp(1440PX, 100vw, 1920PX));
  line-height: calc(0.00938 * clamp(1440PX, 100vw, 1920PX));
  letter-spacing: -0.72px;
  cursor: pointer;
}

.footer-links-section-item:hover {
  color: #bfbfbf;
}

.footer-separator {
  height: 0.5px;
  background-color: rgba(255, 255, 255, 0.25);
  width: 100%;
  margin: calc(0.02031 * clamp(1440PX, 100vw, 1920PX)) 0 calc(0.01406 * clamp(1440PX, 100vw, 1920PX)) 0;
}

.footer-copyright {
  color: #696969;
  font-size: calc(0.00938 * clamp(1440PX, 100vw, 1920PX));
  font-weight: 400;
  line-height: calc(0.0125 * clamp(1440PX, 100vw, 1920PX)); /* 133.333% */
  letter-spacing: -0.72px;
  display: flex;
  align-items: center;
  gap: calc(0.00625 * clamp(1440PX, 100vw, 1920PX));
}

.slick-current .swiper-item {
  transform: scale(1) !important;
}

.slick-track {
  display: flex !important;
  align-items: stretch;
}

.slick-dots {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: -moz-fit-content;
  width: fit-content;
  left: calc(0.0901 * clamp(1440PX, 100vw, 1920PX));
  bottom: calc(-0.02448 * clamp(1440PX, 100vw, 1920PX)) !important;
}

.slick-dots li {
  width: auto !important;
  height: auto !important;
}

.slick-active .dot-item {
  transform: scale(1) !important;
  background-color: white;
}

.slick-arrow {
  display: none !important;
}

@media (max-width: 768px) {
  .slick-dots {
    left: 50%;
    transform: translateX(-50%);
    bottom: -6.4vw !important;
  }
}

@keyframes toastFadeIn {
  from {
    opacity: 0;
    transform: translateY(-1.06667vw);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes toastFadeOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-1.06667vw);
  }
}

[data-scope='toast'][data-part='root'] {
  transition: all 300ms;
}

[data-scope='toast'][data-part='root'][data-state='open'] {
  animation: toastFadeIn 300ms ease-out;
}

[data-scope='toast'][data-part='root'][data-state='closed'] {
  animation: toastFadeOut 300ms ease-in;
}

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

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

.hover\:bg-\[\#EFEFEF\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[rgba\(20\2c 21\2c 25\2c 0\.6\)\]:hover {
  background-color: rgba(20,21,25,0.6);
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.hover\:text-\[\#8F8F8F\]:hover {
  --tw-text-opacity: 1;
  color: rgb(143 143 143 / var(--tw-text-opacity, 1));
}

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

.hover\:opacity-100:hover {
  opacity: 1;
}

.hover\:backdrop-blur-\[5px\]:hover {
  --tw-backdrop-blur: blur(calc(0.0026 * clamp(1440PX, 100vw, 1920PX)));
  -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);
}

.focus\:outline-none:focus {
  outline: calc(0.00104 * clamp(1440PX, 100vw, 1920PX)) solid transparent;
  outline-offset: calc(0.00104 * clamp(1440PX, 100vw, 1920PX));
}

.group:hover .group-hover\:block {
  display: block;
}

.group:hover .group-hover\:hidden {
  display: none;
}

.group:hover .group-hover\:text-\[\#8F8F8F\] {
  --tw-text-opacity: 1;
  color: rgb(143 143 143 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {

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

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

@media (max-width: 768px) {

  .xs\:static {
    position: static;
  }

  .xs\:absolute {
    position: absolute;
  }

  .xs\:relative {
    position: relative;
  }

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

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

  .xs\:left-\[22px\] {
    left: 5.86667vw;
  }

  .xs\:left-\[23px\] {
    left: 6.13333vw;
  }

  .xs\:right-\[-133px\] {
    right: -35.46667vw;
  }

  .xs\:right-\[16px\] {
    right: 4.26667vw;
  }

  .xs\:right-\[21px\] {
    right: 5.6vw;
  }

  .xs\:top-0 {
    top: 0px;
  }

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

  .xs\:top-\[-29px\] {
    top: -7.73333vw;
  }

  .xs\:top-\[-53px\] {
    top: -14.13333vw;
  }

  .xs\:top-\[18px\] {
    top: 4.8vw;
  }

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

  .xs\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .xs\:-mt-\[150px\] {
    margin-top: -40vw;
  }

  .xs\:mb-\[24px\] {
    margin-bottom: 6.4vw;
  }

  .xs\:mt-1 {
    margin-top: 0.25rem;
  }

  .xs\:mt-10 {
    margin-top: 2.5rem;
  }

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

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

  .xs\:mt-6 {
    margin-top: 1.5rem;
  }

  .xs\:mt-8 {
    margin-top: 2rem;
  }

  .xs\:mt-\[10px\] {
    margin-top: 2.66667vw;
  }

  .xs\:mt-\[12px\] {
    margin-top: 3.2vw;
  }

  .xs\:mt-\[16px\] {
    margin-top: 4.26667vw;
  }

  .xs\:mt-\[20px\] {
    margin-top: 5.33333vw;
  }

  .xs\:mt-\[22px\] {
    margin-top: 5.86667vw;
  }

  .xs\:mt-\[24px\] {
    margin-top: 6.4vw;
  }

  .xs\:mt-\[28px\] {
    margin-top: 7.46667vw;
  }

  .xs\:mt-\[32px\] {
    margin-top: 8.53333vw;
  }

  .xs\:mt-\[39px\] {
    margin-top: 10.4vw;
  }

  .xs\:mt-\[6px\] {
    margin-top: 1.6vw;
  }

  .xs\:mt-\[88px\] {
    margin-top: 23.46667vw;
  }

  .xs\:block {
    display: block;
  }

  .xs\:flex {
    display: flex;
  }

  .xs\:grid {
    display: grid;
  }

  .xs\:hidden {
    display: none;
  }

  .xs\:aspect-\[375\/210\] {
    aspect-ratio: 375/210;
  }

  .xs\:h-10 {
    height: 2.5rem;
  }

  .xs\:h-2 {
    height: 0.5rem;
  }

  .xs\:h-2\.5 {
    height: 0.625rem;
  }

  .xs\:h-3 {
    height: 0.75rem;
  }

  .xs\:h-4 {
    height: 1rem;
  }

  .xs\:h-5 {
    height: 1.25rem;
  }

  .xs\:h-6 {
    height: 1.5rem;
  }

  .xs\:h-\[0\.5px\] {
    height: 0.5px;
  }

  .xs\:h-\[178px\] {
    height: 47.46667vw;
  }

  .xs\:h-\[188px\] {
    height: 50.13333vw;
  }

  .xs\:h-\[18px\] {
    height: 4.8vw;
  }

  .xs\:h-\[221px\] {
    height: 58.93333vw;
  }

  .xs\:h-\[224px\] {
    height: 59.73333vw;
  }

  .xs\:h-\[228px\] {
    height: 60.8vw;
  }

  .xs\:h-\[248px\] {
    height: 66.13333vw;
  }

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

  .xs\:h-\[250px\] {
    height: 66.66667vw;
  }

  .xs\:h-\[270px\] {
    height: 72vw;
  }

  .xs\:h-\[29px\] {
    height: 7.73333vw;
  }

  .xs\:h-\[311px\] {
    height: 82.93333vw;
  }

  .xs\:h-\[32px\] {
    height: 8.53333vw;
  }

  .xs\:h-\[33px\] {
    height: 8.8vw;
  }

  .xs\:h-\[340px\] {
    height: 90.66667vw;
  }

  .xs\:h-\[36px\] {
    height: 9.6vw;
  }

  .xs\:h-\[387px\] {
    height: 103.2vw;
  }

  .xs\:h-\[38px\] {
    height: 10.13333vw;
  }

  .xs\:h-\[391px\] {
    height: 104.26667vw;
  }

  .xs\:h-\[400px\] {
    height: 106.66667vw;
  }

  .xs\:h-\[40px\] {
    height: 10.66667vw;
  }

  .xs\:h-\[43px\] {
    height: 11.46667vw;
  }

  .xs\:h-\[44\.013px\] {
    height: 11.7368vw;
  }

  .xs\:h-\[44px\] {
    height: 11.73333vw;
  }

  .xs\:h-\[48px\] {
    height: 12.8vw;
  }

  .xs\:h-\[56px\] {
    height: 14.93333vw;
  }

  .xs\:h-\[68px\] {
    height: 18.13333vw;
  }

  .xs\:h-\[76px\] {
    height: 20.26667vw;
  }

  .xs\:h-\[80px\] {
    height: 21.33333vw;
  }

  .xs\:h-\[91px\] {
    height: 24.26667vw;
  }

  .xs\:h-auto {
    height: auto;
  }

  .xs\:h-screen {
    height: 100vh;
  }

  .xs\:max-h-none {
    max-height: none;
  }

  .xs\:min-h-0 {
    min-height: 0px;
  }

  .xs\:min-h-\[712px\] {
    min-height: 189.86667vw;
  }

  .xs\:w-2 {
    width: 0.5rem;
  }

  .xs\:w-2\.5 {
    width: 0.625rem;
  }

  .xs\:w-3 {
    width: 0.75rem;
  }

  .xs\:w-4 {
    width: 1rem;
  }

  .xs\:w-5 {
    width: 1.25rem;
  }

  .xs\:w-6 {
    width: 1.5rem;
  }

  .xs\:w-\[104px\] {
    width: 27.73333vw;
  }

  .xs\:w-\[120px\] {
    width: 32vw;
  }

  .xs\:w-\[145px\] {
    width: 38.66667vw;
  }

  .xs\:w-\[150px\] {
    width: 40vw;
  }

  .xs\:w-\[158px\] {
    width: 42.13333vw;
  }

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

  .xs\:w-\[175\.052px\] {
    width: 46.68053vw;
  }

  .xs\:w-\[175px\] {
    width: 46.66667vw;
  }

  .xs\:w-\[180px\] {
    width: 48vw;
  }

  .xs\:w-\[182px\] {
    width: 48.53333vw;
  }

  .xs\:w-\[186px\] {
    width: 49.6vw;
  }

  .xs\:w-\[18px\] {
    width: 4.8vw;
  }

  .xs\:w-\[195px\] {
    width: 52vw;
  }

  .xs\:w-\[206px\] {
    width: 54.93333vw;
  }

  .xs\:w-\[224px\] {
    width: 59.73333vw;
  }

  .xs\:w-\[226px\] {
    width: 60.26667vw;
  }

  .xs\:w-\[230px\] {
    width: 61.33333vw;
  }

  .xs\:w-\[231px\] {
    width: 61.6vw;
  }

  .xs\:w-\[238px\] {
    width: 63.46667vw;
  }

  .xs\:w-\[248px\] {
    width: 66.13333vw;
  }

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

  .xs\:w-\[250px\] {
    width: 66.66667vw;
  }

  .xs\:w-\[252px\] {
    width: 67.2vw;
  }

  .xs\:w-\[268px\] {
    width: 71.46667vw;
  }

  .xs\:w-\[273px\] {
    width: 72.8vw;
  }

  .xs\:w-\[280px\] {
    width: 74.66667vw;
  }

  .xs\:w-\[282px\] {
    width: 75.2vw;
  }

  .xs\:w-\[287px\] {
    width: 76.53333vw;
  }

  .xs\:w-\[291px\] {
    width: 77.6vw;
  }

  .xs\:w-\[292px\] {
    width: 77.86667vw;
  }

  .xs\:w-\[297px\] {
    width: 79.2vw;
  }

  .xs\:w-\[316px\] {
    width: 84.26667vw;
  }

  .xs\:w-\[320px\] {
    width: 85.33333vw;
  }

  .xs\:w-\[322px\] {
    width: 85.86667vw;
  }

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

  .xs\:w-\[40px\] {
    width: 10.66667vw;
  }

  .xs\:w-\[43px\] {
    width: 11.46667vw;
  }

  .xs\:w-\[44px\] {
    width: 11.73333vw;
  }

  .xs\:w-\[48px\] {
    width: 12.8vw;
  }

  .xs\:w-\[56px\] {
    width: 14.93333vw;
  }

  .xs\:w-\[68px\] {
    width: 18.13333vw;
  }

  .xs\:w-\[80px\] {
    width: 21.33333vw;
  }

  .xs\:w-\[83px\] {
    width: 22.13333vw;
  }

  .xs\:w-\[85px\] {
    width: 22.66667vw;
  }

  .xs\:w-\[88px\] {
    width: 23.46667vw;
  }

  .xs\:w-\[91px\] {
    width: 24.26667vw;
  }

  .xs\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

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

  .xs\:flex-1 {
    flex: 1 1 0%;
  }

  .xs\:shrink-0 {
    flex-shrink: 0;
  }

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

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

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

  .xs\:translate-y-0 {
    --tw-translate-y: 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));
  }

  .xs\:translate-y-1\/4 {
    --tw-translate-y: 25%;
    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));
  }

  .xs\:translate-y-\[-31px\] {
    --tw-translate-y: -8.26667vw;
    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));
  }

  .xs\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    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));
  }

  .xs\:cursor-pointer {
    cursor: pointer;
  }

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

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

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

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

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

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

  .xs\:gap-0 {
    gap: 0px;
  }

  .xs\:gap-1 {
    gap: 0.25rem;
  }

  .xs\:gap-2 {
    gap: 0.5rem;
  }

  .xs\:gap-3 {
    gap: 0.75rem;
  }

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

  .xs\:gap-6 {
    gap: 1.5rem;
  }

  .xs\:gap-\[0px\] {
    gap: 0px;
  }

  .xs\:gap-\[14px\] {
    gap: 3.73333vw;
  }

  .xs\:gap-\[16px\] {
    gap: 4.26667vw;
  }

  .xs\:gap-\[20px\] {
    gap: 5.33333vw;
  }

  .xs\:gap-\[4px\] {
    gap: 1.06667vw;
  }

  .xs\:gap-\[6\.5px\] {
    gap: 1.73333vw;
  }

  .xs\:gap-\[6px\] {
    gap: 1.6vw;
  }

  .xs\:gap-\[8px\] {
    gap: 2.13333vw;
  }

  @media (max-width: 768px) {

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

  .xs\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .xs\:gap-y-3 {
    row-gap: 0.75rem;
  }

  .xs\:overflow-x-auto {
    overflow-x: auto;
  }

  .xs\:rounded-\[10px\] {
    border-radius: 2.66667vw;
  }

  .xs\:rounded-\[5\.968px\] {
    border-radius: 1.59147vw;
  }

  .xs\:rounded-\[50px\] {
    border-radius: 13.33333vw;
  }

  .xs\:rounded-\[5px\] {
    border-radius: 1.33333vw;
  }

  .xs\:rounded-\[7\.143px\] {
    border-radius: 1.9048vw;
  }

  .xs\:border {
    border-width: 1px;
  }

  .xs\:border-\[\#FFFFFF40\] {
    border-color: #FFFFFF40;
  }

  .xs\:p-2\.5 {
    padding: 0.625rem;
  }

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

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

  .xs\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

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

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

  .xs\:px-\[15px\] {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .xs\:px-\[16px\] {
    padding-left: 4.26667vw;
    padding-right: 4.26667vw;
  }

  .xs\:px-\[18px\] {
    padding-left: 4.8vw;
    padding-right: 4.8vw;
  }

  .xs\:px-\[20px\] {
    padding-left: 5.33333vw;
    padding-right: 5.33333vw;
  }

  .xs\:px-\[21px\] {
    padding-left: 5.6vw;
    padding-right: 5.6vw;
  }

  .xs\:px-\[28px\] {
    padding-left: 7.46667vw;
    padding-right: 7.46667vw;
  }

  .xs\:px-\[39px\] {
    padding-left: 10.4vw;
    padding-right: 10.4vw;
  }

  .xs\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .xs\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

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

  .xs\:py-\[14px\] {
    padding-top: 3.73333vw;
    padding-bottom: 3.73333vw;
  }

  .xs\:py-\[17px\] {
    padding-top: 4.53333vw;
    padding-bottom: 4.53333vw;
  }

  .xs\:py-\[20px\] {
    padding-top: 5.33333vw;
    padding-bottom: 5.33333vw;
  }

  .xs\:py-\[60px\] {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }

  .xs\:py-\[64px\] {
    padding-top: 17.06667vw;
    padding-bottom: 17.06667vw;
  }

  .xs\:py-\[6px\] {
    padding-top: 1.6vw;
    padding-bottom: 1.6vw;
  }

  .xs\:pb-4 {
    padding-bottom: 1rem;
  }

  .xs\:pb-\[16px\] {
    padding-bottom: 4.26667vw;
  }

  .xs\:pb-\[25px\] {
    padding-bottom: 6.66667vw;
  }

  .xs\:pb-\[41px\] {
    padding-bottom: 10.93333vw;
  }

  .xs\:pl-2 {
    padding-left: 0.5rem;
  }

  .xs\:pl-\[14px\] {
    padding-left: 3.73333vw;
  }

  .xs\:pt-3 {
    padding-top: 0.75rem;
  }

  .xs\:pt-\[22px\] {
    padding-top: 5.86667vw;
  }

  .xs\:pt-\[23px\] {
    padding-top: 6.13333vw;
  }

  .xs\:pt-\[24px\] {
    padding-top: 6.4vw;
  }

  .xs\:pt-\[45px\] {
    padding-top: 12vw;
  }

  .xs\:pt-\[52px\] {
    padding-top: 13.86667vw;
  }

  .xs\:pt-\[80px\] {
    padding-top: 21.33333vw;
  }

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

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

  .xs\:text-\[100px\] {
    font-size: 26.66667vw;
  }

  .xs\:text-\[10px\] {
    font-size: 2.66667vw;
  }

  .xs\:text-\[12px\] {
    font-size: 3.2vw;
  }

  .xs\:text-\[13px\] {
    font-size: 3.46667vw;
  }

  .xs\:text-\[14px\] {
    font-size: 3.73333vw;
  }

  .xs\:text-\[16px\] {
    font-size: 4.26667vw;
  }

  .xs\:text-\[20px\] {
    font-size: 5.33333vw;
  }

  .xs\:text-\[21px\] {
    font-size: 5.6vw;
  }

  .xs\:text-\[22px\] {
    font-size: 5.86667vw;
  }

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

  .xs\:text-\[26px\] {
    font-size: 6.93333vw;
  }

  .xs\:text-\[28px\] {
    font-size: 7.46667vw;
  }

  .xs\:text-\[32px\] {
    font-size: 8.53333vw;
  }

  .xs\:text-\[42px\] {
    font-size: 11.2vw;
  }

  .xs\:text-\[9px\] {
    font-size: 2.4vw;
  }

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

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

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

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

  .xs\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

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

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

  .xs\:font-normal {
    font-weight: 400;
  }

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

  .xs\:leading-6 {
    line-height: 1.5rem;
  }

  .xs\:leading-\[100\%\] {
    line-height: 100%;
  }

  .xs\:leading-\[135\%\] {
    line-height: 135%;
  }

  .xs\:leading-\[140\%\] {
    line-height: 140%;
  }

  .xs\:leading-\[14px\] {
    line-height: 3.73333vw;
  }

  .xs\:leading-\[18px\] {
    line-height: 4.8vw;
  }

  .xs\:leading-\[24px\] {
    line-height: 6.4vw;
  }

  .xs\:leading-\[27px\] {
    line-height: 7.2vw;
  }

  .xs\:leading-\[normal\] {
    line-height: normal;
  }

  .xs\:tracking-\[-0\.18px\] {
    letter-spacing: -0.18px;
  }

  .xs\:tracking-\[-0\.24px\] {
    letter-spacing: -0.24px;
  }

  .xs\:tracking-\[-0\.28px\] {
    letter-spacing: -0.28px;
  }

  .xs\:tracking-\[-0\.32px\] {
    letter-spacing: -0.32px;
  }

  .xs\:tracking-\[-0\.48px\] {
    letter-spacing: -0.48px;
  }

  .xs\:tracking-\[-0\.4px\] {
    letter-spacing: -0.4px;
  }

  .xs\:tracking-\[-0\.52px\] {
    letter-spacing: -0.52px;
  }

  .xs\:tracking-\[-0\.56px\] {
    letter-spacing: -0.56px;
  }

  .xs\:tracking-\[-0\.64px\] {
    letter-spacing: -0.64px;
  }

  .xs\:tracking-\[-0\.72px\] {
    letter-spacing: -0.72px;
  }

  .xs\:tracking-\[-0\.84px\] {
    letter-spacing: -0.84px;
  }

  .xs\:tracking-\[-0\.88px\] {
    letter-spacing: -0.88px;
  }

  .xs\:tracking-\[-0\.8px\] {
    letter-spacing: -0.8px;
  }

  .xs\:tracking-\[-0\.96px\] {
    letter-spacing: -0.96px;
  }

  .xs\:tracking-\[-1\.04px\] {
    letter-spacing: -0.27733vw;
  }

  .xs\:tracking-\[-1\.12px\] {
    letter-spacing: -0.29867vw;
  }

  .xs\:tracking-\[-1\.28px\] {
    letter-spacing: -0.34133vw;
  }

  .xs\:tracking-\[-1\.68px\] {
    letter-spacing: -0.448vw;
  }

  .xs\:tracking-\[-6\.72px\] {
    letter-spacing: -1.792vw;
  }

  .xs\:text-\[10x\] {
    color: 10x;
  }

  .xs\:opacity-100 {
    opacity: 1;
  }

  .xs\:backdrop-blur-\[10px\] {
    --tw-backdrop-blur: blur(2.66667vw);
    -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);
  }

  .xs\:backdrop-blur-\[3\.7298388481140137px\] {
    --tw-backdrop-blur: blur(0.99462vw);
    -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);
  }

  .xs\:\[background\:\#33353C\] {
    background: #33353C;
  }
}

