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

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

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

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

.pointer-events-none {
  pointer-events: none;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-\[2\.326vw\] {
  bottom: 2.326vw;
}

.bottom-\[2\.5\%\] {
  bottom: 2.5%;
}

.bottom-px {
  bottom: 1px;
}

.left-0 {
  left: 0px;
}

.left-\[38\%\] {
  left: 38%;
}

.right-0 {
  right: 0px;
}

.right-\[1vw\] {
  right: 1vw;
}

.right-\[2\.326vw\] {
  right: 2.326vw;
}

.right-\[3\%\] {
  right: 3%;
}

.right-\[38\%\] {
  right: 38%;
}

.right-px {
  right: 1px;
}

.top-0 {
  top: 0px;
}

.top-\[10\%\] {
  top: 10%;
}

.top-\[1vw\] {
  top: 1vw;
}

.top-full {
  top: 100%;
}

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

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

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

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

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

.col-span-3 {
  grid-column: span 3 / span 3;
}

.m-5 {
  margin: 1.25rem;
}

.m-\[1vw\] {
  margin: 1vw;
}

.m-auto {
  margin: auto;
}

.m-px {
  margin: 1px;
}

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

.mx-\[1\.163vw\] {
  margin-left: 1.163vw;
  margin-right: 1.163vw;
}

.mx-\[2\.326vw\] {
  margin-left: 2.326vw;
  margin-right: 2.326vw;
}

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

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-\[0\.208vw\] {
  margin-top: 0.208vw;
  margin-bottom: 0.208vw;
}

.my-\[0\.99vw\] {
  margin-top: 0.99vw;
  margin-bottom: 0.99vw;
}

.my-\[3\.488vw\] {
  margin-top: 3.488vw;
  margin-bottom: 3.488vw;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.-mb-\[0\.57vw\] {
  margin-bottom: -0.57vw;
}

.-mt-\[0\.57vw\] {
  margin-top: -0.57vw;
}

.-mt-\[25\%\] {
  margin-top: -25%;
}

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

.mb-0\.5 {
  margin-bottom: 0.125rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-\[0\.3vw\] {
  margin-bottom: 0.3vw;
}

.mb-\[0\.521vw\] {
  margin-bottom: 0.521vw;
}

.mb-\[1\.042vw\] {
  margin-bottom: 1.042vw;
}

.mb-\[1\.33vw\] {
  margin-bottom: 1.33vw;
}

.mb-\[1\.563vw\] {
  margin-bottom: 1.563vw;
}

.mb-\[2\.326vw\] {
  margin-bottom: 2.326vw;
}

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

.mb-\[3\.488vw\] {
  margin-bottom: 3.488vw;
}

.mb-auto {
  margin-bottom: auto;
}

.ml-auto {
  margin-left: auto;
}

.mr-\[0\.26vw\] {
  margin-right: 0.26vw;
}

.mr-\[1\.163vw\] {
  margin-right: 1.163vw;
}

.mr-\[1\.176vw\] {
  margin-right: 1.176vw;
}

.mr-\[4\.706vw\] {
  margin-right: 4.706vw;
}

.mr-auto {
  margin-right: auto;
}

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

.mt-\[0\.208vw\] {
  margin-top: 0.208vw;
}

.mt-\[0\.26vw\] {
  margin-top: 0.26vw;
}

.mt-\[0\.4vw\] {
  margin-top: 0.4vw;
}

.mt-\[0\.781vw\] {
  margin-top: 0.781vw;
}

.mt-\[0\.8vw\] {
  margin-top: 0.8vw;
}

.mt-\[1\.163vw\] {
  margin-top: 1.163vw;
}

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

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

.mt-\[12\.791vw\] {
  margin-top: 12.791vw;
}

.mt-\[16\.279vw\] {
  margin-top: 16.279vw;
}

.mt-\[1vw\] {
  margin-top: 1vw;
}

.mt-\[2\.326vw\] {
  margin-top: 2.326vw;
}

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

.mt-\[2vw\] {
  margin-top: 2vw;
}

.mt-\[3\.488vw\] {
  margin-top: 3.488vw;
}

.mt-\[4\.651vw\] {
  margin-top: 4.651vw;
}

.mt-\[5\.581vw\] {
  margin-top: 5.581vw;
}

.mt-\[9\.302vw\] {
  margin-top: 9.302vw;
}

.mt-auto {
  margin-top: auto;
}

.box-border {
  box-sizing: border-box;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.h-14 {
  height: 3.5rem;
}

.h-20 {
  height: 5rem;
}

.h-3\.5 {
  height: 0.875rem;
}

.h-\[0\.31vw\] {
  height: 0.31vw;
}

.h-\[0\.417vw\] {
  height: 0.417vw;
}

.h-\[0\.521vw\] {
  height: 0.521vw;
}

.h-\[0\.625vw\] {
  height: 0.625vw;
}

.h-\[0\.729vw\] {
  height: 0.729vw;
}

.h-\[0\.781vw\] {
  height: 0.781vw;
}

.h-\[0\.938vw\] {
  height: 0.938vw;
}

.h-\[1\.042vw\] {
  height: 1.042vw;
}

.h-\[1\.15vw\] {
  height: 1.15vw;
}

.h-\[1\.302vw\] {
  height: 1.302vw;
}

.h-\[1\.354vw\] {
  height: 1.354vw;
}

.h-\[1\.82vw\] {
  height: 1.82vw;
}

.h-\[11\.628vw\] {
  height: 11.628vw;
}

.h-\[13\.488vw\] {
  height: 13.488vw;
}

.h-\[13\.53vw\] {
  height: 13.53vw;
}

.h-\[15vw\] {
  height: 15vw;
}

.h-\[17\.907vw\] {
  height: 17.907vw;
}

.h-\[2\.396vw\] {
  height: 2.396vw;
}

.h-\[2\.448vw\] {
  height: 2.448vw;
}

.h-\[2\.791vw\] {
  height: 2.791vw;
}

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

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

.h-\[3\.13vw\] {
  height: 3.13vw;
}

.h-\[3\.256vw\] {
  height: 3.256vw;
}

.h-\[3\.488vw\] {
  height: 3.488vw;
}

.h-\[3\.721vw\] {
  height: 3.721vw;
}

.h-\[4\.419vw\] {
  height: 4.419vw;
}

.h-\[4\.651vw\] {
  height: 4.651vw;
}

.h-\[41\.86vw\] {
  height: 41.86vw;
}

.h-\[44\.5vw\] {
  height: 44.5vw;
}

.h-\[46\.512vw\] {
  height: 46.512vw;
}

.h-\[4vw\] {
  height: 4vw;
}

.h-\[5\.116vw\] {
  height: 5.116vw;
}

.h-\[5\.176vw\] {
  height: 5.176vw;
}

.h-\[5\.581vw\] {
  height: 5.581vw;
}

.h-\[5\.7vw\] {
  height: 5.7vw;
}

.h-\[5\.814vw\] {
  height: 5.814vw;
}

.h-\[51\.163vw\] {
  height: 51.163vw;
}

.h-\[58\.14vw\] {
  height: 58.14vw;
}

.h-\[6\.047vw\] {
  height: 6.047vw;
}

.h-\[6\.512vw\] {
  height: 6.512vw;
}

.h-\[80\.233vw\] {
  height: 80.233vw;
}

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

.h-\[9\.302vw\] {
  height: 9.302vw;
}

.h-auto {
  height: auto;
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.max-h-\[15\.625vw\] {
  max-height: 15.625vw;
}

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

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

.max-h-\[62\.791vw\] {
  max-height: 62.791vw;
}

.min-h-\[1\.41vw\] {
  min-height: 1.41vw;
}

.min-h-\[7\.209vw\] {
  min-height: 7.209vw;
}

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

.w-14 {
  width: 3.5rem;
}

.w-20 {
  width: 5rem;
}

.w-3\.5 {
  width: 0.875rem;
}

.w-\[0\.31vw\] {
  width: 0.31vw;
}

.w-\[0\.378vw\] {
  width: 0.378vw;
}

.w-\[0\.625vw\] {
  width: 0.625vw;
}

.w-\[0\.729vw\] {
  width: 0.729vw;
}

.w-\[0\.833vw\] {
  width: 0.833vw;
}

.w-\[0\.938vw\] {
  width: 0.938vw;
}

.w-\[1\.042vw\] {
  width: 1.042vw;
}

.w-\[1\.15vw\] {
  width: 1.15vw;
}

.w-\[1\.302vw\] {
  width: 1.302vw;
}

.w-\[1\.354vw\] {
  width: 1.354vw;
}

.w-\[1\.628vw\] {
  width: 1.628vw;
}

.w-\[1\.82vw\] {
  width: 1.82vw;
}

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

.w-\[11\.628vw\] {
  width: 11.628vw;
}

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

.w-\[13\.488vw\] {
  width: 13.488vw;
}

.w-\[15\.059vw\] {
  width: 15.059vw;
}

.w-\[16\.279vw\] {
  width: 16.279vw;
}

.w-\[17\.907vw\] {
  width: 17.907vw;
}

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

.w-\[2\.396vw\] {
  width: 2.396vw;
}

.w-\[2\.448vw\] {
  width: 2.448vw;
}

.w-\[2\.791vw\] {
  width: 2.791vw;
}

.w-\[2\.824vw\] {
  width: 2.824vw;
}

.w-\[21\.647vw\] {
  width: 21.647vw;
}

.w-\[24\.706vw\] {
  width: 24.706vw;
}

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

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

.w-\[3\.13vw\] {
  width: 3.13vw;
}

.w-\[3\.256vw\] {
  width: 3.256vw;
}

.w-\[3\.488vw\] {
  width: 3.488vw;
}

.w-\[3\.721vw\] {
  width: 3.721vw;
}

.w-\[3\.802vw\] {
  width: 3.802vw;
}

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

.w-\[30\.93vw\] {
  width: 30.93vw;
}

.w-\[4\.419vw\] {
  width: 4.419vw;
}

.w-\[4\.651vw\] {
  width: 4.651vw;
}

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

.w-\[5\.116vw\] {
  width: 5.116vw;
}

.w-\[5\.176vw\] {
  width: 5.176vw;
}

.w-\[5\.581vw\] {
  width: 5.581vw;
}

.w-\[5\.814vw\] {
  width: 5.814vw;
}

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

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

.w-\[59\.302vw\] {
  width: 59.302vw;
}

.w-\[6\.512vw\] {
  width: 6.512vw;
}

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

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

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

.w-\[9\.302vw\] {
  width: 9.302vw;
}

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

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

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

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

.w-full {
  width: 100%;
}

.min-w-\[1\.41vw\] {
  min-width: 1.41vw;
}

.min-w-\[10\.417vw\] {
  min-width: 10.417vw;
}

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

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

.min-w-\[7\.209vw\] {
  min-width: 7.209vw;
}

.max-w-\[85\%\] {
  max-width: 85%;
}

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

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

.border-spacing-6 {
  --tw-border-spacing-x: 1.5rem;
  --tw-border-spacing-y: 1.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-\[30deg\] {
  --tw-rotate: 30deg;
  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 spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: spin 1s linear infinite;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-progress {
  cursor: progress;
}

.resize {
  resize: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

.flex-wrap {
  flex-wrap: wrap;
}

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

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

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

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

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

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

.gap-0 {
  gap: 0px;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-20 {
  gap: 5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-\[0\.25vw\] {
  gap: 0.25vw;
}

.gap-\[0\.26vw\] {
  gap: 0.26vw;
}

.gap-\[0\.33vw\] {
  gap: 0.33vw;
}

.gap-\[0\.417vw\] {
  gap: 0.417vw;
}

.gap-\[0\.521vw\] {
  gap: 0.521vw;
}

.gap-\[0\.5vw\] {
  gap: 0.5vw;
}

.gap-\[0\.625vw\] {
  gap: 0.625vw;
}

.gap-\[0\.729vw\] {
  gap: 0.729vw;
}

.gap-\[0\.781vw\] {
  gap: 0.781vw;
}

.gap-\[1\.042vw\] {
  gap: 1.042vw;
}

.gap-\[1\.094vw\] {
  gap: 1.094vw;
}

.gap-\[1\.163vw\] {
  gap: 1.163vw;
}

.gap-\[1\.176vw\] {
  gap: 1.176vw;
}

.gap-\[1\.33vw\] {
  gap: 1.33vw;
}

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

.gap-\[16\.279vw\] {
  gap: 16.279vw;
}

.gap-\[1vw\] {
  gap: 1vw;
}

.gap-\[2\.326vw\] {
  gap: 2.326vw;
}

.gap-\[2\.344vw\] {
  gap: 2.344vw;
}

.gap-\[2\.353vw\] {
  gap: 2.353vw;
}

.gap-\[2\.558vw\] {
  gap: 2.558vw;
}

.gap-\[2\.604vw\] {
  gap: 2.604vw;
}

.gap-\[3\.488vw\] {
  gap: 3.488vw;
}

.gap-\[4\.651vw\] {
  gap: 4.651vw;
}

.gap-\[4\.706vw\] {
  gap: 4.706vw;
}

.gap-\[7\.059vw\] {
  gap: 7.059vw;
}

.gap-px {
  gap: 1px;
}

.gap-x-\[1\.094vw\] {
  -moz-column-gap: 1.094vw;
       column-gap: 1.094vw;
}

.gap-y-\[0\.521vw\] {
  row-gap: 0.521vw;
}

.gap-y-\[2\.326vw\] {
  row-gap: 2.326vw;
}

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.text-nowrap {
  text-wrap: nowrap;
}

.text-pretty {
  text-wrap: pretty;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-\[0\.104vw\] {
  border-radius: 0.104vw;
}

.rounded-\[0\.144vw\] {
  border-radius: 0.144vw;
}

.rounded-\[0\.26vw\] {
  border-radius: 0.26vw;
}

.rounded-\[0\.33vw\] {
  border-radius: 0.33vw;
}

.rounded-\[0\.465vw\] {
  border-radius: 0.465vw;
}

.rounded-\[0\.471vw\] {
  border-radius: 0.471vw;
}

.rounded-\[0\.521vw\] {
  border-radius: 0.521vw;
}

.rounded-\[0\.67vw\] {
  border-radius: 0.67vw;
}

.rounded-\[0\.781vw\] {
  border-radius: 0.781vw;
}

.rounded-\[0\.93vw\] {
  border-radius: 0.93vw;
}

.rounded-\[1\.042vw\] {
  border-radius: 1.042vw;
}

.rounded-\[1\.163vw\] {
  border-radius: 1.163vw;
}

.rounded-\[1\.176vw\] {
  border-radius: 1.176vw;
}

.rounded-\[1\.628vw\] {
  border-radius: 1.628vw;
}

.rounded-\[2\.326vw\] {
  border-radius: 2.326vw;
}

.rounded-\[2\.353vw\] {
  border-radius: 2.353vw;
}

.rounded-\[2\.604vw\] {
  border-radius: 2.604vw;
}

.rounded-\[23\.256vw\] {
  border-radius: 23.256vw;
}

.rounded-\[2vw\] {
  border-radius: 2vw;
}

.rounded-\[3\.488vw\] {
  border-radius: 3.488vw;
}

.rounded-\[4\.651vw\] {
  border-radius: 4.651vw;
}

.rounded-\[5\.208vw\] {
  border-radius: 5.208vw;
}

.rounded-\[50\%\] {
  border-radius: 50%;
}

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

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

.rounded-lg {
  border-radius: var(--radius);
}

.rounded-b {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-b-\[0\.521vw\] {
  border-bottom-right-radius: 0.521vw;
  border-bottom-left-radius: 0.521vw;
}

.rounded-b-\[4\.651vw\] {
  border-bottom-right-radius: 4.651vw;
  border-bottom-left-radius: 4.651vw;
}

.rounded-b-none {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.rounded-r-\[1\.33vw\] {
  border-top-right-radius: 1.33vw;
  border-bottom-right-radius: 1.33vw;
}

.rounded-t-\[1\.163vw\] {
  border-top-left-radius: 1.163vw;
  border-top-right-radius: 1.163vw;
}

.border {
  border-width: 1px;
}

.border-4 {
  border-width: 4px;
}

.border-\[0\.07vw\] {
  border-width: 0.07vw;
}

.border-\[0\.365vw\] {
  border-width: 0.365vw;
}

.border-\[3px\] {
  border-width: 3px;
}

.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

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

.border-b-2 {
  border-bottom-width: 2px;
}

.border-t {
  border-top-width: 1px;
}

.border-t-0 {
  border-top-width: 0px;
}

.border-t-2 {
  border-top-width: 2px;
}

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

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

.border-\[\#20d6d7\] {
  --tw-border-opacity: 1;
  border-color: rgb(32 214 215 / var(--tw-border-opacity));
}

.border-\[\#D2FF00\] {
  --tw-border-opacity: 1;
  border-color: rgb(210 255 0 / var(--tw-border-opacity));
}

.border-\[\#F9F8F4\] {
  --tw-border-opacity: 1;
  border-color: rgb(249 248 244 / var(--tw-border-opacity));
}

.border-bg-dark {
  --tw-border-opacity: 1;
  border-color: rgb(20 20 20 / var(--tw-border-opacity));
}

.border-foreground {
  --tw-border-opacity: 1;
  border-color: rgb(249 248 244 / var(--tw-border-opacity));
}

.border-foreground\/50 {
  border-color: rgb(249 248 244 / 0.5);
}

.border-left-accent {
  --tw-border-opacity: 1;
  border-color: rgb(210 255 0 / var(--tw-border-opacity));
}

.border-middle-accent {
  --tw-border-opacity: 1;
  border-color: rgb(255 91 35 / var(--tw-border-opacity));
}

.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.border-right-accent {
  --tw-border-opacity: 1;
  border-color: rgb(220 184 255 / var(--tw-border-opacity));
}

.border-t-foreground {
  --tw-border-opacity: 1;
  border-top-color: rgb(249 248 244 / var(--tw-border-opacity));
}

.border-t-left-accent {
  --tw-border-opacity: 1;
  border-top-color: rgb(210 255 0 / var(--tw-border-opacity));
}

.border-opacity-50 {
  --tw-border-opacity: 0.5;
}

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

.bg-\[\#0e6667\] {
  --tw-bg-opacity: 1;
  background-color: rgb(14 102 103 / var(--tw-bg-opacity));
}

.bg-\[\#252525\] {
  --tw-bg-opacity: 1;
  background-color: rgb(37 37 37 / var(--tw-bg-opacity));
}

.bg-\[\#323232\] {
  --tw-bg-opacity: 1;
  background-color: rgb(50 50 50 / var(--tw-bg-opacity));
}

.bg-\[\#F9F8F4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 248 244 / var(--tw-bg-opacity));
}

.bg-\[\#FF8961\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 137 97 / var(--tw-bg-opacity));
}

.bg-bg-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(20 20 20 / var(--tw-bg-opacity));
}

.bg-bg-dark\/50 {
  background-color: rgb(20 20 20 / 0.5);
}

.bg-bg-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(33 33 33 / var(--tw-bg-opacity));
}

.bg-bg-grey\/80 {
  background-color: rgb(33 33 33 / 0.8);
}

.bg-foreground {
  --tw-bg-opacity: 1;
  background-color: rgb(249 248 244 / var(--tw-bg-opacity));
}

.bg-foreground\/50 {
  background-color: rgb(249 248 244 / 0.5);
}

.bg-left-accent {
  --tw-bg-opacity: 1;
  background-color: rgb(210 255 0 / var(--tw-bg-opacity));
}

.bg-middle-accent {
  --tw-bg-opacity: 1;
  background-color: rgb(255 91 35 / var(--tw-bg-opacity));
}

.bg-middle-accent\/70 {
  background-color: rgb(255 91 35 / 0.7);
}

.bg-right-accent {
  --tw-bg-opacity: 1;
  background-color: rgb(220 184 255 / var(--tw-bg-opacity));
}

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

.bg-\[url\(\'\/image\/games\/lottery\/TopBanner-1-mobile\.svg\'\)\] {
  background-image: url('/image/games/lottery/TopBanner-1-mobile.svg');
}

.bg-\[url\(\'\/image\/games\/lottery\/TopBanner-2-mobile\.svg\'\)\] {
  background-image: url('/image/games/lottery/TopBanner-2-mobile.svg');
}

.bg-\[length\:15px_15px\] {
  background-size: 15px 15px;
}

.bg-\[length\:40px_40px\] {
  background-size: 40px 40px;
}

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

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.stroke-\[\#FF5B23\] {
  stroke: #FF5B23;
}

.stroke-foreground {
  stroke: #F9F8F4;
}

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

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

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

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-\[0\.233vw\] {
  padding: 0.233vw;
}

.p-\[0\.2vw\] {
  padding: 0.2vw;
}

.p-\[0\.33vw\] {
  padding: 0.33vw;
}

.p-\[0\.3vw\] {
  padding: 0.3vw;
}

.p-\[0\.521vw\] {
  padding: 0.521vw;
}

.p-\[0\.67vw\] {
  padding: 0.67vw;
}

.p-\[1\.042vw\] {
  padding: 1.042vw;
}

.p-\[1\.163vw\] {
  padding: 1.163vw;
}

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

.p-\[11\.765vw\] {
  padding: 11.765vw;
}

.p-\[2\.326vw\] {
  padding: 2.326vw;
}

.p-\[3\.488vw\] {
  padding: 3.488vw;
}

.p-\[4\.651vw\] {
  padding: 4.651vw;
}

.p-px {
  padding: 1px;
}

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

.px-\[0\.26vw\] {
  padding-left: 0.26vw;
  padding-right: 0.26vw;
}

.px-\[0\.3vw\] {
  padding-left: 0.3vw;
  padding-right: 0.3vw;
}

.px-\[0\.521vw\] {
  padding-left: 0.521vw;
  padding-right: 0.521vw;
}

.px-\[0\.74vw\] {
  padding-left: 0.74vw;
  padding-right: 0.74vw;
}

.px-\[0\.93vw\] {
  padding-left: 0.93vw;
  padding-right: 0.93vw;
}

.px-\[1\.51vw\] {
  padding-left: 1.51vw;
  padding-right: 1.51vw;
}

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

.px-\[2\.326vw\] {
  padding-left: 2.326vw;
  padding-right: 2.326vw;
}

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

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

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

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

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-\[0\.104vw\] {
  padding-top: 0.104vw;
  padding-bottom: 0.104vw;
}

.py-\[0\.25vw\] {
  padding-top: 0.25vw;
  padding-bottom: 0.25vw;
}

.py-\[0\.26vw\] {
  padding-top: 0.26vw;
  padding-bottom: 0.26vw;
}

.py-\[0\.365vw\] {
  padding-top: 0.365vw;
  padding-bottom: 0.365vw;
}

.py-\[0\.37vw\] {
  padding-top: 0.37vw;
  padding-bottom: 0.37vw;
}

.py-\[0\.521vw\] {
  padding-top: 0.521vw;
  padding-bottom: 0.521vw;
}

.py-\[0\.93vw\] {
  padding-top: 0.93vw;
  padding-bottom: 0.93vw;
}

.py-\[1\.047vw\] {
  padding-top: 1.047vw;
  padding-bottom: 1.047vw;
}

.py-\[1\.163vw\] {
  padding-top: 1.163vw;
  padding-bottom: 1.163vw;
}

.py-\[1\.176vw\] {
  padding-top: 1.176vw;
  padding-bottom: 1.176vw;
}

.py-\[1\.395vw\] {
  padding-top: 1.395vw;
  padding-bottom: 1.395vw;
}

.py-\[1\.42vw\] {
  padding-top: 1.42vw;
  padding-bottom: 1.42vw;
}

.py-\[1\.628vw\] {
  padding-top: 1.628vw;
  padding-bottom: 1.628vw;
}

.py-\[1\.86vw\] {
  padding-top: 1.86vw;
  padding-bottom: 1.86vw;
}

.py-\[2\.326vw\] {
  padding-top: 2.326vw;
  padding-bottom: 2.326vw;
}

.py-\[2\.67vw\] {
  padding-top: 2.67vw;
  padding-bottom: 2.67vw;
}

.py-\[2\.791vw\] {
  padding-top: 2.791vw;
  padding-bottom: 2.791vw;
}

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

.pb-\[0\.3vw\] {
  padding-bottom: 0.3vw;
}

.pb-\[0\.521vw\] {
  padding-bottom: 0.521vw;
}

.pb-\[0\.781vw\] {
  padding-bottom: 0.781vw;
}

.pb-\[2\.326vw\] {
  padding-bottom: 2.326vw;
}

.pb-\[3\.488vw\] {
  padding-bottom: 3.488vw;
}

.pl-\[5\%\] {
  padding-left: 5%;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pr-\[0\.5vw\] {
  padding-right: 0.5vw;
}

.pr-\[1\.875vw\] {
  padding-right: 1.875vw;
}

.pr-\[3\.488vw\] {
  padding-right: 3.488vw;
}

.pr-\[50\%\] {
  padding-right: 50%;
}

.pt-10 {
  padding-top: 2.5rem;
}

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

.pt-4 {
  padding-top: 1rem;
}

.pt-\[0\.15vw\] {
  padding-top: 0.15vw;
}

.pt-\[2\.326vw\] {
  padding-top: 2.326vw;
}

.pt-\[4\.651vw\] {
  padding-top: 4.651vw;
}

.pt-px {
  padding-top: 1px;
}

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

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

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

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

.font-museo {
  font-family: var(--museo-slab);
}

.font-plexsans {
  font-family: var(--plex-sans);
}

.text-\[0\.625vw\] {
  font-size: 0.625vw;
}

.text-\[0\.729vw\] {
  font-size: 0.729vw;
}

.text-\[0\.7vw\] {
  font-size: 0.7vw;
}

.text-\[0\.833vw\] {
  font-size: 0.833vw;
}

.text-\[0\.8vw\] {
  font-size: 0.8vw;
}

.text-\[0\.938vw\] {
  font-size: 0.938vw;
}

.text-\[1\.07vw\] {
  font-size: 1.07vw;
}

.text-\[1\.25vw\] {
  font-size: 1.25vw;
}

.text-\[1\.667vw\] {
  font-size: 1.667vw;
}

.text-\[12px\]\/\[12px\] {
  font-size: 12px;
  line-height: 12px;
}

.text-\[13\.953vw\] {
  font-size: 13.953vw;
}

.text-\[14px\]\/\[14px\] {
  font-size: 14px;
  line-height: 14px;
}

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

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

.text-\[1vw\] {
  font-size: 1vw;
}

.text-\[2\.791vw\] {
  font-size: 2.791vw;
}

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

.text-\[20px\]\/\[20px\] {
  font-size: 20px;
  line-height: 20px;
}

.text-\[3\.256vw\] {
  font-size: 3.256vw;
}

.text-\[3\.294vw\] {
  font-size: 3.294vw;
}

.text-\[3\.488vw\] {
  font-size: 3.488vw;
}

.text-\[3\.721vw\] {
  font-size: 3.721vw;
}

.text-\[3\.765vw\] {
  font-size: 3.765vw;
}

.text-\[3vw\] {
  font-size: 3vw;
}

.text-\[4\.651vw\] {
  font-size: 4.651vw;
}

.text-\[5\.581vw\] {
  font-size: 5.581vw;
}

.text-\[5vw\] {
  font-size: 5vw;
}

.text-\[7\.442vw\] {
  font-size: 7.442vw;
}

.text-\[8\.14vw\] {
  font-size: 8.14vw;
}

.text-\[8\.235vw\] {
  font-size: 8.235vw;
}

.text-\[9\.302vw\] {
  font-size: 9.302vw;
}

.text-headline-1 {
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
}

.text-headline-2 {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
}

.text-main {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
}

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

.font-extrabold {
  font-weight: 800;
}

.font-light {
  font-weight: 300;
}

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

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

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

.uppercase {
  text-transform: uppercase;
}

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

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

.text-\[\#22c55e\] {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}

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

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

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

.text-bg-dark {
  --tw-text-opacity: 1;
  color: rgb(20 20 20 / var(--tw-text-opacity));
}

.text-bg-grey {
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
}

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

.text-dark-buttons-text {
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
}

.text-foreground {
  --tw-text-opacity: 1;
  color: rgb(249 248 244 / var(--tw-text-opacity));
}

.text-left-accent {
  --tw-text-opacity: 1;
  color: rgb(210 255 0 / var(--tw-text-opacity));
}

.text-middle-accent {
  --tw-text-opacity: 1;
  color: rgb(255 91 35 / var(--tw-text-opacity));
}

.text-right-accent {
  --tw-text-opacity: 1;
  color: rgb(220 184 255 / var(--tw-text-opacity));
}

.underline {
  text-decoration-line: underline;
}

.decoration-\[\#FF0000\] {
  text-decoration-color: #FF0000;
}

.underline-offset-4 {
  text-underline-offset: 4px;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-80 {
  opacity: 0.8;
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[inset_5px_5px_5px_\#C89EF1\2c inset_-5px_-5px_5px_rgba\(200\2c 158\2c 241\2c 0\.5\)\] {
  --tw-shadow: inset 5px 5px 5px #C89EF1,inset -5px -5px 5px rgba(200,158,241,0.5);
  --tw-shadow-colored: inset 5px 5px 5px var(--tw-shadow-color), inset -5px -5px 5px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[inset_5px_5px_5px_\#CF3500\2c inset_-5px_-5px_5px_rgba\(255\2c 91\2c 35\2c 0\.5\)\] {
  --tw-shadow: inset 5px 5px 5px #CF3500,inset -5px -5px 5px rgba(255,91,35,0.5);
  --tw-shadow-colored: inset 5px 5px 5px var(--tw-shadow-color), inset -5px -5px 5px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
  -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;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

@keyframes enter {
  from {
    opacity: var(--tw-enter-opacity, 1);
    transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
  }
}

@keyframes exit {
  to {
    opacity: var(--tw-exit-opacity, 1);
    transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
  }
}

.\!paused {
  animation-play-state: paused !important;
}

.paused {
  animation-play-state: paused;
}

.\[writing-mode\:vertical-rl\] {
  writing-mode: vertical-rl;
}

.placeholder\:opacity-60::-moz-placeholder {
  opacity: 0.6;
}

.placeholder\:opacity-60::placeholder {
  opacity: 0.6;
}

.first\:mt-0:first-child {
  margin-top: 0px;
}

.first\:border-t:first-child {
  border-top-width: 1px;
}

.first\:border-t-0:first-child {
  border-top-width: 0px;
}

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

.last\:border-b-left-accent:last-child {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(210 255 0 / var(--tw-border-opacity));
}

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

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

.hover\:border-bg-dark\/50:hover {
  border-color: rgb(20 20 20 / 0.5);
}

.hover\:border-left-accent:hover {
  --tw-border-opacity: 1;
  border-color: rgb(210 255 0 / var(--tw-border-opacity));
}

.hover\:border-middle-accent:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 91 35 / var(--tw-border-opacity));
}

.hover\:bg-\[\#3f3f3f\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 63 / var(--tw-bg-opacity));
}

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

.hover\:bg-\[\#FF6B38\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 107 56 / var(--tw-bg-opacity));
}

.hover\:bg-bg-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(20 20 20 / var(--tw-bg-opacity));
}

.hover\:bg-bg-dark\/50:hover {
  background-color: rgb(20 20 20 / 0.5);
}

.hover\:text-left-accent:hover {
  --tw-text-opacity: 1;
  color: rgb(210 255 0 / var(--tw-text-opacity));
}

.hover\:text-middle-accent:hover {
  --tw-text-opacity: 1;
  color: rgb(255 91 35 / var(--tw-text-opacity));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:opacity-60:hover {
  opacity: 0.6;
}

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

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.disabled\:cursor-default:disabled {
  cursor: default;
}

.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}

.disabled\:opacity-30:disabled {
  opacity: 0.3;
}

.disabled\:opacity-60:disabled {
  opacity: 0.6;
}

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

.disabled\:hover\:opacity-60:hover:disabled {
  opacity: 0.6;
}

.group:hover .group-hover\:\!inline-block {
  display: inline-block !important;
}

.group:hover .group-hover\:fill-\[\#D2FF00\] {
  fill: #D2FF00;
}

.group:hover .group-hover\:stroke-left-accent {
  stroke: #D2FF00;
}

.group:hover .group-hover\:text-left-accent {
  --tw-text-opacity: 1;
  color: rgb(210 255 0 / var(--tw-text-opacity));
}

.group[data-error="true"] .group-data-\[error\=true\]\:fill-\[\#FF0000\] {
  fill: #FF0000;
}

.group[data-error="true"]:hover .group-data-\[error\=true\]\:group-hover\:fill-\[\#FF00009C\] {
  fill: #FF00009C;
}

@media (min-width: 1024px) {
  .lg\:\!absolute {
    position: absolute !important;
  }

  .lg\:\!bottom-0 {
    bottom: 0px !important;
  }

  .lg\:\!bottom-\[1\.042vw\] {
    bottom: 1.042vw !important;
  }

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

  .lg\:\!right-\[1\.042vw\] {
    right: 1.042vw !important;
  }

  .lg\:\!col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .lg\:\!mx-\[0\.4vw\] {
    margin-left: 0.4vw !important;
    margin-right: 0.4vw !important;
  }

  .lg\:\!my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .lg\:\!mb-0 {
    margin-bottom: 0px !important;
  }

  .lg\:\!mb-\[0\.521vw\] {
    margin-bottom: 0.521vw !important;
  }

  .lg\:\!mb-\[0\.781vw\] {
    margin-bottom: 0.781vw !important;
  }

  .lg\:\!mb-\[1\.094vw\] {
    margin-bottom: 1.094vw !important;
  }

  .lg\:\!mb-\[2\.083vw\] {
    margin-bottom: 2.083vw !important;
  }

  .lg\:\!ml-0 {
    margin-left: 0px !important;
  }

  .lg\:\!ml-\[9\.5vw\] {
    margin-left: 9.5vw !important;
  }

  .lg\:\!mr-\[0\.26vw\] {
    margin-right: 0.26vw !important;
  }

  .lg\:\!mr-\[18vw\] {
    margin-right: 18vw !important;
  }

  .lg\:\!mt-0 {
    margin-top: 0px !important;
  }

  .lg\:\!mt-\[0\.25vw\] {
    margin-top: 0.25vw !important;
  }

  .lg\:\!mt-\[0\.26vw\] {
    margin-top: 0.26vw !important;
  }

  .lg\:\!mt-\[0\.938vw\] {
    margin-top: 0.938vw !important;
  }

  .lg\:\!mt-\[1\.6vw\] {
    margin-top: 1.6vw !important;
  }

  .lg\:\!mt-\[1vw\] {
    margin-top: 1vw !important;
  }

  .lg\:\!mt-\[4\.688vw\] {
    margin-top: 4.688vw !important;
  }

  .lg\:\!mt-auto {
    margin-top: auto !important;
  }

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

  .lg\:\!inline-block {
    display: inline-block !important;
  }

  .lg\:\!flex {
    display: flex !important;
  }

  .lg\:\!grid {
    display: grid !important;
  }

  .lg\:grid {
    display: grid;
  }

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

  .lg\:\!h-\[0\.781vw\] {
    height: 0.781vw !important;
  }

  .lg\:\!h-\[0\.833vw\] {
    height: 0.833vw !important;
  }

  .lg\:\!h-\[0\.885vw\] {
    height: 0.885vw !important;
  }

  .lg\:\!h-\[1\.042vw\] {
    height: 1.042vw !important;
  }

  .lg\:\!h-\[1\.146vw\] {
    height: 1.146vw !important;
  }

  .lg\:\!h-\[1\.25vw\] {
    height: 1.25vw !important;
  }

  .lg\:\!h-\[1\.302vw\] {
    height: 1.302vw !important;
  }

  .lg\:\!h-\[1\.33vw\] {
    height: 1.33vw !important;
  }

  .lg\:\!h-\[1\.354vw\] {
    height: 1.354vw !important;
  }

  .lg\:\!h-\[1\.6vw\] {
    height: 1.6vw !important;
  }

  .lg\:\!h-\[12\.87vw\] {
    height: 12.87vw !important;
  }

  .lg\:\!h-\[13\.53vw\] {
    height: 13.53vw !important;
  }

  .lg\:\!h-\[13vw\] {
    height: 13vw !important;
  }

  .lg\:\!h-\[15vw\] {
    height: 15vw !important;
  }

  .lg\:\!h-\[17\.969vw\] {
    height: 17.969vw !important;
  }

  .lg\:\!h-\[2\.083vw\] {
    height: 2.083vw !important;
  }

  .lg\:\!h-\[2\.13vw\] {
    height: 2.13vw !important;
  }

  .lg\:\!h-\[2\.67vw\] {
    height: 2.67vw !important;
  }

  .lg\:\!h-\[3\.125vw\] {
    height: 3.125vw !important;
  }

  .lg\:\!h-\[5\.469vw\] {
    height: 5.469vw !important;
  }

  .lg\:\!h-\[5\.5vw\] {
    height: 5.5vw !important;
  }

  .lg\:\!h-\[8vw\] {
    height: 8vw !important;
  }

  .lg\:\!h-auto {
    height: auto !important;
  }

  .lg\:\!max-h-\[6\.771vw\] {
    max-height: 6.771vw !important;
  }

  .lg\:\!min-h-\[1\.41vw\] {
    min-height: 1.41vw !important;
  }

  .lg\:\!w-\[0\.378vw\] {
    width: 0.378vw !important;
  }

  .lg\:\!w-\[0\.625vw\] {
    width: 0.625vw !important;
  }

  .lg\:\!w-\[0\.781vw\] {
    width: 0.781vw !important;
  }

  .lg\:\!w-\[0\.885vw\] {
    width: 0.885vw !important;
  }

  .lg\:\!w-\[1\.042vw\] {
    width: 1.042vw !important;
  }

  .lg\:\!w-\[1\.07vw\] {
    width: 1.07vw !important;
  }

  .lg\:\!w-\[1\.146vw\] {
    width: 1.146vw !important;
  }

  .lg\:\!w-\[1\.25vw\] {
    width: 1.25vw !important;
  }

  .lg\:\!w-\[1\.302vw\] {
    width: 1.302vw !important;
  }

  .lg\:\!w-\[1\.33vw\] {
    width: 1.33vw !important;
  }

  .lg\:\!w-\[1\.6vw\] {
    width: 1.6vw !important;
  }

  .lg\:\!w-\[15vw\] {
    width: 15vw !important;
  }

  .lg\:\!w-\[17\.969vw\] {
    width: 17.969vw !important;
  }

  .lg\:\!w-\[18\.52vw\] {
    width: 18.52vw !important;
  }

  .lg\:\!w-\[19\.4vw\] {
    width: 19.4vw !important;
  }

  .lg\:\!w-\[2\.083vw\] {
    width: 2.083vw !important;
  }

  .lg\:\!w-\[2\.67vw\] {
    width: 2.67vw !important;
  }

  .lg\:\!w-\[20vw\] {
    width: 20vw !important;
  }

  .lg\:\!w-\[22\.5vw\] {
    width: 22.5vw !important;
  }

  .lg\:\!w-\[23\.33vw\] {
    width: 23.33vw !important;
  }

  .lg\:\!w-\[24vw\] {
    width: 24vw !important;
  }

  .lg\:\!w-\[3\.125vw\] {
    width: 3.125vw !important;
  }

  .lg\:\!w-\[3\.646vw\] {
    width: 3.646vw !important;
  }

  .lg\:\!w-\[3\.802vw\] {
    width: 3.802vw !important;
  }

  .lg\:\!w-\[35vw\] {
    width: 35vw !important;
  }

  .lg\:\!w-\[4\.792vw\] {
    width: 4.792vw !important;
  }

  .lg\:\!w-\[5\.469vw\] {
    width: 5.469vw !important;
  }

  .lg\:\!w-\[6\.25vw\] {
    width: 6.25vw !important;
  }

  .lg\:\!w-\[65\%\] {
    width: 65% !important;
  }

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

  .lg\:\!w-\[90\%\] {
    width: 90% !important;
  }

  .lg\:\!w-auto {
    width: auto !important;
  }

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

  .lg\:\!min-w-\[1\.41vw\] {
    min-width: 1.41vw !important;
  }

  .lg\:\!max-w-\[30vw\] {
    max-width: 30vw !important;
  }

  .lg\:\!rotate-180 {
    --tw-rotate: 180deg !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;
  }

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

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

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

  .lg\:\!flex-col {
    flex-direction: column !important;
  }

  .lg\:\!flex-col-reverse {
    flex-direction: column-reverse !important;
  }

  .lg\:\!justify-center {
    justify-content: center !important;
  }

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

  .lg\:\!gap-1 {
    gap: 0.25rem !important;
  }

  .lg\:\!gap-\[0\.25vw\] {
    gap: 0.25vw !important;
  }

  .lg\:\!gap-\[0\.26vw\] {
    gap: 0.26vw !important;
  }

  .lg\:\!gap-\[0\.33vw\] {
    gap: 0.33vw !important;
  }

  .lg\:\!gap-\[0\.3vw\] {
    gap: 0.3vw !important;
  }

  .lg\:\!gap-\[0\.521vw\] {
    gap: 0.521vw !important;
  }

  .lg\:\!gap-\[0\.5vw\] {
    gap: 0.5vw !important;
  }

  .lg\:\!gap-\[0\.625vw\] {
    gap: 0.625vw !important;
  }

  .lg\:\!gap-\[0\.677vw\] {
    gap: 0.677vw !important;
  }

  .lg\:\!gap-\[0\.781vw\] {
    gap: 0.781vw !important;
  }

  .lg\:\!gap-\[0\.885vw\] {
    gap: 0.885vw !important;
  }

  .lg\:\!gap-\[1\.042vw\] {
    gap: 1.042vw !important;
  }

  .lg\:\!gap-\[1\.563vw\] {
    gap: 1.563vw !important;
  }

  .lg\:\!gap-\[2vw\] {
    gap: 2vw !important;
  }

  .lg\:\!gap-y-0 {
    row-gap: 0px !important;
  }

  .lg\:\!rounded-\[0\.104vw\] {
    border-radius: 0.104vw !important;
  }

  .lg\:\!rounded-\[0\.144vw\] {
    border-radius: 0.144vw !important;
  }

  .lg\:\!rounded-\[0\.15vw\] {
    border-radius: 0.15vw !important;
  }

  .lg\:\!rounded-\[0\.26vw\] {
    border-radius: 0.26vw !important;
  }

  .lg\:\!rounded-\[0\.33vw\] {
    border-radius: 0.33vw !important;
  }

  .lg\:\!rounded-\[0\.521vw\] {
    border-radius: 0.521vw !important;
  }

  .lg\:\!rounded-\[0\.67vw\] {
    border-radius: 0.67vw !important;
  }

  .lg\:\!rounded-\[1\.042vw\] {
    border-radius: 1.042vw !important;
  }

  .lg\:\!rounded-\[1\.33vw\] {
    border-radius: 1.33vw !important;
  }

  .lg\:\!rounded-\[1vw\] {
    border-radius: 1vw !important;
  }

  .lg\:\!rounded-\[2\.604vw\] {
    border-radius: 2.604vw !important;
  }

  .lg\:rounded-none {
    border-radius: 0px;
  }

  .lg\:\!rounded-b-\[0\.521vw\] {
    border-bottom-right-radius: 0.521vw !important;
    border-bottom-left-radius: 0.521vw !important;
  }

  .lg\:\!rounded-l-\[1\.042vw\] {
    border-top-left-radius: 1.042vw !important;
    border-bottom-left-radius: 1.042vw !important;
  }

  .lg\:\!rounded-r-\[0\.521vw\] {
    border-top-right-radius: 0.521vw !important;
    border-bottom-right-radius: 0.521vw !important;
  }

  .lg\:\!rounded-r-none {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }

  .lg\:\!rounded-t-\[0\.26vw\] {
    border-top-left-radius: 0.26vw !important;
    border-top-right-radius: 0.26vw !important;
  }

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

  .lg\:border-4 {
    border-width: 4px;
  }

  .lg\:\!bg-bg-grey {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(33 33 33 / var(--tw-bg-opacity)) !important;
  }

  .lg\:\!bg-\[url\(\'\/image\/games\/lottery\/TopBanner-1\.svg\'\)\] {
    background-image: url('/image/games/lottery/TopBanner-1.svg') !important;
  }

  .lg\:\!bg-\[url\(\'\/image\/games\/lottery\/TopBanner-2\.svg\'\)\] {
    background-image: url('/image/games/lottery/TopBanner-2.svg') !important;
  }

  .lg\:\!bg-\[length\:auto_auto\] {
    background-size: auto auto !important;
  }

  .lg\:\!bg-contain {
    background-size: contain !important;
  }

  .lg\:\!p-0 {
    padding: 0px !important;
  }

  .lg\:\!p-1 {
    padding: 0.25rem !important;
  }

  .lg\:\!p-4 {
    padding: 1rem !important;
  }

  .lg\:\!p-\[0\.208vw\] {
    padding: 0.208vw !important;
  }

  .lg\:\!p-\[0\.26vw\] {
    padding: 0.26vw !important;
  }

  .lg\:\!p-\[0\.313vw\] {
    padding: 0.313vw !important;
  }

  .lg\:\!p-\[0\.33vw\] {
    padding: 0.33vw !important;
  }

  .lg\:\!p-\[0\.469vw\] {
    padding: 0.469vw !important;
  }

  .lg\:\!p-\[0\.521vw\] {
    padding: 0.521vw !important;
  }

  .lg\:\!p-\[0\.5vw\] {
    padding: 0.5vw !important;
  }

  .lg\:\!p-\[0\.781vw\] {
    padding: 0.781vw !important;
  }

  .lg\:\!p-\[1\.33vw\] {
    padding: 1.33vw !important;
  }

  .lg\:\!p-\[2\.604vw\] {
    padding: 2.604vw !important;
  }

  .lg\:\!p-px {
    padding: 1px !important;
  }

  .lg\:p-1 {
    padding: 0.25rem;
  }

  .lg\:p-12 {
    padding: 3rem;
  }

  .lg\:\!px-\[0\.3vw\] {
    padding-left: 0.3vw !important;
    padding-right: 0.3vw !important;
  }

  .lg\:\!px-\[0\.521vw\] {
    padding-left: 0.521vw !important;
    padding-right: 0.521vw !important;
  }

  .lg\:\!px-\[1\.042vw\] {
    padding-left: 1.042vw !important;
    padding-right: 1.042vw !important;
  }

  .lg\:\!px-\[1vw\] {
    padding-left: 1vw !important;
    padding-right: 1vw !important;
  }

  .lg\:\!px-\[2vw\] {
    padding-left: 2vw !important;
    padding-right: 2vw !important;
  }

  .lg\:\!py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .lg\:\!py-\[0\.15vw\] {
    padding-top: 0.15vw !important;
    padding-bottom: 0.15vw !important;
  }

  .lg\:\!py-\[0\.25vw\] {
    padding-top: 0.25vw !important;
    padding-bottom: 0.25vw !important;
  }

  .lg\:\!py-\[0\.26vw\] {
    padding-top: 0.26vw !important;
    padding-bottom: 0.26vw !important;
  }

  .lg\:\!py-\[0\.365vw\] {
    padding-top: 0.365vw !important;
    padding-bottom: 0.365vw !important;
  }

  .lg\:\!py-\[0\.37vw\] {
    padding-top: 0.37vw !important;
    padding-bottom: 0.37vw !important;
  }

  .lg\:\!py-\[0\.417vw\] {
    padding-top: 0.417vw !important;
    padding-bottom: 0.417vw !important;
  }

  .lg\:\!py-\[0\.521vw\] {
    padding-top: 0.521vw !important;
    padding-bottom: 0.521vw !important;
  }

  .lg\:\!py-\[2\.67vw\] {
    padding-top: 2.67vw !important;
    padding-bottom: 2.67vw !important;
  }

  .lg\:\!pb-0 {
    padding-bottom: 0px !important;
  }

  .lg\:\!pb-\[0\.729vw\] {
    padding-bottom: 0.729vw !important;
  }

  .lg\:\!pr-0 {
    padding-right: 0px !important;
  }

  .lg\:\!pr-\[10\%\] {
    padding-right: 10% !important;
  }

  .lg\:\!pr-\[4vw\] {
    padding-right: 4vw !important;
  }

  .lg\:\!pt-\[0\.521vw\] {
    padding-top: 0.521vw !important;
  }

  .lg\:\!pt-\[1\.25vw\] {
    padding-top: 1.25vw !important;
  }

  .lg\:\!pt-\[1vw\] {
    padding-top: 1vw !important;
  }

  .lg\:pr-1 {
    padding-right: 0.25rem;
  }

  .lg\:pt-0 {
    padding-top: 0px;
  }

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

  .lg\:\!text-\[0\.625vw\] {
    font-size: 0.625vw !important;
  }

  .lg\:\!text-\[0\.729vw\] {
    font-size: 0.729vw !important;
  }

  .lg\:\!text-\[0\.833vw\] {
    font-size: 0.833vw !important;
  }

  .lg\:\!text-\[0\.8vw\] {
    font-size: 0.8vw !important;
  }

  .lg\:\!text-\[0\.938vw\] {
    font-size: 0.938vw !important;
  }

  .lg\:\!text-\[0\.9vw\] {
    font-size: 0.9vw !important;
  }

  .lg\:\!text-\[1\.042vw\] {
    font-size: 1.042vw !important;
  }

  .lg\:\!text-\[1\.07vw\] {
    font-size: 1.07vw !important;
  }

  .lg\:\!text-\[1\.25vw\] {
    font-size: 1.25vw !important;
  }

  .lg\:\!text-\[1\.45vw\] {
    font-size: 1.45vw !important;
  }

  .lg\:\!text-\[1\.5vw\] {
    font-size: 1.5vw !important;
  }

  .lg\:\!text-\[1\.667vw\] {
    font-size: 1.667vw !important;
  }

  .lg\:\!text-\[1\.6vw\] {
    font-size: 1.6vw !important;
  }

  .lg\:\!text-\[1\.823vw\] {
    font-size: 1.823vw !important;
  }

  .lg\:\!text-\[1vw\] {
    font-size: 1vw !important;
  }

  .lg\:\!text-\[2\.13vw\] {
    font-size: 2.13vw !important;
  }

  .lg\:\!text-\[4\.219vw\] {
    font-size: 4.219vw !important;
  }

  .lg\:text-buttons-menu {
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
  }

  .lg\:\!\[writing-mode\:vertical-rl\] {
    writing-mode: vertical-rl !important;
  }
}

.\[\&\:\:-webkit-scrollbar-thumb\]\:rounded-\[0\.26vw\]::-webkit-scrollbar-thumb {
  border-radius: 0.26vw;
}

.\[\&\:\:-webkit-scrollbar-thumb\]\:bg-left-accent::-webkit-scrollbar-thumb {
  --tw-bg-opacity: 1;
  background-color: rgb(210 255 0 / var(--tw-bg-opacity));
}

.\[\&\:\:-webkit-scrollbar-track\]\:rounded-\[0\.26vw\]::-webkit-scrollbar-track {
  border-radius: 0.26vw;
}

.\[\&\:\:-webkit-scrollbar-track\]\:bg-\[\#252525\]::-webkit-scrollbar-track {
  --tw-bg-opacity: 1;
  background-color: rgb(37 37 37 / var(--tw-bg-opacity));
}

.\[\&\:\:-webkit-scrollbar-track\]\:outline::-webkit-scrollbar-track {
  outline-style: solid;
}

.\[\&\:\:-webkit-scrollbar-track\]\:outline-left-accent::-webkit-scrollbar-track {
  outline-color: #D2FF00;
}

.\[\&\:\:-webkit-scrollbar\]\:w-4::-webkit-scrollbar {
  width: 1rem;
}
