*, ::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;
}
.t-fixed {
  position: fixed;
}
.t-relative {
  position: relative;
}
.t-left-0 {
  left: 0px;
}
.t-top-0 {
  top: 0px;
}
.t-my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.t-ml-auto {
  margin-left: auto;
}
.t-mt-10 {
  margin-top: 2.5rem;
}
.t-mt-\[20px\] {
  margin-top: 20px;
}
.t-block {
  display: block;
}
.t-flex {
  display: flex;
}
.t-h-10 {
  height: 2.5rem;
}
.t-h-\[--header-height\] {
  height: var(--header-height);
}
.t-h-\[34px\] {
  height: 34px;
}
.t-h-full {
  height: 100%;
}
.t-w-10 {
  width: 2.5rem;
}
.t-w-\[34px\] {
  width: 34px;
}
.t-w-full {
  width: 100%;
}
.t-flex-col {
  flex-direction: column;
}
.t-items-center {
  align-items: center;
}
.t-justify-center {
  justify-content: center;
}
.t-justify-between {
  justify-content: space-between;
}
.t-gap-1 {
  gap: 0.25rem;
}
.t-gap-2 {
  gap: 0.5rem;
}
.t-gap-4 {
  gap: 1rem;
}
.t-gap-6 {
  gap: 1.5rem;
}
.t-p-2 {
  padding: 0.5rem;
}
.t-py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.t-text-red-300 {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}
.o-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media not all and (min-width: 1920px) {

  .o-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 1920px) {

  .o-container {
    padding-left: calc(((100% - 1920px) / 2) + 32px);
    padding-right: calc(((100% - 1920px) / 2) + 32px);
  }
}

.o-footer-row {
  display: flex;
  width: 100%;
  flex: 1 1 0%;
  justify-content: flex-start;
  gap: 0.5rem;
  overflow-x: scroll;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 1280px) {

  .o-footer-row {
    flex-wrap: wrap;
    overflow: visible;
  }
}

.o-footer-col {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

:root {
  --main-gradient: radial-gradient(75.95% 124.31% at 100% 100%, rgba(0, 143, 147, 0.8509803922) 10.17%, rgba(0, 143, 147, 0)), #0a1324;
  --gray: #acb0b940;
  --white: #ffffff;
  --white-100: #e6e6e6;
  --black: #212836;
  --black-100: #0b1224;
  --cyan: #6bf5ff;
  --red: #f5005a;
  --red-100: #db0051;
  --teal: #008f94;
  --header-height: 60px;
  --menu-height: 48px;
  --sidebar-width: 196px;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff");
  font-display: swap;
  font-weight: 400;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold.woff") format("woff");
  font-display: swap;
  font-weight: 700;
}
body {
  font-family: "Open Sans";
  background: var(--main-gradient);
  color: var(--white);
  margin-top: var(--header-height);
}

h1,
h2,
h3 {
  font-weight: 700;
}

h1 {
  font-size: clamp(1.5rem, 2.5vw, 3rem);
}

h2 {
  font-size: clamp(1.25rem, 2.5vw, 2.25rem);
  scroll-margin-top: 100px;
}

h3 {
  font-size: clamp(1.125rem, 2.5vw, 1.75rem);
}

.o-bg-main-gradient {
  background: var(--main-gradient);
  background-size: 100% 100dvh;
}

.o-btn {
  display: flex;
  align-items: center;
  height: 36px;
  padding: 0 12px;
  background: var(--button-bg);
  color: var(--button-color);
  border-radius: 4px;
  font-size: 12px;
}
.o-btn--primary {
  --button-bg: var(--red);
}
.o-btn--secondary {
  --button-bg: var(--white);
  --button-color: var(--black) ;
}

.o-table {
  overflow-x: auto;
}
.o-table table {
  border-collapse: collapse;
  margin: 0 auto;
}
.o-table table caption,
.o-table table th,
.o-table table td {
  border: 1px solid color-mix(in srgb, var(--white-100) 50%, transparent);
}
.o-table table caption {
  padding: 8px 12px;
  background-color: var(--gray);
  color: var(--caption-c);
  border-bottom: none;
  font-weight: 700;
}
.o-table table th {
  padding: 8px 12px;
  background-color: var(--gray);
  color: var(--th-color);
  font-weight: 700;
}
.o-table table td {
  padding: 8px 12px;
  background-color: var(--td-bgc);
  color: var(--td-color);
}

[class$=-section] {
  display: grid;
  flex-direction: column;
  gap: 0.5rem;
}

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

.o-center {
  margin: 0 auto;
}

.o-p-img {
  display: grid;
  place-items: center;
  gap: 1rem;
}
.o-p-img div {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

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

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

.o-responsive {
  height: auto;
}

@media (min-width: 768px) {
  .o-p-img {
    grid-template-columns: auto auto;
  }
}
.c-header {
  z-index: 20;
}
.c-header__burger {
  padding: 8px;
  box-sizing: content-box;
}
.c-header__burger.js-active span {
  position: absolute;
}
.c-header__burger.js-active span:nth-of-type(1) {
  rotate: 45deg;
}
.c-header__burger.js-active span:nth-of-type(2) {
  width: 0;
}
.c-header__burger.js-active span:nth-of-type(3) {
  rotate: -45deg;
}
.c-header__burger span {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--white);
  transition: all 0.2s ease-in-out;
}
.c-header__logo {
  display: block;
  width: 22px;
  height: 40px;
  padding: 8px;
  box-sizing: content-box;
}
.c-header__logo img {
  width: 22px;
  height: 32px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
.c-header__menu li {
  display: flex;
  width: 20%;
  align-items: center;
}
.c-header__menu li:last-of-type a::before {
  content: none;
}
.c-header__menu li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  width: 100%;
  text-align: center;
  font-size: 9px;
}
.c-header__menu li a::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: color-mix(in srgb, var(--white) 75%, transparent);
  color: color-mix(in srgb, var(--white) 75%, transparent);
  -webkit-mask-image: var(--header-icon);
          mask-image: var(--header-icon);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.c-header .o-btn {
  text-transform: uppercase;
  font-weight: 700;
}
.c-header .o-btn--primary {
  background-color: #B30041;
}
.c-header .o-btn--primary:hover {
  background-color: var(--red);
}
@media (min-width: 1280px) {
  .c-header__logo {
    width: auto;
  }
  .c-header__logo img {
    width: -moz-fit-content;
    width: fit-content;
  }
  .c-header__menu li {
    display: flex;
    align-items: flex-start;
    width: auto;
  }
  .c-header__menu li:last-of-type {
    display: none;
  }
  .c-header__menu li a {
    font-size: 16px;
    font-weight: 700;
    color: color-mix(in srgb, var(--white) 60%, transparent);
    padding: 8px 10px;
    transition: all 0.2s ease-in-out;
  }
  .c-header__menu li a::before {
    content: none;
  }
  .c-header__menu li a:hover {
    color: var(--white);
  }
  .c-header__menu li a.o-current {
    color: var(--white);
  }
  .c-header__menu li a.o-current::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: var(--teal);
  }
}

.c-sidebar {
  display: none;
  position: fixed;
  top: var(--header-height);
  left: -100%;
  background-color: var(--black-100);
  width: var(--sidebar-width);
  height: calc(100dvh - var(--header-height));
  overflow: auto;
  transition: all 0.3s ease-in-out;
}
.c-sidebar.js-active {
  left: 0;
}
.c-sidebar__promo {
  --promo-p: 6px;
  position: relative;
  display: block;
  padding: var(--promo-p);
}
.c-sidebar__promo img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 4px;
}
.c-sidebar__promo::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 8px;
  display: block;
  background: linear-gradient(to bottom, var(--cyan), var(--teal));
  z-index: -1;
}
.c-sidebar__title {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 2px;
  bottom: 0;
  padding: 12px;
  inset: 0;
  background: linear-gradient(to bottom, transparent 25%, var(--teal));
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}
.c-sidebar__title span {
  font-size: 12px;
  font-weight: 400;
}
.c-sidebar__links li a {
  color: color-mix(in srgb, var(--white) 75%, transparent);
  height: 40px;
  font-size: 12px;
}
.c-sidebar__links li a:hover {
  color: var(--white);
}
.c-sidebar__links li a::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: var(--sidebar-icon) center no-repeat;
  background-size: contain;
}
.c-sidebar__links li a::after {
  content: attr(data-count);
  font-size: 10px;
  background-color: var(--black);
  padding: 2px 4px;
  border-radius: 40px;
}
@media (min-width: 1280px) {
  .c-sidebar {
    position: sticky;
    top: var(--header-height);
    left: 0;
  }
}

.c-page-wrapper {
  max-width: 1920px;
  margin: 0 auto;
}
@media (min-width: 1280px) {
  .c-page-wrapper {
    display: grid;
    grid-template-columns: var(--sidebar-width) calc(100% - var(--sidebar-width));
  }
}

.c-main {
  display: grid;
  gap: 1rem;
}
.c-main.o-container {
  padding: 0 16px;
}
.c-main ul:not([class]), .c-main ol:not([class]) {
  padding-left: 24px;
}
.c-main ul:not([class]) {
  list-style: disc;
}
.c-main ul:not([class]) ul {
  list-style: circle;
}
.c-main ol:not([class]) {
  list-style: decimal;
}

.c-first-screen {
  position: relative;
  overflow: hidden;
  padding: 16px;
}
.c-first-screen__control {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: calc(50% - 50px);
  width: 50px;
  height: 50px;
  background-color: color-mix(in srgb, var(--black) 65%, transparent);
  border-radius: 8px;
  z-index: 1;
  transition: all 0.2s ease-in-out;
}
.c-first-screen__control:hover {
  background-color: color-mix(in srgb, var(--black) 85%, transparent);
}
.c-first-screen__control:active {
  background-color: color-mix(in srgb, var(--black) 100%, transparent);
}
.c-first-screen__control::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-color: var(--white);
  -webkit-mask-image: url(../img/icons/arrow.svg);
          mask-image: url(../img/icons/arrow.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.c-first-screen__prev {
  left: 20px;
}
.c-first-screen__next {
  right: 20px;
}
.c-first-screen__next::after {
  rotate: 180deg;
}
.c-first-screen__slider {
  display: flex;
  transition: all 0.2s ease-in-out;
  gap: 16px;
}
.c-first-screen__item {
  position: relative;
  flex: 1 0 100%;
  border-radius: 8px;
  overflow: hidden;
}
.c-first-screen__img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  -o-object-position: left;
     object-position: left;
}
.c-first-screen__counter span {
  max-width: 32px;
  width: 20%;
  height: 16px;
}
.c-first-screen__counter span.js-active span::before {
  animation: activeSlider 5s forwards;
}
.c-first-screen__counter span span {
  position: relative;
  display: block;
  width: 100%;
  height: 2px;
  background: var(--gray);
}
.c-first-screen__counter span span::before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: var(--cyan);
}
@media (min-width: 768px) {
  .c-first-screen__item {
    flex: 1 0 fit-content;
  }
}

@keyframes activeSlider {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.c-footer {
  background: rgba(10, 19, 36, 0.5019607843);
  width: 100%;
  flex: 0 1 100%;
  background-size: 100% 100dvh;
  padding-bottom: 48px;
}
.c-footer p:not([class]) {
  font-size: 12px;
  color: color-mix(in srgb, var(--white) 75%, transparent);
}
.c-footer__title {
  font-size: 13px;
  font-weight: 700;
}
.c-footer__sponsors li a {
  font-size: 9px;
  text-align: center;
}
.c-footer__sponsors li a::before {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
}
.c-footer__sponsors li a.lazyloaded::before {
  background: var(--sponsor-icon) center no-repeat;
  background-size: contain;
}
.c-footer__payments li, .c-footer__apps li {
  background-color: color-mix(in srgb, var(--black-100) 50%, transparent);
  border-radius: 6px;
}
.c-footer__payments li {
  flex: 1 0 fit-content;
}
.c-footer__payments li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  width: 55px;
  height: 38px;
}
.c-footer__payments li a img {
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.c-footer__apps li {
  padding: 4px;
}
.c-footer__apps li a img {
  height: 32px;
}
.c-footer__awards li {
  flex: 1 0 fit-content;
  padding: 4px;
}
.c-footer__awards li a img {
  height: 39px;
  min-width: 121px;
  width: 100%;
}
.c-footer__accordeon button::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-color: color-mix(in srgb, var(--white) 75%, transparent);
  transition: all 0.2s ease-in-out;
}
.c-footer__accordeon button.lazyloaded::after {
  -webkit-mask-image: url(../img/icons/dropdown.svg);
          mask-image: url(../img/icons/dropdown.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.c-footer__accordeon button.js-active::after {
  transform: rotate3d(1, 0, 0, 180deg);
}
.c-footer__accordeon ul {
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}
.c-footer__accordeon ul li a {
  font-size: 12px;
  color: color-mix(in srgb, var(--white) 75%, transparent);
}
.c-footer__accordeon ul li a:hover {
  color: var(--white);
}
.c-footer__social li {
  width: 40px;
  height: 40px;
}
.c-footer__social li a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background-color: color-mix(in srgb, var(--white) 25%, transparent);
}
.c-footer__social li a::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  -webkit-mask-size: 20px;
          mask-size: 20px;
  background-color: color-mix(in srgb, var(--white) 50%, transparent);
}
.c-footer__social li a.lazyloaded {
  position: absolute;
}
.c-footer__social li a.lazyloaded::after {
  -webkit-mask-image: var(--social-icon);
          mask-image: var(--social-icon);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.c-footer__social li a:hover::after {
  background-color: color-mix(in srgb, var(--white) 100%, transparent);
}
.c-footer__info li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-footer__eeep-text {
  font-size: clamp(13px, 2.5vw, 19px);
  color: var(--white);
}
.c-footer__eeep {
  border: 1px solid var(--white);
  border-left: none;
  border-right: none;
  font-weight: 700;
}
.c-footer__eeep img {
  min-width: 124px;
  height: 124px;
}
@media (min-width: 1280px) {
  .c-footer__accordeon button::after {
    content: none;
  }
  .c-footer__accordeon ul {
    max-height: unset;
  }
  .c-footer__awards li {
    flex: 1 0 calc(50% - 4px);
  }
  .c-footer__awards li a img {
    min-width: unset;
  }
}

.c-reviews__item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 8px 16px;
  background-color: var(--black);
  border-radius: 8px;
}
.c-reviews__info {
  display: flex;
  align-items: center;
  gap: 8px;
}
.c-reviews__name {
  font-size: 1.25rem;
  font-weight: 700;
}
.c-reviews__date {
  font-size: 0.875rem;
  color: var(--white-100);
}

.c-faqs__item {
  overflow: hidden;
  border-radius: 8px;
  background: var(--black);
}
.c-faqs__item.js-active .c-faqs__answer {
  padding: 16px;
}
.c-faqs__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
  background-color: color-mix(in srgb, var(--teal) 80%, transparent);
  color: var(--white);
  transition: all 0.2s ease-in-out;
}
.c-faqs__question:hover {
  cursor: pointer;
}
.c-faqs__question::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-color: var(--white);
  transition: all 0.2s ease-in-out;
  rotate: 180deg;
}
.c-faqs__question.lazyloaded::after {
  -webkit-mask-image: url(../img/icons/dropdown.svg);
          mask-image: url(../img/icons/dropdown.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
}
.c-faqs__question.js-active::after {
  transform: rotate3d(1, 0, 0, 180deg);
}
.c-faqs__answer {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 0 16px;
  transition: all 0.2s ease-in-out;
  max-height: 0;
}

.c-games {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.c-games__item {
  position: relative;
  display: flex;
  flex: 0 1 calc(50% - var(--content-inner) / 2);
  height: 135px;
  border-radius: 16px;
  overflow: hidden;
}
.c-games__item:hover .c-games__overlay {
  opacity: 1;
  z-index: 1;
}
.c-games__overlay {
  position: absolute;
  z-index: -1;
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  height: 100%;
  background-color: color-mix(in srgb, var(--black-100) 50%, transparent);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  transition: all 0.2s ease-in-out;
}
.c-games__img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
}
.c-games__play {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  border-radius: 40px;
  background-color: color-mix(in srgb, var(--white) 25%, transparent);
}
.c-games__play::after {
  content: "";
  display: block;
  width: 30px;
  height: 35px;
  margin-left: 4px;
  background: url(../img/icons/play.svg);
}
.c-games__demo {
  font-size: 12px;
}
.c-games__demo:hover {
  text-decoration: underline;
}
@media (min-width: 1024px) {
  .c-games__item {
    flex: 0 1 calc(25% - 12.030075188px);
    height: 150px;
  }
  .c-games__img {
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 1920px) {
  .c-games__item {
    height: 170px;
    flex: 0 1 calc(20% - 12.8px);
  }
}

.c-toc {
  position: sticky;
  z-index: 9;
  top: var(--header-height);
  display: flex;
  background-color: var(--black);
  color: var(--white-100);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  overflow-x: auto;
  border-radius: 0 0 8px 8px;
}
.c-toc li a {
  display: block;
  padding: 6px 12px;
  transition: all 0.2s ease-in-out;
  width: -moz-max-content;
  width: max-content;
}
.c-toc li a.js-active {
  background-color: var(--teal);
  color: var(--white);
}
.c-toc li a.js-active:hover {
  background-color: var(--toc-current-bgc-hover);
  color: var(--toc-current-c-hover);
}
.c-toc li a:hover {
  background-color: var(--toc-hover-bgc);
}
.c-toc li a:active {
  background-color: var(--toc-active-bgc);
}
.hover\:t-text-yellow-600:hover {
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity, 1));
}
@media not all and (min-width: 1280px) {

  .max-desktop\:t-fixed {
    position: fixed;
  }

  .max-desktop\:t-bottom-0 {
    bottom: 0px;
  }

  .max-desktop\:t-left-0 {
    left: 0px;
  }

  .max-desktop\:t-flex {
    display: flex;
  }

  .max-desktop\:t-h-\[--menu-height\] {
    height: var(--menu-height);
  }

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

  .max-desktop\:t-bg-\[--black\] {
    background-color: var(--black);
  }
}
@media (min-width: 1024px) {

  .laptop\:t-text-green-700 {
    --tw-text-opacity: 1;
    color: rgb(21 128 61 / var(--tw-text-opacity, 1));
  }
}
@media (min-width: 1280px) {

  .desktop\:t-order-1 {
    order: 1;
  }

  .desktop\:t-order-2 {
    order: 2;
  }

  .desktop\:t-order-3 {
    order: 3;
  }

  .desktop\:t-order-4 {
    order: 4;
  }

  .desktop\:t-hidden {
    display: none;
  }

  .desktop\:t-min-w-\[140px\] {
    min-width: 140px;
  }

  .desktop\:t-max-w-\[173px\] {
    max-width: 173px;
  }

  .desktop\:t-max-w-\[250px\] {
    max-width: 250px;
  }

  .desktop\:t-max-w-\[560px\] {
    max-width: 560px;
  }

  .desktop\:t-flex-row {
    flex-direction: row;
  }

  .desktop\:t-flex-col {
    flex-direction: column;
  }

  .desktop\:t-items-start {
    align-items: flex-start;
  }

  .desktop\:t-items-baseline {
    align-items: baseline;
  }

  .desktop\:t-justify-start {
    justify-content: flex-start;
  }

  .desktop\:t-gap-1 {
    gap: 0.25rem;
  }

  .desktop\:t-gap-\[10px\] {
    gap: 10px;
  }
}