/*
! 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;
}
    @font-face {
        font-family: 'Berlin Sans FB';
        src: url('/assets/BerlinSansFB-CkuEe7zr.ttf') format('truetype');
    }

    @font-face {
        font-family: 'Berlin Sans FB Demi';
        src: url('/assets/BerlinSansFBDemi-F2dINkVp.ttf') format('truetype');
    }

    #root {
        width: 100dvw;
        height: 100dvh;
    }

    * {
        touch-action: pan-y;
    }

    div canvas {
        touch-action: pan-x pan-y;
    }

*, ::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:  ;
}
@keyframes fadeIn {
        0% {
            opacity: var(--initial-opacity);
        }
        100% {
            opacity: 1;
        }
    }
@keyframes fadeOut {
        0% {
            opacity: var(--initial-opacity);
        }
        100% {
            opacity: 0;
        }
    }
.thick-font {
        font-family: 'Berlin Sans FB Demi', sans-serif;
        font-size: 1rem;
        line-height: 1.5rem}
@media (min-width: 768px) {

  .thick-font {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
#chat-system-portrait {
        z-index: 50;
    }
#chat-system-landscape {
        z-index: 50;
    }
#chat-system-dismiss-background {
        z-index: 50;
    }
#chat-system-parent {
        z-index: 51;
    }
#preview-chat-container {
        z-index: 49;
        opacity: 0;
    }
#chat-system-landscape > #chat-system-parent,
    #chat-system-landscape > #support-chat-system-parent {
  pointer-events: auto;
  position: absolute;
  top: 12%;
  right: 16%;
  height: 40%;
  width: 23%;
}
@media (max-width: 1848px) {
        #chat-system-landscape > #chat-system-parent,
        #chat-system-landscape > #support-chat-system-parent {
    top: 16%;
    right: 12%;
    height: 50%;
    width: 30%;
  }
    }
#support-chat-system-parent {
        z-index: 52;
    }
#footer-parent > #footer-game-info * {
        -moz-user-select: none;
             user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
    }
#mini-chat-system-parent {
        z-index: 53;
    }
#error-dialog-view {
        width: 100dvw;
        height: 100dvh;
        background: rgba(11, 77, 124, 0.80);
        -webkit-backdrop-filter: blur(9.25px);
                backdrop-filter: blur(9.25px);
        z-index: 53;
        touch-action: none;
        -webkit-text-size-adjust:none;
        -moz-text-size-adjust:none;
        text-size-adjust:none;
        resize: none;
    }
main>div {
        width: 100vw;
        height: 100vh;
        position: absolute;
        touch-action: none;
        resize: none;
    }
#preloader-background {
        width: 100vw;
        height: 100vh;
        background: rgb(0, 0, 0);
    }
.dialog-box {
        border-radius: 5%;
        border: solid var(--Game-Panel-Gold-Stroke, #DEA26B);
        background: var(--ez_beige-text, #FDF0E6);
        box-shadow: 0px 7px 5.3px 1px rgba(0, 0, 0, 0.27);
        top: 50%;
        left: 50%;
        display: flex;
        --tw-translate-x: -50%;
        --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));
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        touch-action: none;
        -webkit-text-size-adjust:none;
        -ms-text-size-adjust:none;
        -moz-text-size-adjust:none;
        resize: none;
    }
.dialog-box p {
        /* text-align: center; */
        /* margin-left: auto;
        margin-right: auto; */
        -webkit-text-size-adjust:none;
        -moz-text-size-adjust:none;
        text-size-adjust:none;
    }
.dialog-box>.header {
        border-radius: 5%;
        border: solid #FFF;
        background: linear-gradient(86deg, #F66822 8.6%, #FFDA5D 77.29%, #FFE694 100.33%);
        box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.25) inset;
    }
.dialog-button {
        border-radius: 5px;
        border: 1px solid #FFCE51;
        background: linear-gradient(0deg, #F66822 41.52%, #FFDA5D 97.86%, #FFE694 116.77%);
        box-shadow: 0px -4px 5px 0px rgba(47, 24, 3, 0.25) inset, 0px 4px 5px 0px #FEC inset, 0px 2px 4px 0px rgba(0, 0, 0, 0.30);
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
.dialog-button>div {
        border-radius: 3px;
        border: 0.5px solid #FFB800;
        box-shadow: 0px -0.3px 0.5px 0px #DE5D00 inset;
        display: flex;
        flex-direction: column;
        justify-content: stretch;
        align-items: stretch;
    }
.text-shadow {
        text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.50), 0px 1px 0px rgba(0, 0, 0, 0.25);
    }
.golden-circular-button {
  aspect-ratio: 1 / 1;
  width: auto;
  background-image: url('data:image/png;base64,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');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 2px;
}
.golden-circular-button>div {
        border-radius: 50%;
        background: var(--button, rgba(0, 20, 23, 0.50));
    }
.golden-circular-button label {
        font-family: 'Berlin Sans FB Demi', sans-serif;
        text-transform: uppercase;
    }
.golden-circular-button:hover {
        filter: drop-shadow(0px 4px 12px rgba(101, 39, 30, 0.50)) drop-shadow(0px 0px 6.3px #FAFF00);
    }
.golden-circular-button>div:hover {
        border-color: #FFF; 
        background: var(--button, rgba(0, 20, 23, 0.50));
        -webkit-backdrop-filter: blur(6px);
                backdrop-filter: blur(6px);
    }
.golden-circular-button>div:active {
        background: var(--button, rgba(0, 0, 0, 1));
    }
.disable-dbl-tap-zoom {
        touch-action: none;
      }
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.visible {
  visibility: visible;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.right-1 {
  right: 0.25rem;
}
.top-0 {
  top: 0px;
}
.top-1 {
  top: 0.25rem;
}
.top-1\/2 {
  top: 50%;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-50 {
  z-index: 50;
}
.row-span-2 {
  grid-row: span 2 / span 2;
}
.m-1 {
  margin: 0.25rem;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.h-0 {
  height: 0px;
}
.h-11 {
  height: 2.75rem;
}
.h-12 {
  height: 3rem;
}
.h-6 {
  height: 1.5rem;
}
.h-\[100dvh\] {
  height: 100dvh;
}
.h-\[100vmin\] {
  height: 100vmin;
}
.h-\[12rem\] {
  height: 12rem;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[40\%\] {
  height: 40%;
}
.h-\[60\%\] {
  height: 60%;
}
.h-auto {
  height: auto;
}
.h-dvh {
  height: 100dvh;
}
.h-full {
  height: 100%;
}
.max-h-\[300px\] {
  max-height: 300px;
}
.max-h-full {
  max-height: 100%;
}
.min-h-full {
  min-height: 100%;
}
.w-6 {
  width: 1.5rem;
}
.w-\[100dvw\] {
  width: 100dvw;
}
.w-\[10vmin\] {
  width: 10vmin;
}
.w-\[17rem\] {
  width: 17rem;
}
.w-\[2rem\] {
  width: 2rem;
}
.w-\[60dvw\] {
  width: 60dvw;
}
.w-\[70\%\] {
  width: 70%;
}
.w-\[70vmin\] {
  width: 70vmin;
}
.w-\[98dvw\] {
  width: 98dvw;
}
.w-auto {
  width: auto;
}
.w-dvw {
  width: 100dvw;
}
.w-full {
  width: 100%;
}
.min-w-40 {
  min-width: 10rem;
}
.min-w-full {
  min-width: 100%;
}
.max-w-\[600px\] {
  max-width: 600px;
}
.max-w-\[78\%\] {
  max-width: 78%;
}
.max-w-\[98dvw\] {
  max-width: 98dvw;
}
.max-w-full {
  max-width: 100%;
}
.flex-1 {
  flex: 1 1 0%;
}
.basis-full {
  flex-basis: 100%;
}
.-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));
}
.touch-none {
  touch-action: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-around {
  justify-content: space-around;
}
.justify-items-center {
  justify-items: center;
}
.gap-1 {
  gap: 0.25rem;
}
.space-y-\[5vmin\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(5vmin * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(5vmin * var(--tw-space-y-reverse));
}
.self-end {
  align-self: flex-end;
}
.text-nowrap {
  text-wrap: nowrap;
}
.rounded-\[6px\] {
  border-radius: 6px;
}
.rounded-b-\[20px\] {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.bg-\[\#032731\] {
  --tw-bg-opacity: 1;
  background-color: rgb(3 39 49 / var(--tw-bg-opacity));
}
.bg-\[url\(\'\/src\/assets\/dialog_box_header_pattern\.svg\'\)\] {
  background-image: url('/assets/dialog_box_header_pattern-DZYMLigA.svg');
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.from-transparent {
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-\[\#051826\] {
  --tw-gradient-to: #051826 var(--tw-gradient-to-position);
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-repeat {
  background-repeat: repeat;
}
.p-2 {
  padding: 0.5rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.text-center {
  text-align: center;
}
.align-middle {
  vertical-align: middle;
}
.text-\[1\.5rem\] {
  font-size: 1.5rem;
}
.text-\[2\.5vw\] {
  font-size: 2.5vw;
}
.text-\[2dvw\] {
  font-size: 2dvw;
}
.font-bold {
  font-weight: 700;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.opacity-\[0\.5\] {
  opacity: 0.5;
}
.bg-blend-multiply {
  background-blend-mode: multiply;
}
.mix-blend-overlay {
  mix-blend-mode: overlay;
}
.group:hover .group-hover\:bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}
.group:focus .group-focus\:bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}
.group:focus .group-focus\:text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
@media (min-width: 768px) {

  .md\:h-16 {
    height: 4rem;
  }

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

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

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

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

  .md\:w-\[68dvw\] {
    width: 68dvw;
  }

  .md\:max-w-\[68dvw\] {
    max-width: 68dvw;
  }

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

  .md\:text-\[1\.8vw\] {
    font-size: 1.8vw;
  }
}
@media (min-width: 1024px) {

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

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

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

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

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

  .lg\:max-w-\[72dvw\] {
    max-width: 72dvw;
  }
}
@media (max-width: 380px) and (orientation: portrait) {

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

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

  .xs\:max-w-\[98dvw\] {
    max-width: 98dvw;
  }

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