* {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-overflow-scrolling: auto;
}

html {
  border: 0 none;
  height: 100%;
  width: 100%;
}

body {
  height: auto;
  min-height: 100dvh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;

  scroll-behavior: smooth;
  overscroll-behavior-y: none;
  text-rendering: optimizeSpeed;
}

button {
  display: inline-block;
  background: none;
  border: none;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  -webkit-touch-callout: none;
  user-select: none;
  text-align: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

a {
  text-decoration: none;
}

button {
  border: none;
}

button::-moz-focus-inner {
  border: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition:
    color 5000s ease-in-out 0s,
    background-color 5000s ease-in-out 0s;
  /*dirty hack*/
  -webkit-text-fill-color: var(--color-white) !important;
}

input:required {
  box-shadow: none;
}

input:invalid {
  box-shadow: 0 0 0 transparent;
}

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

textarea {
  overflow: auto;
}

li {
  list-style: none outside none;
}


* :focus {
  outline: none;
}

* {
  box-sizing: border-box;
}

body.dev-smartphone #navBar {
  top: 48px !important;
}
body.dev-desktop #navBar,
body.dev-tablet #navBar {
  top: 64px !important;
}
body.ybar-hidden #ybar {
  display: none;
}

@media (min-width: 1200px) {
  body.dev-desktop #navBar,
  body.dev-tablet #navBar {
    top: 72px !important;
  }
}
@media (min-width: 1200px) {
  body.dev-smartphone #navBar,
  body.dev-tablet #navBar {
    top: 56px !important;
  }
}

#top-right-ad-b-collapse, #top_right-LREC-a-collapse {
  margin-top: 0;
}
#top-right-ad-b, #top_right-LREC-b {
  margin-top: 12px;
}
#top-right-ad-c-collapse {
  margin-top: -12px;
}

.markdown p:not(:last-child) {
  margin-bottom: 16px;
}
.markdown ul > li {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 1.5em;
}
.markdown ol > li {
  list-style-type: auto;
  list-style-position: outside;
  margin-left: 1.5em;
}

:root {
  --color-bg: #09001a;

  --color-buttonHover: rgba(255, 255, 255, 0.1);
  --color-buttonActive: #6001d2;
  --color-buttonDisabled: #b0b9c1;

  --color-iconHover: #e0e4e9;

  --color-white: #fff;
  --color-gray-light: #bbb7c3;
  --color-gray-gandalf: #b0b9c1;
  --color-gray-charcoal: #515b65;
  --color-primary-sambucus: #191929;
  --color-primary-periwinkle: #907cff;
  --color-primary-hulkpants: #7e1fff;
  --color-primary-grapeJelly: #6001d2;
  --color-secondary-purple: #caa8ff;
  --color-dirty-seagull: #e0e4e9;

  --color-text: #fff;
  --color-primary-hulkpantsCommon: #907cff;
  --color-textDisabled: #515b65;

  --color-focus: rgba(18, 169, 255, 0.5);
  --color-sidenavHover: rgba(255, 255, 255, 0.06);
  --color-divider: rgba(255, 255, 255, 0.16);
  --color-card-bg: rgba(255, 255, 255, 0.04);
  --color-link-focus: 0 0 0 2px rgba(18, 169, 255, 0.5);

  --color-background-mix-gradient: linear-gradient(
    90deg,
    #cba6ff 0%,
    #a7d5ff 100%
  );

  --color-streak-orange: #FF7A00;
  --color-streak-purple: #6542AD;
  --color-streak-wrapper-bg: rgba(9, 0, 26, 0.6);


  --streak-widget-gradient: linear-gradient(rgb(9, 0, 26) 0%, rgb(9, 0, 26) 10%, rgba(158, 77, 255, 0.3) 50%, #7754CE 100%);


  --streak-overlay-gradient: linear-gradient(89.51deg, rgba(27, 2, 63, 0.9) 0.43%, rgba(46, 12, 93, 0) 99.58%);
  
  --color-hero-background-gradient: radial-gradient(
      66% 59.73% at 49.87% 55.44%,
      rgba(96, 1, 210, 0.5) 0%,
      rgba(96, 1, 210, 0) 75%
    ),
    #09001a;
  --color-hero-background-gradient-mobile: radial-gradient(
    at 65%,
    #6001d2 60%,
    transparent 60%
  );
  --color-gradientBorder: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0) 99.48%
  );
  --color-gradientBorderSolid: linear-gradient(
    180deg,
    #463952 0%,
    rgba(255, 255, 255, 0) 99.48%
  );
  --color-gradientButton: linear-gradient(
    180deg,
    rgba(203, 166, 255, 0.04) 43.18%,
    rgba(203, 166, 255, 0.18) 100%
  );
  --color-gradientPurple: linear-gradient(
    90deg,
    rgba(175, 166, 255, 0.36) 0%,
    rgba(175, 166, 255, 0.18) 100%
  );
  --color-gradientMix: linear-gradient(90deg, #cba6ff 0%, #a7d5ff 100%);

  --color-category-section-gradient: linear-gradient(
    90deg,
    #09001a 0%,
    rgba(9, 0, 26, 0) 100%
  );
  --color-category-card-gradient: linear-gradient(
    0deg,
    rgba(28, 10, 56, 1) 0%,
    rgba(20, 10, 37, 1) 51%
  );
  --color-category-border: rgba(255, 255, 255, 0.4);

  --color-overlayBg: rgba(9, 0, 26, 0.5);
  --color-overlayBgSm: rgba(9, 0, 26, 0.3);

  --button-secondary: linear-gradient(var(--color-bg), var(--color-bg))
      padding-box,
    var(--color-gradientPurple) border-box;
  --button-hero: linear-gradient(
    180deg,
    rgba(203, 166, 255, 0.04) 56.29%,
    rgba(203, 166, 255, 0.18) 130.36%
  );

  --border-radius: 100px;
  --border-radiusSm: 32px;

  --padding-phone: 16px;
  --padding-tablet: 32px;
  --padding-desktop: 24px;

  --header-height-mobile: 92px;
  --header-height-tablet: 64px;
  --header-height-desktop: 80px;
  --subnav-height-mobile: calc(100svh - (var(--header-height-mobile)));
  --subnav-height-tablet: calc(100svh - (var(--header-height-tablet)) - 30px);
  --subnav-height-desktop: calc(100vh - var(--header-height-desktop) - 8px);

  --query-phone: 320px;
  --query-tablet: 768px;
  --query-desktop: 1440px;
  --query-desktopMid: 1600px;

  --width-desktop: 1312px;

  --font-bold: 600;
  --font-reg: 400;

  --ease: cubic-bezier(1, 0, 0, 1);
  --ease-out: cubic-bezier(0.19, 1, 0.22, 1);
  --ease-in: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  --easeOutQuart: cubic-bezier(0.25, 1, 0.5, 1);
  --easeOutExpo: cubic-bezier(0.16, 1, 0.3, 1);
  --easeEntrance: cubic-bezier(0.14, 1, 0.34, 1);
  --easeStandard: cubic-bezier(0.4, 0, 0.2, 1);

  --image-chevron: url(chevronDown-1dbbcc7fda32ec2276f3.svg);
  --image-chevronPurple: url(chevronDown_purple-da55a00c0a0c427018b5.svg);
  --image-chevronDisabled: url(chevronDown_disabled-529c55d0541db60d1786.svg);

  --card-small: url(gameCard_small-11b172853fb59ceb425e.svg);

  --banner-big-gradient: linear-gradient(
      180deg,
      rgba(57, 0, 125, 0) 41.76%,
      rgba(57, 0, 125, 0.6) 100%
    ),
    #09001a;
  --banner-big-gradient-touch: linear-gradient(
      180deg,
      rgba(57, 0, 125, 0) 0%,
      rgba(57, 0, 125, 0.6) 100%
    ),
    #130a23;
  --banner-big-shadow: 0px -10px 44px 0px rgba(0, 0, 0, 0.35) inset;
  --banner-big-gradient-hover: linear-gradient(
      180deg,
      rgba(57, 0, 125, 0) 0%,
      #39007d 96.12%
    ),
    #09001a;
  --banner-big-gradient-hover-touch: linear-gradient(
      180deg,
      rgba(57, 0, 125, 0) 0%,
      #39007d 96.12%
    ),
    #130a23;
  --banner-big-shadow-hover: 0px -20px 64px 0px rgba(0, 0, 0, 0.4) inset;

  --banner-mid: radial-gradient(
      81.62% 81.62% at 50% 50%,
      rgba(57, 0, 125, 0.7) 0%,
      rgba(57, 0, 125, 0) 100%
    ),
    #130a23;
  --banner-mid-hover: radial-gradient(
      118.9% 118.9% at 50% 50%,
      #39007d 0%,
      rgba(57, 0, 125, 0) 100%
    ),
    #130a23;

  --banner-small-blue-gradient: linear-gradient(
      180deg,
      rgba(15, 105, 255, 0.07) 0%,
      rgba(15, 105, 255, 0.29) 100%
    ),
    #09001a;
  --banner-small-blue-gradient-hover: linear-gradient(
      180deg,
      rgba(15, 105, 255, 0.14) 0%,
      rgba(15, 105, 255, 0.46) 100%
    ),
    #09001a;
  --banner-small-green-gradient: linear-gradient(
      180deg,
      rgba(17, 211, 205, 0.07) 0%,
      rgba(17, 211, 205, 0.29) 100%
    ),
    #09001a;
  --banner-small-green-gradient-hover: linear-gradient(
      180deg,
      rgba(17, 211, 205, 0.14) 0%,
      rgba(17, 211, 205, 0.46) 100%
    ),
    #09001a;
  --banner-small-shadow: 0px -10px 44px 0px rgba(0, 0, 0, 0.2) inset;
  --banner-small-shadow-hover: 0px -8px 24px 0px rgba(0, 0, 0, 0.2) inset;

  --button-shadow: 0px 0px 0px 3px rgba(18, 169, 255, 0.51);

  --dropdown-position: calc(100% - 20px);
  --pag-position: calc(100% - 40px);

  --filter-blur: 15px;

  --carousel-template: repeat(4, calc(25% - 12px)) / repeat(2, calc(50% - 8px));
  --carousel-template-tablet: repeat(2, calc(50% - 8px)) /
    repeat(4, calc(25% - 12px));
  --carousel-template-desktop: repeat(2, calc(50% - 10px)) /
    repeat(4, calc(25% - 15px));
  --carousel-big-start: 1 / 3;
  --carousel-big-end: 3 / 5;
  --card-text-width-touch: calc(100% - 98px - 16px);
  --card-text-width: calc(100% - 134px - 16px);

  --grid-two-columns: repeat(2, minmax(161px, 1fr));
  --grid-three-columns: repeat(3, 1fr);
  --grid-four-columns: repeat(4, minmax(164px, 1fr));
  --grid-six-columns: repeat(6, 1fr);

  --allGames-columns-desktop: repeat(4, minmax(250px, 1fr));

  --hero-grid-columns-desktop: 12.2% 8.2% 3% 10% 12.5% 18% 14.5% 4% 2.5%;
  --hero-grid-rows: repeat(13, 54px);

  --horizontal-card-width: calc(100% - 120px - 32px - 32px - 56px);
  --horizontal-card-width-touch: calc(100% - 107px - 32px);
  --hero-grid-rows-tablet: 5fr 4.1fr 5.1fr 6.5fr 6fr 4.5fr 6.5fr 6.7fr 4.6fr 6fr
    4.6fr 6.6fr 4.6fr;
  --hero-grid-rows-mobile: 5.5% 19% 16.6% 19.4% 17.5%;
}

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #474754 #191929;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

*::-webkit-scrollbar-track {
  background: #191929;
}

*::-webkit-scrollbar-thumb {
  background-color: #474754;
  border-radius: 100px;
  border: 0px solid #191929;
}

.transparent_scrollbar {
  scrollbar-color: transparent transparent;
}

.transparent_scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.transparent_scrollbar::-webkit-scrollbar-track {
  background: transparent;
}

.transparent_scrollbar::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-color: transparent;
}

.prevent-select {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome and Opera */
}

.orientation-observer {
  z-index: -100;
  position: fixed;
  top: 0;
  left: 0;
  width: 2px;
  height: 20px;
}

@media (orientation: landscape) {
  .orientation-observer {
    width: 20px;
    height: 2px;
  }
}

body {
    background-color: #09001a;
}

/*
! tailwindcss v3.4.4 | 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 */
  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% !important;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .\!container {
    max-width: 640px !important;
  }

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

  .\!container {
    max-width: 768px !important;
  }

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

  .\!container {
    max-width: 1024px !important;
  }

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

  .\!container {
    max-width: 1280px !important;
  }

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

  .\!container {
    max-width: 1536px !important;
  }

  .container {
    max-width: 1536px;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.\!fixed {
  position: fixed !important;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.-bottom-\[40px\] {
  bottom: -40px;
}
.-left-\[80px\] {
  left: -80px;
}
.-right-\[80px\] {
  right: -80px;
}
.-top-\[40px\] {
  top: -40px;
}
.bottom-4 {
  bottom: 1rem;
}
.left-1\/2 {
  left: 50%;
}
.right-4 {
  right: 1rem;
}
.top-1\/2 {
  top: 50%;
}
.z-\[3\] {
  z-index: 3;
}
.z-\[9999\] {
  z-index: 9999;
}
.z-\[999\] {
  z-index: 999;
}
.z-\[99\] {
  z-index: 99;
}
.-mx-32 {
  margin-left: -8rem;
  margin-right: -8rem;
}
.-my-\[50vh\] {
  margin-top: -50vh;
  margin-bottom: -50vh;
}
.-my-\[90vh\] {
  margin-top: -90vh;
  margin-bottom: -90vh;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-14 {
  margin-left: 3.5rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-4 {
  margin-right: 1rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-8 {
  margin-top: 2rem;
}
.box-border {
  box-sizing: border-box;
}
.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;
}
.h-4 {
  height: 1rem;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[330px\] {
  height: 330px;
}
.h-\[470px\] {
  height: 470px;
}
.h-\[calc\(100dvh-124px\)\] {
  height: calc(100dvh - 124px);
}
.h-\[calc\(100dvh-32px\)\] {
  height: calc(100dvh - 32px);
}
.h-\[calc\(100dvh-52px\)\] {
  height: calc(100dvh - 52px);
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-\[85\%\] {
  max-height: 85%;
}
.max-h-\[90\%\] {
  max-height: 90%;
}
.max-h-full {
  max-height: 100%;
}
.min-h-\[120px\] {
  min-height: 120px;
}
.w-4 {
  width: 1rem;
}
.w-\[20px\] {
  width: 20px;
}
.w-full {
  width: 100%;
}
.w-screen {
  width: 100vw;
}
.max-w-full {
  max-width: 100%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.origin-center {
  transform-origin: center;
}
.-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));
}
.rotate-45 {
  --tw-rotate: 45deg;
  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-\[135deg\] {
  --tw-rotate: 135deg;
  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-\[225deg\] {
  --tw-rotate: 225deg;
  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-\[315deg\] {
  --tw-rotate: 315deg;
  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));
}
.skew-x-\[8deg\] {
  --tw-skew-x: 8deg;
  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));
}
.skew-y-\[8deg\] {
  --tw-skew-y: 8deg;
  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));
}
.resize {
  resize: both;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.text-nowrap {
  text-wrap: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-\[16px\] {
  border-radius: 16px;
}
.rounded-tl-\[4px\] {
  border-top-left-radius: 4px;
}
.border {
  border-width: 1px;
}
.border-l {
  border-left-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-\[\#50505b\] {
  --tw-border-opacity: 1;
  border-color: rgb(80 80 91 / var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-opacity-20 {
  --tw-border-opacity: 0.2;
}
.bg-\[\#101518\] {
  --tw-bg-opacity: 1;
  background-color: rgb(16 21 24 / var(--tw-bg-opacity));
}
.bg-\[--color-primary-sambucus\] {
  background-color: var(--color-primary-sambucus);
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-gradient-to-tl {
  background-image: linear-gradient(to top left, 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);
}
.from-50\% {
  --tw-gradient-from-position: 50%;
}
.to-\[\#191929\] {
  --tw-gradient-to: #191929 var(--tw-gradient-to-position);
}
.to-50\% {
  --tw-gradient-to-position: 50%;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-0\.5 {
  padding-bottom: 0.125rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.text-center {
  text-align: center;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.font-bold {
  font-weight: 700;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.leading-\[22px\] {
  line-height: 22px;
}
.leading-\[24px\] {
  line-height: 24px;
}
.leading-\[30\.8px\] {
  line-height: 30.8px;
}
.tracking-\[-0\.02em\] {
  letter-spacing: -0.02em;
}
.text-\[\#515B65\] {
  --tw-text-opacity: 1;
  color: rgb(81 91 101 / var(--tw-text-opacity));
}
.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 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-50 {
  opacity: 0.5;
}
.outline {
  outline-style: solid;
}
.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);
}
.blur-\[var\(--filter-blur\)\] {
  --tw-blur: blur(var(--filter-blur));
  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);
}
.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-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-\[1000ms\] {
  transition-duration: 1000ms;
}
.ease-\[var\(--easeEntrance\)\] {
  transition-timing-function: var(--easeEntrance);
}
