/* main.css */
/* ! tailwindcss v3.4.10 | 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%;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.\!static {
  position: static !important;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-\[-2px\] {
  bottom: -2px;
}
.bottom-\[35px\] {
  bottom: 35px;
}
.left-0 {
  left: 0px;
}
.left-1 {
  left: 0.25rem;
}
.left-5 {
  left: 1.25rem;
}
.left-\[23\%\] {
  left: 23%;
}
.left-\[68\%\] {
  left: 68%;
}
.right-0 {
  right: 0px;
}
.right-1 {
  right: 0.25rem;
}
.right-2 {
  right: 0.5rem;
}
.right-\[-2px\] {
  right: -2px;
}
.right-\[10px\] {
  right: 10px;
}
.right-\[15px\] {
  right: 15px;
}
.right-\[1vw\] {
  right: 1vw;
}
.right-\[68\%\] {
  right: 68%;
}
.top-0 {
  top: 0px;
}
.top-16 {
  top: 4rem;
}
.top-3 {
  top: 0.75rem;
}
.top-7 {
  top: 1.75rem;
}
.top-\[-50px\] {
  top: -50px;
}
.top-\[10px\] {
  top: 10px;
}
.top-\[1vw\] {
  top: 1vw;
}
.top-\[5px\] {
  top: 5px;
}
.top-\[78px\] {
  top: 78px;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.z-\[100\] {
  z-index: 100;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[2\] {
  z-index: 2;
}
.z-\[51\] {
  z-index: 51;
}
.order-5 {
  order: 5;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.row-span-2 {
  grid-row: span 2 / span 2;
}
.m-0 {
  margin: 0px;
}
.m-28 {
  margin: 7rem;
}
.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.mx-\[24px\] {
  margin-left: 24px;
  margin-right: 24px;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-\[50px\] {
  margin-top: 50px;
  margin-bottom: 50px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-\[-10px\] {
  margin-bottom: -10px;
}
.mb-\[-50px\] {
  margin-bottom: -50px;
}
.mb-\[-5px\] {
  margin-bottom: -5px;
}
.mb-\[10px\] {
  margin-bottom: 10px;
}
.mb-\[15px\] {
  margin-bottom: 15px;
}
.mb-\[30px\] {
  margin-bottom: 30px;
}
.mb-\[40px\] {
  margin-bottom: 40px;
}
.mb-\[50px\] {
  margin-bottom: 50px;
}
.mb-\[5px\] {
  margin-bottom: 5px;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-\[10px\] {
  margin-left: 10px;
}
.ml-\[12px\] {
  margin-left: 12px;
}
.ml-\[20px\] {
  margin-left: 20px;
}
.ml-\[5px\] {
  margin-left: 5px;
}
.ml-\[7px\] {
  margin-left: 7px;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-\[10px\] {
  margin-right: 10px;
}
.mr-\[13\.2px\] {
  margin-right: 13.2px;
}
.mr-\[13px\] {
  margin-right: 13px;
}
.mr-\[22\.2px\] {
  margin-right: 22.2px;
}
.mr-\[5px\] {
  margin-right: 5px;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-\[-8px\] {
  margin-top: -8px;
}
.mt-\[120px\] {
  margin-top: 120px;
}
.mt-\[15px\] {
  margin-top: 15px;
}
.mt-\[1px\] {
  margin-top: 1px;
}
.mt-\[20px\] {
  margin-top: 20px;
}
.mt-\[30px\] {
  margin-top: 30px;
}
.mt-\[50px\] {
  margin-top: 50px;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.table-cell {
  display: table-cell;
}
.table-row {
  display: table-row;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.\!hidden {
  display: none !important;
}
.hidden {
  display: none;
}
.size-1 {
  width: 0.25rem;
  height: 0.25rem;
}
.size-2 {
  width: 0.5rem;
  height: 0.5rem;
}
.h-0\.5 {
  height: 0.125rem;
}
.h-16 {
  height: 4rem;
}
.h-\[100px\] {
  height: 100px;
}
.h-\[10px\] {
  height: 10px;
}
.h-\[11px\] {
  height: 11px;
}
.h-\[120px\] {
  height: 120px;
}
.h-\[12px\] {
  height: 12px;
}
.h-\[130px\] {
  height: 130px;
}
.h-\[14px\] {
  height: 14px;
}
.h-\[15px\] {
  height: 15px;
}
.h-\[16\.8px\] {
  height: 16.8px;
}
.h-\[18px\] {
  height: 18px;
}
.h-\[20\.89px\] {
  height: 20.89px;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[21px\] {
  height: 21px;
}
.h-\[225px\] {
  height: 225px;
}
.h-\[24px\] {
  height: 24px;
}
.h-\[25px\] {
  height: 25px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[32px\] {
  height: 32px;
}
.h-\[35px\] {
  height: 35px;
}
.h-\[37px\] {
  height: 37px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[42px\] {
  height: 42px;
}
.h-\[43\.750vw\] {
  height: 43.750vw;
}
.h-\[44\.95vw\] {
  height: 44.95vw;
}
.h-\[440px\] {
  height: 440px;
}
.h-\[44px\] {
  height: 44px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[50vw\] {
  height: 50vw;
}
.h-\[52px\] {
  height: 52px;
}
.h-\[53\.594vw\] {
  height: 53.594vw;
}
.h-\[536\.89px\] {
  height: 536.89px;
}
.h-\[53px\] {
  height: 53px;
}
.h-\[550px\] {
  height: 550px;
}
.h-\[57px\] {
  height: 57px;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[62px\] {
  height: 62px;
}
.h-\[98px\] {
  height: 98px;
}
.h-full {
  height: 100%;
}
.h-max {
  height: -moz-max-content;
  height: max-content;
}
.max-h-52 {
  max-height: 13rem;
}
.min-h-\[35px\] {
  min-height: 35px;
}
.min-h-\[50px\] {
  min-height: 50px;
}
.min-h-\[550px\] {
  min-height: 550px;
}
.min-h-\[calc\(100vh-64px\)\] {
  min-height: calc(100vh - 64px);
}
.min-h-full {
  min-height: 100%;
}
.w-0 {
  width: 0px;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[10px\] {
  width: 10px;
}
.w-\[111\.8px\] {
  width: 111.8px;
}
.w-\[120px\] {
  width: 120px;
}
.w-\[15\%\] {
  width: 15%;
}
.w-\[153px\] {
  width: 153px;
}
.w-\[15px\] {
  width: 15px;
}
.w-\[16px\] {
  width: 16px;
}
.w-\[181\.8px\] {
  width: 181.8px;
}
.w-\[18px\] {
  width: 18px;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[21px\] {
  width: 21px;
}
.w-\[22\%\] {
  width: 22%;
}
.w-\[22\.4px\] {
  width: 22.4px;
}
.w-\[24px\] {
  width: 24px;
}
.w-\[25px\] {
  width: 25px;
}
.w-\[27\%\] {
  width: 27%;
}
.w-\[30px\] {
  width: 30px;
}
.w-\[33\%\] {
  width: 33%;
}
.w-\[35px\] {
  width: 35px;
}
.w-\[37px\] {
  width: 37px;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[44px\] {
  width: 44px;
}
.w-\[5px\] {
  width: 5px;
}
.w-\[700px\] {
  width: 700px;
}
.w-\[77\.813vw\] {
  width: 77.813vw;
}
.w-\[79\.95vw\] {
  width: 79.95vw;
}
.w-\[80\%\] {
  width: 80%;
}
.w-\[80px\] {
  width: 80px;
}
.w-\[81px\] {
  width: 81px;
}
.w-\[84\.375vw\] {
  width: 84.375vw;
}
.w-\[8px\] {
  width: 8px;
}
.w-\[90\%\] {
  width: 90%;
}
.w-\[90px\] {
  width: 90px;
}
.w-\[90vw\] {
  width: 90vw;
}
.w-\[calc\(100\%-265px\)\] {
  width: calc(100% - 265px);
}
.w-full {
  width: 100%;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.min-w-\[140px\] {
  min-width: 140px;
}
.min-w-\[35px\] {
  min-width: 35px;
}
.min-w-max {
  min-width: -moz-max-content;
  min-width: max-content;
}
.max-w-\[210px\] {
  max-width: 210px;
}
.max-w-\[50px\] {
  max-width: 50px;
}
.flex-grow {
  flex-grow: 1;
}
.flex-grow-\[1\] {
  flex-grow: 1;
}
.border-collapse {
  border-collapse: collapse;
}
.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-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize {
  resize: both;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-\[23\%_27\%_25\%_25\%\] {
  grid-template-columns: 23% 27% 25% 25%;
}
.grid-cols-\[40\%_60\%\] {
  grid-template-columns: 40% 60%;
}
.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
.grid-rows-\[max_50px\] {
  grid-template-rows: max 50px;
}
.grid-rows-\[repeat\(2\2c 60px\)_repeat\(9\2c 45px\)_47px\] {
  grid-template-rows: repeat(2,60px) repeat(9,45px) 47px;
}
.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;
}
.justify-around {
  justify-content: space-around;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-\[10px_10px_0_0\] {
  border-radius: 10px 10px 0 0;
}
.rounded-\[30px\] {
  border-radius: 30px;
}
.rounded-\[5px\] {
  border-radius: 5px;
}
.rounded-\[8px\] {
  border-radius: 8px;
}
.rounded-\[8px_8px_0_0\] {
  border-radius: 8px 8px 0 0;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-\[2px\] {
  border-width: 2px;
}
.border-x {
  border-left-width: 1px;
  border-right-width: 1px;
}
.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l {
  border-left-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-\[rgba\(255\2c 255\2c 255\2c 0\.1\)\] {
  border-color: rgba(255,255,255,0.1);
}
.border-\[rgba\(53\2c 66\2c 79\2c 1\)\] {
  border-color: rgba(53,66,79,1);
}
.border-\[rgba\(56\2c 70\2c 85\2c 1\)\] {
  border-color: rgba(56,70,85,1);
}
.border-\[rgba\(62\2c 70\2c 73\2c 1\)\] {
  border-color: rgba(62,70,73,1);
}
.border-transparent {
  border-color: transparent;
}
.bg-\[\#031025\] {
  --tw-bg-opacity: 1;
  background-color: rgb(3 16 37 / var(--tw-bg-opacity));
}
.bg-\[rgba\(3\2c 16\2c 38\2c 1\)\] {
  background-color: rgba(3,16,38,1);
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-tr {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}
.bg-none {
  background-image: none;
}
.from-\[\#0A1B38\] {
  --tw-gradient-from: #0A1B38 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(10 27 56 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-50\% {
  --tw-gradient-from-position: 50%;
}
.to-\[\#031127\] {
  --tw-gradient-to: #031127 var(--tw-gradient-to-position);
}
.to-\[rgba\(255\2c 255\2c 255\2c 0\.42\)\] {
  --tw-gradient-to: rgba(255,255,255,0.42) var(--tw-gradient-to-position);
}
.to-50\% {
  --tw-gradient-to-position: 50%;
}
.fill-white {
  fill: #fff;
}
.stroke-white {
  stroke: #fff;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-5 {
  padding: 1.25rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}
.px-\[12px\] {
  padding-left: 12px;
  padding-right: 12px;
}
.px-\[14px\] {
  padding-left: 14px;
  padding-right: 14px;
}
.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.px-\[22px\] {
  padding-left: 22px;
  padding-right: 22px;
}
.px-\[24px\] {
  padding-left: 24px;
  padding-right: 24px;
}
.px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}
.px-\[35px\] {
  padding-left: 35px;
  padding-right: 35px;
}
.px-\[6px\] {
  padding-left: 6px;
  padding-right: 6px;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px;
}
.py-\[16px\] {
  padding-top: 16px;
  padding-bottom: 16px;
}
.py-\[3px\] {
  padding-top: 3px;
  padding-bottom: 3px;
}
.py-\[40px\] {
  padding-top: 40px;
  padding-bottom: 40px;
}
.py-\[50px\] {
  padding-top: 50px;
  padding-bottom: 50px;
}
.py-\[8px\] {
  padding-top: 8px;
  padding-bottom: 8px;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-\[70px\] {
  padding-bottom: 70px;
}
.pb-\[80px\] {
  padding-bottom: 80px;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pt-\[26px\] {
  padding-top: 26px;
}
.pt-\[28px\] {
  padding-top: 28px;
}
.pt-\[40px\] {
  padding-top: 40px;
}
.pt-\[50px\] {
  padding-top: 50px;
}
.pt-\[97px\] {
  padding-top: 97px;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[25px\] {
  font-size: 25px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[36px\] {
  font-size: 36px;
}
.text-\[42px\] {
  font-size: 42px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.italic {
  font-style: italic;
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0 {
  opacity: 0;
}
.opacity-\[\.6\] {
  opacity: .6;
}
.opacity-\[\.7\] {
  opacity: .7;
}
.opacity-\[1\] {
  opacity: 1;
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.invert {
  --tw-invert: invert(100%);
  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);
}
.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 {
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}

* {
  font-family: "Rubik", sans-serif;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  background-image: linear-gradient(
      rgba(10, 23, 30, 0.98) 100%,
      rgba(10, 23, 30, 0.98) 100%
    ),
    url("./assets/bgscreen.jpg");
  background-attachment: fixed;
  background-position: 0% 0%;
  background-repeat: repeat;
  background-size: auto;
  overflow: auto;
  height: -moz-available;
  height: 100%;
  position: relative;
  width: 100%;
}

/*  */

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

.stroke-blue {
  stroke: #5a7d90;
}

.stroke-violet {
  stroke: #1ae683;
}

.fill-violet {
  fill: #1ae683;
}

.bg-darkBlueOpacity {
  background-color: rgba(16, 33, 43, 0.65);
}

.border-violet {
  --tw-border-opacity: 1;
  border-color: #1ae683;
}

.bg-blueOpacity {
  background-color: rgba(41, 80, 102, 0.5);
}

.bg-violet {
  --tw-bg-opacity: 1;
  background-color: #1ae683;
}

.bg-blackOpacity {
  background-color: rgba(5, 12, 16, 0.85);
}

.text-violet {
  --tw-text-opacity: 1;
  color: #1ae683;
}

.hover\:text-violet:hover {
  --tw-text-opacity: 1;
  color: #1ae683;
}

.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(90 125 144 / var(--tw-bg-opacity));
}

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

.border-blue {
  --tw-border-opacity: 1;
  border-color: rgb(90 125 144 / var(--tw-border-opacity));
}

.bg-blueOpacity {
  background-color: rgba(41, 80, 102, .5);
}

.text-blue-600 {
  color: rgb(68 95 109 / var(--tw-text-opacity)) !important;
}

.bg-darkBlueOpacity3 {
  background-color: rgba(41, 80, 102, .5);
}

.text-green {
  --tw-text-opacity: 1;
  color: rgb(34 150 101 / var(--tw-text-opacity));
}

.stroke-green {
  stroke: #229665;
}

.faq-accordion span:last-child {
  display: flex;
}

.hover\:bg-blueOpacity:hover {
  background-color: rgba(41, 80, 102, .5);
}

.channel-2:hover .bg-darkBlueOpacity3 {
  background: #fff !important;
  color: #333;
}

.channel-2:hover .bg-darkBlueOpacity3 .stroke-violet {
  stroke: #333;
}

@media (min-width: 768px) {
  .md\:w-\[30px\] {
      width: 30px;
  }
}

@media (min-width: 920px) {
  .unique\:w-\[250px\] {
      width: 250px !important;
  }
}

@media (prefers-color-scheme: dark) {
  .dark\:stroke-white {
      stroke: #fff !important;
  }
}

@media (min-width: 920px) {
  .unique\:h-\[100px\] {
      height: 100px !important;
  }
}



@media (min-width: 920px) {
  .unique\:hidden {
    display: none !important;
  }
  .unique\:flex {
    display: flex !important;
  }
}

@media (min-width: 1170px) {
  .header\:w-\[calc\(100\%-325px\)\] {
    width: calc(100% - 325px);
  }
  .header\:w-\[310px\] {
    width: 310px !important;
  }
}

@media (min-width: 920px) {
  .unique\:h-\[45px\] {
    height: 45px !important;
  }
  .unique\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .unique\:text-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }
  .unique\:max-w-max {
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }
  .unique\:w-\[25px\] {
    width: 25px !important;
  }
  .unique\:h-\[25px\] {
    height: 25px !important;
  }
  .unique\:pr-2 {
    padding-right: 0.5rem !important;
  }
  .unique\:max-h-\[550px\] {
    max-height: 550px !important;
  }
}

/*  */

pre {
  width: 100%;
  white-space: normal;
}

.tableItem:hover #watch {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.tableItem:hover #watch > svg {
  stroke: #000;
}

.tableItem:hover #bet {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity)); /* Use an appropriate class from Tailwind CSS */
}

#root {
  margin: 0px;
  height: 100%;
  padding: 0px;
}

@media (min-width: 640px) {
  .thinScrollbar::-webkit-scrollbar {
    height: 5px;
    width: 5px;
  }
  .thinScrollbar::-webkit-scrollbar-thumb {
    --tw-bg-opacity: 1;
    background-color: #1ae683; /* Set to rgb(251 98 63) */
    border-radius: 1.5rem;
  }
}

@media (min-width: 640px) {
  .thinScrollbar::-webkit-scrollbar {
    height: 5px;
    width: 5px;
  }
  .thinScrollbar::-webkit-scrollbar-thumb {
    --tw-bg-opacity: 1;
    background-color: #1ae683; /* Set to rgb(251 98 63) */
    border-radius: 1.5rem;
  }
}

.thinScrollbar::-webkit-scrollbar-thumb {
    background-color: #1ae683; /* Set to rgb(251 98 63) */
}


a {
  color: inherit;
  text-decoration: none;
}

@media (min-width: 1024px) {
  .topBlock:hover > div > div > .topTeamLogoBlock {
    display: none;
  }
  .topBlock:hover > div > div > .topTeamNameBlock {
    display: block;
  }
}

@keyframes spin {
  to {
    transform: rotate(-360deg);
  }
}

.loader {
  animation: spin 1s infinite linear;
}

/* if backdrop support: very transparent and blurred */
@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
  .backdrop-blur {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
  }
}

@keyframes trick {
  100% {
    transform: translateX(200%);
    transform: translateX(-200%);
  }
}

.posSticky {
  position: sticky;
}

@media (min-width: 1024px) {
  .posSticky {
    position: static;
  }
}

.description > ul,
.description > ul {
  list-style-type: disc;
  padding-left: 30px;
}

.description > ol > li,
.description > ol > li {
  float: left;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  text-align: justify;
}

.description > *,
.description {
  margin: 0px;
  margin-top: 0.75rem;
  width: 100%;
  text-align: justify;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity));
}

.description > * > strong {
  font-weight: 700;
}

.description > *:is(h1, h2, h3, h4, h5, h6) {
  text-align: center;
  font-weight: 700;
}

.description > h1 {
  font-size: 36px;
}

.description > h2 {
  font-size: 24px;
}

.description > h3 {
  font-size: 18px;
}

@keyframes plug {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}

.plugGradient {
  animation: plug 2s linear infinite;
}

.tableItemPlug {
  animation: plug 2s linear infinite;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #1e40af var(--tw-gradient-to-position);
  background-size: 200% 200%;
}

input[type="checkbox"] {
  accent-color: #a855f7;
}

.absoluteBlock {
  position: absolute;
  z-index: 50;
  height: 100%;
  width: 100%;
}

.topMatchHover:hover > .opacityBlock {
  background-color: rgb(0 0 0 / 0.1);
}

.borderRadius {
  transform: translate3d(0, 0, 0);
}

input[type="checkbox"] {
  accent-color: #a855f7;
}


@keyframes spin {
  to {
    transform: rotate(-360deg);
  }
}

.loader {
  animation: spin 1s infinite linear;
}

.hoverStrokeLink:hover > svg {
  stroke: #1ae683;
}

.channel-2:hover .bg-darkBlueOpacity3 .hoverStrokeLink:hover > svg {
  stroke: #333;
}

.hoverFillLink:hover > svg {
  fill: #1ae683;
}

.hoverPlace:hover > div > svg {
  --tw-rotate: 90deg;
  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));
}

@media (min-width: 1024px) {
  .hoverPlace:hover > .hoverBlock {
    display: flex;
  }
}

.bgImage {
  background-image: linear-gradient(
      rgba(10, 23, 30, 0.45) 100%,
      rgba(10, 23, 30, 0.5) 100%
    ),
    url("../public/images/modal/background.jpg");
  background-size: contain;
  background-position: 50% 50%;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}

input:-moz-autofill {
  box-shadow: 0 0 0 1000px white inset;
}

.half-colored {
  background: linear-gradient(
    to right,
    rgb(77, 197, 145) 50%,
    rgb(188, 235, 214) 50%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.half-colored1 {
  background: linear-gradient(
    to right,
    rgb(77, 197, 145) 50%,
    rgb(255, 255, 255) 50%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hasShadow {
  box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.15), 0 0 2px 0 rgba(0, 0, 0, 0.05);
}

input[type="number"] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

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

@media (min-width: 640px) {
  .sm\:mb-0 {
    margin-bottom: 0px;
  }
  .sm\:mb-\[15px\] {
    margin-bottom: 15px;
  }
  .sm\:mb-\[35px\] {
    margin-bottom: 35px;
  }
  .sm\:mb-\[44\.82px\] {
    margin-bottom: 44.82px;
  }
  .sm\:mb-\[57px\] {
    margin-bottom: 57px;
  }
  .sm\:mb-\[68px\] {
    margin-bottom: 68px;
  }
  .sm\:mb-\[70px\] {
    margin-bottom: 70px;
  }
  .sm\:ml-0 {
    margin-left: 0px;
  }
  .sm\:mr-0 {
    margin-right: 0px;
  }
  .sm\:flex {
    display: flex;
  }
  .sm\:h-\[25px\] {
    height: 25px;
  }
  .sm\:h-\[30px\] {
    height: 30px;
  }
  .sm\:h-\[32px\] {
    height: 32px;
  }
  .sm\:h-\[42px\] {
    height: 42px;
  }
  .sm\:h-\[50px\] {
    height: 50px;
  }
  .sm\:h-\[52px\] {
    height: 52px;
  }
  .sm\:h-\[88px\] {
    height: 88px;
  }
  .sm\:w-\[130px\] {
    width: 130px;
  }
  .sm\:w-\[182\.98px\] {
    width: 182.98px;
  }
  .sm\:w-\[25\%\] {
    width: 25%;
  }
  .sm\:w-\[250px\] {
    width: 250px;
  }
  .sm\:w-\[25px\] {
    width: 25px;
  }
  .sm\:w-\[30px\] {
    width: 30px;
  }
  .sm\:w-\[32px\] {
    width: 32px;
  }
  .sm\:w-\[400px\] {
    width: 400px;
  }
  .sm\:w-\[500px\] {
    width: 500px;
  }
  .sm\:w-\[550px\] {
    width: 550px;
  }
  .sm\:w-\[88px\] {
    width: 88px;
  }
  .sm\:min-w-\[180px\] {
    min-width: 180px;
  }
  .sm\:p-12 {
    padding: 3rem;
  }
  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .sm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .sm\:px-\[30px\] {
    padding-left: 30px;
    padding-right: 30px;
  }
  .sm\:py-\[14px\] {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .sm\:text-\[14px\] {
    font-size: 14px;
  }
  .sm\:text-\[16px\] {
    font-size: 16px;
  }
  .sm\:text-\[20px\] {
    font-size: 20px;
  }
  .sm\:text-\[22px\] {
    font-size: 22px;
  }
  .sm\:text-\[42px\] {
    font-size: 42px;
  }
  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 768px) {
  .md\:mb-\[-50px\] {
    margin-bottom: -50px;
  }
  .md\:mb-\[100px\] {
    margin-bottom: 100px;
  }
  .md\:mb-\[50px\] {
    margin-bottom: 50px;
  }
  .md\:block {
    display: block;
  }
  .md\:flex {
    display: flex;
  }
  .md\:hidden {
    display: none;
  }
  .md\:h-\[160px\] {
    height: 160px;
  }
  .md\:h-\[170px\] {
    height: 170px;
  }
  .md\:h-\[188px\] {
    height: 188px;
  }
  .md\:h-\[42px\] {
    height: 42px;
  }
  .md\:h-\[60px\] {
    height: 60px;
  }
  .md\:w-1\/5 {
    width: 20%;
  }
  .md\:w-\[120px\] {
    width: 120px;
  }
  .md\:w-\[280px\] {
    width: 280px;
  }
  .md\:w-\[30px\] {
    width: 30px;
  }
  .md\:w-\[432px\] {
    width: 432px;
  }
  .md\:w-full {
    width: 100%;
  }
  .md\:w-max {
    width: -moz-max-content;
    width: max-content;
  }
  .md\:max-w-\[768px\] {
    max-width: 768px;
  }
  .md\:grid-rows-\[repeat\(2\2c 82px\)_repeat\(9\2c 57px\)_62px\] {
    grid-template-rows: repeat(2,82px) repeat(9,57px) 62px;
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:items-start {
    align-items: flex-start;
  }
  .md\:items-end {
    align-items: flex-end;
  }
  .md\:justify-end {
    justify-content: flex-end;
  }
  .md\:justify-center {
    justify-content: center;
  }
  .md\:justify-between {
    justify-content: space-between;
  }
  .md\:rounded-l-none {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .md\:rounded-r-\[10px\] {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .md\:p-0 {
    padding: 0px;
  }
  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .md\:py-\[80px\] {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .md\:pb-\[155px\] {
    padding-bottom: 155px;
  }
  .md\:pb-\[170px\] {
    padding-bottom: 170px;
  }
  .md\:pt-\[130px\] {
    padding-top: 130px;
  }
  .md\:pt-\[137px\] {
    padding-top: 137px;
  }
  .md\:text-\[20px\] {
    font-size: 20px;
  }
  .md\:text-\[24px\] {
    font-size: 24px;
  }
  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .md\:opacity-\[1\] {
    opacity: 1;
  }
}

@media (min-width: 1024px) {
  .lg\:left-\[45px\] {
    left: 45px;
  }
  .lg\:right-auto {
    right: auto;
  }
  .lg\:top-12 {
    top: 3rem;
  }
  .lg\:z-0 {
    z-index: 0;
  }
  .lg\:mb-0 {
    margin-bottom: 0px;
  }
  .lg\:ml-\[20px\] {
    margin-left: 20px;
  }
  .lg\:mr-10 {
    margin-right: 2.5rem;
  }
  .lg\:mr-\[15px\] {
    margin-right: 15px;
  }
  .lg\:mr-\[5px\] {
    margin-right: 5px;
  }
  .lg\:mt-0 {
    margin-top: 0px;
  }
  .lg\:mt-\[100px\] {
    margin-top: 100px;
  }
  .lg\:block {
    display: block;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:h-\[20px\] {
    height: 20px;
  }
  .lg\:h-\[500px\] {
    height: 500px;
  }
  .lg\:h-\[900px\] {
    height: 900px;
  }
  .lg\:w-\[20px\] {
    width: 20px;
  }
  .lg\:w-\[786px\] {
    width: 786px;
  }
  .lg\:w-\[85px\] {
    width: 85px;
  }
  .lg\:w-\[975px\] {
    width: 975px;
  }
  .lg\:w-max {
    width: -moz-max-content;
    width: max-content;
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:items-start {
    align-items: flex-start;
  }
  .lg\:items-center {
    align-items: center;
  }
  .lg\:justify-between {
    justify-content: space-between;
  }
  .lg\:bg-\[transparent\] {
    background-color: transparent;
  }
  .lg\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / 37%);
  }
  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .lg\:px-\[48px\] {
    padding-left: 48px;
    padding-right: 48px;
  }
  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .lg\:text-start {
    text-align: start;
  }
  .lg\:text-\[20px\] {
    font-size: 20px;
  }
  .lg\:text-\[24px\] {
    font-size: 24px;
  }
  .lg\:text-\[36px\] {
    font-size: 36px;
  }
  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .xl\:left-\[334px\] {
    left: 334px;
  }
  .xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .xl\:h-\[35\.96vw\] {
    height: 35.96vw;
  }
  .xl\:w-\[1300px\] {
    width: 1300px;
  }
  .xl\:w-\[281px\] {
    width: 281px;
  }
  .xl\:w-\[63\.96vw\] {
    width: 63.96vw;
  }
  .xl\:grid-cols-\[334px_281px_360px_auto\] {
    grid-template-columns: 334px 281px 360px auto;
  }
  .xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
