@font-face {
  font-style: normal;
  font-weight: 300;
  font-family: "Roboto";
  font-display: swap;
  src: url("../fonts/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto-Light.woff") format("woff");
}
@font-face {
  font-style: normal;
  font-weight: 400;
  font-family: "Roboto";
  font-display: swap;
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff");
}
@font-face {
  font-style: normal;
  font-weight: 500;
  font-family: "Roboto";
  font-display: swap;
  src: url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff");
}
@font-face {
  font-style: normal;
  font-weight: 700;
  font-family: "Roboto";
  font-display: swap;
  src: url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff");
}
@font-face {
  font-style: normal;
  font-weight: 900;
  font-family: "Roboto";
  font-display: swap;
  src: url("../fonts/Roboto-Black.woff2") format("woff2"), url("../fonts/Roboto-Black.woff") format("woff");
}
/* stylelint-disable */
.lklc-burger {
  margin-left: 5px;
  border: 0;
  width: 22px;
  height: 32px;
  display: grid;
  place-items: center;
  cursor: pointer;
  padding: 0;
  scale: 1;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.lklc-burger:hover .lklc-burger__line,
.lklc-burger:hover .lklc-burger__line::before,
.lklc-burger:hover .lklc-burger__line::after {
  background: rgba(var(--cl-a), 1);
}

.lklc-burger__line {
  position: relative;
  width: 22px;
  border: 0;
}

.lklc-burger__line,
.lklc-burger__line::before,
.lklc-burger__line::after {
  display: block;
  border-radius: 2px;
  height: 2px;
  background: rgba(var(--cl-f), 1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.lklc-burger__line::before,
.lklc-burger__line::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.lklc-burger__line::before {
  top: -5.5px;
}

.lklc-burger__line::after {
  top: 5.5px;
}

.lklc-burger.active .lklc-burger__line {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  background: transparent;
}

.lklc-burger.active .lklc-burger__line::before {
  -webkit-transform: rotate(-45deg) translate(-5px, 5px);
  -ms-transform: rotate(-45deg) translate(-5px, 5px);
  transform: rotate(-45deg) translate(-5px, 5px);
}

.lklc-burger.active .lklc-burger__line::after {
  -webkit-transform: rotate(45deg) translate(-3px, -3.5px);
  -ms-transform: rotate(45deg) translate(-3px, -3.5px);
  transform: rotate(45deg) translate(-3px, -3.5px);
}

.lklc-overlay {
  position: fixed;
  height: calc(100% - var(--header-height));
  right: 0;
  top: var(--header-height);
  bottom: 0;
  left: 0;
  z-index: 29;
  padding: 20px 20px;
  overflow-y: scroll;
  background: rgba(var(--bg-b), 0.7);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  pointer-events: none;
}
.lklc-overlay::-webkit-scrollbar {
  display: none;
}
.lklc-overlay.active {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  pointer-events: initial;
}

:root {
  --body-bg: #171a48;
  --body-font-size: 16px;
  --content-width: 1024px;
  --container-offset: clamp(16px, 1.9531vw, 20px);
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --header-height: 52px;
  --scrollbar-thumb: #214193;
  --scrollbar-track: #141427;
  --scrollbar-track-hover: #161e2f;
  --overlay-bg: rgba(0, 0, 0, 0.5);
  --font-family: "Roboto" , sans-serif;
  --cl-a: 255, 255, 255;
  --cl-b: 0, 0, 0;
  --cl-c: 246, 246, 252;
  --cl-d: 168, 179, 209;
  --cl-e: 5, 5, 27;
  --cl-f: 154, 169, 214;
  --cl-g: 181, 192, 223;
  --cl-h: 222, 228, 245;
  --cl-j: 255, 229, 5;
  --bg-a: 255, 255, 255;
  --bg-b: 0, 0, 0;
  --bg-c: 5, 5, 26;
  --bg-d: 255, 245, 0;
  --bg-e: 255, 208, 41;
  --bg-f: 5, 5, 26;
  --bg-g: 55, 90, 180;
  --bg-h: 233, 234, 239;
  --bg-j: 19, 22, 59;
  --gr-a: linear-gradient(240deg, rgba(var(--cl-j),1.0) 50%,#ff4c00);
  --gr-b: linear-gradient(170deg, rgba(var(--cl-j),1.0) 50%,#ff0000);
}

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

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

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

.splide__pagination {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  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 {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
  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;
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-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 {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-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: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

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

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  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: 0.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: 0.7;
  padding: 0;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 8px;
}

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

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.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 {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

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

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

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

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

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

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

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

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

body {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  min-height: -webkit-fill-available;
  margin: 0 auto;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  font-family: var(--font-family);
  color: rgba(var(--cl-a), 1);
  -webkit-text-size-adjust: 100%;
  background: var(--body-bg);
}
body.mode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100dvh;
}
body.mode main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

main {
  margin: 0 auto;
  min-width: 0 !important;
  padding-top: calc(var(--header-height) + 10px);
}
main.no-padding {
  padding: 0;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  font-style: inherit;
  font-weight: inherit;
  font-family: inherit;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  padding: 0;
  line-height: initial;
  color: inherit;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}

ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

p {
  font-size: clamp(14px, 1.1429vw, 16px);
  font-family: var(--font-family);
  font-weight: 400;
  line-height: 1.5;
  color: rgb(202 215 252);
}

img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

picture {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

input {
  width: 100%;
  background-color: transparent;
  border: none;
  outline: none;
}
input::-webkit-input-placeholder {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}
input::-moz-placeholder {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}
input:-ms-input-placeholder {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}
input::-ms-input-placeholder {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}
input::placeholder {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}

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

textarea {
  border: none;
  outline: none;
  resize: none;
}

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

.lklc-container {
  position: relative;
  width: 100%;
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 var(--container-offset);
}

.panel,
[data-content] {
  z-index: 20;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s;
  transition: max-height 0.2s;
}

.dis-scroll {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  -ms-scroll-chaining: none !important;
  overscroll-behavior: none !important;
  scroll-behavior: none !important;
}

*::-webkit-scrollbar {
  width: 8px;
  height: 7px;
  cursor: pointer;
}
@media (max-width: 767px) {
  *::-webkit-scrollbar {
    display: none;
  }
}
*::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar-thumb);
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
*::-webkit-scrollbar-track {
  background-color: var(--scrollbar-track);
}
*::-webkit-scrollbar-button {
  display: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

.lklc-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 700;
  line-height: 140%;
  color: rgba(var(--cl-a), 1);
}

h1 {
  font-family: var(--font-family);
  font-size: clamp(24px, 2.8571vw, 40px);
  line-height: 125%;
  font-weight: 700;
  color: rgba(var(--cl-a), 1);
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}

h2 {
  font-family: var(--font-family);
  font-size: clamp(22px, 2.2857vw, 32px);
  line-height: 125%;
  font-weight: 700;
  color: rgba(var(--cl-a), 1);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}

h3,
h4 {
  font-family: var(--font-family);
  font-size: clamp(18px, 1.8571vw, 26px);
  font-weight: 700;
  text-align: left;
  color: rgba(var(--cl-a), 1);
}

h5,
h6 {
  font-family: var(--font-family);
  font-size: clamp(16px, 1.5714vw, 22px);
  font-weight: 700;
  text-align: left;
  color: rgba(var(--cl-a), 1);
}

ol:not([class]) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 10px;
  counter-reset: li;
}
ol:not([class]) li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  padding-left: 20px;
  grid-gap: 10px;
  color: rgb(202 215 252);
}
ol:not([class]) li::before {
  position: absolute;
  left: 0;
  top: 1px;
  content: counters(li, "") ".";
  counter-increment: li;
  font-size: clamp(15px, 1.2143vw, 17px);
  font-family: var(--font-family);
  font-weight: 700;
  color: rgba(var(--cl-j), 1);
}

ul:not([class]) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  position: relative;
}
ul:not([class]) li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  gap: 5px;
  padding-left: 12px;
  color: rgb(202 215 252);
}
ul:not([class]) li::before {
  content: "";
  position: absolute;
  top: clamp(7.5px, 0.7813vw, 8px);
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(var(--cl-j), 1);
}

ul[style*="list-style-type: circle"] li::before {
  background: transparent;
  border: solid 2px rgba(var(--cl-j), 1);
  width: 7px;
  height: 7px;
  top: clamp(7px, 0.7324vw, 7.5px);
}

ul[style*="list-style-type: square"] li::before {
  border-radius: 0;
  width: 7px;
  height: 7px;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  top: clamp(7px, 0.7324vw, 7.5px);
}

table:not([class]) {
  width: 100%;
  border-collapse: collapse;
}
table:not([class]) tbody tr:nth-child(odd) td {
  background-color: rgba(var(--bg-g), 0.15);
}
table:not([class]) tbody tr:first-child td {
  background-color: rgba(var(--bg-b), 0.15);
  font-size: clamp(14px, 1.1429vw, 16px);
  font-weight: 700;
}
table:not([class]) th {
  padding: 15px 5px;
  color: rgba(var(--cl-a), 1);
  font-family: var(--font-family);
  font-size: clamp(14px, 1.1429vw, 16px);
  font-weight: 700;
  background-color: rgba(var(--bg-g), 0.15);
  border: solid 1px rgba(var(--cl-a), 0.4);
}
table:not([class]) td {
  text-align: center;
  padding: 10px;
  color: rgba(var(--cl-a), 1);
  font-family: var(--font-family);
  font-size: clamp(14px, 1.1429vw, 16px);
  font-weight: 400;
  border: solid 1px rgba(var(--cl-a), 0.4);
}
@media (max-width: 415px) {
  table:not([class]) td {
    font-size: 14px;
  }
}
table:not([class]) ul li:before {
  content: none !important;
}
table:not([class]) ol li:before {
  content: none !important;
}

@media (max-width: 576px) {
  .table-responsive {
    overflow: auto;
    width: calc(100% + clamp(16px, 1.9531vw, 20px) * 2);
    margin-left: calc(clamp(16px, 1.9531vw, 20px) * -1);
    padding: 0 clamp(16px, 1.9531vw, 20px);
  }
  table:not([class]) {
    min-width: 450px;
  }
  table:not([class]) td p {
    min-width: 125px;
  }
}
@-webkit-keyframes online-rotation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes online-rotation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.lklc-icon-arrow {
  height: 24px;
  width: 24px;
  display: block;
  background-image: url(../img/sprite/arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.lklc-icon-oaks {
  width: 32px;
  height: 32px;
  display: block;
  background-image: url(../img/index/oaks.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.lklc-icon-amatic {
  width: 32px;
  height: 32px;
  display: block;
  background-image: url(../img/index/amatic.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.lklc-icon-prgmatic {
  width: 32px;
  height: 32px;
  display: block;
  background-image: url(../img/index/pragmatic.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.lklc-icon-fazi {
  width: 32px;
  height: 32px;
  display: block;
  background-image: url(../img/index/fazi.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.lklc-icon-tada {
  width: 40px;
  height: 40px;
  display: block;
  background-image: url(../img/index/tada.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.lklc-icon-ruby {
  width: 32px;
  height: 32px;
  display: block;
  background-image: url(../img/index/ruby.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.lklc-icon-fired {
  width: 32px;
  height: 32px;
  display: block;
  background-image: url(../img/index/fired.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.lklc-icon-aviatrix {
  width: 32px;
  height: 32px;
  display: block;
  background-image: url(../img/index/aviatrix.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.lklc-icon-amigo {
  width: 32px;
  height: 32px;
  display: block;
  background-image: url(../img/index/amigo.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.lklc-icon-spin {
  width: 32px;
  height: 32px;
  display: block;
  background-image: url(../img/index/spin.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.lklc-icon-playson {
  width: 32px;
  height: 32px;
  display: block;
  background-image: url(../img/index/playson.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.lklc-icon-amusnet {
  width: 32px;
  height: 32px;
  display: block;
  background-image: url(../img/index/amusnet.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.lklc-icon-spino {
  width: 32px;
  height: 32px;
  display: block;
  background-image: url(../img/index/spino.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.lklc-icon-bang {
  width: 36px;
  height: 36px;
  display: block;
  background-image: url(../img/index/bnag.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.lklc-icon-star {
  width: 38px;
  height: 38px;
  display: block;
  background-image: url(../img/sprite/star.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.lklc-icon-play {
  width: 40px;
  height: 40px;
  display: block;
  background-image: url(../img/sprite/play.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 4;
  background-color: #eaae16;
  border-radius: 100%;
  opacity: 0;
  left: calc(50% - 20px);
  top: calc(50% - 20px);
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.35s ease-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.35s ease-out;
  transition: transform 0.35s ease-out, opacity 0.3s ease-in-out;
  transition: transform 0.35s ease-out, opacity 0.3s ease-in-out, -webkit-transform 0.35s ease-out;
}
.lklc-icon-logo {
  height: 24px;
  width: 115px;
  display: block;
  background-image: url(../img/index/logo.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.lklc-icon-widthraw {
  height: 16px;
  width: 16px;
  display: block;
  background-image: url(../img/sprite/with.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.lklc-icon-top {
  height: 20px;
  width: 20px;
  display: block;
  background-image: url(../img/sprite/top.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.lklc-icon-value {
  height: 52px;
  width: 52px;
  display: block;
  background-image: url(../img/sprite/value.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.lklc-icon-value.blue {
  background-image: url(../img/sprite/value-blue.svg);
}
.lklc-icon-btc {
  height: 32px;
  width: 46px;
  display: block;
  background-image: url(../img/sprite/btc.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.lklc-icon-eth {
  height: 32px;
  width: 46px;
  display: block;
  background-image: url(../img/sprite/eth.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.lklc-icon-ltc {
  height: 32px;
  width: 46px;
  display: block;
  background-image: url(../img/sprite/ltc.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.lklc-icon-usdt {
  height: 32px;
  width: 46px;
  display: block;
  background-image: url(../img/sprite/usdt.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.lklc-icon-kcell {
  height: 32px;
  width: 46px;
  display: block;
  background-image: url(../img/sprite/kcell.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.lklc-icon-atel {
  height: 32px;
  width: 46px;
  display: block;
  background-image: url(../img/sprite/atel.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.lklc-icon-like {
  height: 32px;
  width: 46px;
  display: block;
  background-image: url(../img/sprite/like.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.lklc-icon-tele {
  height: 32px;
  width: 46px;
  display: block;
  background-image: url(../img/sprite/tele.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.lklc-icon-bee {
  height: 32px;
  width: 46px;
  display: block;
  background-image: url(../img/sprite/bee.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.lklc-icon-visa {
  height: 32px;
  width: 46px;
  display: block;
  background-image: url(../img/sprite/visa.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.lklc-icon-android {
  height: 40px;
  width: 118px;
  display: block;
  background-image: url(../img/index/android.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.lklc-icon-slots {
  height: 22px;
  width: 22px;
  display: block;
  background-image: url(../img/sprite/icon1.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.lklc-icon-aviator {
  height: 22px;
  width: 22px;
  display: block;
  background-image: url(../img/sprite/icon2.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.lklc-icon-bonus {
  height: 22px;
  width: 22px;
  display: block;
  background-image: url(../img/sprite/icon3.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.lklc-icon-tour {
  height: 22px;
  width: 22px;
  display: block;
  background-image: url(../img/sprite/icon4.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.lklc-icon-live {
  height: 22px;
  width: 22px;
  display: block;
  background-image: url(../img/sprite/icon5.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.lklc-icon-games {
  height: 22px;
  width: 22px;
  display: block;
  background-image: url(../img/sprite/icon6.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.lklc-icon-casino {
  height: 22px;
  width: 22px;
  display: block;
  background-image: url(../img/sprite/icon7.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.lklc-main-btn {
  color: rgba(var(--cl-e), 1);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 700;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 12px;
  border-radius: 32px;
  height: 32px;
  background: rgba(var(--bg-d), 1);
  -webkit-transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0px;
}
.lklc-main-btn:hover {
  background: rgba(var(--bg-e), 1);
}
.lklc-main-btn--white {
  background: rgba(var(--bg-a), 1);
}
.lklc-main-btn--white:hover {
  background: rgba(var(--bg-h), 1);
}

.lklc-transparent-btn {
  background-color: transparent;
  border: solid 1px rgba(var(--cl-f), 1);
  color: rgba(var(--cl-a), 1);
  border-radius: clamp(10px, 1.1429vw, 16px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(14px, 1.1429vw, 16px);
  font-weight: 700;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 140%;
  outline: none;
  padding: clamp(4px, 0.8571vw, 12px) clamp(16px, 1.7143vw, 24px);
  position: relative;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.lklc-transparent-btn:hover {
  color: rgba(var(--cl-a), 1);
  background: rgba(var(--cl-f), 1);
}

.lklc-orange-btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(var(--cl-f), 1);
  border: none;
  border-radius: 16px;
  color: rgba(var(--cl-a), 1);
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 700;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: none;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-radius: clamp(12px, 1.1429vw, 16px);
  font-size: clamp(12px, 1.1429vw, 16px);
  font-weight: 700;
  line-height: 24px;
  padding: clamp(8px, 0.8571vw, 12px) clamp(16px, 1.7143vw, 24px);
  overflow: hidden;
}
.lklc-orange-btn:hover {
  -webkit-animation: none;
  animation: none;
  background-color: rgba(var(--cl-h), 1);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
}
.lklc-orange-btn.mode:before {
  -webkit-animation: blickBtn 4s ease-in-out infinite;
  animation: blickBtn 4s ease-in-out infinite;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 195, 106, 0)), color-stop(#ffc56d), to(rgba(255, 193, 99, 0)));
  background: linear-gradient(270deg, rgba(255, 195, 106, 0), #ffc56d, rgba(255, 193, 99, 0));
  content: "";
  height: 300%;
  left: 0;
  opacity: 0.4;
  position: absolute;
  top: 0;
  width: 50%;
}

.lklc-red-btn {
  border-radius: 16px;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 24px;
  color: rgba(var(--cl-a), 1);
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-animation: animateButtonRed 1.2s ease-in-out infinite alternate;
  animation: animateButtonRed 1.2s ease-in-out infinite alternate;
}
@media (max-width: 639px) {
  .lklc-red-btn {
    border-radius: 12px;
    font-size: 12px;
    line-height: 20px;
    padding: 8px;
  }
}
.lklc-red-btn:hover {
  -webkit-animation: none;
  animation: none;
}

.lklc-blue-btn {
  border-radius: 16px;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 24px;
  color: rgba(var(--cl-a), 1);
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-animation: animateButtonBlue 1.2s ease-in-out infinite alternate;
  animation: animateButtonBlue 1.2s ease-in-out infinite alternate;
}
@media (max-width: 639px) {
  .lklc-blue-btn {
    border-radius: 12px;
    font-size: 12px;
    line-height: 20px;
    padding: 8px;
  }
}
.lklc-blue-btn:hover {
  -webkit-animation: none;
  animation: none;
}

.lklc-top-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 8px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
.lklc-top-list__item {
  height: 100%;
}
.lklc-top-list__item:first-child {
  height: 168px;
}
.lklc-top-list__item:first-child .lklc-top-card::before {
  background: radial-gradient(50% 50% at 50% 50%, #a2a2a2 0%, rgba(229, 178, 46, 0) 100%);
}
.lklc-top-list__item:first-child .lklc-top-card .lklc-icon-star {
  background-image: url(../img/sprite/star-silver.svg);
}
.lklc-top-list__item:last-child {
  height: 168px;
}
.lklc-top-list__item:last-child .lklc-top-card::before {
  background: radial-gradient(50% 50% at 50% 50%, #b88b7a 0%, rgba(229, 178, 46, 0) 100%);
}
.lklc-top-list__item:last-child .lklc-top-card .lklc-icon-star {
  background-image: url(../img/sprite/star-bronze.svg);
}
@media (max-width: 576px) {
  .lklc-top-list__item {
    height: 184px;
  }
}

.lklc-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 8px;
}
.lklc-nav-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 8px;
}
@media (min-width: 768px) {
  .lklc-nav-list__item:first-of-type .lklc-nav-card:first-of-type {
    width: 36%;
  }
  .lklc-nav-list__item:last-of-type .lklc-nav-card:last-of-type {
    width: 36%;
  }
}
@media (max-width: 767px) {
  .lklc-nav-list__item:first-of-type .lklc-nav-card:nth-child(1) {
    width: calc(52% - 4px);
  }
}
@media (max-width: 767px) {
  .lklc-nav-list__item:last-of-type .lklc-nav-card:nth-child(1) {
    width: calc(52% - 4px);
  }
  .lklc-nav-list__item:last-of-type .lklc-nav-card:nth-child(2) {
    width: calc(52% - 4px);
  }
}
@media (min-width: 768px) {
  .lklc-nav-list__item .lklc-nav-card {
    width: 32%;
  }
}
@media (max-width: 767px) {
  .lklc-nav-list__item .lklc-nav-card {
    width: calc(48% - 4px);
  }
}
@media (max-width: 767px) {
  .lklc-nav-list__item {
    display: contents;
  }
}
@media (max-width: 767px) {
  .lklc-nav-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.lklc-main-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 4px;
  width: 100%;
}
.lklc-main-top__title {
  color: rgba(var(--cl-c), 1);
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0px;
}
.lklc-main-top__link {
  font-family: var(--font-family);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  font-size: var(--size-16);
  line-height: var(--size-20);
  letter-spacing: 0px;
  text-transform: none;
  color: rgba(var(--cl-d), 1);
  margin-right: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.lklc-main-top__link:hover {
  opacity: 0.6;
}

.lklc-providers-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 0.3s cubic-bezier(0.65, 0, 0.35, 1), -webkit-transform 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}
@media (max-width: 1024px) {
  .lklc-providers-list {
    will-change: scroll-position;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-x: auto;
    width: calc(100% + 16px);
    margin-left: -16px;
    padding: 0 0px 0 16px;
  }
}
@media (max-width: 1024px) {
  .lklc-providers-list__item {
    scroll-snap-align: start;
  }
}

.lklc-widthrawal-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  padding: 12px;
  background-color: rgba(var(--bg-c), 1);
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  grid-column: 1/-1;
  gap: 10px;
}
.lklc-widthrawal-banner__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
}
.lklc-widthrawal-banner__pretitle {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0px;
  text-transform: none;
  color: rgba(var(--cl-g), 1);
}
.lklc-widthrawal-banner__title {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 26px;
  line-height: 100%;
  letter-spacing: 0.38px;
  text-transform: uppercase;
  font-style: italic;
}
.lklc-widthrawal-banner__link {
  position: absolute;
  z-index: 4;
  inset: 0;
}
.lklc-widthrawal-banner__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  overflow-x: auto;
  width: calc(100% + 24px);
  margin-left: -12px;
  padding: 0 12px;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
  scroll-padding: 6px;
}
.lklc-widthrawal-banner__list::-webkit-scrollbar {
  display: none;
}
.lklc-widthrawal-banner__item {
  display: grid;
  grid-template-columns: auto 1fr;
  padding: 9px 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border-radius: 16px;
  will-change: transform, background;
  width: 195px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  scroll-snap-align: start;
}
.lklc-widthrawal-banner__icon {
  width: 52px;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-column: 1;
  grid-row: 1/2;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 16px;
  color: rgba(var(--cl-c), 1);
  line-height: 18px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  font-style: italic;
  position: relative;
  z-index: 1;
}
.lklc-widthrawal-banner__icon .lklc-icon-value {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}
.lklc-widthrawal-banner__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.lklc-widthrawal-banner__id {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: rgba(var(--cl-g), 1);
}
.lklc-widthrawal-banner__value {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0px;
  text-transform: none;
  font-family: var(--font-family);
  color: rgba(var(--cl-c), 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.lklc-widthrawal-banner__info {
  font-family: var(--font-family);
  color: rgba(var(--cl-g), 1);
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.32px;
  text-transform: none;
}

.lklc-game-slider {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.lklc-game-slider__wrapp {
  width: 100%;
}
.lklc-game-slider__list {
  width: 100%;
}
.lklc-game-slider__slide {
  width: 160px;
}
.lklc-game-slider .splide__arrow {
  background: #2d3a7d;
  width: 40px;
  height: 40px;
  -webkit-box-shadow: 0px 0px 32px 0px rgba(116, 107, 93, 0.2);
  box-shadow: 0px 0px 32px 0px rgba(116, 107, 93, 0.2);
}
.lklc-game-slider .splide__arrow svg {
  fill: #fff;
}
.lklc-game-slider .splide__arrow--prev {
  opacity: 0;
  left: 10px;
}
.lklc-game-slider .splide__arrow--next {
  right: 10px;
}
.lklc-game-slider .splide__arrow:disabled {
  opacity: 0 !important;
}
.lklc-game-slider .splide__pagination {
  display: none;
}
.lklc-game-slider:hover .splide__arrow {
  opacity: 1;
}
.lklc-game-slider[data-banners] .splide__arrow {
  display: none;
}

.lklc-header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 8px;
  height: 100%;
}
@media (min-width: 1024px) {
  .lklc-header-nav {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.lklc-header-nav__list {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
@media (max-width: 1239px) {
  .lklc-header-nav__list {
    gap: 12px;
  }
}
.lklc-header-nav__item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.lklc-header-nav__link {
  font-family: var(--font-family);
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0px;
  text-transform: none;
  color: rgba(var(--cl-f), 1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1140px) {
  .lklc-header-nav__link {
    font-size: 12px;
    line-height: 100%;
  }
  .lklc-header-nav__link i {
    width: 18px;
    height: 18px;
  }
}
.lklc-header-nav__link:hover {
  color: rgba(var(--cl-a), 1);
}
.lklc-header-nav__link:hover i, .lklc-header-nav__link:hover img {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}

.lklc-winner-card {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  padding: 8px 16px 8px 8px;
  border-radius: 12px;
  background: rgba(var(--bg-c), 1);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 100%;
  display: grid;
  grid-template-columns: auto 1fr 100px;
  grid-gap: 1px 8px;
}
.lklc-winner-card__link {
  position: absolute;
  z-index: 3;
  inset: 0;
  opacity: 0;
}
.lklc-winner-card__name {
  font-family: var(--font-family);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: rgba(var(--cl-c), 1);
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0px;
  text-transform: none;
  -ms-flex-item-align: end;
  align-self: end;
}
.lklc-winner-card__id {
  color: rgba(var(--cl-d), 1);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 0px;
  text-transform: uppercase;
}
.lklc-winner-card__value {
  display: block;
  color: rgba(var(--cl-c), 1);
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  grid-column: 3;
  grid-row: 1/3;
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  font-style: italic;
  justify-self: end;
}
.lklc-winner-card__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  grid-column: 1;
  grid-row: 1/3;
  position: relative;
  z-index: 1;
}
.lklc-winner-card__image::before {
  content: "";
  border-radius: inherit;
  position: absolute;
  inset: 0;
  opacity: 0;
  background: rgba(17, 17, 54, 0.6509803922);
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  z-index: 4;
}
.lklc-winner-card__image img,
.lklc-winner-card__image picture {
  width: 100%;
  height: 100%;
}
.lklc-winner-card__image .lklc-icon-play {
  background-size: 14px 14px;
  width: 25px;
  height: 25px;
  left: calc(50% - 12.5px);
  top: calc(50% - 12.5px);
}
.lklc-winner-card:hover .lklc-winner-card__image::before {
  opacity: 1;
}
.lklc-winner-card:hover .lklc-winner-card__image .lklc-icon-play {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateZ(0) scale3d(1.05, 1.05, 1.05);
  transform: translateZ(0) scale3d(1.05, 1.05, 1.05);
}

.lklc-banner {
  height: 360px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.lklc-banner::before, .lklc-banner::after {
  position: absolute;
  content: "";
  inset: 0;
  pointer-events: none;
}
.lklc-banner::before {
  z-index: -1;
  background: -webkit-gradient(linear, left top, right top, color-stop(22.22%, rgba(21, 21, 21, 0)), color-stop(59.07%, rgba(21, 21, 21, 0.6)), color-stop(79.92%, rgba(21, 21, 21, 0.7)), color-stop(92%, rgba(21, 21, 21, 0.8)));
  background: linear-gradient(90deg, rgba(21, 21, 21, 0) 22.22%, rgba(21, 21, 21, 0.6) 59.07%, rgba(21, 21, 21, 0.7) 79.92%, rgba(21, 21, 21, 0.8) 92%);
}
@media (max-width: 767px) {
  .lklc-banner::before {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(22.22%, rgba(21, 21, 21, 0)), color-stop(59.07%, rgba(21, 21, 21, 0.2)), color-stop(79.92%, rgba(21, 21, 21, 0.3)), color-stop(92%, rgba(21, 21, 21, 0.6)));
    background: linear-gradient(180deg, rgba(21, 21, 21, 0) 22.22%, rgba(21, 21, 21, 0.2) 59.07%, rgba(21, 21, 21, 0.3) 79.92%, rgba(21, 21, 21, 0.6) 92%);
  }
}
.lklc-banner::after {
  z-index: -3;
  background-color: #05051a;
}
.lklc-banner__bg {
  position: absolute;
  z-index: -2;
  inset: 0;
}
.lklc-banner__bg img,
.lklc-banner__bg picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 767px) and (min-width: 576px) {
  .lklc-banner__bg img,
  .lklc-banner__bg picture {
    -o-object-position: 10% 50%;
    object-position: 10% 50%;
  }
}
@media (max-width: 576px) {
  .lklc-banner__bg img,
  .lklc-banner__bg picture {
    -o-object-position: 15% 50%;
    object-position: 15% 50%;
  }
}
.lklc-banner__box {
  width: 360px;
  padding: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 2;
  padding: 16px 16px 24px 16px;
  width: 100%;
  max-width: 375px;
  gap: 24px;
}
@media (min-width: 768px) {
  .lklc-banner__box {
    margin-right: 16px;
  }
}
.lklc-banner__title {
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  font-family: var(--font-family);
  letter-spacing: 0px;
  text-transform: none;
}
.lklc-banner .lklc-main-btn {
  border-radius: 12px;
  height: 56px;
  padding: 16px;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .lklc-banner {
    height: 480px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.lklc-banner__link {
  position: absolute;
  z-index: 1;
  inset: 0;
}

.lklc-nav-card {
  display: block;
  position: relative;
  overflow: hidden;
  height: 88px;
  border-radius: 12px;
  z-index: 1;
}
.lklc-nav-card:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 70%;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.03%, rgba(28, 28, 28, 0.65)), color-stop(99.97%, rgba(28, 28, 28, 0)));
  background: linear-gradient(90deg, rgba(28, 28, 28, 0.65) 0.03%, rgba(28, 28, 28, 0) 99.97%);
  z-index: 1;
}
@media (max-width: 576px) {
  .lklc-nav-card:after {
    width: 90%;
  }
}
.lklc-nav-card__image {
  position: absolute;
  height: 100%;
  width: 100%;
}
.lklc-nav-card__image img,
.lklc-nav-card__image picture {
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: right;
  object-position: right;
}
@media (max-width: 576px) {
  .lklc-nav-card__image img,
  .lklc-nav-card__image picture {
    -o-object-position: 90% 50%;
    object-position: 90% 50%;
  }
}
@media (max-width: 415px) {
  .lklc-nav-card__image img,
  .lklc-nav-card__image picture {
    -o-object-position: 80% 50%;
    object-position: 80% 50%;
  }
}
.lklc-nav-card__title {
  position: absolute;
  max-width: 65%;
  padding: 12px 0 0 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgba(var(--cl-a), 1);
  z-index: 10;
  word-break: break-word;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0px;
  text-transform: none;
  font-family: var(--font-family);
}
.lklc-nav-card__btn {
  position: absolute;
  z-index: 11;
  inset: 0;
}
.lklc-nav-card:hover .lklc-nav-card__image img, .lklc-nav-card:hover .lklc-nav-card__image picture {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.lklc-top-card {
  background: rgba(var(--bg-c), 1);
  height: 100%;
  padding: 12px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 16px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
}
.lklc-top-card__label {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: -14px;
  right: -14px;
  width: 38px;
  height: 38px;
  color: rgba(var(--cl-a), 1);
  overflow: hidden;
  z-index: 4;
}
.lklc-top-card__label::before {
  content: attr(data-win);
  display: block;
  color: rgba(var(--cl-a), 1);
  font-weight: 900;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  font-style: italic;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-55%, -50%);
  -ms-transform: translate(-55%, -50%);
  transform: translate(-55%, -50%);
}
.lklc-top-card__image {
  position: relative;
  z-index: 1;
  width: 80px;
  height: 80px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 12px;
}
.lklc-top-card__image::before {
  content: "";
  border-radius: inherit;
  position: absolute;
  inset: 0;
  opacity: 0;
  background: rgba(17, 17, 54, 0.6509803922);
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  z-index: 4;
}
@media (max-width: 360px) {
  .lklc-top-card__image {
    width: 70px;
    height: 70px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
  }
}
.lklc-top-card__image img, .lklc-top-card__image picture {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.lklc-top-card__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2px;
}
.lklc-top-card__id {
  font-family: var(--font-family);
  color: rgba(var(--cl-d), 1);
  overflow: hidden;
  text-wrap: nowrap;
  max-width: 100%;
  text-overflow: ellipsis;
  font-weight: 600;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 0px;
  text-transform: uppercase;
}
.lklc-top-card__value {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 800;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  font-style: italic;
  color: rgba(var(--cl-c), 1);
  word-break: break-all;
}
.lklc-top-card__link {
  position: absolute;
  z-index: 4;
  inset: 0;
}
.lklc-top-card:before {
  content: " ";
  position: absolute;
  opacity: 0.45;
  background: radial-gradient(50% 50% at 50% 50%, #c5a677 0%, rgba(229, 178, 46, 0) 100%);
  top: -20px;
  right: -20px;
  bottom: -20px;
  left: -20px;
  right: -60px;
  bottom: -60px;
  pointer-events: none;
}
.lklc-top-card:hover .lklc-top-card__image::before {
  opacity: 1;
}
.lklc-top-card:hover .lklc-top-card__image .lklc-icon-play {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateZ(0) scale3d(1.05, 1.05, 1.05);
  transform: translateZ(0) scale3d(1.05, 1.05, 1.05);
}

.lklc-banner-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  position: relative;
  z-index: 1;
  border-radius: 12px;
  overflow: hidden;
  height: 152px;
  padding: 12px 16px 16px;
}
.lklc-banner-card__bg {
  position: absolute;
  z-index: -1;
  inset: 0;
  border-radius: inherit;
}
.lklc-banner-card__bg img, .lklc-banner-card__bg picture {
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: right;
  object-position: right;
}
.lklc-banner-card__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0px;
  text-transform: none;
  color: rgba(var(--cl-a), 1);
}
.lklc-banner-card__value {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.32px;
  text-transform: none;
  color: rgba(var(--cl-a), 1);
}
.lklc-banner-card__link {
  position: absolute;
  inset: 0;
  z-index: 5;
}
.lklc-banner-card .lklc-main-btn {
  margin-top: auto;
}
.lklc-banner-card:hover .lklc-banner-card__bg img, .lklc-banner-card:hover .lklc-banner-card__bg picture {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.lklc-providers-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.lklc-providers-card__icon {
  margin: 0 0 4px 8px;
  width: 56px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(var(--bg-f), 1);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.lklc-providers-card__name {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: pre-wrap;
  color: rgba(var(--cl-c), 1);
  font-family: var(--font-family);
  word-break: break-word;
  width: 100%;
  max-width: 64px;
  -webkit-transform: translateX(4px);
  -ms-transform: translateX(4px);
  transform: translateX(4px);
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.32px;
  text-transform: none;
}
.lklc-providers-card:hover .lklc-providers-card__icon {
  background: #375ab4;
}

.lklc-game-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  height: 100%;
}
.lklc-game-card__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  aspect-ratio: 1;
  border-radius: inherit;
  position: relative;
  z-index: 1;
}
.lklc-game-card__image img,
.lklc-game-card__image picture {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
}
.lklc-game-card__image::before {
  content: "";
  border-radius: inherit;
  position: absolute;
  inset: 0;
  opacity: 0;
  background: rgba(17, 17, 54, 0.7137254902);
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  z-index: 4;
}
.lklc-game-card__image .lklc-icon-play {
  width: 80px;
  height: 80px;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
  background-size: 36px 36px;
}
.lklc-game-card:hover::before {
  opacity: 1;
}
.lklc-game-card:hover .lklc-game-card__wrapp {
  opacity: 1;
  visibility: visible;
}
.lklc-game-card__wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 6px 12px;
  background: rgba(var(--bg-c), 1);
  height: 100%;
  z-index: 3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.lklc-game-card__title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  color: rgba(var(--cl-a), 1);
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0px;
  text-transform: none;
}
.lklc-game-card__provider {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.32px;
  text-transform: none;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  white-space: nowrap;
  color: rgba(var(--cl-d), 1);
}
.lklc-game-card:hover .lklc-game-card__image::before {
  opacity: 1;
}
.lklc-game-card:hover .lklc-game-card__image .lklc-icon-play {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateZ(0) scale3d(1.05, 1.05, 1.05);
  transform: translateZ(0) scale3d(1.05, 1.05, 1.05);
}

.lklc-demo-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: rgb(35, 35, 35);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 16px;
}
.lklc-demo-card__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  height: clamp(320px, 48.8281vw, 500px);
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}
.lklc-demo-card__image::before {
  position: absolute;
  content: "";
  z-index: 2;
  background-color: rgba(23, 21, 21, 0.5);
  inset: 0;
  border-radius: 16px;
  pointer-events: none;
}
.lklc-demo-card__image img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
  height: 100%;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
.lklc-demo-card .lklc-main-btn {
  border-radius: 12px;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 576px) {
  .lklc-demo-card .lklc-main-btn {
    width: 100%;
    height: 56px;
    padding: 16px;
    max-width: 320px;
  }
}
.lklc-demo-card button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 5;
}
@media (max-width: 576px) {
  .lklc-demo-card button {
    max-width: 320px;
    width: calc(100% - 28px);
    height: 48px;
  }
}
.lklc-demo-card button.lklc-demo-card__btn {
  display: block;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.lklc-demo-card:hover img {
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}

.lklc-main-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 18px;
}
.lklc-main-box img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
}
.lklc-main-box a, .lklc-main-box button {
  color: rgba(var(--cl-j), 1);
  text-decoration: underline;
  font-family: var(--font-family);
  font-size: clamp(14px, 1.1429vw, 16px);
  font-weight: 400;
  line-height: 1.5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-underline-offset: 3px;
}
.lklc-main-box a:hover, .lklc-main-box button:hover {
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}
.lklc-main-box p {
  color: rgba(var(--cl-h), 1);
}
.lklc-main-box--mode {
  grid-gap: 18px;
}

.lklc-accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 8px;
}
.lklc-accordion__item {
  background: rgba(var(--bg-c), 0.6);
  border-radius: 12px;
}
.lklc-accordion__button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 12px;
  border: none;
  text-decoration: none !important;
  padding: 14px clamp(16px, 1.7578vw, 18px);
  cursor: pointer;
}
.lklc-accordion__button.active {
  border-bottom: none;
  border-radius: 12px 12px 0 0;
}
.lklc-accordion__button.active .lklc-accordion__icon::before {
  opacity: 0;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.lklc-accordion__button.active .lklc-accordion__icon:after {
  -webkit-transform: translateY(-50%) rotate(0);
  -ms-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0);
}
.lklc-accordion__button:hover .lklc-accordion__icon::before, .lklc-accordion__button:hover .lklc-accordion__icon:after {
  background-color: rgba(var(--cl-j), 1);
}
.lklc-accordion__button:hover .lklc-accordion__title {
  color: rgba(var(--cl-j), 1);
}
.lklc-accordion__icon {
  cursor: pointer;
  height: clamp(16px, 1.9531vw, 20px);
  position: relative;
  width: clamp(16px, 1.9531vw, 20px);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.lklc-accordion__icon::before, .lklc-accordion__icon:after {
  background-color: rgba(var(--cl-a), 1);
  border-radius: 5px;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  width: 100%;
}
.lklc-accordion__icon::before {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.lklc-accordion__icon:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.lklc-accordion__content {
  width: 100%;
  border-radius: 0 0 12px 12px;
}
.lklc-accordion__box {
  border-radius: inherit;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 15px;
  padding: 0 36px 15px clamp(20px, 2.9297vw, 30px);
  margin-bottom: 1px;
}
.lklc-accordion__title {
  font-family: var(--font-family);
  font-size: clamp(16px, 1.7578vw, 18px);
  font-weight: 500;
  text-align: start;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1.4;
  color: rgba(var(--cl-c), 1);
}
.lklc-accordion p {
  font-size: clamp(14px, 1.5625vw, 16px);
  font-weight: 400;
  line-height: 1.3;
  color: rgba(var(--cl-h), 1);
  font-family: var(--font-family);
}

.lklc-footer-nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 16px;
  position: relative;
  z-index: 1;
  padding-bottom: 16px;
}
.lklc-footer-nav::before {
  bottom: 0;
  position: absolute;
  content: "";
  border-bottom: solid 1px rgba(255, 255, 255, 0.1019607843);
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  pointer-events: none;
}
.lklc-footer-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
.lklc-footer-nav__list::before {
  font-family: var(--font-family);
  content: attr(data-title);
  font-weight: 600;
  color: rgba(var(--cl-c), 1);
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0px;
  margin-bottom: 2px;
  text-transform: none;
}
@media (max-width: 576px) {
  .lklc-footer-nav__list:nth-of-type(2) {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .lklc-footer-nav__list:last-of-type {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}
.lklc-footer-nav__item {
  font-size: 12px;
  font-weight: 400;
  position: relative;
}
.lklc-footer-nav__item * {
  font-size: 12px;
  color: rgba(var(--cl-d), 1);
  font-weight: 400;
  line-height: 16px;
  -webkit-transition: 0.15s ease;
  transition: 0.15s ease;
}
.lklc-footer-nav__item *:hover {
  color: rgba(var(--cl-j), 1);
}
@media (max-width: 1024px) and (min-width: 576px) {
  .lklc-footer-nav {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 36px 16px;
  }
}
@media (max-width: 576px) {
  .lklc-footer-nav {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 32px 16px;
  }
}

.lklc-header {
  left: 0;
  right: 0;
  position: fixed;
  z-index: 30;
  top: 0;
  height: 52px;
  background: transparent;
  -webkit-transition: all 0.3s, padding-right 0s;
  transition: all 0.3s, padding-right 0s;
  background: rgba(var(--bg-j), 1);
  padding: 10px 0;
}
.lklc-header:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1019607843);
}
.lklc-header.active {
  background: rgba(var(--bg-j), 1);
}
.lklc-header__box {
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  grid-template-columns: 230px 1fr 230px;
  grid-gap: 8px 10px;
}
@media (max-width: 1024px) {
  .lklc-header__box {
    grid-template-columns: auto 1fr auto;
    justify-items: end;
    grid-gap: 5px;
  }
}
@media (min-width: 1024px) {
  .lklc-header .lklc-logo {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}
.lklc-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.lklc-header__inner a,
.lklc-header__inner button {
  text-transform: initial;
  font-size: 13px;
}
.lklc-header .lklc-burger {
  justify-self: end;
}
@media (min-width: 1024px) {
  .lklc-header .lklc-burger {
    display: none;
  }
}
@media (max-width: 1024px) {
  .lklc-header .lklc-burger {
    --burger-width: 24px;
    --burger-height: 14px;
    --burger-line-height: 2px;
    --border-radius: 3px;
  }
}
@media (min-width: 1024px) {
  .lklc-header .lklc-container {
    max-width: 100%;
  }
}

.lklc-mobile {
  position: fixed;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 35px;
  -webkit-transform: translateX(230%);
  -ms-transform: translateX(230%);
  transform: translateX(230%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
  max-width: 450px;
  height: 100vh;
  overflow-y: auto;
  top: var(--header-height);
  padding: 35px 20px 15px;
  z-index: 30;
  background: rgba(var(--bg-j), 1);
}
.lklc-mobile.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
@media (max-width: 1024px) {
  .lklc-mobile .lklc-header-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 1024px) and (min-width: 576px) {
  .lklc-mobile .lklc-header-nav__list {
    grid-gap: 15px;
  }
}
@media (max-width: 1024px) and (max-width: 576px) {
  .lklc-mobile .lklc-header-nav__list {
    grid-gap: 10px;
  }
}
@media (max-width: 1024px) {
  .lklc-mobile .lklc-header-nav__link {
    padding: 10px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
  }
}
.lklc-mobile__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 32px;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 1024px) {
  .lklc-mobile__box {
    display: contents;
  }
}
@media (min-width: 1024px) {
  .lklc-mobile {
    display: contents;
  }
}

footer {
  overflow: hidden;
  border-radius: 16px 16px 0 0;
  background: rgba(var(--bg-c), 1);
  padding: clamp(20px, 2.9297vw, 30px) 0 clamp(20px, 2.9297vw, 30px);
}
@media (min-width: 1024px) {
  footer .lklc-container {
    max-width: 100%;
  }
}

.lklc-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.lklc-footer__app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.lklc-footer__app:hover {
  opacity: 0.7;
}
.lklc-footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  padding: 16px 0;
  position: relative;
  z-index: 1;
}
.lklc-footer__row::before {
  bottom: 0;
  position: absolute;
  content: "";
  border-bottom: solid 1px rgba(255, 255, 255, 0.1019607843);
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  pointer-events: none;
}
.lklc-footer__deskr {
  padding-top: 16px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.32px;
  text-transform: none;
  color: rgba(var(--cl-d), 1);
}
.lklc-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px 4px;
  position: relative;
  z-index: 1;
}
.lklc-footer__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 62px;
  height: 40px;
  padding: 4px 8px;
}

.lklc-winners-section {
  margin-bottom: 30px;
  overflow: hidden;
}
.lklc-winners-section__box {
  display: grid;
  grid-template-columns: clamp(350px, 39.0625vw, 400px) 1fr;
  grid-gap: 12px 8px;
}
@media (max-width: 767px) and (min-width: 576px) {
  .lklc-winners-section__box {
    grid-template-columns: 0.5fr 1fr;
  }
  .lklc-winners-section__box .lklc-winner-card {
    grid-gap: 1px 4px;
  }
}
@media (max-width: 576px) {
  .lklc-winners-section__box {
    grid-template-columns: 100%;
  }
}
.lklc-winners-section .lklc-main-top,
.lklc-winners-section .lklc-nav-list {
  grid-column: 1/-1;
}
.lklc-winners-section__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 8px;
}
@media (max-width: 1024px) {
  .lklc-winners-section__list {
    grid-template-columns: 100%;
  }
}
@media (max-width: 1024px) {
  .lklc-winners-section__item:not(:nth-child(-n+3)) {
    display: none;
  }
}
.lklc-winners-section .lklc-main-top {
  margin-bottom: 5px;
}
.lklc-winners-section .lklc-nav-list {
  display: grid;
  grid-template-columns: calc(52% - 4px) calc(48% - 4px);
}
.lklc-winners-section .lklc-nav-list__item .lklc-nav-card:first-of-type {
  width: 100%;
}
@media (max-width: 415px) {
  .lklc-winners-section .lklc-nav-list {
    grid-template-columns: 100%;
  }
}

.lklc-providers-section {
  margin-bottom: 30px;
  overflow: hidden;
}
.lklc-providers-section__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.lklc-game-section {
  position: relative;
  padding: clamp(5px, 0.9766vw, 10px) 0 30px;
}
.lklc-game-section h1 {
  font-size: clamp(26px, 3.8333vw, 46px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: center;
  background: var(--gr-a);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.lklc-game-section__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 15px;
}

.lklc-games-section {
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
  overflow: hidden;
}
.lklc-games-section__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.lklc-about-section {
  padding-bottom: 30px;
  overflow: hidden;
}
.lklc-about-section__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 18px;
}
.lklc-about-section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.lklc-about-section__inner p{
    color:rgb(202 215 252);
}
.lklc-about-section__inner--mode {
  grid-gap: 20px;
}
.lklc-about-section__inner--mode .lklc-main-box {
  grid-gap: 16px;
}

.lklc-hero-section {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}
.lklc-hero-section__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: clamp(16px, 1.8705vw, 26px) 16px;
  position: relative;
}

.lklc-error-section {
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: var(--header-height) 0 clamp(80px, 9.7656vw, 100px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.lklc-error-section .lklc-container {
  -ms-flex-item-align: center;
  align-self: center;
  justify-self: center;
}
.lklc-error-section__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.lklc-error-section h1 {
  font-weight: 900;
  font-size: clamp(100px, 15.625vw, 160px);
  color: rgba(var(--cl-b), 1);
  background: var(--gr-b);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.lklc-error-section p {
  margin: clamp(1px, 0.9766vw, 10px) 0 clamp(25px, 3.9063vw, 40px);
  font-size: clamp(26px, 3.9063vw, 40px);
}
.lklc-error-section .lklc-main-btn {
  font-size: 16px;
  height: 52px;
  max-width: 230px;
  width: 100%;
}

.mce-toc {
    position: relative;
    z-index: 1;
    padding: 15px 15px 20px 20px;
    width: 100%;
    background: rgba(var(--bg-a), 0.03);
    border: 1px solid rgba(var(--bg-a), 0.15);
}

.mce-toc h2{
    font-size: clamp(16px, 1.525vw, 20px);
    font-weight: 600;
    text-align: start;
    color: rgba(var(--cl-a), 1);
    order: -1;
    margin-bottom: 15px;
    padding-left: 12px;
}

.mce-toc ul {
    gap: 7px !important;
}

.mce-toc ul > li::before {
    content: '' !important;
    top: 7.5px !important;
}

.mce-toc ul > li > a {
    font-weight: 400;
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: all 0.3s ease;
    text-underline-offset: 3px;
    color: rgb(202 215 252);
}
.mce-toc ul > li > a:hover {
    color: rgba(var(--bg-e), 1);
    text-decoration-color: inherit;
}

.mce-toc ul > li > ul:not([class]) {
    display: none;
}

.mce-toc ul > li > ul > li > a {
    font-weight: 400;
}

@media (max-width: 768px) {
    .mce-toc {
        padding-left: 15px;
    }
}
/*# sourceMappingURL=style.css.map */