/*
! tailwindcss v3.4.3 | 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;
}

html {
  font-family: Cloudy;
}

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

.wrapper {
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 31px;
}

@media (min-width: 768px) {
  .wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 1340px) {
  .wrapper {
    padding-left: 96px;
    padding-right: 96px;
  }
}

@media (min-width: 2560px) {
  .wrapper {
    padding-left: 486px;
    padding-right: 486px;
  }
}

@media (min-width: 3000px) {
  .wrapper {
    padding-left: 684px;
    padding-right: 684px;
  }
}

@media (min-width: 3840px) {
  .wrapper {
    padding-left: 984px;
    padding-right: 984px;
  }
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.-left-72 {
  left: -18rem;
}

.-left-96 {
  left: -24rem;
}

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

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

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

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

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

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

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

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

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

.-right-56 {
  right: -14rem;
}

.-right-60 {
  right: -15rem;
}

.-right-72 {
  right: -18rem;
}

.-right-\[120px\] {
  right: -120px;
}

.-right-\[360px\] {
  right: -360px;
}

.-right-\[370px\] {
  right: -370px;
}

.-right-\[380px\] {
  right: -380px;
}

.-right-\[390px\] {
  right: -390px;
}

.-right-\[400px\] {
  right: -400px;
}

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

.bottom-0 {
  bottom: 0px;
}

.bottom-12 {
  bottom: 3rem;
}

.bottom-36 {
  bottom: 9rem;
}

.left-0 {
  left: 0px;
}

.left-24 {
  left: 6rem;
}

.left-48 {
  left: 12rem;
}

.left-56 {
  left: 14rem;
}

.right-0 {
  right: 0px;
}

.right-1 {
  right: 0.25rem;
}

.right-24 {
  right: 6rem;
}

.right-\[416px\] {
  right: 416px;
}

.top-0 {
  top: 0px;
}

.top-10 {
  top: 2.5rem;
}

.top-28 {
  top: 7rem;
}

.top-32 {
  top: 8rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

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

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.hidden {
  display: none;
}

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

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

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

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

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

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

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

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

.h-full {
  height: 100%;
}

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

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

.min-h-screen {
  min-height: 100vh;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-full {
  width: 100%;
}

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

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

.min-w-full {
  min-width: 100%;
}

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

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

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

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

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

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

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

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

.gap-x-16 {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-\[32px\] {
  -moz-column-gap: 32px;
       column-gap: 32px;
}

.gap-x-\[8px\] {
  -moz-column-gap: 8px;
       column-gap: 8px;
}

.gap-y-1 {
  row-gap: 0.25rem;
}

.gap-y-16 {
  row-gap: 4rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

.gap-y-\[16px\] {
  row-gap: 16px;
}

.gap-y-\[32px\] {
  row-gap: 32px;
}

.gap-y-\[3px\] {
  row-gap: 3px;
}

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

.justify-self-end {
  justify-self: end;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

.border {
  border-width: 1px;
}

.bg-brown {
  --tw-bg-opacity: 1;
  background-color: rgb(178 93 54 / var(--tw-bg-opacity));
}

.bg-main_beach {
  --tw-bg-opacity: 1;
  background-color: rgb(255 181 100 / var(--tw-bg-opacity));
}

.bg-\[url\(\'\.\/public\/images\/frame1\.png\'\)\] {
  background-image: url('./public/images/frame1.png');
}

.bg-contain {
  background-size: contain;
}

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

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

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

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

.pb-16 {
  padding-bottom: 4rem;
}

.pt-8 {
  padding-top: 2rem;
}

.\!font-\[Arenatox\] {
  font-family: Arenatox !important;
}

.\!font-\[SansRoundedC\] {
  font-family: SansRoundedC !important;
}

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

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

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

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

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

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

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

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

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

.leading-\[33\.6px\] {
  line-height: 33.6px;
}

.leading-\[50\.4px\] {
  line-height: 50.4px;
}

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

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

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

.leading-\[86\.4px\] {
  line-height: 86.4px;
}

.tracking-\[-0\.1em\] {
  letter-spacing: -0.1em;
}

.tracking-\[-5\%\] {
  letter-spacing: -5%;
}

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

.tracking-\[5\%\] {
  letter-spacing: 5%;
}

.text-brown {
  --tw-text-opacity: 1;
  color: rgb(178 93 54 / var(--tw-text-opacity));
}

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

@font-face {
  font-family: "Cloudy";

  src: url("./public/fonts/cloudy-font.ttf") format("truetype");
}

@font-face {
  font-family: 'Arenatox';

  src: url('./public/fonts/arenatox-font-old.ttf') format('truetype');
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(250px * 7));
  }
}

.slider .slide-track {
  animation: scroll 70s linear infinite;
  display: flex;
  width: calc(250px * 14);
}

.slider .slide {
  display: flex;
  align-items: center;
}

.main-bg {
  background: url("public/images/beach_bg_mobile.jpg") transparent 50% / cover no-repeat;
  @media (min-width: 768px) {
    background: transparent;
  }
}

.loader {
  border: 16px solid #f3f3f3;
  border-top: 16px solid #3498db;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.\*\:mx-6 > * {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

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

.\*\:cursor-pointer > * {
  cursor: pointer;
}

.\*\:\!font-\[Arenatox\] > * {
  font-family: Arenatox !important;
}

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

.\*\:text-\[23px\] > * {
  font-size: 23px;
}

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

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

.\*\:text-\[40px\] > * {
  font-size: 40px;
}

.\*\:font-\[500\] > * {
  font-weight: 500;
}

.\*\:tracking-\[6\%\] > * {
  letter-spacing: 6%;
}

.\*\:text-brown > * {
  --tw-text-opacity: 1;
  color: rgb(178 93 54 / var(--tw-text-opacity));
}

.\*\:text-pink > * {
  --tw-text-opacity: 1;
  color: rgb(255 79 162 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .sm\:bg-cover {
    background-size: cover;
  }
}

@media (min-width: 768px) {
  .md\:block {
    display: block;
  }

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

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

  .md\:\*\:mx-2 > * {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}

@media (min-width: 1024px) {
  .lg\:bottom-32 {
    bottom: 8rem;
  }

  .lg\:bottom-\[512px\] {
    bottom: 512px;
  }

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

  .lg\:left-\[412px\] {
    left: 412px;
  }

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

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

  .lg\:w-1\/2 {
    width: 50%;
  }

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

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

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

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

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

  .lg\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

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

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

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

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

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

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

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

  .lg\:gap-y-32 {
    row-gap: 8rem;
  }

  .lg\:gap-y-\[24px\] {
    row-gap: 24px;
  }

  .lg\:bg-cover {
    background-size: cover;
  }

  .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

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

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

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

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

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

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

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

  .lg\:leading-\[4\.5rem\] {
    line-height: 4.5rem;
  }

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

  .lg\:\*\:text-\[64px\] > * {
    font-size: 64px;
  }
}

@media (min-width: 1280px) {
  .xl\:\*\:mx-11 > * {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }
}

@media (min-width: 1340px) {
  .xls\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .xls\:block {
    display: block;
  }

  .xls\:hidden {
    display: none;
  }

  .xls\:min-h-\[335px\] {
    min-height: 335px;
  }

  .xls\:w-1\/2 {
    width: 50%;
  }

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

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

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

@media (min-width: 1536px) {
  .\32xl\:h-\[1880px\] {
    height: 1880px;
  }

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

  .\32xl\:bg-cover {
    background-size: cover;
  }

  .\32xl\:\*\:mx-6 > * {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}

@media (min-width: 2560px) {
  .\33xl\:relative {
    position: relative;
  }

  .\33xl\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

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

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

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

  .\33xl\:\*\:mx-6 > * {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .\33xl\:\*\:text-\[88px\] > * {
    font-size: 88px;
  }
}

@media (min-width: 3000px) {
  .\33xls\:h-\[2640px\] {
    height: 2640px;
  }
}

@media (min-width: 3840px) {
  .\34xl\:h-\[3200px\] {
    height: 3200px;
  }
}