.splide__container{
  box-sizing:border-box;
  position:relative
}

.splide__list{
  backface-visibility:hidden;
  display:flex;
  height:100%;
  margin:0!important;
  padding:0!important
}

.splide.is-initialized:not(.is-active) .splide__list{
  display:block
}

.splide__pagination{
  align-items:center;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  margin:0;
  pointer-events:none
}

.splide__pagination li{
  display:inline-block;
  line-height:1;
  list-style-type:none;
  margin:0;
  pointer-events:auto
}

.splide:not(.is-overflow) .splide__pagination{
  display:none
}

.splide__progress__bar{
  width:0
}

.splide{
  position:relative;
  visibility:hidden
}

.splide.is-initialized,.splide.is-rendered{
  visibility:visible
}

.splide__slide{
  backface-visibility:hidden;
  box-sizing:border-box;
  flex-shrink:0;
  list-style-type:none!important;
  margin:0;
  position:relative
}

.splide__slide img{
  vertical-align:bottom
}

.splide__spinner{
  animation:splide-loading 1s linear infinite;
  border:2px solid #999;
  border-left-color:transparent;
  border-radius:50%;
  bottom:0;
  contain:strict;
  display:inline-block;
  height:20px;
  left:0;
  margin:auto;
  position:absolute;
  right:0;
  top:0;
  width:20px
}

.splide__sr{
  clip:rect(0 0 0 0);
  border:0;
  height:1px;
  margin:-1px;
  overflow:hidden;
  padding:0;
  position:absolute;
  width:1px
}

.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{
  display:none
}

.splide__toggle.is-active .splide__toggle__pause{
  display:inline
}

.splide__track{
  overflow:hidden;
  position:relative;
  z-index:0
}

@keyframes splide-loading{
  0%{
    transform:rotate(0)
  }

  to{
    transform:rotate(1turn)
  }
}

.splide__track--draggable{
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-user-select:none;
       user-select:none
}

.splide__track--fade>.splide__list>.splide__slide{
  margin:0!important;
  opacity:0;
  z-index:0
}

.splide__track--fade>.splide__list>.splide__slide.is-active{
  opacity:1;
  z-index:1
}

.splide--rtl{
  direction:rtl
}

.splide__track--ttb>.splide__list{
  display:block
}

.splide__arrow{
  align-items:center;
  background:#ccc;
  border:0;
  border-radius:50%;
  cursor:pointer;
  display:flex;
  height:2em;
  justify-content:center;
  opacity:.7;
  padding:0;
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:2em;
  z-index:1
}

.splide__arrow svg{
  fill:#000;
  height:1.2em;
  width:1.2em
}

.splide__arrow:hover:not(:disabled){
  opacity:.9
}

.splide__arrow:disabled{
  opacity:.3
}

.splide__arrow:focus-visible{
  outline:3px solid #0bf;
  outline-offset:3px
}

.splide__arrow--prev{
  left:1em
}

.splide__arrow--prev svg{
  transform:scaleX(-1)
}

.splide__arrow--next{
  right:1em
}

.splide.is-focus-in .splide__arrow:focus{
  outline:3px solid #0bf;
  outline-offset:3px
}

.splide__pagination{
  bottom:.5em;
  left:0;
  padding:0 1em;
  position:absolute;
  right:0;
  z-index:1
}

.splide__pagination__page{
  background:#ccc;
  border:0;
  border-radius:50%;
  display:inline-block;
  height:8px;
  margin:3px;
  opacity:.7;
  padding:0;
  position:relative;
  transition:transform .2s linear;
  width:8px
}

.splide__pagination__page.is-active{
  background:#fff;
  transform:scale(1.4);
  z-index:1
}

.splide__pagination__page:hover{
  cursor:pointer;
  opacity:.9
}

.splide__pagination__page:focus-visible{
  outline:3px solid #0bf;
  outline-offset:3px
}

.splide.is-focus-in .splide__pagination__page:focus{
  outline:3px solid #0bf;
  outline-offset:3px
}

.splide__progress__bar{
  background:#ccc;
  height:3px
}

.splide__slide{
  -webkit-tap-highlight-color:rgba(0,0,0,0)
}

.splide__slide:focus{
  outline:0
}

@supports(outline-offset:-3px){
  .splide__slide:focus-visible{
    outline:3px solid #0bf;
    outline-offset:-3px
  }
}

@media screen and (-ms-high-contrast:none){
  .splide__slide:focus-visible{
    border:3px solid #0bf
  }
}

@supports(outline-offset:-3px){
  .splide.is-focus-in .splide__slide:focus{
    outline:3px solid #0bf;
    outline-offset:-3px
  }
}

@media screen and (-ms-high-contrast:none){
  .splide.is-focus-in .splide__slide:focus{
    border:3px solid #0bf
  }

  .splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{
    border-color:#0bf
  }
}

.splide__toggle{
  cursor:pointer
}

.splide__toggle:focus-visible{
  outline:3px solid #0bf;
  outline-offset:3px
}

.splide.is-focus-in .splide__toggle:focus{
  outline:3px solid #0bf;
  outline-offset:3px
}

.splide__track--nav>.splide__list>.splide__slide{
  border:3px solid transparent;
  cursor:pointer
}

.splide__track--nav>.splide__list>.splide__slide.is-active{
  border:3px solid #000
}

.splide__arrows--rtl .splide__arrow--prev{
  left:auto;
  right:1em
}

.splide__arrows--rtl .splide__arrow--prev svg{
  transform:scaleX(1)
}

.splide__arrows--rtl .splide__arrow--next{
  left:1em;
  right:auto
}

.splide__arrows--rtl .splide__arrow--next svg{
  transform:scaleX(-1)
}

.splide__arrows--ttb .splide__arrow{
  left:50%;
  transform:translate(-50%)
}

.splide__arrows--ttb .splide__arrow--prev{
  top:1em
}

.splide__arrows--ttb .splide__arrow--prev svg{
  transform:rotate(-90deg)
}

.splide__arrows--ttb .splide__arrow--next{
  bottom:1em;
  top:auto
}

.splide__arrows--ttb .splide__arrow--next svg{
  transform:rotate(90deg)
}

.splide__pagination--ttb{
  bottom:0;
  display:flex;
  flex-direction:column;
  left:auto;
  padding:1em 0;
  right:.5em;
  top:0
}

*, ::before, ::after{
  --tw-border-spacing-x:0;
  --tw-border-spacing-y:0;
  --tw-translate-x:0;
  --tw-translate-y:0;
  --tw-rotate:0;
  --tw-skew-x:0;
  --tw-skew-y:0;
  --tw-scale-x:1;
  --tw-scale-y:1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness:proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width:0px;
  --tw-ring-offset-color:#fff;
  --tw-ring-color:rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow:0 0 #0000;
  --tw-ring-shadow:0 0 #0000;
  --tw-shadow:0 0 #0000;
  --tw-shadow-colored:0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: 
}

::backdrop{
  --tw-border-spacing-x:0;
  --tw-border-spacing-y:0;
  --tw-translate-x:0;
  --tw-translate-y:0;
  --tw-rotate:0;
  --tw-skew-x:0;
  --tw-skew-y:0;
  --tw-scale-x:1;
  --tw-scale-y:1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness:proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width:0px;
  --tw-ring-offset-color:#fff;
  --tw-ring-color:rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow:0 0 #0000;
  --tw-ring-shadow:0 0 #0000;
  --tw-shadow:0 0 #0000;
  --tw-shadow-colored:0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: 
}

/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -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]:where(:not([hidden="until-found"])) {
  display: none;
}

.container{
  width:100%
}

@media (min-width: 64rem){
  .container{
    max-width:64rem
  }
}

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

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

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

.static{
  position:static
}

.fixed{
  position:fixed
}

.absolute{
  position:absolute
}

.relative{
  position:relative
}

.bottom-0{
  bottom:0px
}

.left-0{
  left:0px
}

.right-0{
  right:0px
}

.top-0{
  top:0px
}

.top-full{
  top:100%
}

.z-50{
  z-index:50
}

.-mx-5{
  margin-left:-1.25rem;
  margin-right:-1.25rem
}

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

.my-4{
  margin-top:1rem;
  margin-bottom:1rem
}

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

.\!mb-3{
  margin-bottom:0.75rem !important
}

.\!mb-5{
  margin-bottom:1.25rem !important
}

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

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

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

.mb-10{
  margin-bottom:2.5rem
}

.mb-2{
  margin-bottom:0.5rem
}

.mb-3{
  margin-bottom:0.75rem
}

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

.mb-5{
  margin-bottom:1.25rem
}

.mb-6{
  margin-bottom:1.5rem
}

.mb-8{
  margin-bottom:2rem
}

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

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

.ml-auto{
  margin-left:auto
}

.mt-2{
  margin-top:0.5rem
}

.mt-3{
  margin-top:0.75rem
}

.block{
  display:block
}

.inline-block{
  display:inline-block
}

.flex{
  display:flex
}

.inline-flex{
  display:inline-flex
}

.table{
  display:table
}

.grid{
  display:grid
}

.\!hidden{
  display:none !important
}

.hidden{
  display:none
}

.size-20{
  width:5rem;
  height:5rem
}

.size-4{
  width:1rem;
  height:1rem
}

.h-6{
  height:1.5rem
}

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

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

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

.h-\[280px\]{
  height:280px
}

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

.h-\[50px\]{
  height:50px
}

.h-full{
  height:100%
}

.h-px{
  height:1px
}

.h-\[170px\]{
  height:170px
}

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

.w-6{
  width:1.5rem
}

.w-\[125px\]{
  width:125px
}

.w-\[150px\]{
  width:150px
}

.w-\[170px\]{
  width:170px
}

.w-\[200px\]{
  width:200px
}

.w-\[32px\]{
  width:32px
}

.w-\[49\%\]{
  width:49%
}

.w-\[90px\]{
  width:90px
}

.w-\[calc\(\(100\%_\+_12px\)_\/_2_-_12px\)\]{
  width:calc((100% + 12px) / 2 - 12px)
}

.w-\[calc\(\(100\%_\+_12px\)_\/_3_-_12px\)\]{
  width:calc((100% + 12px) / 3 - 12px)
}

.w-\[calc\(\(100\%_\+_12px\)_\/_4_-_12px\)\]{
  width:calc((100% + 12px) / 4 - 12px)
}

.w-\[calc\(\(100\%_\+_12px\)_\/_5_-_12px\)\]{
  width:calc((100% + 12px) / 5 - 12px)
}

.w-\[calc\(\(100\%_\+_12px\)_\/_6_-_12px\)\]{
  width:calc((100% + 12px) / 6 - 12px)
}

.w-\[calc\(\(100\%_\+_12px\)_\/_7_-_12px\)\]{
  width:calc((100% + 12px) / 7 - 12px)
}

.w-\[calc\(\(100\%_\+_12px\)_\/_8_-_12px\)\]{
  width:calc((100% + 12px) / 8 - 12px)
}

.w-\[calc\(\(100\%_\+_12px\)_\/_9_-_12px\)\]{
  width:calc((100% + 12px) / 9 - 12px)
}

.w-full{
  width:100%
}

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

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

.min-w-\[calc\(\(100\%_\+_12px\)_\/_2_-_12px\)\]{
  min-width:calc((100% + 12px) / 2 - 12px)
}

.min-w-\[calc\(\(100\%_\+_12px\)_\/_3_-_12px\)\]{
  min-width:calc((100% + 12px) / 3 - 12px)
}

.min-w-\[calc\(\(100\%_\+_12px\)_\/_4_-_12px\)\]{
  min-width:calc((100% + 12px) / 4 - 12px)
}

.min-w-\[calc\(\(100\%_\+_12px\)_\/_5_-_12px\)\]{
  min-width:calc((100% + 12px) / 5 - 12px)
}

.min-w-\[calc\(\(100\%_\+_12px\)_\/_6_-_12px\)\]{
  min-width:calc((100% + 12px) / 6 - 12px)
}

.min-w-\[calc\(\(100\%_\+_12px\)_\/_7_-_12px\)\]{
  min-width:calc((100% + 12px) / 7 - 12px)
}

.min-w-\[calc\(\(100\%_\+_12px\)_\/_8_-_12px\)\]{
  min-width:calc((100% + 12px) / 8 - 12px)
}

.min-w-\[calc\(\(100\%_\+_12px\)_\/_9_-_12px\)\]{
  min-width:calc((100% + 12px) / 9 - 12px)
}

.flex-shrink{
  flex-shrink:1
}

.flex-grow{
  flex-grow:1
}

.transform-gpu{
  transform:translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) 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
}

.flex-col{
  flex-direction:column
}

.flex-wrap{
  flex-wrap:wrap
}

.flex-nowrap{
  flex-wrap:nowrap
}

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

.items-center{
  align-items:center
}

.items-stretch{
  align-items:stretch
}

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

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

.justify-center{
  justify-content:center
}

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

.gap-10{
  gap:2.5rem
}

.gap-2{
  gap:0.5rem
}

.gap-3{
  gap:0.75rem
}

.gap-4{
  gap:1rem
}

.gap-5{
  gap:1.25rem
}

.gap-\[2\%\]{
  gap:2%
}

.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse:0;
  border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width:calc(1px * var(--tw-divide-y-reverse))
}

.divide-gray-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity:1;
  border-color:rgb(229 231 235 / var(--tw-divide-opacity, 1))
}

.overflow-hidden{
  overflow:hidden
}

.overflow-x-auto{
  overflow-x:auto
}

.text-ellipsis{
  text-overflow:ellipsis
}

.whitespace-nowrap{
  white-space:nowrap
}

.rounded{
  border-radius:0.25rem
}

.rounded-lg{
  border-radius:0.5rem
}

.rounded-xl{
  border-radius:0.75rem
}

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

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

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

.rounded-t-lg{
  border-top-left-radius:0.5rem;
  border-top-right-radius:0.5rem
}

.border{
  border-width:1px
}

.border-0{
  border-width:0px
}

.border-b-0{
  border-bottom-width:0px
}

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

.border-\[rgba\(255\2c 255\2c 255\2c 0\.1\)\]{
  border-color:rgba(255,255,255,0.1)
}

.bg-\[\#00ff71\]{
  --tw-bg-opacity:1;
  background-color:rgb(0 255 113 / var(--tw-bg-opacity, 1))
}

.bg-\[\#211d2c\]{
  --tw-bg-opacity:1;
  background-color:rgb(33 29 44 / var(--tw-bg-opacity, 1))
}

.bg-\[\#26313a\]{
  --tw-bg-opacity:1;
  background-color:rgb(38 49 58 / var(--tw-bg-opacity, 1))
}

.bg-\[\#28303f\]{
  --tw-bg-opacity:1;
  background-color:rgb(40 48 63 / var(--tw-bg-opacity, 1))
}

.bg-\[\#6bff79\]{
  --tw-bg-opacity:1;
  background-color:rgb(107 255 121 / var(--tw-bg-opacity, 1))
}

.bg-\[rgba\(0\2c 0\2c 0\2c 0\.7\)\]{
  background-color:rgba(0,0,0,0.7)
}

.bg-\[rgba\(255\2c 255\2c 255\2c 0\.1\)\]{
  background-color:rgba(255,255,255,0.1)
}

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

.stroke-\[\#00ff71\]{
  stroke:#00ff71
}

.p-1{
  padding:0.25rem
}

.p-2{
  padding:0.5rem
}

.p-4{
  padding:1rem
}

.p-5{
  padding:1.25rem
}

.\!px-10{
  padding-left:2.5rem !important;
  padding-right:2.5rem !important
}

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

.\!py-1{
  padding-top:0.25rem !important;
  padding-bottom:0.25rem !important
}

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

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

.px-0{
  padding-left:0px;
  padding-right:0px
}

.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
}

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

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

.py-3{
  padding-top:0.75rem;
  padding-bottom:0.75rem
}

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

.py-5{
  padding-top:1.25rem;
  padding-bottom:1.25rem
}

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

.\!pt-0{
  padding-top:0px !important
}

.pl-2{
  padding-left:0.5rem
}

.text-left{
  text-align:left
}

.text-center{
  text-align:center
}

.\!text-right{
  text-align:right !important
}

.text-right{
  text-align:right
}

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

.\!text-4xl{
  font-size:2.25rem !important;
  line-height:2.5rem !important
}

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

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

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

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

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

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

.font-bold{
  font-weight:700
}

.uppercase{
  text-transform:uppercase
}

.italic{
  font-style:italic
}

.text-\[\#2baa69\]{
  --tw-text-opacity:1;
  color:rgb(43 170 105 / var(--tw-text-opacity, 1))
}

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

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

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

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

.text-neutral-600{
  --tw-text-opacity:1;
  color:rgb(82 82 82 / var(--tw-text-opacity, 1))
}

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

.text-opacity-50{
  --tw-text-opacity:0.5
}

.opacity-0{
  opacity:0
}

.opacity-50{
  opacity:0.5
}

.opacity-75{
  opacity:0.75
}

.shadow-\[0_1px_10px_rgba\(0\2c 0\2c 0\2c \.75\)\]{
  --tw-shadow:0 1px 10px rgba(0,0,0,.75);
  --tw-shadow-colored:0 1px 10px var(--tw-shadow-color);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.transition-all{
  transition-property:all;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms
}

.duration-300{
  transition-duration:300ms
}

.ease-in-out{
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)
}

body {
  background: #090513;
}

header {
  background: #211d2c;
  display:flex;
  width:100%;
  align-items:center;
  justify-content:space-between;
  padding-left:1.25rem;
  padding-right:1.25rem;
  padding-top:0.5rem;
  padding-bottom:0.5rem
}

.logo{
  margin-left:auto;
  margin-right:auto;
  margin-bottom:4px;
  display:inline-block
}

article{
  font-size:1rem;
  line-height:1.5rem;
  --tw-text-opacity:1;
  color:rgb(190 190 190 / var(--tw-text-opacity, 1))
}

article p{
  margin-bottom:1rem
}

h1, h2, h3{
  margin-bottom:0.25rem;
  font-size:1.25rem;
  line-height:1.75rem;
  --tw-text-opacity:1;
  color:rgb(255 255 255 / var(--tw-text-opacity, 1))
}

h2{
  margin-bottom:0.5rem !important
}

.hr{
  margin-top:1rem;
  margin-left:-1.25rem;
  margin-right:-1.25rem;
  margin-bottom:1rem;
  height:1px;
  border-width:0px;
  background-color:rgba(255,255,255,0.1)
}

section{
  margin-bottom:1rem
}

.win-cards-wrapper{
  margin-bottom:1rem
}

.win-cards-track{
  width:100%;
  overflow:hidden
}

.win-cards{
  margin-bottom:2rem;
  display:flex
}

.win-card {
  flex-grow: 0;
  /* Prevents the item from growing */
  flex-shrink: 0;
  /* Prevents the item from shrinking */
  display:flex;
  width:calc((100% + 12px) / 2 - 12px);
  min-width:calc((100% + 12px) / 2 - 12px);
  flex-direction:column;
  border-top-left-radius:0.5rem;
  border-top-right-radius:0.5rem;
  font-size:0.875rem;
  line-height:1.25rem
}

.win-card-winning-data{
  border-top-left-radius:0.5rem;
  border-top-right-radius:0.5rem;
  --tw-bg-opacity:1;
  background-color:rgb(33 29 44 / var(--tw-bg-opacity, 1));
  padding:1rem
}

footer {
  background: #211d2c;
  display:flex;
  flex-direction:column;
  gap:1rem;
  border-top-width:1px;
  border-color:rgba(255,255,255,0.1);
  padding:1.25rem
}

@media (max-width: 540px) {
  .win-card{
    width:calc((100% + 12px) / 2 - 12px);
    min-width:calc((100% + 12px) / 2 - 12px)
  }
}

@media (min-width: 540px) {
  .win-card{
    width:calc((100% + 12px) / 3 - 12px);
    min-width:calc((100% + 12px) / 3 - 12px)
  }
}

@media (min-width: 640px) {
  .win-card{
    width:calc((100% + 12px) / 4 - 12px);
    min-width:calc((100% + 12px) / 4 - 12px)
  }
}

@media (min-width: 890px) {
  .win-card{
    width:calc((100% + 12px) / 5 - 12px);
    min-width:calc((100% + 12px) / 5 - 12px)
  }
}

@media (min-width: 1024px) {
  .win-card{
    width:calc((100% + 12px) / 6 - 12px);
    min-width:calc((100% + 12px) / 6 - 12px)
  }
}

@media (min-width: 1280px) {
  .win-card{
    width:calc((100% + 12px) / 7 - 12px);
    min-width:calc((100% + 12px) / 7 - 12px)
  }
}

@media (min-width: 1460px) {
  .win-card{
    width:calc((100% + 12px) / 8 - 12px);
    min-width:calc((100% + 12px) / 8 - 12px)
  }
}

@media (min-width: 1640px) {
  .win-card{
    width:calc((100% + 12px) / 9 - 12px);
    min-width:calc((100% + 12px) / 9 - 12px)
  }
}

.splide__arrow {
  background: #312b42 !important;
  border: 3px solid #000 !important;
  opacity: 1 !important;
}

.splide__arrow--prev {
  left: calc(-0.875rem - 3px) !important;
}

.splide__arrow--next {
  right: calc(-0.875rem - 3px) !important;
}

.splide__arrow:disabled {
  display: none !important;
}

.splide__arrow svg {
  fill: #fff !important;
  height: 0.8em !important;
  width: 0.8em !important;
}

.table-wrapper{
  margin-bottom:1.5rem;
  overflow:hidden;
  overflow-x:auto;
  border-radius:0.5rem
}

.table-wrapper > table{
  width:100%
}

.table-wrapper > table > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse:0;
  border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width:calc(1px * var(--tw-divide-y-reverse));
  --tw-divide-opacity:1;
  border-color:rgb(229 231 235 / var(--tw-divide-opacity, 1))
}

.table-wrapper > table{
  border-radius:0.5rem
}

.table-wrapper > table td {
  vertical-align: middle;
  background-color: #3e3d52;
  color: #fff;
  padding-left:1rem;
  padding-right:1rem;
  padding-top:0.5rem;
  padding-bottom:0.5rem;
  text-align:left;
  font-size:1rem !important;
  line-height:1.5rem !important
}

.play {
  text-decoration: none !important;
  display:inline-flex;
  transform:translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) 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;
  align-items:center;
  justify-content:center;
  border-radius:0.25rem;
  --tw-bg-opacity:1;
  background-color:rgb(107 255 121 / var(--tw-bg-opacity, 1));
  padding-left:1rem;
  padding-right:1rem;
  padding-top:0.5rem;
  padding-bottom:0.5rem;
  font-size:1rem;
  line-height:1.5rem;
  --tw-text-opacity:1;
  color:rgb(0 0 0 / var(--tw-text-opacity, 1));
  transition-property:all;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms;
}

.play:hover{
  --tw-translate-y:-0.125rem;
  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))
}

.table-stat td{
  padding-top:0.5rem !important;
  padding-bottom:0.5rem !important;
  font-size:1rem !important;
  line-height:1.5rem !important
}

.table-wrapper > table tr.header td {
  background-color: #262633;
  color: #fff;
}

.table-wrapper > table tr {
  border-bottom: 1px solid #151b20;
}

.table-wrapper > table tr:last-child{
  border-bottom-right-radius:0.5rem;
  border-bottom-left-radius:0.5rem
}

.table tr:last-child{
  border-bottom-right-radius:0.25rem;
  border-bottom-left-radius:0.25rem;
  border-bottom-width:0px
}

.table.last-tr-no-round tr:last-child{
  border-bottom-right-radius:0px;
  border-bottom-left-radius:0px
}

.hover\:-translate-y-0\.5:hover{
  --tw-translate-y:-0.125rem;
  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))
}

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

@media (min-width: 720px){
  .md\:relative{
    position:relative
  }

  .md\:mb-0{
    margin-bottom:0px
  }

  .md\:mb-5{
    margin-bottom:1.25rem
  }

  .md\:block{
    display:block
  }

  .md\:inline-block{
    display:inline-block
  }

  .md\:hidden{
    display:none
  }

  .md\:w-1\/5{
    width:20%
  }

  .md\:w-4\/5{
    width:80%
  }

  .md\:w-\[29\%\]{
    width:29%
  }

  .md\:w-auto{
    width:auto
  }

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

  .md\:flex-row{
    flex-direction:row
  }

  .md\:justify-normal{
    justify-content:normal
  }

  .md\:gap-10{
    gap:2.5rem
  }

  .md\:gap-8{
    gap:2rem
  }

  .md\:bg-transparent{
    background-color:transparent
  }

  .md\:px-0{
    padding-left:0px;
    padding-right:0px
  }

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

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

  .md\:py-8{
    padding-top:2rem;
    padding-bottom:2rem
  }

  .md\:text-left{
    text-align:left
  }

  .md\:text-4xl{
    font-size:2.25rem;
    line-height:2.5rem
  }

  .md\:shadow-none{
    --tw-shadow:0 0 #0000;
    --tw-shadow-colored:0 0 #0000;
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }
}

@media (min-width: 960px){
  .lg\:mb-0{
    margin-bottom:0px
  }

  .lg\:flex{
    display:flex
  }

  .lg\:w-1\/4{
    width:25%
  }

  .lg\:w-2\/5{
    width:40%
  }

  .lg\:w-2\/6{
    width:33.333333%
  }

  .lg\:w-3\/5{
    width:60%
  }

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

  .lg\:w-\[32\%\]{
    width:32%
  }

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

  .lg\:justify-end{
    justify-content:flex-end
  }

  .lg\:justify-center{
    justify-content:center
  }

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

  .lg\:pl-0{
    padding-left:0px
  }
}