@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,400i,500,500i,600,600i,700,700i,800|Open+Sans:400,400i,600,600i,700,700i,800&display=swap);
/* Typography
================================================== */
body {
  background: #350b2d;
  color: #555;
}


/* ==================================================
             KSI MOBILE & TABLET CASINO
================================================== */

.ksi-device-casino {
  position: relative;
  isolation: isolate;

  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(390px, 0.98fr);
  gap: 48px;
  align-items: stretch;

  margin-bottom: 105px;
  padding: 54px;

  border: 1px solid rgba(36, 220, 255, 0.18);
  border-radius: 30px;

  background:
    radial-gradient(circle at 3% 5%, rgba(144, 74, 255, 0.18), transparent 34%),
    radial-gradient(circle at 61% 100%, rgba(31, 219, 255, 0.08), transparent 31%),
    linear-gradient(135deg, #100a2a, #080817 56%, #0a1028);

  box-shadow:
    0 32px 72px rgba(0, 0, 0, 0.38),
    0 0 46px rgba(91, 72, 255, 0.08);

  overflow: hidden;
}

.ksi-device-casino::before {
  position: absolute;
  inset: 0;
  z-index: -1;

  background-image:
    radial-gradient(rgba(84, 210, 255, 0.12) 1px, transparent 1px);
  background-size: 24px 24px;

  content: "";
  opacity: 0.25;
  pointer-events: none;
}

.ksi-device-casino__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;

  padding: 8px 0 8px 8px;
}

.ksi-device-casino__eyebrow {
  align-self: flex-start;

  margin-bottom: 18px;
  padding: 8px 14px;

  border: 1px solid rgba(39, 220, 255, 0.24);
  border-radius: 999px;

  background: rgba(39, 220, 255, 0.07);

  color: #29ddff;

  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: 1.45px;
  text-transform: uppercase;
}

.ksi-device-casino h3 {
  max-width: 660px;
  margin: 0 0 22px;

  color: #ffffff;

  font-family: "Montserrat", sans-serif;
  font-size: clamp(38px, 3.75vw, 61px);
  line-height: 1.03;
  font-weight: 900;
  letter-spacing: -1.7px;
  text-transform: uppercase;
}

.ksi-device-casino h3 strong {
  display: block;

  margin-top: 7px;

  background: linear-gradient(90deg, #9e61ff, #ff4da8 54%, #29ddff);

  -webkit-background-clip: text;
  background-clip: text;

  color: transparent;
}

.ksi-device-casino__copy > p {
  max-width: 660px;
  margin: 0 0 13px;

  color: #c4c6d4;

  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 1.72;
  font-weight: 500;
}

.ksi-device-casino__copy > p:last-of-type {
  margin-bottom: 25px;
}

.ksi-device-casino__device-list {
  display: grid;
  gap: 9px;

  max-width: 680px;
}

.ksi-device-casino__device {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 16px;
  align-items: center;

  padding: 14px 16px;

  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;

  background: rgba(6, 7, 20, 0.42);

  transition: border-color 0.25s ease, transform 0.25s ease;
}

.ksi-device-casino__device:hover {
  border-color: rgba(157, 89, 255, 0.4);
  transform: translateX(4px);
}

.ksi-device-casino__device > span {
  display: inline-flex;
  justify-content: center;
  align-items: center;

  min-height: 34px;
  padding: 7px 9px;

  border: 1px solid rgba(39, 220, 255, 0.2);
  border-radius: 10px;

  background: rgba(39, 220, 255, 0.06);

  color: #2bddff;

  font-family: "Montserrat", sans-serif;
  font-size: 9px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.85px;
  text-transform: uppercase;
}

.ksi-device-casino__device:nth-child(2) > span {
  border-color: rgba(159, 89, 255, 0.24);
  background: rgba(159, 89, 255, 0.07);
  color: #b178ff;
}

.ksi-device-casino__device:nth-child(3) > span {
  border-color: rgba(255, 76, 165, 0.22);
  background: rgba(255, 76, 165, 0.07);
  color: #ff70b6;
}

.ksi-device-casino__device h4 {
  margin: 0 0 4px;

  color: #ffffff;

  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 900;
}

.ksi-device-casino__device p {
  margin: 0;

  color: #aeb1c1;

  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 1.55;
  font-weight: 500;
}

.ksi-device-casino__visual {
  position: relative;

  min-height: 625px;
  margin: 0;

  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 24px;

  background: #0c0b20;

  box-shadow:
    0 25px 50px rgba(0, 0, 0, 0.33),
    0 0 35px rgba(126, 74, 255, 0.14);

  overflow: hidden;
}

.ksi-device-casino__visual::after {
  position: absolute;
  inset: 0;

  border: 1px solid rgba(90, 218, 255, 0.12);
  border-radius: inherit;

  box-shadow: inset 0 0 40px rgba(88, 105, 255, 0.11);

  content: "";
  pointer-events: none;
}

.ksi-device-casino__visual img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center 52%;
}

@media (max-width: 991px) {

  .ksi-device-casino {
    grid-template-columns: 1fr;
    gap: 36px;

    padding: 44px;
  }

  .ksi-device-casino__copy {
    padding: 0;
  }

  .ksi-device-casino__visual {
    width: min(100%, 560px);
    min-height: 600px;
    margin: 0 auto;
  }

}

@media (max-width: 620px) {

  .ksi-device-casino {
    gap: 27px;

    margin-bottom: 76px;
    padding: 30px 20px;

    border-radius: 22px;
  }

  .ksi-device-casino h3 {
    font-size: 32px;
    letter-spacing: -1px;
  }

  .ksi-device-casino__copy > p {
    font-size: 14px;
    line-height: 1.68;
  }

  .ksi-device-casino__device {
    grid-template-columns: 1fr;
    gap: 10px;

    padding: 14px;
  }

  .ksi-device-casino__device > span {
    justify-content: flex-start;

    width: fit-content;
  }

  .ksi-device-casino__visual {
    min-height: 0;
    aspect-ratio: 4 / 5;

    border-radius: 18px;
  }

}

@media (prefers-reduced-motion: reduce) {

  .ksi-device-casino__device {
    transition: none;
  }

}

body,
p {
  font-family: "Open Sans", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased !important;
  line-height: 26px;
  font-size: 15px;
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #ffffff;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased !important;
}

h1 {
  font-size: 36px;
  line-height: 48px;
}

h2 {
  font-size: 28px;
  line-height: 36px;
  text-transform: uppercase;
  letter-spacing: -1px;
}

h3 {
  font-size: 24px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}

h4 {
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  letter-spacing: -0.2px;
}

h5 {
  font-size: 14px;
  line-height: 24px;
}

.alert .icon {
  margin-right: 15px;
}

/* Global styles
================================================== */
html {
  overflow-x: hidden !important;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  border: 0;
  margin: 0;
  padding: 0;
}

.body-inner {
	position: relative;
	overflow: hidden;
	border: 2px solid #ffb600;
}

.preload {
  position: fixed;
  background: #fff url(../images/preload.gif) center center no-repeat;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

a:link,
a:visited {
  text-decoration: none;
}

a {
  color: inherit;
  transition: 0.2s ease;
}

a:hover {
  text-decoration: none;
  color: #000;
}

a.read-more {
  color: #ffb600;
  font-weight: 700;
  text-transform: uppercase;
}

a.read-more:hover {
  color: #222;
}

section,
.section-padding {
  padding: 70px 0;
  position: relative;
}

.no-padding {
  padding: 0;
}

.gap-60 {
  clear: both;
  height: 60px;
}

.gap-40 {
  clear: both;
  height: 40px;
}

.gap-30 {
  clear: both;
  height: 30px;
}

.gap-20 {
  clear: both;
  height: 20px;
}

.mrb-30 {
  margin-bottom: 30px;
}

.mrb-80 {
  margin-bottom: -80px;
}

.mrt-0 {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}

.pab {
  padding-bottom: 0;
}

a:focus {
  outline: 0;
}

.ts-padding {
  padding: 60px;
}

.solid-bg {
	background: #000;
}

.dark-bg {
  background: #252525;
  color: #fff;
}

.dark-bg h2,
.dark-bg h3 {
  color: #fff;
}

.solid-row {
  background: #f0f0f0;
}

.bg-overlay {
  position: relative;
}

.bg-overlay .container {
  position: relative;
  z-index: 1;
}

.bg-overlay:after {
  background-color: rgba(0, 46, 91, 0.8);
  z-index: 0;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.bg-overlay:after {
  position: relative;
}

.bg-overlay:after {
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 0;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

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

/* Dropcap */
.dropcap {
  font-size: 48px;
  line-height: 60px;
  padding: 0 7px;
  display: inline-block;
  font-weight: 700;
  margin: 5px 15px 5px 0;
  position: relative;
  text-transform: uppercase;
}

.dropcap.primary {
  background: #ffb600;
  color: #fff;
}

.dropcap.secondary {
  background: #3a5371;
  color: #fff;
}

/* Title */
.title {
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 20px;
}

/* Title Border */
/* Section title */
.section-title {
	font-size: 18px;
	line-height: 28px;
	margin: 0;
	text-transform: uppercase;
	font-weight: 300;
	color: #ffb600;
}

.section-sub-title {
	font-weight: 900;
	font-size: 36px;
	line-height: 46px;
	margin: 0 0 60px;
	color: #ffb600;
}
@media (max-width: 575px) {
  .section-sub-title {
    font-size: 28px;
  }
}

/* Column title */
.column-title {
  margin: 0 0 40px;
}

.column-title-small {
  font-size: 20px;
  margin: 0 0 25px;
}

.glitch {
  font-size: 28px;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
}

.glitch {
  animation: glitch 1000ms infinite;
}

.glitch span {
  position: absolute;
  top: 0;
  left: 0;
}

.glitch span:first-child {
  animation: glitch 650ms infinite;
  clip-path: polygon(0 60%, 100% 60%, 100% 100%, 0 100%);
  transform: translate(-0.05em, -0.025em)
}

.glitch span:last-child {
  animation: glitch 650ms infinite;
  clip-path: polygon(0 0, 100% 0, 100% 45%, 0 45%);
  transform: translate(0.05em, 0.025em)
}


@keyframes glitch {
  0% {
    text-shadow:
    0.05em 0 0 rgba(255,0,0,.75),
    -0.025em -0.05em 0 rgba(0,255,0,.75),
    0.025em 0.05em 0 rgba(0,0,255,.75);
  }
  14% {
    text-shadow:
    0.05em 0 0 rgba(255,0,0,.75),
    -0.025em -0.05em 0 rgba(0,255,0,.75),
    0.025em 0.05em 0 rgba(0,0,255,.75);
  }
  15% {
    text-shadow:
    -0.05em -0.025em 0 rgba(255,0,0,.75),
    0.025em 0.025em 0 rgba(0,255,0,.75),
    -0.05em -0.05em 0 rgba(0,0,255,.75);
  }
  49% {
    text-shadow:
    -0.05em -0.025em 0 rgba(255,0,0,.75),
    0.025em 0.025em 0 rgba(0,255,0,.75),
    -0.05em -0.05em 0 rgba(0,0,255,.75);
  }
  50% {
    text-shadow:
    0.025em 0.05em 0 rgba(255,0,0,.75),
    -0.025em -0.05em 0 rgba(0,255,0,.75),
    0 -0.05em 0 rgba(0,0,255,.75);
  }
  99% {
    text-shadow:
    0.025em 0.05em 0 rgba(255,0,0,.75),
    -0.025em -0.05em 0 rgba(0,255,0,.75),
    0 -0.05em 0 rgba(0,0,255,.75);
  }
  100% {
    text-shadow:
    -0.025em 0 0 rgba(255,0,0,.75),
    -0.025em -0.025em 0 rgba(0,255,0,.75),
    -0.025em -0.05em 0 rgba(0,0,255,.75);
  }
}

/* Page content title */
.page-content-title.first {
  margin-top: 0;
}

/* Video responsive */
.embed-responsive {
  padding-bottom: 56.25%;
  position: relative;
  display: block;
  height: 0;
  overflow: hidden;
}

.embed-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Input form */
.form-control {
  box-shadow: none;
  border: 1px solid #dadada;
  padding: 5px 20px;
  height: 44px;
  background: none;
  color: #959595;
  font-size: 14px;
  border-radius: 0;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #ffb600;
}

hr {
  background-color: #e7e7e7;
  border: 0;
  height: 1px;
  margin: 40px 0;
}

.alert hr {
  background: initial;
  margin: initial;
  border-top: 1px solid;
  height: initial;
  margin-bottom: 1rem;
  opacity: 0.2;
}

blockquote {
  padding: 25px;
  margin: 20px 0;
  background: #f9f9f9;
  position: relative;
  border-left: 3px solid #ffb600;
  padding-left: 40px;
}
blockquote.text-center {
  border-top: 3px solid #ffb600;
  border-left: 0;
  padding-left: 25px;
  padding-top: 50px;
}
blockquote.text-center:before {
  left: 50%;
  top: 10px;
  transform: translateX(-50%);
}
blockquote.text-right {
  border-right: 3px solid #ffb600;
  padding-right: 40px;
  border-left: 0;
  padding-left: 25px;
}
blockquote.text-right:before {
  left: auto;
  right: 5px;
}
blockquote:before {
  content: "\f10d";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  font-size: 28px;
  color: #E5E5E5;
  top: 5px;
  left: 5px;
  font-weight: 700;
  z-index: 0;
}

blockquote p {
	font-size: 14px;
	line-height: 22px;
	position: relative;
	z-index: 1;
	font-style: italic;
	margin-bottom: 0;
	color: #ffb600;
}

cite {
  display: block;
  font-size: 14px;
  margin-top: 10px;
}

/* Ul, Ol */
.list-round,
.list-arrow,
.list-check {
  list-style: none;
  margin: 0;
  padding: 0 0 0 15px;
}

.list-round li {
  line-height: 28px;
}

.list-round li:before {
  font-family: "Font Awesome 6 Free";
  content: "\f138";
  margin-right: 10px;
  color: #ffb600;
  font-size: 12px;
}

.list-arrow {
  padding: 0;
}

ul.list-arrow li:before {
  font-family: "Font Awesome 6 Free";
  content: "\f11b";
  margin-right: 10px;
  color: #ffb600;
  font-size: 16px;
  font-weight: bold;
}

ul.list-check li:before {
  font-family: "Font Awesome 6 Free";
  content: "\f00c";
  margin-right: 10px;
  color: #ffb600;
  font-size: 14px;
}

/* Bootstrap */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs > li > a:hover,
.nav-tabs > li > a {
  border: 0;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background: none;
}

.pattern-bg {
  background: #f5f5f5 url(../images/crossword.png);
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

/* Button */
.btn:active, .btn:focus {
  box-shadow: none !important;
}

.btn-primary,
.btn-dark {
  border: 0;
  border-radius: 3px;
  padding: 12px 20px 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  transition: 350ms;
  font-size: 14px;
}
@media (max-width: 767px) {
  .btn-primary,
.btn-dark {
    font-size: 13px;
  }
}

.btn-white.btn-primary {
  background: #fff;
  color: #ffb600;
}

.btn-primary {
  background: #ffb600;
}

.btn-dark {
  background: #23282d;
}

.btn-primary:hover,
.btn-dark:hover,
.btn-white.btn-primary:hover {
  background: #111;
  color: #fff;
}
.btn-primary:hover:active, .btn-primary:hover:focus,
.btn-dark:hover:active,
.btn-dark:hover:focus,
.btn-white.btn-primary:hover:active,
.btn-white.btn-primary:hover:focus {
  color: #fff;
  background-color: #111 !important;
}

.general-btn {
  margin-top: 50px;
}

/* Bootstrap */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs > li > a:hover,
.nav-tabs > li > a {
  border: 0;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background: none;
}

.pattern-bg {
  background: #f5f5f5 url(../images/crossword.png);
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

/* Top Bar
================================================== */
.top-bar {
	padding: 8px 0;
	background: #ffb600;
	position: relative;
	color: #fff;
}

/* Top info */
ul.top-info {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.top-info li {
  position: relative;
  line-height: 10px;
  display: inline-block;
  margin-left: 0;
  padding-right: 15px;
}

ul.top-info li i {
  font-size: 18px;
  position: relative;
  top: 2px;
  margin-right: 5px;
}

ul.top-info li p.info-text {
  margin: 0;
  line-height: normal;
  display: inline-block;
  flex-direction: column;
}

/* Top social */
.top-social ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-right: -12px;
}
@media (max-width: 767px) {
  .top-social ul {
    margin-right: 0;
  }
}
.top-social ul li {
  display: inline-block;
  padding: 0;
}
.top-social ul li a {
  color: #ffffff;
  font-size: 14px;
  transition: 400ms;
  padding: 9px 12px;
}
.top-social ul li a:hover {
  color: #333;
}

/* Top bar border */
.top-bar-border {
  padding: 8px 20px 8px;
  border-bottom: 1px solid #ddd;
}

.top-bar-border ul.top-info {
  color: #707070;
  font-weight: 400;
}

.top-bar-border .top-social li a {
  color: #fff;
}

.top-bar-border ul.top-info li i {
  color: #ffb600;
}

/* Header area
================================================== */
.header {
  background: #fff;
  position: relative;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
}
.navbar-fixed {
  z-index: 9999;
  position: fixed;
  width: 100%;
  top: 0;
}

.header-two {
  background: #000;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  padding: 15px 0;
}
.header-two .navbar-fixed {
	background-color: #000;
}

ul.navbar-nav > li > a {
  padding: 15px 0 !important;
  color: #fff;
}

@media (max-width: 991px) {
  ul.navbar-nav > li > a {
    padding: 1px 0 !important;
  }
  .navbar-nav {
    margin-bottom: 15px;
  }
}
ul.navbar-nav > li:hover > a,
ul.navbar-nav > li.active > a {
  color: #ffb600 !important;
}

/*-- Logo --*/
.logo img {
  width: auto;
  height: 35px;
}

.header-two .logo img {
  height: 30px;
}

/* header right */
.header-right {
  float: right;
}

ul.top-info-box {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
}
@media (max-width: 767px) {
  ul.top-info-box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
  }
}

ul.top-info-box li {
  position: relative;
  float: left;
  margin-left: 0;
  border-right: 1px solid #dedede;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 25px;
  margin-right: 25px;
}
@media (max-width: 767px) {
  ul.top-info-box li {
    border: 0;
    text-align: center;
    margin: 0;
    flex: 0 0 50%;
    padding: 0;
    margin-top: 10px;
  }
}
@media (max-width: 400px) {
  ul.top-info-box li {
    border: 0;
    text-align: center;
    margin: 0;
    flex: 0 0 100%;
    margin-top: 15px;
  }
}

ul.top-info-box li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

ul.top-info-box li.last {
  border-right: 0;
}

ul.top-info-box li .info-box span.info-icon {
  font-size: 20px;
  display: inline-block;
  text-align: center;
  margin: 2px 5px 0 0;
  position: relative;
}

ul.top-info-box li .info-box .info-box-content {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  flex-direction: column;
}

ul.top-info-box li .info-box .info-box-title {
  font-size: 14px;
  margin-bottom: 8px;
  line-height: normal;
}

ul.top-info-box li .info-box .info-box-subtitle {
  margin: 0;
  line-height: normal;
  font-size: 15px;
  font-weight: 700;
  color: #111;
}

/*-- Search start --*/
ul.top-info-box > li.nav-search {
  cursor: pointer;
  padding-left: 30px;
  margin-left: 30px;
}

ul.top-info-box > li.nav-search:before {
  position: absolute;
  content: "";
  background: #ddd;
  left: 0;
  width: 1px;
  height: 40px;
  top: 50%;
  margin-top: -10px;
}

ul.top-info-box > li.nav-search i {
  font-size: 20px;
  top: 10px;
  position: relative;
  cursor: pointer;
  color: #999;
}

/* Main navigation */
.navbar-toggler {
  float: left;
  margin-top: 10px;
  padding: 12px;
}

.navbar {
  border-radius: 0;
  border: 0;
  margin-bottom: 0;
}

.navbar-toggler {
  margin: 10px 0;
  padding: 6px;
  border-radius: 0;
  font-size: 1rem;
  background: #ffb600;
}
.navbar-toggler:focus {
  outline: 0;
}

.navbar-dark .navbar-toggler-icon,
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

ul.navbar-nav > li:hover > a,
ul.navbar-nav > li.active > a {
  color: #ffb600;
  position: relative;
}

ul.navbar-nav > li {
  padding: 0 13px;
  position: relative;
}
@media (max-width: 1200px) {
  ul.navbar-nav > li {
    padding: 0 9px;
  }
  ul.navbar-nav > li .nav-link {
    font-size: 12px;
  }
}

.header-two .navbar-nav > .header-get-a-quote {
  top: -4px;
}

@media (max-width: 991px) {
  .header-two ul.navbar-nav > li {
    padding: 0;
    width: 100%;
  }
}

ul.navbar-nav > li:last-child {
  padding-right: 0;
}

ul.navbar-nav > li:last-child:after {
  background: none;
}

ul.navbar-nav > li > a:hover,
ul.navbar-nav > li > a:focus {
  background: none;
}

ul.navbar-nav > li > a i {
  font-weight: 700;
}

@media (max-width: 991px) {
  ul.navbar-nav > li > a i {
    float: right;
    background: #222;
    padding: 6px 10px;
    margin-top: 7px;
  }
  .header-two ul.navbar-nav > li > a i {
    color: #fff;
  }
  .header-two ul.navbar-nav > li.active > a i,
.header-two ul.navbar-nav > li > a.active i {
    color: #ffb600;
  }
}
ul.navbar-nav > li > a:after,
ul.navbar-nav > li > a:after {
  display: none;
}

ul.navbar-nav > li > a {
  font-family: "Montserrat", sans-serif;
  color: #fff !important;
  text-rendering: optimizeLegibility;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: -0.2px;
  font-size: 14px;
  margin: 0;
  line-height: 40px;
  padding: 30px 0;
  transition: 350ms;
}

.navbar-light ul.navbar-nav > li > a {
  color: #ffffff !important;
  font-size: 13px;
}

/* Dropdown */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -2px;
  border-radius: 0;
}

.dropdown-submenu > a:after {
  display: block;
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  float: right;
  margin-top: 0;
  margin-right: -5px;
  border: 0;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

.dropdown-menu {
  text-align: left;
  background: #fff;
  z-index: 100;
  min-width: 200px;
  border-radius: 0;
  border: 0;
  border-top: 2px solid #ffb600;
  padding: 0 20px;
  margin: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
@media (max-width: 991px) {
  .dropdown-menu {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
  }
}

.dropdown-menu-large {
  min-width: 400px;
}

.dropdown-menu-large > li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.dropdown-menu-large > li > ul > li > a {
  padding-left: 0;
}

.dropdown-menu-large > li > ul > li.active > a {
  color: #ffb600 !important;
}

.navbar-nav > li > .dropdown-menu a {
  background: none;
}

.dropdown-menu li a {
  font-family: "Montserrat", sans-serif;
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  padding: 15px 0;
  letter-spacing: 0.3px;
  border-bottom: 1px solid #e5e5e5;
  color: #333333;
}
@media (max-width: 991px) {
  .dropdown-menu li a {
    padding: 12px 0;
  }
}

.dropdown-menu li:last-child > a {
  border-bottom: 0;
}

.dropdown-menu li a:hover,
.dropdown-menu li a:focus {
  color: #ffb600;
}

@media (min-width: 991px) {
  ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block;
  }
}
@media (min-width: 991px) {
  ul.nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu {
    left: 100%;
    top: 0;
    display: none;
  }
  ul.nav li.dropdown ul.dropdown-menu li.dropdown-submenu:hover .dropdown-menu {
    display: block;
  }
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > .dropdown-menu > .active > a {
  background: none;
  color: #ffb600;
}

/*-- Nav Search start --*/
.site-navigation .container,
.search-area {
  position: relative;
}

.search-area {
  min-height: 70px;
  padding-right: 0;
}

.nav-search {
  position: absolute;
  cursor: pointer;
  top: 22px;
  right: 18px;
  color: #999;
}
@media (max-width: 991px) {
  .nav-search {
    top: 17px;
  }
}

.search-block {
  background-color: rgba(0, 0, 0, 0.65);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  display: none;
  padding: 10px;
  position: absolute;
  right: 15px;
  top: 100%;
  width: 300px;
  z-index: 10;
  margin-top: 0;
}
@media (max-width: 991px) {
  .search-block {
    top: 58px;
  }
}

.search-block .form-control {
  background-color: #222;
  border: none;
  color: #fff;
  width: 100%;
  height: 40px;
  padding: 0 12px;
}

.search-block .search-close {
  color: #999;
  position: absolute;
  top: -53px;
  right: -4px;
  font-size: 32px;
  cursor: pointer;
  background: #23282d;
  padding: 5px;
}
@media (max-width: 991px) {
  .search-block .search-close {
    top: -46px;
  }
}

.search-area .nav-search {
  top: 23px;
}

.search-area .search-block .search-close {
  top: -50px;
}

.search-area .search-block {
  right: 0;
}

/* Get a quote */
.header-get-a-quote .btn-primary {
  padding: 12px 25px !important;
  font-size: 13px;
  border-radius: 3px;
  line-height: normal;
  text-transform: capitalize;
  color: #fff;
  margin-top: 5px;
}
@media (max-width: 1200px) {
  .header-get-a-quote .btn-primary {
    padding: 12px !important;
  }
}
@media (max-width: 991px) {
  .header-get-a-quote .btn-primary {
    padding: 12px 30px !important;
  }
}

.header-get-a-quote .btn-primary:hover {
  background: #272d33;
  color: #ffb600 !important;
}

ul.navbar-nav > li.header-get-a-quote:hover > a:after {
  position: relative;
  content: no-close-quote;
}

/*-- Main slide --*/
.banner-carousel .banner-carousel-item {
  height: 700px;
  color: #fff;
  background-position: 50% 50%;
  background-size: cover;
}
@media (max-width: 991px) {
  .banner-carousel .banner-carousel-item {
    height: 550px;
  }
}
@media (max-width: 575px) {
  .banner-carousel .banner-carousel-item {
    height: 450px;
  }
}

.slider-content {
  position: relative;
  height: 100%;
  width: 100%;
}

.slide-title-box {
  font-size: 16px;
  line-height: 39px;
  background: #ffb600;
  color: #fff;
  display: inline-block;
  padding: 0 15px;
  margin: 0 0 10px;
}

.slide-title {
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  color: #fff;
  margin: 20px 0 10px;
}
@media (max-width: 991px) {
  .slide-title {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .slide-title {
    font-size: 16px;
  }
}

.slide-sub-title {
  font-style: normal;
  font-size: 60px;
  line-height: 58px;
  margin: 20px 0;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -1px;
}
@media (max-width: 991px) {
  .slide-sub-title {
    font-size: 46px;
  }
}
@media (max-width: 575px) {
  .slide-sub-title {
    font-size: 30px;
    line-height: 30px;
  }
}

.slider-text {
  display: table;
  vertical-align: bottom;
  color: #fff;
  padding-left: 40%;
  width: 100%;
  padding-bottom: 0;
  padding-top: 20px;
}

.slider-text .slide-head {
  font-size: 36px;
  color: #0052a5;
  position: relative;
}

.slider-img {
  display: block;
  position: absolute;
  top: -80px;
  left: 20%;
  width: 314px;
  max-height: 100%;
}

.slider-img img {
  display: block;
  position: relative;
  max-height: 100%;
  width: auto;
}

.slider.btn {
  margin: 15px 5px 0;
  border: 2px solid transparent;
}
@media (max-width: 575px) {
  .slider.btn {
    font-size: 12px;
  }
}

.slider.border {
  background: none;
  border: 2px solid #ffb600 !important;
}

.slider.border:hover {
  background: #ffb600;
  border: 2px solid transparent;
}

/* Carousel control */
.banner-carousel .carousel-control {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  transform: translateY(-50%);
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  text-shadow: none;
  transition: all 0.25s ease;
  padding: 0;
  outline: 0;
  border: 0;
}
@media (max-width: 575px) {
  .banner-carousel .carousel-control {
    display: none !important;
  }
}

.banner-carousel .slick-dots {
  opacity: 0;
  filter: alpha(opacity=0);
  bottom: 60px;
}

.slick-dots li button::before {
  font-size: 12px;
}
.slick-dots li button:hover:before, .slick-dots .slick-dots li button:focus:before,
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #ffb600;
}

.slick-slide {
  outline: 0;
}

.banner-carousel:hover .carousel-control,
.banner-carousel:hover .carousel-control,
.banner-carousel:hover .slick-dots {
  opacity: 1;
  filter: alpha(opacity=100);
}

.banner-carousel .carousel-control.left {
  left: 20px;
}

.banner-carousel .carousel-control.right {
  right: 20px;
}

.banner-carousel .carousel-control i {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  line-height: 58px;
  width: 60px;
  height: 60px;
  font-size: 22px;
  border-radius: 0;
  transition: all 500ms ease;
}

.banner-carousel .carousel-control i:hover {
  background: #ffb600;
  color: #fff;
}

/*-- Animation */
.banner-carousel [data-animation-in] {
  opacity: 0;
}

/* slick Box slider */
.box-slider-content {
	top: 50%;
	padding: 0;
	position: absolute;
	width: 100%;
	transform: translateY(-50%);
	left: 25%;
}
@media (max-width: 767px) {
  .box-slider-content {
    top: auto;
    transform: translateY(0);
    left: 13px;
    bottom: 20px;
    width: calc(100% - 40px);
  }
}

.box-slider-text {
  background: #111;
  background: rgba(0, 0, 0, 0.65);
  display: inline-block;
  padding: 20px 30px;
  max-width: 650px;
}

.box-slide-title {
  font-size: 18px;
  font-weight: 300;
  margin: 0;
  color: #fff;
}
@media (max-width: 767px) {
  .box-slide-title {
    font-size: 16px;
  }
}

.box-slide-sub-title {
  font-size: 36px;
  margin: 8px 0 10px;
  color: #fff;
}
@media (max-width: 767px) {
  .box-slide-sub-title {
    font-size: 26px;
  }
}

.box-slide-description {
  color: #fff;
}
@media (max-width: 767px) {
  .box-slide-description {
    font-size: 15px;
  }
}

.box-slider-text .btn {
  padding: 10px 20px;
}

.box-slide.owl-theme .owl-controls {
  margin: -20px;
}

/* ==================================================
                       PAYMENTS
================================================== */

.ksi-payment__payments {
  margin-top: 28px;
  padding: 48px;
  background:
    radial-gradient(
      circle at 0% 100%,
      rgba(32, 216, 255, 0.13),
      transparent 32%
    ),
    linear-gradient(
      135deg,
      rgba(8, 31, 64, 0.98),
      rgba(31, 23, 76, 0.98)
    );
}

.ksi-payment__payment-switcher {
  position: relative;
}

.ksi-payment__payment-radio {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.ksi-payment__payment-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  max-width: 660px;
  margin: 0 auto 24px;
  padding: 8px;
  border: 1px solid rgba(100, 158, 219, 0.25);
  border-radius: 24px;
  background: rgba(3, 15, 42, 0.75);
}

.ksi-payment__payment-tab {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: center;
  gap: 13px;
  margin: 0;
  padding: 14px 22px;
  border: 2px solid transparent;
  border-radius: 18px;
  color: #b8c8df;
  cursor: pointer;
  transition:
    color 0.25s ease,
    background 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.ksi-payment__payment-tab:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.06);
}

.ksi-payment__payment-tab-icon {
  display: grid;
  width: 43px;
  height: 43px;
  flex: 0 0 43px;
  place-items: center;
  border-radius: 13px;
  color: #06142c;
  background: #7185aa;
}

.ksi-payment__payment-tab strong,
.ksi-payment__payment-tab small {
  display: block;
}

.ksi-payment__payment-tab strong {
  font-size: 16px;
  line-height: 1.2;
}

.ksi-payment__payment-tab small {
  margin-top: 3px;
  color: inherit;
  font-size: 11px;
  opacity: 0.72;
}

#ksi-payment-control-deposit:checked
  ~ .ksi-payment__payment-tabs
  .ksi-payment__payment-tab--deposit {
  color: #07152f;
  background: var(--ksi-payment-yellow);
  box-shadow: 0 7px 0 #bb7400;
  transform: translateY(-3px);
}

#ksi-payment-control-deposit:checked
  ~ .ksi-payment__payment-tabs
  .ksi-payment__payment-tab--deposit
  .ksi-payment__payment-tab-icon {
  color: #ffffff;
  background: #10295a;
}

#ksi-payment-control-withdrawal:checked
  ~ .ksi-payment__payment-tabs
  .ksi-payment__payment-tab--withdrawal {
  color: #ffffff;
  background: var(--ksi-payment-pink);
  box-shadow: 0 7px 0 #9d1468;
  transform: translateY(-3px);
}

#ksi-payment-control-withdrawal:checked
  ~ .ksi-payment__payment-tabs
  .ksi-payment__payment-tab--withdrawal
  .ksi-payment__payment-tab-icon {
  color: #ffffff;
  background: #31104a;
}

#ksi-payment-control-deposit:focus-visible
  ~ .ksi-payment__payment-tabs
  .ksi-payment__payment-tab--deposit,
#ksi-payment-control-withdrawal:focus-visible
  ~ .ksi-payment__payment-tabs
  .ksi-payment__payment-tab--withdrawal {
  outline: 3px solid #ffffff;
  outline-offset: 4px;
}

.ksi-payment__payment-panel {
  display: none;
  padding: 30px;
  border: 1px solid rgba(99, 160, 221, 0.25);
  border-radius: 27px;
  background: rgba(4, 18, 49, 0.72);
}

#ksi-payment-control-deposit:checked
  ~ .ksi-payment__payment-panels
  .ksi-payment__payment-panel--deposit,
#ksi-payment-control-withdrawal:checked
  ~ .ksi-payment__payment-panels
  .ksi-payment__payment-panel--withdrawal {
  display: block;
  animation: ksiPaymentPanelReveal 0.35s ease;
}

.ksi-payment__panel-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  margin-bottom: 24px;
}

.ksi-payment__panel-heading > div {
  display: flex;
  align-items: center;
  gap: 11px;
}

.ksi-payment__panel-heading strong {
  color: #ffffff;
  font-size: 18px;
}

.ksi-payment__panel-heading p {
  max-width: 510px;
  margin: 0;
  color: #91a9c7;
  font-size: 13px;
  line-height: 1.55;
  text-align: right;
}

.ksi-payment__status-dot {
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  border-radius: 50%;
  background: var(--ksi-payment-cyan);
  box-shadow: 0 0 14px var(--ksi-payment-cyan);
}

.ksi-payment__status-dot--pink {
  background: var(--ksi-payment-pink);
  box-shadow: 0 0 14px var(--ksi-payment-pink);
}

.ksi-payment__method-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 13px;
}

.ksi-payment__method {
  display: flex;
  min-width: 0;
  min-height: 92px;
  align-items: center;
  gap: 14px;
  padding: 14px;
  border: 1px solid rgba(106, 164, 223, 0.22);
  border-radius: 18px;
  background:
    linear-gradient(
      145deg,
      rgba(15, 39, 78, 0.96),
      rgba(13, 27, 64, 0.96)
    );
  box-shadow: 0 7px 0 rgba(1, 8, 26, 0.45);
}

.ksi-payment__method-icon {
  display: grid;
  width: 62px;
  height: 52px;
  flex: 0 0 62px;
  place-items: center;
  padding: 7px;
  overflow: hidden;
  border-radius: 13px;
  color: #172545;
  font-size: 31px;
  background: #ffffff;
}

.ksi-payment__method-icon img {
  display: block;
  width: 100%;
  max-width: 51px;
  height: 34px;
  object-fit: contain;
}

.ksi-payment__method-icon--dark {
  color: #ffffff;
  background: #050505;
}

.ksi-payment__method-icon--paypal {
  color: #0876bc;
}

.ksi-payment__method-icon--paysafe {
  color: #173516;
  background: #a9e65c;
}

.ksi-payment__method-icon--paysafe b {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: -0.4px;
}

.ksi-payment__method > div:last-child {
  min-width: 0;
}

.ksi-payment__method strong,
.ksi-payment__method small {
  display: block;
}

.ksi-payment__method strong {
  overflow: hidden;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.3;
  text-overflow: ellipsis;
}

.ksi-payment__method small {
  margin-top: 5px;
  color: #8fa6c4;
  font-size: 11px;
  line-height: 1.35;
}

.ksi-payment__payment-notice {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-top: 22px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 212, 59, 0.3);
  border-radius: 18px;
  background: rgba(255, 212, 59, 0.07);
}

.ksi-payment__payment-notice > span {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  place-items: center;
  border-radius: 12px;
  color: #07152f;
  background: var(--ksi-payment-yellow);
}

.ksi-payment__payment-notice p {
  margin: 0;
  color: #b7c8de;
  font-size: 13px;
  line-height: 1.65;
}


/* ==================================================
                       ANIMATIONS
================================================== */

@keyframes ksiPaymentPanelReveal {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* ==================================================
                       RESPONSIVE
================================================== */

@media (max-width: 1199px) {

  .ksi-payment__provider-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .ksi-payment__mobile {
    grid-template-columns: minmax(0, 1fr) 310px;
    gap: 25px;
    padding: 42px;
  }

  .ksi-payment__mobile-features {
    grid-template-columns: 1fr;
  }

  .ksi-payment__phone-wrap {
    min-height: 410px;
  }

  .ksi-payment__method-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

@media (max-width: 991px) {

  .ksi-payment {
    padding: 90px 0;
  }

  .ksi-payment__providers-heading,
  .ksi-payment__payments-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .ksi-payment__provider-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ksi-payment__mobile {
    grid-template-columns: 1fr;
    padding: 42px;
  }

  .ksi-payment__mobile-features {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ksi-payment__phone-wrap {
    min-height: 440px;
    margin-top: 15px;
  }

}

@media (max-width: 767px) {

  .ksi-payment {
    padding: 75px 0;
  }

  .ksi-payment__header {
    margin-bottom: 38px;
  }

  .ksi-payment__header h2 {
    font-size: clamp(37px, 11vw, 56px);
    letter-spacing: -1.5px;
  }

  .ksi-payment__intro {
    font-size: 16px;
  }

  .ksi-payment__providers,
  .ksi-payment__mobile,
  .ksi-payment__payments {
    padding: 28px 20px;
    border-radius: 25px;
  }

  .ksi-payment__provider-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
  }

  .ksi-payment__provider {
    min-height: 112px;
    padding: 14px 9px 11px;
    border-radius: 16px;
  }

  .ksi-payment__provider img {
    max-width: 112px;
    height: 40px;
  }

  .ksi-payment__provider span {
    font-size: 10px;
  }

  .ksi-payment__mobile-features {
    grid-template-columns: 1fr;
  }

  .ksi-payment__payment-tabs {
    gap: 8px;
    padding: 6px;
  }

  .ksi-payment__payment-tab {
    min-height: 68px;
    gap: 8px;
    padding: 11px 8px;
  }

  .ksi-payment__payment-tab-icon {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }

  .ksi-payment__payment-tab strong {
    font-size: 13px;
  }

  .ksi-payment__payment-tab small {
    font-size: 9px;
  }

  .ksi-payment__payment-panel {
    padding: 20px 14px;
    border-radius: 20px;
  }

  .ksi-payment__panel-heading {
    display: block;
  }

  .ksi-payment__panel-heading p {
    margin-top: 10px;
    text-align: left;
  }

  .ksi-payment__method-grid {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 420px) {

  .ksi-payment__phone {
    width: 218px;
  }

  .ksi-payment__phone-coin--one {
    left: -2px;
  }

  .ksi-payment__phone-coin--two {
    right: -5px;
  }

  .ksi-payment__payment-tab-icon {
    display: none;
  }

}

@media (prefers-reduced-motion: reduce) {

  .ksi-payment__phone,
  .ksi-payment__phone-spark,
  .ksi-payment__payment-panel {
    animation: none !important;
  }

  .ksi-payment__provider,
  .ksi-payment__payment-tab {
    transition: none;
  }

}

/* ==================================================
             EXPANDED PAYMENT METHODS START
================================================== */

/* Payment Groups */
.ksi-payment__method-group + .ksi-payment__method-group {
  margin-top: 32px;
}

.ksi-payment__method-group {
  padding: 22px;
  border: 1px solid rgba(101, 161, 222, 0.2);
  border-radius: 23px;
  background: rgba(8, 27, 61, 0.48);
}

.ksi-payment__method-group--crypto {
  border-color: rgba(118, 87, 255, 0.34);
  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(118, 87, 255, 0.15),
      transparent 34%
    ),
    rgba(8, 22, 57, 0.65);
}

.ksi-payment__method-group-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}

.ksi-payment__method-group-icon {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  place-items: center;
  border-radius: 14px;
  color: #07152f;
  font-size: 18px;
  background: #20d8ff;
  box-shadow: 0 6px 0 #087fa5;
}

.ksi-payment__method-group-icon--crypto {
  color: #ffffff;
  background: #7657ff;
  box-shadow: 0 6px 0 #3c269f;
}

.ksi-payment__method-group-heading > div {
  min-width: 0;
}

.ksi-payment__method-group-heading strong,
.ksi-payment__method-group-heading small {
  display: block;
}

.ksi-payment__method-group-heading strong {
  color: #ffffff;
  font-size: 17px;
  line-height: 1.3;
}

.ksi-payment__method-group-heading small {
  margin-top: 4px;
  color: #8fa8c8;
  font-size: 12px;
  line-height: 1.4;
}

.ksi-payment__method-count {
  margin-left: auto;
  padding: 7px 12px;
  border: 1px solid rgba(32, 216, 255, 0.45);
  border-radius: 30px;
  color: #20d8ff;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 1.2px;
}

.ksi-payment__method-count--crypto {
  border-color: rgba(255, 72, 182, 0.55);
  color: #ff65c1;
}


/* Expanded Crypto Grid */
.ksi-payment__method-grid--crypto {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ksi-payment__method--crypto {
  border-color: rgba(118, 87, 255, 0.33);
  background:
    linear-gradient(
      145deg,
      rgba(26, 37, 91, 0.98),
      rgba(28, 21, 72, 0.98)
    );
}

.ksi-payment__method--crypto:nth-child(3n + 1) {
  border-top: 2px solid #20d8ff;
}

.ksi-payment__method--crypto:nth-child(3n + 2) {
  border-top: 2px solid #7657ff;
}

.ksi-payment__method--crypto:nth-child(3n + 3) {
  border-top: 2px solid #ff48b6;
}


/* Payment Icons */
.ksi-payment__method-icon--apple {
  color: #ffffff;
  background: #050505;
}

.ksi-payment__method-icon--bank {
  border: 1px solid rgba(32, 216, 255, 0.55);
  background:
    linear-gradient(
      135deg,
      #19447f,
      #17265a
    );
}

.ksi-payment__method-icon--bank img {
  width: 100%;
  max-width: 54px;
  height: 35px;
  object-fit: contain;
}

.ksi-payment__method-icon--crypto {
  border: 1px solid rgba(118, 87, 255, 0.48);
  background:
    linear-gradient(
      145deg,
      #192650,
      #111832
    );
  box-shadow:
    inset 0 0 15px rgba(118, 87, 255, 0.15),
    0 5px 12px rgba(0, 0, 0, 0.2);
}

.ksi-payment__method-icon--crypto img {
  width: 100%;
  max-width: 52px;
  height: 36px;
  object-fit: contain;
}


/* Payment Notices */
.ksi-payment__payment-notices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.ksi-payment__payment-notices .ksi-payment__payment-notice {
  margin-top: 0;
}

.ksi-payment__payment-notice--crypto {
  border-color: rgba(118, 87, 255, 0.42);
  background: rgba(118, 87, 255, 0.09);
}

.ksi-payment__payment-notice--crypto > span {
  color: #ffffff;
  background: #7657ff;
}

.ksi-payment__payment-footnote {
  max-width: 900px;
  margin: 18px auto 0;
  color: #7f99bc;
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
}


/* Responsive Expanded Payments */
@media (max-width: 1199px) {

  .ksi-payment__method-grid--crypto {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

}

@media (max-width: 991px) {

  .ksi-payment__method-grid--crypto {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ksi-payment__payment-notices {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 767px) {

  .ksi-payment__method-group {
    padding: 16px 12px;
    border-radius: 18px;
  }

  .ksi-payment__method-group-heading {
    align-items: flex-start;
  }

  .ksi-payment__method-count {
    display: none;
  }

  .ksi-payment__method-grid--crypto {
    grid-template-columns: 1fr;
  }

  .ksi-payment__method-group-heading strong {
    font-size: 15px;
  }

  .ksi-payment__method-group-heading small {
    font-size: 11px;
  }

}

/* ==================================================
              EXPANDED PAYMENT METHODS END
================================================== */
/* Combined Visa and Mastercard logo */
.ksi-payment__method-icon--cards {
  width: 78px;
  flex-basis: 78px;
  padding: 8px;
  border: 1px solid rgba(32, 216, 255, 0.4);
  background: linear-gradient(
    135deg,
    #172d60,
    #0c1739
  );
}

.ksi-payment__method-icon--cards img {
  width: 100%;
  max-width: 68px;
  height: 32px;
  object-fit: contain;
}
/* Dark background for the CashToCode logo */
.ksi-payment__method-icon--cash2code {
  border: 1px solid rgba(255, 72, 182, 0.55);
  background: linear-gradient(
    135deg,
    #6d236f,
    #2f174f
  );
}

.ksi-payment__method-icon--cash2code img {
  width: 100%;
  max-width: 55px;
  height: 35px;
  object-fit: contain;
}
/* ==================================================
           FINAL PAYMENT ICON BACKGROUNDS START
================================================== */

/* Uniform size for every payment icon */
.ksi-payment__method-icon,
.ksi-payment__method-icon--cards {
  display: grid;
  width: 78px;
  height: 64px;
  flex: 0 0 78px;
  place-items: center;
  padding: 10px;
  overflow: hidden;
  border: 1px solid rgba(32, 216, 255, 0.45);
  border-radius: 17px;
  color: #102451;
  font-size: 34px;
  background: linear-gradient(
    135deg,
    #8fd8ff,
    #a9bcff
  );
  box-shadow:
    0 6px 0 rgba(4, 13, 39, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.ksi-payment__method-icon img,
.ksi-payment__method-icon--cards img {
  display: block;
  width: 100%;
  max-width: 64px;
  height: 38px;
  object-fit: contain;
}


/* Visa and Mastercard */
.ksi-payment__method-icon--cards {
  border-color: rgba(32, 216, 255, 0.7);
  background: linear-gradient(
    135deg,
    #183b75,
    #111d48
  );
}


/* Apple Pay */
.ksi-payment__method-icon--apple {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.2);
  background: linear-gradient(
    135deg,
    #161616,
    #000000
  );
}


/* Google Pay */
.ksi-payment__method-icon:has(.fa-google-pay) {
  color: #162b55;
  border-color: rgba(61, 132, 220, 0.45);
  background: linear-gradient(
    135deg,
    #a8e4ff,
    #b8caff
  );
}


/* PayPal */
.ksi-payment__method-icon--paypal {
  color: #0878bd;
  border-color: rgba(0, 122, 193, 0.55);
  background: linear-gradient(
    135deg,
    #8cddff,
    #9abaff
  );
}


/* Skrill */
.ksi-payment__method-icon:has(img[src*="skrill.svg"]) {
  border-color: rgba(202, 65, 184, 0.55);
  background: linear-gradient(
    135deg,
    #ffd1f1,
    #d9b3ff
  );
}


/* Neteller */
.ksi-payment__method-icon:has(img[src*="neteller.svg"]) {
  border-color: rgba(112, 190, 57, 0.65);
  background: linear-gradient(
    135deg,
    #dcffa4,
    #a7ed82
  );
}


/* Open Banking and Bank Transfer */
.ksi-payment__method-icon--bank {
  border-color: rgba(32, 216, 255, 0.75);
  background: linear-gradient(
    135deg,
    #235398,
    #17275f
  );
}


/* PaysafeCard */
.ksi-payment__method-icon--paysafe {
  color: #173516;
  border-color: rgba(165, 233, 83, 0.7);
  background: linear-gradient(
    135deg,
    #b9f868,
    #8fd83d
  );
}


/* CashToCode */
.ksi-payment__method-icon--cash2code {
  border-color: rgba(255, 72, 182, 0.75);
  background: linear-gradient(
    135deg,
    #8f2b88,
    #47185f
  );
}


/* All cryptocurrency icons */
.ksi-payment__method-icon--crypto {
  border-color: rgba(118, 87, 255, 0.65);
  background: linear-gradient(
    145deg,
    #28396f,
    #171c48
  );
  box-shadow:
    0 6px 0 rgba(4, 10, 31, 0.48),
    inset 0 0 18px rgba(118, 87, 255, 0.18);
}

.ksi-payment__method-icon--crypto img {
  width: 100%;
  max-width: 62px;
  height: 38px;
  object-fit: contain;
}


/* Mobile icon sizing */
@media (max-width: 575px) {

  .ksi-payment__method-icon,
  .ksi-payment__method-icon--cards {
    width: 68px;
    height: 58px;
    flex-basis: 68px;
    padding: 8px;
    border-radius: 15px;
  }

  .ksi-payment__method-icon img,
  .ksi-payment__method-icon--cards img,
  .ksi-payment__method-icon--crypto img {
    max-width: 55px;
    height: 34px;
  }

}

/* ==================================================
           FINAL PAYMENT ICON BACKGROUNDS END
================================================== */
/* ==================================================
                    KSI ABOUT
================================================== */
.ksi-about {
  position: relative;
  padding: 110px 0;
  background:
    radial-gradient(circle at 8% 22%, rgba(121, 56, 255, 0.15), transparent 30%),
    radial-gradient(circle at 90% 76%, rgba(31, 220, 255, 0.1), transparent 32%),
    linear-gradient(180deg, #070715, #0c081e 55%, #070713);
  color: #fff;
  overflow: hidden;
}

.ksi-about__header {
  max-width: 940px;
  margin: 0 auto 52px;
  text-align: center;
}

.ksi-about__eyebrow,
.ksi-about__label,
.ksi-faq__eyebrow {
  display: inline-block;
  margin-bottom: 17px;
  color: #28ddff;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.ksi-about__header h2,
.ksi-faq__header h2 {
  margin: 0 0 22px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(40px, 4.5vw, 68px);
  line-height: 1.03;
  font-weight: 900;
  letter-spacing: -1.8px;
  text-transform: uppercase;
}

.ksi-about__header h2 strong,
.ksi-faq__header h2 strong {
  display: block;
  margin-top: 6px;
  background: linear-gradient(90deg, #9f5cff, #ff4ba8 52%, #29ddff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ksi-about__header > p,
.ksi-faq__header > p {
  max-width: 810px;
  margin: 0 auto;
  color: #c4c7d7;
  font-size: 16px;
  line-height: 1.75;
}

.ksi-about__panel {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  gap: 28px;
  align-items: stretch;
}

.ksi-about__copy,
.ksi-about__identity {
  min-height: 460px;
  padding: 48px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 26px;
  background: rgba(7, 7, 21, .72);
  box-shadow: 0 26px 60px rgba(0,0,0,.32);
}

.ksi-about__copy h3 {
  max-width: 660px;
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(28px, 2.5vw, 42px);
  line-height: 1.12;
  font-weight: 900;
}

.ksi-about__copy p {
  margin: 0 0 15px;
  color: #bfc2d2;
  font-size: 15px;
  line-height: 1.75;
}

.ksi-about__identity {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  isolation: isolate;
  background:
    radial-gradient(circle at 50% 20%, rgba(31,220,255,.18), transparent 33%),
    radial-gradient(circle at 76% 58%, rgba(255,47,145,.19), transparent 35%),
    linear-gradient(145deg, #101038, #090719 62%, #15102d);
  overflow: hidden;
}

.ksi-about__identity::before {
  position: absolute;
  inset: 18px;
  z-index: -1;
  border: 1px solid rgba(31,220,255,.18);
  border-radius: 20px;
  content: "";
}

.ksi-about__identity > img {
  width: min(260px, 75%);
  height: auto;
  margin: 0 auto 22px;
  filter: drop-shadow(0 0 20px rgba(31,220,255,.25));
}

.ksi-about__showcase {
  position: relative;
  flex: 1 1 310px;
  width: 100%;
  min-height: 280px;
  margin: 0 0 28px;
}

.ksi-about__showcase-glow {
  position: absolute;
  top: 48%;
  left: 50%;
  width: 78%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(147, 50, 255, .36), rgba(31, 220, 255, .13) 42%, transparent 70%);
  filter: blur(8px);
  transform: translate(-50%, -50%);
}

.ksi-about__showcase-card {
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(118px, 36%, 178px);
  aspect-ratio: 2 / 3;
  object-fit: contain;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 15px;
  background: #09091a;
  box-shadow: 0 22px 45px rgba(0,0,0,.48), 0 0 24px rgba(31,220,255,.12);
}

.ksi-about__showcase-card--main {
  z-index: 3;
  transform: translate(-50%, -50%) rotate(-1deg) scale(1.08);
}

.ksi-about__showcase-card--left {
  z-index: 1;
  transform: translate(-105%, -47%) rotate(-10deg) scale(.88);
  opacity: .78;
}

.ksi-about__showcase-card--right {
  z-index: 2;
  transform: translate(5%, -47%) rotate(10deg) scale(.88);
  opacity: .82;
}

.ksi-about__identity > p {
  margin: 0 0 10px;
  color: #29ddff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.ksi-about__identity > strong {
  max-width: 450px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 27px;
  line-height: 1.15;
  font-weight: 900;
  text-transform: uppercase;
}

.ksi-about__signals {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.ksi-about__signals span {
  padding: 7px 10px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  background: rgba(255,255,255,.05);
  color: #dfe2ee;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.ksi-about__advantages {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 16px;
  margin-top: 20px;
}

.ksi-about__advantages article {
  padding: 25px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 18px;
  background:
    radial-gradient(circle at 100% 0, rgba(121,56,255,.12), transparent 45%),
    rgba(9,9,26,.68);
}

.ksi-about__advantages article > span {
  display: inline-block;
  margin-bottom: 15px;
  padding: 6px 9px;
  border: 1px solid rgba(31,220,255,.2);
  border-radius: 999px;
  background: rgba(31,220,255,.06);
  color: #29ddff;
  font-family: "Montserrat", sans-serif;
  font-size: 9px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: .9px;
  text-transform: uppercase;
}

.ksi-about__advantages h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 900;
}

.ksi-about__advantages p {
  margin: 0;
  color: #aeb2c3;
  font-size: 13px;
  line-height: 1.6;
}

/* ==================================================
                      KSI FAQ
================================================== */
.ksi-faq {
  padding: 110px 0;
  background:
    radial-gradient(circle at 88% 12%, rgba(255,47,145,.12), transparent 29%),
    linear-gradient(180deg, #070713, #09091d 55%, #05060f);
}

.ksi-faq__header {
  max-width: 940px;
  margin: 0 auto 48px;
  text-align: center;
}

.ksi-faq__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 14px;
  align-items: start;
}

.ksi-faq__item {
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 17px;
  background: linear-gradient(145deg, rgba(18,17,44,.92), rgba(7,8,23,.94));
  overflow: hidden;
}

.ksi-faq__item[open] {
  border-color: rgba(31,220,255,.3);
  box-shadow: 0 14px 36px rgba(0,0,0,.22), 0 0 24px rgba(31,220,255,.05);
}

.ksi-faq__item summary {
  display: flex;
  gap: 18px;
  justify-content: space-between;
  align-items: center;
  min-height: 82px;
  padding: 22px 24px;
  color: #fff;
  cursor: pointer;
  list-style: none;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 800;
}

.ksi-faq__item summary::-webkit-details-marker { display: none; }

.ksi-faq__item summary i {
  position: relative;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(159,92,255,.35);
  border-radius: 50%;
  background: rgba(159,92,255,.1);
}

.ksi-faq__item summary i::before,
.ksi-faq__item summary i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  border-radius: 2px;
  background: #c69cff;
  content: "";
  transform: translate(-50%,-50%);
}

.ksi-faq__item summary i::after { transform: translate(-50%,-50%) rotate(90deg); }
.ksi-faq__item[open] summary i::after { transform: translate(-50%,-50%) rotate(0); }

.ksi-faq__item > p {
  margin: 0;
  padding: 0 24px 24px;
  color: #b9bdcd;
  font-size: 14px;
  line-height: 1.72;
}

/* ==================================================
                    KSI FOOTER
================================================== */
.ksi-footer {
  position: relative;
  padding: 72px 0 26px;
  border-top: 1px solid rgba(31,220,255,.17);
  background:
    radial-gradient(circle at 15% 0, rgba(121,56,255,.16), transparent 32%),
    linear-gradient(180deg, #05060f, #02030a);
}

.ksi-footer__main {
  display: grid;
  grid-template-columns: minmax(280px, .9fr) minmax(480px, 1.1fr);
  gap: 70px;
  padding-bottom: 46px;
}

.ksi-footer__logo { display: inline-block; margin-bottom: 20px; }
.ksi-footer__logo img { width: 210px; height: auto; }
.ksi-footer__brand > p { max-width: 460px; margin: 0; color: #aeb2c3; font-size: 14px; line-height: 1.7; }

.ksi-footer__navigation {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 30px;
}

.ksi-footer__navigation h3 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .8px;
  text-transform: uppercase;
}

.ksi-footer__navigation a {
  display: block;
  margin-bottom: 11px;
  color: #aeb2c3;
  font-size: 13px;
  line-height: 1.4;
}
.ksi-footer__navigation a:hover,
.ksi-footer__navigation a:focus { color: #29ddff; }

.ksi-footer__payments {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.ksi-footer__payments > div:first-child span,
.ksi-footer__payments > div:first-child strong { display: block; }
.ksi-footer__payments > div:first-child span { margin-bottom: 4px; color: #29ddff; font-size: 10px; font-weight: 900; letter-spacing: 1.1px; text-transform: uppercase; }
.ksi-footer__payments > div:first-child strong { color: #fff; font-size: 14px; }

.ksi-footer__payment-icons { display: flex; flex-wrap: wrap; gap: 8px; justify-content: flex-end; }
.ksi-footer__pay-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 40px;
  border: 1px solid rgba(74,208,255,.3);
  border-radius: 9px;
  background: linear-gradient(145deg, #142958, #091531);
  color: #fff;
  font-size: 25px;
}
.ksi-footer__pay-icon img { max-width: 38px; max-height: 22px; filter: drop-shadow(0 2px 4px rgba(0,0,0,.35)); }
.ksi-footer__pay-icon b { font-size: 10px; color: #b9f86d; }
.ksi-footer__pay-icon--apple { background: linear-gradient(145deg,#151d31,#050914); }
.ksi-footer__pay-icon--paypal { color:#56bdff; background:linear-gradient(145deg,#153f68,#0a203c); }
.ksi-footer__pay-icon--skrill { background:linear-gradient(145deg,#4c214b,#24122f); }
.ksi-footer__pay-icon--neteller { background:linear-gradient(145deg,#244b32,#112a25); }
.ksi-footer__pay-icon--paysafe { background:linear-gradient(145deg,#294b2a,#142b21); }
.ksi-footer__pay-icon--bitcoin { background:linear-gradient(145deg,#4a3011,#261806); }
.ksi-footer__pay-icon--ethereum { background:linear-gradient(145deg,#353274,#1b1948); }

.ksi-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-top: 24px;
}
.ksi-footer__bottom p { margin: 0; color: #7f8497; font-size: 12px; }
.ksi-footer__bottom a { color: #c8cbd7; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.ksi-footer__bottom a span { margin-right: 7px; color: #29ddff; }

@media (max-width: 991px) {
  .ksi-about__panel, .ksi-footer__main { grid-template-columns: 1fr; }
  .ksi-about__advantages { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ksi-footer__main { gap: 42px; }
}

@media (max-width: 767px) {
  .ksi-about, .ksi-faq { padding: 78px 0; }
  .ksi-about__header h2, .ksi-faq__header h2 { font-size: 36px; letter-spacing: -1px; }
  .ksi-about__panel, .ksi-faq__grid { grid-template-columns: 1fr; }
  .ksi-about__advantages { grid-template-columns: 1fr; }
  .ksi-about__copy, .ksi-about__identity { min-height: 0; padding: 30px 24px; }
  .ksi-about__identity { min-height: 390px; }
  .ksi-about__showcase { flex-basis: 270px; min-height: 250px; }
  .ksi-about__copy h3 { font-size: 28px; }
  .ksi-footer__navigation { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .ksi-footer__payments, .ksi-footer__bottom { align-items: flex-start; flex-direction: column; }
  .ksi-footer__payment-icons { justify-content: flex-start; }
}

@media (max-width: 420px) {
  .ksi-footer__navigation { grid-template-columns: 1fr; }
  .ksi-faq__item summary { padding: 19px; }
  .ksi-faq__item > p { padding: 0 19px 20px; }
}

/* ==================================================
              KSI HEADER AND HERO OVERRIDES
================================================== */

:root {
  --ksi-header-height: 96px;

  --ksi-bg-dark: #050612;
  --ksi-bg-black: #02030a;

  --ksi-purple: #7938ff;
  --ksi-pink: #ff2f91;
  --ksi-cyan: #1fdcff;
  --ksi-blue: #176cff;

  --ksi-white: #ffffff;
  --ksi-text: #d7d9e6;
}


/* ==================================================
                    PAGE RESET
================================================== */

body.ksi-slots-page {
  background: var(--ksi-bg-dark);
  padding-top: var(--ksi-header-height);
}

#slots,
#live-casino,
#jackpots,
#bonuses,
#rewards,
#providers,
#mobile-casino,
#payments,
#about,
#faq {
  scroll-margin-top: calc(var(--ksi-header-height) + 12px);
}

/* Remove the old yellow frame around the website */

.ksi-slots-page.body-inner {
  border: 0;
}


/* ==================================================
                       HEADER
================================================== */

.ksi-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99999;

  width: 100%;
  height: var(--ksi-header-height);
  min-height: var(--ksi-header-height);
  padding: 0;

  border: 0;
  border-bottom: 1px solid rgba(31, 220, 255, 0.18);

  background:
    linear-gradient(
      90deg,
      #02030a 0%,
      #060611 48%,
      #080513 100%
    );

  box-shadow:
    0 8px 28px rgba(0, 0, 0, 0.45),
    0 1px 18px rgba(121, 56, 255, 0.12);
}

.ksi-header .site-navigation {
  position: relative !important;

  width: 100% !important;
  margin: 0 !important;
  min-height: var(--ksi-header-height);

  background: transparent;
}

.ksi-header .site-navigation.navbar-fixed {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  left: auto !important;
}

.ksi-header .navbar-collapse {
  position: relative;
  z-index: 100000;
}

.ksi-header .navbar {
  height: var(--ksi-header-height);
  min-height: var(--ksi-header-height);
}


/* ==================================================
                        LOGO
================================================== */

.ksi-header .logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;

  width: 188px;
  min-height: 70px;
}

.ksi-header .logo a {
  display: flex !important;
  align-items: center;
  justify-content: flex-start;

  width: 100%;
  min-height: 70px;
}

.ksi-header .logo img {
  display: block;

  width: 180px !important;
  max-width: none;
  height: auto !important;
  max-height: 70px;

  object-fit: contain;

  filter:
    drop-shadow(0 0 7px rgba(31, 220, 255, 0.4))
    drop-shadow(0 0 14px rgba(121, 56, 255, 0.32))
    drop-shadow(0 5px 8px rgba(0, 0, 0, 0.5));
}


/* ==================================================
                    HEADER MENU
================================================== */

.ksi-header ul.navbar-nav {
  align-items: center;
  gap: 2px;
  margin-bottom: 0;
}

.ksi-header ul.navbar-nav > li {
  padding-right: 6px;
  padding-left: 6px;
}

.ksi-header ul.navbar-nav > li > a,
.ksi-header .navbar-light ul.navbar-nav > li > a {
  position: relative;

  padding: 15px 3px !important;

  color: var(--ksi-white) !important;

  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.1px;
  text-transform: uppercase;

  transition:
    color 0.2s ease,
    transform 0.2s ease;
}

.ksi-header ul.navbar-nav > li:not(.header-get-a-quote) > a::after {
  position: absolute;
  right: 3px;
  bottom: 7px;
  left: 3px;

  height: 3px;
  border-radius: 20px;

  background:
    linear-gradient(
      90deg,
      var(--ksi-cyan),
      var(--ksi-purple),
      var(--ksi-pink)
    );

  content: "";

  transform: scaleX(0);
  transform-origin: center;

  transition: transform 0.2s ease;
}

.ksi-header ul.navbar-nav > li:not(.header-get-a-quote) > a:hover,
.ksi-header ul.navbar-nav > li:not(.header-get-a-quote) > a:focus {
  color: var(--ksi-cyan) !important;
  transform: translateY(-1px);
}

.ksi-header ul.navbar-nav > li:not(.header-get-a-quote) > a:hover::after,
.ksi-header ul.navbar-nav > li:not(.header-get-a-quote) > a:focus::after {
  transform: scaleX(1);
}

.ksi-header .navbar-nav > .header-get-a-quote {
  top: auto;
  margin-left: 14px;
}

.ksi-header .navbar-toggler {
  width: 48px;
  height: 44px;
  margin: 0;
  padding: 6px;
  border: 1px solid rgba(31, 220, 255, .42);
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(121, 56, 255, .92), rgba(255, 47, 145, .88));
  box-shadow: 0 0 22px rgba(121, 56, 255, .24);
}

.ksi-header .navbar-toggler:focus-visible {
  outline: 2px solid var(--ksi-cyan);
  outline-offset: 3px;
}


/* ==================================================
                    PLAY NOW BUTTONS
================================================== */

.ksi-header .btn.btn-primary,
.ksi-hero .btn.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: 155px;
  min-height: 54px;
  padding: 15px 28px !important;

  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 10px;

  background:
    linear-gradient(
      135deg,
      var(--ksi-purple) 0%,
      #a832ff 42%,
      var(--ksi-pink) 100%
    ) !important;

  color: var(--ksi-white) !important;

  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.3px;
  text-transform: uppercase;

  box-shadow:
    0 7px 0 #36106f,
    0 13px 30px rgba(121, 56, 255, 0.35),
    0 0 22px rgba(255, 47, 145, 0.18);

  transform: translateY(0);

  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    filter 0.2s ease;
}

.ksi-header .btn.btn-primary:hover,
.ksi-header .btn.btn-primary:focus,
.ksi-hero .btn.btn-primary:hover,
.ksi-hero .btn.btn-primary:focus {
  background:
    linear-gradient(
      135deg,
      var(--ksi-cyan) 0%,
      var(--ksi-blue) 45%,
      var(--ksi-purple) 100%
    ) !important;

  color: var(--ksi-white) !important;

  box-shadow:
    0 5px 0 #123b86,
    0 15px 34px rgba(31, 220, 255, 0.3),
    0 0 28px rgba(121, 56, 255, 0.22);

  filter: brightness(1.08);
  transform: translateY(2px);
}

.ksi-header .btn.btn-primary:active,
.ksi-hero .btn.btn-primary:active {
  box-shadow:
    0 2px 0 #36106f,
    0 7px 18px rgba(121, 56, 255, 0.3);

  transform: translateY(5px);
}


/* ==================================================
                         HERO
================================================== */

.ksi-hero {
  position: relative;
  isolation: isolate;

  display: flex;
  align-items: center;

  width: 100%;

  /*
    Header + Hero occupy at least the complete first screen.
    The next purple section will begin below the visible area.
  */

  min-height: calc(100vh - var(--ksi-header-height)) !important;
  min-height: calc(100svh - var(--ksi-header-height)) !important;

  margin: 0;
  padding: 0;

  border: 0;

  background-image:
    linear-gradient(
      90deg,
      rgba(3, 4, 15, 0.98) 0%,
      rgba(4, 5, 18, 0.94) 24%,
      rgba(5, 6, 20, 0.78) 42%,
      rgba(5, 6, 18, 0.23) 67%,
      rgba(5, 6, 18, 0.04) 100%
    ),
    url("../images/slider-main/ksi-slots-hero.webp");

  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  overflow: hidden;
}

.ksi-hero .slider-content {
  position: relative;
  z-index: 2;

  display: flex;
  align-items: center;

  width: 100%;
  min-height: inherit;
  padding: 65px 0 75px;
}

.ksi-hero .container,
.ksi-hero .row {
  min-height: inherit;
}


/* ==================================================
                    HERO TYPOGRAPHY
================================================== */

.ksi-hero .hero-kicker {
  display: inline-flex;
  align-items: center;
  margin-bottom: 24px;
  padding: 8px 12px;
  border: 1px solid rgba(31, 220, 255, .32);
  border-radius: 999px;
  background: rgba(6, 8, 25, .62);
  color: var(--ksi-cyan);
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: .8px;
  text-transform: uppercase;
  box-shadow: 0 0 22px rgba(31, 220, 255, .08);
  text-shadow: 0 2px 12px rgba(0, 0, 0, .9);
}

.ksi-hero .slide-sub-title {
  max-width: 850px;
  margin: 0 0 27px;

  color: var(--ksi-white);

  font-family: "Montserrat", sans-serif;
  font-size: clamp(48px, 4.2vw, 76px);
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: -2px;
  text-transform: uppercase;

  text-shadow:
    0 5px 0 rgba(0, 0, 0, 0.2),
    0 12px 35px rgba(0, 0, 0, 0.6);
}

.ksi-hero .hero-description {
  max-width: 720px;
  margin-bottom: 34px;

  color: var(--ksi-text);

  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  font-weight: 500;

  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.9);
}

.ksi-hero .hero-description p {
  margin: 0 0 20px;
  color: inherit;
}

.ksi-hero .hero-description p:last-child {
  margin-bottom: 0;
}

.ksi-hero .hero-actions {
  display: flex;
  align-items: center;
  margin-top: 35px;
}


/* ==================================================
                    LARGE SCREENS
================================================== */

@media (min-width: 1200px) {

  .ksi-header .container,
  .ksi-hero .container {
    width: calc(100% - 80px);
    max-width: 1440px;
    padding-right: 30px;
    padding-left: 30px;
  }

}


/* ==================================================
                       TABLETS
================================================== */

@media (max-width: 1199px) {

  :root {
    --ksi-header-height: 96px;
  }

  .ksi-header .logo {
    width: 170px;
  }

  .ksi-header .logo img {
    width: 164px !important;
  }

  .ksi-header ul.navbar-nav > li {
    padding-right: 3px;
    padding-left: 3px;
  }

  .ksi-header ul.navbar-nav > li > a {
    font-size: 12px;
  }

  .ksi-header .navbar-nav > .header-get-a-quote {
    margin-left: 8px;
  }

}


/* ==================================================
                       MOBILE
================================================== */

@media (max-width: 991px) {

  :root {
    --ksi-header-height: 82px;
  }

  .ksi-header,
  .ksi-header .site-navigation,
  .ksi-header .navbar {
    min-height: var(--ksi-header-height);
  }

  .ksi-header .logo {
    width: 158px;
    min-height: 62px;
  }

  .ksi-header .logo a {
    min-height: 62px;
  }

  .ksi-header .logo img {
    width: 152px !important;
    max-height: 62px;
  }

  .ksi-header .navbar-collapse {
    position: absolute;
    top: calc(100% - 1px);
    right: 0;
    left: 0;
    padding: 18px;

    border: 1px solid rgba(31, 220, 255, 0.2);
    border-radius: 0 0 16px 16px;

    background: rgba(3, 4, 15, 0.98);

    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.55);
  }

  .ksi-header ul.navbar-nav {
    align-items: stretch;
  }

  .ksi-header ul.navbar-nav > li {
    width: 100%;
    padding: 0;
  }

  .ksi-header ul.navbar-nav > li > a {
    padding: 13px 8px !important;
    font-size: 14px;
  }

  .ksi-header .navbar-nav > .header-get-a-quote {
    margin: 15px 0 0;
  }

  .ksi-header .header-get-a-quote .btn-primary {
    width: 100%;
  }

  .ksi-hero {
    min-height: auto !important;

    background-position: 62% center;
  }

  .ksi-hero .slider-content {
    min-height: calc(100svh - var(--ksi-header-height));
    padding: 80px 0;
  }

  .ksi-hero .slide-sub-title {
    max-width: 720px;

    font-size: clamp(42px, 8vw, 62px);
    line-height: 1.05;
  }

  .ksi-hero .hero-description {
    max-width: 650px;
    font-size: 16px;
  }

}


/* ==================================================
                    SMALL MOBILE
================================================== */

@media (max-width: 575px) {

  .ksi-hero {
    background-position: 68% center;
  }

  .ksi-hero .slider-content {
    padding: 65px 0;
  }

  .ksi-hero .slide-sub-title {
    font-size: 38px;
    line-height: 1.06;
    letter-spacing: -1px;
  }

  .ksi-hero .hero-kicker {
    font-size: 10px;
    letter-spacing: .55px;
  }

  .ksi-hero .hero-description {
    font-size: 15px;
    line-height: 1.6;
  }

  .ksi-hero .btn.btn-primary {
    width: 100%;
  }

}

/* ==================================================
            KSI HEADER AND HERO OVERRIDES END
================================================== */
/* ==================================================
                   KSI SLOTS SECTION
================================================== */

.ksi-slots-section {
  position: relative;
  isolation: isolate;

  padding: 100px 0;

  background:
    linear-gradient(
      180deg,
      #080617 0%,
      #100727 48%,
      #070612 100%
    );

  color: #ffffff;
  overflow: hidden;
}


/* ==================================================
                DECORATIVE BACKGROUND
================================================== */

.ksi-slots-section__glow {
  position: absolute;
  z-index: 0;

  width: 520px;
  height: 520px;

  border-radius: 50%;

  opacity: 0.22;
  filter: blur(120px);

  pointer-events: none;
}

.ksi-slots-section__glow--purple {
  top: -230px;
  left: -180px;

  background: #7938ff;
}

.ksi-slots-section__glow--cyan {
  right: -220px;
  bottom: -280px;

  background: #1fdcff;
}

.ksi-slots-section > .container {
  position: relative;
  z-index: 2;

  width: calc(100% - 80px);
  max-width: 1440px;
  padding-right: 30px;
  padding-left: 30px;
}


/* ==================================================
                    SECTION HEADER
================================================== */

.ksi-section-header {
  max-width: 850px;
  margin: 0 auto 55px;

  text-align: center;
}

.ksi-section-header__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  margin-bottom: 17px;
  padding: 8px 17px;

  border: 1px solid rgba(31, 220, 255, 0.45);
  border-radius: 999px;

  background: rgba(31, 220, 255, 0.08);
  color: #1fdcff;

  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;

  box-shadow:
    0 0 22px rgba(31, 220, 255, 0.1),
    inset 0 0 16px rgba(31, 220, 255, 0.05);
}

.ksi-section-header h2 {
  margin: 0 0 20px;

  color: #ffffff;

  font-family: "Montserrat", sans-serif;
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -1.7px;
  text-transform: uppercase;

  text-shadow:
    0 5px 0 rgba(0, 0, 0, 0.18),
    0 12px 30px rgba(0, 0, 0, 0.35);
}

.ksi-section-header p {
  max-width: 760px;
  margin: 0 auto;

  color: #c9c9d8;

  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  line-height: 1.7;
  font-weight: 500;
}


/* ==================================================
                      SLOTS GRID
================================================== */

.ksi-slots-grid {
  display: grid;

  /*
    Four equal cards in every row on large screens.
  */

  grid-template-columns: repeat(4, minmax(0, 1fr));

  gap: 27px;
  width: 100%;
}


/* ==================================================
                       SLOT CARD
================================================== */

.ksi-slot-card {
  position: relative;

  display: flex;
  flex-direction: column;

  min-width: 0;
  margin: 0;

  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;

  background:
    linear-gradient(
      160deg,
      rgba(26, 19, 55, 0.96) 0%,
      rgba(12, 11, 30, 0.98) 100%
    );

  box-shadow:
    0 16px 35px rgba(0, 0, 0, 0.35),
    0 0 0 rgba(121, 56, 255, 0);

  overflow: hidden;

  transform: translateY(0);

  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.ksi-slot-card:hover {
  border-color: rgba(31, 220, 255, 0.42);

  box-shadow:
    0 22px 44px rgba(0, 0, 0, 0.46),
    0 0 30px rgba(121, 56, 255, 0.16),
    0 0 18px rgba(31, 220, 255, 0.1);

  transform: translateY(-7px);
}


/* ==================================================
                    SLOT CARD IMAGE
================================================== */

.ksi-slot-card__image {
  position: relative;

  width: 100%;
  aspect-ratio: 16 / 10;

  background:
    linear-gradient(
      135deg,
      rgba(121, 56, 255, 0.2),
      rgba(31, 220, 255, 0.1)
    );

  overflow: hidden;
}

.ksi-slot-card__image::after {
  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      180deg,
      transparent 45%,
      rgba(5, 5, 15, 0.65) 100%
    );

  content: "";
  pointer-events: none;
}

.ksi-slot-card__image img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center;

  transform: scale(1);

  transition:
    transform 0.35s ease,
    filter 0.35s ease;
}

.ksi-slot-card:hover .ksi-slot-card__image img {
  filter: brightness(1.08) saturate(1.08);
  transform: scale(1.055);
}


/* ==================================================
                   CATEGORY LABEL
================================================== */

.ksi-slot-card__category {
  position: absolute;
  bottom: 14px;
  left: 14px;
  z-index: 2;

  display: inline-flex;
  align-items: center;

  max-width: calc(100% - 28px);
  padding: 7px 12px;

  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;

  background:
    linear-gradient(
      135deg,
      rgba(121, 56, 255, 0.94),
      rgba(255, 47, 145, 0.94)
    );

  color: #ffffff;

  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.7px;
  text-transform: uppercase;

  box-shadow:
    0 7px 18px rgba(0, 0, 0, 0.35),
    0 0 16px rgba(121, 56, 255, 0.18);
}


/* ==================================================
                   SLOT CARD CONTENT
================================================== */

.ksi-slot-card__content {
  display: flex;
  flex: 1;
  flex-direction: column;

  padding: 21px 20px 22px;
}

.ksi-slot-card__content h3 {
  margin: 0 0 10px;

  color: #ffffff;

  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: -0.2px;
  text-transform: none;
}

.ksi-slot-card__content p {
  margin: auto 0 0;

  color: #9fa2b7;

  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.2px;
}


/* ==================================================
                   MEDIUM DESKTOPS
================================================== */

@media (max-width: 1199px) {

  .ksi-slots-section > .container {
    width: calc(100% - 50px);
    padding-right: 20px;
    padding-left: 20px;
  }

  .ksi-slots-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }

}


/* ==================================================
                       TABLETS
================================================== */

@media (max-width: 767px) {

  .ksi-slots-section {
    padding: 80px 0;
  }

  .ksi-slots-section > .container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .ksi-section-header {
    margin-bottom: 42px;
  }

  .ksi-section-header h2 {
    font-size: 40px;
  }

  .ksi-section-header p {
    font-size: 16px;
  }

  .ksi-slots-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

}


/* ==================================================
                    SMALL MOBILE
================================================== */

@media (max-width: 480px) {

  .ksi-slots-section {
    padding: 65px 0;
  }

  .ksi-section-header {
    margin-bottom: 35px;
    text-align: left;
  }

  .ksi-section-header__label {
    justify-content: flex-start;
  }

  .ksi-section-header h2 {
    font-size: 34px;
    line-height: 1.08;
  }

  .ksi-section-header p {
    font-size: 15px;
    line-height: 1.65;
  }

  .ksi-slots-grid {
    grid-template-columns: 1fr;
  }

  .ksi-slot-card__content h3 {
    font-size: 18px;
  }

}

/* ==================================================
                KSI SLOTS SECTION END
================================================== */
/* ==================================================
            SIX SLOTS PER ROW — IMAGE FIX
================================================== */

/* Six cards on wide screens */

.ksi-slots-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 20px;
}


/* Restore the original vertical game proportions */

.ksi-slot-card__image {
  aspect-ratio: 2 / 3;

  background:
    linear-gradient(
      145deg,
      rgba(121, 56, 255, 0.16),
      rgba(31, 220, 255, 0.08)
    );
}


/* Display the complete game image */

.ksi-slot-card__image img {
  width: 100%;
  height: 100%;

  object-fit: contain;
  object-position: center;

  background: #090817;
}


/* Make content more compact for six cards */

.ksi-slot-card__content {
  padding: 17px 16px 19px;
}

.ksi-slot-card__content h3 {
  margin-bottom: 8px;

  font-size: 15px;
  line-height: 1.35;
}

.ksi-slot-card__content p {
  font-size: 12px;
}


/* Make the category label smaller */

.ksi-slot-card__category {
  right: 11px;
  bottom: 11px;
  left: 11px;

  justify-content: center;

  max-width: none;
  padding: 7px 9px;

  font-size: 9px;
  text-align: center;
}


/* ==================================================
                    RESPONSIVE GRID
================================================== */

/* Four cards on smaller desktop screens */

@media (max-width: 1399px) {

  .ksi-slots-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
  }

}


/* Three cards on tablets */

@media (max-width: 991px) {

  .ksi-slots-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }

}


/* Two cards on mobile */

@media (max-width: 767px) {

  .ksi-slots-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 17px;
  }

}


/* One card on narrow phones */

@media (max-width: 420px) {

  .ksi-slots-grid {
    grid-template-columns: 1fr;
  }

}

/* ==================================================
        SIX SLOTS PER ROW — IMAGE FIX END
================================================== */
/* ==================================================
                  KSI LIVE CASINO
================================================== */

.ksi-live {
  position: relative;
  isolation: isolate;

  padding: 110px 0;

  background:
    radial-gradient(
      circle at 8% 18%,
      rgba(121, 56, 255, 0.17),
      transparent 28%
    ),
    radial-gradient(
      circle at 92% 68%,
      rgba(31, 220, 255, 0.11),
      transparent 27%
    ),
    linear-gradient(
      180deg,
      #070612 0%,
      #0d0820 44%,
      #060711 100%
    );

  color: #ffffff;
  overflow: hidden;
}

.ksi-live::before {
  position: absolute;
  inset: 0;
  z-index: -2;

  opacity: 0.14;

  background-image:
    linear-gradient(
      rgba(31, 220, 255, 0.09) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(121, 56, 255, 0.09) 1px,
      transparent 1px
    );

  background-size: 72px 72px;

  mask-image:
    linear-gradient(
      to bottom,
      transparent,
      #000 16%,
      #000 84%,
      transparent
    );

  content: "";
  pointer-events: none;
}

.ksi-live > .container {
  position: relative;
  z-index: 2;

  width: calc(100% - 80px);
  max-width: 1440px;
  padding-right: 30px;
  padding-left: 30px;
}


/* ==================================================
                  BACKGROUND GLOW
================================================== */

.ksi-live__glow {
  position: absolute;
  z-index: -1;

  width: 520px;
  height: 520px;

  border-radius: 50%;

  filter: blur(130px);
  opacity: 0.18;

  pointer-events: none;
}

.ksi-live__glow--purple {
  top: 240px;
  left: -300px;

  background: #7938ff;
}

.ksi-live__glow--cyan {
  right: -280px;
  bottom: 250px;

  background: #1fdcff;
}


/* ==================================================
                   SECTION HEADER
================================================== */

.ksi-live__header {
  max-width: 970px;
  margin: 0 auto 58px;

  text-align: center;
}

.ksi-live__eyebrow {
  display: inline-flex;
  align-items: center;

  margin-bottom: 18px;
  padding: 8px 17px;

  border: 1px solid rgba(255, 47, 145, 0.43);
  border-radius: 999px;

  background: rgba(255, 47, 145, 0.08);
  color: #ff72b4;

  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;

  box-shadow:
    0 0 22px rgba(255, 47, 145, 0.09),
    inset 0 0 15px rgba(255, 47, 145, 0.04);
}

.ksi-live__header h2 {
  margin: 0 0 23px;

  color: #ffffff;

  font-family: "Montserrat", sans-serif;
  font-size: clamp(42px, 4.6vw, 68px);
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: -2.2px;
  text-transform: uppercase;

  text-shadow:
    0 7px 0 rgba(0, 0, 0, 0.17),
    0 17px 38px rgba(0, 0, 0, 0.38);
}

.ksi-live__header h2 span {
  display: block;

  background:
    linear-gradient(
      90deg,
      #9a5cff 0%,
      #ff3d9d 48%,
      #22dfff 100%
    );

  -webkit-background-clip: text;
  background-clip: text;

  color: transparent;
}

.ksi-live__header p {
  max-width: 870px;
  margin: 0 auto;

  color: #c9cad9;

  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 1.75;
  font-weight: 500;
}


/* ==================================================
                    MAIN FEATURE
================================================== */

.ksi-live__hero {
  position: relative;
  isolation: isolate;

  min-height: 635px;
  margin-bottom: 96px;

  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 30px;

  background: #070813;

  box-shadow:
    0 36px 80px rgba(0, 0, 0, 0.5),
    0 0 46px rgba(121, 56, 255, 0.11),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);

  overflow: hidden;
}

.ksi-live__hero::after {
  position: absolute;
  inset: 0;
  z-index: 4;

  border: 1px solid transparent;
  border-radius: inherit;

  background:
    linear-gradient(
      120deg,
      rgba(121, 56, 255, 0.54),
      transparent 35%,
      transparent 70%,
      rgba(31, 220, 255, 0.34)
    )
    border-box;

  -webkit-mask:
    linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0);

  -webkit-mask-composite: xor;
  mask-composite: exclude;

  content: "";
  pointer-events: none;
}

.ksi-live__hero-image {
  position: absolute;
  inset: 0;
  z-index: -2;

  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center;

  filter:
    saturate(1.06)
    contrast(1.03);
}

.ksi-live__hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;

  background:
    linear-gradient(
      90deg,
      rgba(3, 4, 14, 0.99) 0%,
      rgba(4, 5, 17, 0.95) 28%,
      rgba(5, 6, 19, 0.68) 51%,
      rgba(5, 6, 18, 0.08) 79%
    ),
    linear-gradient(
      0deg,
      rgba(4, 4, 15, 0.45),
      transparent 44%
    );

  pointer-events: none;
}

.ksi-live__hero-content {
  position: relative;
  z-index: 2;

  display: flex;
  flex-direction: column;
  justify-content: center;

  width: 56%;
  min-height: 635px;
  padding: 62px;
}

.ksi-live__status {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 8px;

  margin-bottom: 20px;
  padding: 8px 13px;

  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;

  background: rgba(5, 6, 18, 0.68);
  color: #ffffff;

  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 1.1px;
  text-transform: uppercase;

  backdrop-filter: blur(12px);
}

.ksi-live__status > span {
  width: 8px;
  height: 8px;

  border-radius: 50%;

  background: #ff2f63;

  box-shadow:
    0 0 9px rgba(255, 47, 99, 0.9),
    0 0 17px rgba(255, 47, 99, 0.5);

  animation: ksi-live-status-pulse 1.7s ease-in-out infinite;
}

.ksi-live__hero-content h3 {
  max-width: 680px;
  margin: 0 0 24px;

  color: #ffffff;

  font-family: "Montserrat", sans-serif;
  font-size: clamp(35px, 3.3vw, 53px);
  line-height: 1.06;
  font-weight: 900;
  letter-spacing: -1.5px;
  text-transform: uppercase;
}

.ksi-live__hero-content h3 strong {
  display: block;
  color: #ff4da5;
}

.ksi-live__hero-content p {
  max-width: 670px;
  margin: 0 0 16px;

  color: #d0d1df;

  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.72;
  font-weight: 500;
}

.ksi-live__hero-content p:last-of-type {
  margin-bottom: 29px;
}


/* ==================================================
                    HIGHLIGHTS
================================================== */

.ksi-live__highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));

  max-width: 660px;

  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;

  background: rgba(5, 6, 18, 0.73);

  backdrop-filter: blur(12px);
  overflow: hidden;
}

.ksi-live__highlight {
  padding: 17px 18px;
}

.ksi-live__highlight + .ksi-live__highlight {
  border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.ksi-live__highlight strong {
  display: block;

  margin-bottom: 4px;

  color: #ffffff;

  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 900;
}

.ksi-live__highlight span {
  display: block;

  color: #9fa2b8;

  font-family: "Open Sans", sans-serif;
  font-size: 10px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.45px;
  text-transform: uppercase;
}


/* ==================================================
                   INTRODUCTION
================================================== */

.ksi-live__introduction {
  display: grid;
  grid-template-columns: minmax(310px, 0.8fr) minmax(0, 1.2fr);
  gap: 78px;
  align-items: start;

  margin-bottom: 56px;
}

.ksi-live__introduction-title > span {
  display: block;

  margin-bottom: 12px;

  color: #1fdcff;

  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.ksi-live__introduction-title h3 {
  margin: 0;

  color: #ffffff;

  font-family: "Montserrat", sans-serif;
  font-size: clamp(32px, 3vw, 47px);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -1.2px;
  text-transform: uppercase;
}

.ksi-live__introduction-title h3 strong {
  display: block;
  color: #9b5cff;
}

.ksi-live__introduction-copy {
  padding-left: 33px;

  border-left: 2px solid rgba(255, 47, 145, 0.42);
}

.ksi-live__introduction-copy p {
  margin: 0 0 15px;

  color: #bfc1d1;

  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 500;
}

.ksi-live__introduction-copy p:last-child {
  margin-bottom: 0;
}


/* ==================================================
                 VISUAL EXPERIENCES
================================================== */

.ksi-live__experiences {
  display: grid;
  gap: 28px;

  margin-bottom: 92px;
}

.ksi-live-experience {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);

  min-height: 480px;

  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 25px;

  background:
    linear-gradient(
      145deg,
      rgba(24, 17, 52, 0.96),
      rgba(8, 9, 25, 0.99)
    );

  box-shadow:
    0 24px 54px rgba(0, 0, 0, 0.36);

  overflow: hidden;
}

.ksi-live-experience--reverse {
  grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr);
}

.ksi-live-experience--reverse .ksi-live-experience__visual {
  order: 2;
}

.ksi-live-experience--reverse .ksi-live-experience__content {
  order: 1;
}

.ksi-live-experience__visual {
  position: relative;

  min-height: 480px;

  overflow: hidden;
}

.ksi-live-experience__visual::after {
  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      0deg,
      rgba(5, 6, 18, 0.55),
      transparent 48%
    );

  content: "";
  pointer-events: none;
}

.ksi-live-experience__visual img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;

  transition:
    transform 0.45s ease,
    filter 0.45s ease;
}

.ksi-live-experience:hover
.ksi-live-experience__visual img {
  filter: saturate(1.08) brightness(1.04);
  transform: scale(1.035);
}

.ksi-live-experience__label {
  position: absolute;
  bottom: 22px;
  left: 22px;
  z-index: 2;

  padding: 8px 13px;

  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;

  background:
    linear-gradient(
      135deg,
      rgba(121, 56, 255, 0.94),
      rgba(255, 47, 145, 0.94)
    );

  color: #ffffff;

  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.9px;
  text-transform: uppercase;

  box-shadow:
    0 9px 22px rgba(0, 0, 0, 0.35);
}

.ksi-live-experience__content {
  display: flex;
  flex-direction: column;
  justify-content: center;

  padding: 48px 50px;
}

.ksi-live-experience__content > span {
  display: block;

  margin-bottom: 11px;

  color: #1fdcff;

  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.ksi-live-experience__content h3 {
  margin: 0 0 20px;

  color: #ffffff;

  font-family: "Montserrat", sans-serif;
  font-size: clamp(28px, 2.6vw, 40px);
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -0.9px;
  text-transform: uppercase;
}

.ksi-live-experience__content p {
  margin: 0 0 14px;

  color: #b7b9ca;

  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 1.72;
  font-weight: 500;
}

.ksi-live-experience__features {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;

  margin: 12px 0 0;
  padding: 0;

  list-style: none;
}

.ksi-live-experience__features li {
  padding: 7px 10px;

  border: 1px solid rgba(31, 220, 255, 0.18);
  border-radius: 999px;

  background: rgba(31, 220, 255, 0.06);
  color: #d9dae5;

  font-family: "Montserrat", sans-serif;
  font-size: 9px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.55px;
  text-transform: uppercase;
}


/* ==================================================
                  GAME COLLECTION
================================================== */

.ksi-live__collection {
  padding: 47px;

  border: 1px solid rgba(31, 220, 255, 0.14);
  border-radius: 26px;

  background:
    linear-gradient(
      125deg,
      rgba(121, 56, 255, 0.12),
      rgba(10, 10, 27, 0.94) 45%,
      rgba(31, 220, 255, 0.07)
    );

  box-shadow:
    0 24px 52px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.ksi-live__collection-header {
  display: grid;
  grid-template-columns: minmax(310px, 0.85fr) minmax(0, 1.15fr);
  gap: 65px;
  align-items: end;

  margin-bottom: 35px;
}

.ksi-live__collection-header > div > span {
  display: block;

  margin-bottom: 10px;

  color: #ff4da5;

  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.ksi-live__collection-header h3 {
  margin: 0;

  color: #ffffff;

  font-family: "Montserrat", sans-serif;
  font-size: 31px;
  line-height: 1.13;
  font-weight: 900;
  letter-spacing: -0.7px;
  text-transform: uppercase;
}

.ksi-live__collection-header > p {
  margin: 0;

  color: #b5b7c8;

  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 500;
}

.ksi-live__categories {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.ksi-live-category {
  min-width: 0;
  padding: 22px 20px;

  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 16px;

  background: rgba(5, 6, 18, 0.62);

  transition:
    border-color 0.25s ease,
    background 0.25s ease,
    transform 0.25s ease;
}

.ksi-live-category:hover {
  border-color: rgba(31, 220, 255, 0.32);
  background: rgba(31, 220, 255, 0.06);

  transform: translateY(-4px);
}

.ksi-live-category__icon {
  position: relative;

  display: block;

  width: 41px;
  height: 41px;
  margin-bottom: 18px;

  border: 3px solid #9b5cff;
  border-radius: 50%;

  box-shadow:
    0 0 14px rgba(155, 92, 255, 0.42);
}

.ksi-live-category__icon::before {
  position: absolute;
  inset: 7px;

  border: 2px solid #1fdcff;
  border-radius: inherit;

  content: "";
}

.ksi-live-category__icon::after {
  position: absolute;
  top: 50%;
  left: 50%;

  width: 7px;
  height: 7px;

  border-radius: 50%;

  background: #ff2f91;

  box-shadow:
    0 0 9px rgba(255, 47, 145, 0.75);

  content: "";
  transform: translate(-50%, -50%);
}

.ksi-live-category__icon--cards {
  border-radius: 8px;
  transform: rotate(-5deg);
}

.ksi-live-category__icon--baccarat {
  border-color: #1fdcff;
  border-radius: 8px;
}

.ksi-live-category__icon--show {
  border-style: dashed;
  border-color: #ff2f91;
}

.ksi-live-category h4 {
  margin: 0 0 10px;

  color: #ffffff;

  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 900;
}

.ksi-live-category p {
  margin: 0;

  color: #aeb0c1;

  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 1.62;
  font-weight: 500;
}


/* ==================================================
                     ANIMATION
================================================== */

@keyframes ksi-live-status-pulse {

  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.52;
    transform: scale(0.8);
  }

}


/* ==================================================
                 MEDIUM DESKTOPS
================================================== */

@media (max-width: 1199px) {

  .ksi-live > .container {
    width: calc(100% - 50px);
    padding-right: 20px;
    padding-left: 20px;
  }

  .ksi-live__hero-content {
    width: 63%;
    padding: 50px 44px;
  }

  .ksi-live-experience__content {
    padding: 40px 38px;
  }

  .ksi-live__categories {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}


/* ==================================================
                       TABLETS
================================================== */

@media (max-width: 991px) {

  .ksi-live {
    padding: 90px 0;
  }

  .ksi-live__hero {
    min-height: 720px;
  }

  .ksi-live__hero-image {
    object-position: 65% center;
  }

  .ksi-live__hero-overlay {
    background:
      linear-gradient(
        90deg,
        rgba(3, 4, 14, 0.98) 0%,
        rgba(4, 5, 17, 0.9) 48%,
        rgba(5, 6, 18, 0.22) 100%
      ),
      linear-gradient(
        0deg,
        rgba(3, 4, 14, 0.67),
        transparent 54%
      );
  }

  .ksi-live__hero-content {
    width: 69%;
    min-height: 720px;
    padding: 45px 36px;
  }

  .ksi-live__highlights {
    grid-template-columns: 1fr;
  }

  .ksi-live__highlight + .ksi-live__highlight {
    border-top: 1px solid rgba(255, 255, 255, 0.09);
    border-left: 0;
  }

  .ksi-live__introduction {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .ksi-live__introduction-copy {
    padding-left: 24px;
  }

  .ksi-live-experience,
  .ksi-live-experience--reverse {
    grid-template-columns: 1fr;
  }

  .ksi-live-experience--reverse .ksi-live-experience__visual,
  .ksi-live-experience--reverse .ksi-live-experience__content {
    order: initial;
  }

  .ksi-live-experience__visual {
    min-height: 430px;
  }

  .ksi-live__collection-header {
    grid-template-columns: 1fr;
    gap: 20px;
  }

}


/* ==================================================
                       MOBILE
================================================== */

@media (max-width: 767px) {

  .ksi-live {
    padding: 75px 0;
  }

  .ksi-live > .container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .ksi-live__header {
    margin-bottom: 40px;
    text-align: left;
  }

  .ksi-live__header h2 {
    font-size: 39px;
    letter-spacing: -1.2px;
  }

  .ksi-live__header p {
    font-size: 16px;
    line-height: 1.68;
  }

  .ksi-live__hero {
    display: flex;
    flex-direction: column;

    min-height: 0;
    margin-bottom: 70px;

    border-radius: 23px;
  }

  .ksi-live__hero-image {
    position: relative;
    inset: auto;

    order: 1;

    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;

    object-position: 68% center;
  }

  .ksi-live__hero-overlay {
    display: none;
  }

  .ksi-live__hero-content {
    order: 2;

    width: 100%;
    min-height: 0;
    padding: 31px 24px;

    background:
      linear-gradient(
        155deg,
        rgba(25, 17, 53, 0.98),
        rgba(8, 9, 24, 0.99)
      );
  }

  .ksi-live__hero-content h3 {
    font-size: 31px;
  }

  .ksi-live__hero-content p {
    font-size: 15px;
  }

  .ksi-live__experiences {
    margin-bottom: 68px;
  }

  .ksi-live-experience {
    min-height: 0;

    border-radius: 21px;
  }

  .ksi-live-experience__visual {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .ksi-live-experience__content {
    padding: 30px 24px;
  }

  .ksi-live-experience__content h3 {
    font-size: 28px;
  }

  .ksi-live__collection {
    padding: 31px 24px;
  }

  .ksi-live__categories {
    grid-template-columns: 1fr;
  }

}


/* ==================================================
                    SMALL MOBILE
================================================== */

@media (max-width: 480px) {

  .ksi-live__header h2 {
    font-size: 34px;
  }

  .ksi-live__eyebrow {
    font-size: 9px;
  }

  .ksi-live__hero-content {
    padding: 27px 20px;
  }

  .ksi-live__hero-content h3 {
    font-size: 28px;
  }

  .ksi-live__introduction-title h3 {
    font-size: 31px;
  }

  .ksi-live__introduction-copy {
    padding-left: 18px;
  }

  .ksi-live-experience__content {
    padding: 27px 21px;
  }

  .ksi-live__collection {
    padding: 27px 20px;
  }

  .ksi-live__collection-header h3 {
    font-size: 27px;
  }

}


/* ==================================================
               REDUCED MOTION SUPPORT
================================================== */

@media (prefers-reduced-motion: reduce) {

  .ksi-live__status > span {
    animation: none;
  }

  .ksi-live-experience__visual img,
  .ksi-live-category {
    transition: none;
  }

}

/* ==================================================
                KSI LIVE CASINO END
================================================== */
/* ==================================================
                   KSI JACKPOTS
================================================== */

.ksi-jackpots {
  position: relative;
  isolation: isolate;

  padding: 115px 0;

  background:
    radial-gradient(
      circle at 10% 18%,
      rgba(121, 56, 255, 0.15),
      transparent 28%
    ),
    radial-gradient(
      circle at 92% 62%,
      rgba(31, 220, 255, 0.1),
      transparent 27%
    ),
    linear-gradient(
      180deg,
      #060711 0%,
      #0c071d 40%,
      #080615 73%,
      #05060e 100%
    );

  color: #ffffff;
  overflow: hidden;
}

.ksi-jackpots::before {
  position: absolute;
  inset: 0;
  z-index: -2;

  opacity: 0.13;

  background-image:
    radial-gradient(
      circle,
      rgba(31, 220, 255, 0.25) 1px,
      transparent 1.5px
    );

  background-size: 35px 35px;

  mask-image:
    linear-gradient(
      to bottom,
      transparent,
      #000 12%,
      #000 88%,
      transparent
    );

  content: "";
  pointer-events: none;
}

.ksi-jackpots > .container {
  position: relative;
  z-index: 2;

  width: calc(100% - 80px);
  max-width: 1440px;
  padding-right: 30px;
  padding-left: 30px;
}


/* ==================================================
                  BACKGROUND GLOW
================================================== */

.ksi-jackpots__glow {
  position: absolute;
  z-index: -1;

  width: 540px;
  height: 540px;

  border-radius: 50%;

  opacity: 0.17;
  filter: blur(135px);

  pointer-events: none;
}

.ksi-jackpots__glow--purple {
  top: 300px;
  left: -310px;

  background: #7938ff;
}

.ksi-jackpots__glow--cyan {
  right: -300px;
  bottom: 360px;

  background: #1fdcff;
}


/* ==================================================
                    SHARED TEXT
================================================== */

.ksi-jackpots__section-label {
  display: block;

  color: #1fdcff;

  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}


/* ==================================================
                   SECTION HEADER
================================================== */

.ksi-jackpots__header {
  max-width: 1040px;
  margin: 0 auto 62px;

  text-align: center;
}

.ksi-jackpots__eyebrow {
  display: inline-flex;

  margin-bottom: 18px;
  padding: 8px 17px;

  border: 1px solid rgba(31, 220, 255, 0.4);
  border-radius: 999px;

  background: rgba(31, 220, 255, 0.07);
  color: #1fdcff;

  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;

  box-shadow:
    0 0 22px rgba(31, 220, 255, 0.09),
    inset 0 0 15px rgba(31, 220, 255, 0.04);
}

.ksi-jackpots__header h2 {
  margin: 0 0 25px;

  color: #ffffff;

  font-family: "Montserrat", sans-serif;
  font-size: clamp(42px, 4.7vw, 69px);
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: -2.2px;
  text-transform: uppercase;

  text-shadow:
    0 7px 0 rgba(0, 0, 0, 0.16),
    0 18px 40px rgba(0, 0, 0, 0.38);
}

.ksi-jackpots__header h2 strong {
  display: block;

  background:
    linear-gradient(
      90deg,
      #9b5cff 0%,
      #ff3d9d 48%,
      #22dfff 100%
    );

  -webkit-background-clip: text;
  background-clip: text;

  color: transparent;
}

.ksi-jackpots__header p {
  max-width: 930px;
  margin: 0 auto 13px;

  color: #c5c7d7;

  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  line-height: 1.75;
  font-weight: 500;
}

.ksi-jackpots__header p:last-child {
  margin-bottom: 0;
}


/* ==================================================
                    HERO FEATURE
================================================== */

.ksi-jackpots__hero {
  position: relative;
  isolation: isolate;

  min-height: 650px;
  margin-bottom: 105px;

  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 30px;

  background: #060711;

  box-shadow:
    0 38px 85px rgba(0, 0, 0, 0.5),
    0 0 48px rgba(121, 56, 255, 0.11),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);

  overflow: hidden;
}

.ksi-jackpots__hero::after {
  position: absolute;
  inset: 0;
  z-index: 4;

  border: 1px solid transparent;
  border-radius: inherit;

  background:
    linear-gradient(
      120deg,
      rgba(255, 47, 145, 0.42),
      transparent 34%,
      transparent 72%,
      rgba(31, 220, 255, 0.34)
    )
    border-box;

  -webkit-mask:
    linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0);

  -webkit-mask-composite: xor;
  mask-composite: exclude;

  content: "";
  pointer-events: none;
}

.ksi-jackpots__hero-image {
  position: absolute;
  inset: 0;
  z-index: -2;

  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center;

  filter:
    saturate(1.04)
    contrast(1.03);
}

.ksi-jackpots__hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;

  background:
    linear-gradient(
      90deg,
      rgba(3, 4, 13, 0.99) 0%,
      rgba(4, 5, 16, 0.96) 28%,
      rgba(5, 5, 17, 0.7) 51%,
      rgba(5, 6, 18, 0.06) 80%
    ),
    linear-gradient(
      0deg,
      rgba(4, 4, 14, 0.43),
      transparent 46%
    );

  pointer-events: none;
}

.ksi-jackpots__hero-content {
  position: relative;
  z-index: 2;

  display: flex;
  flex-direction: column;
  justify-content: center;

  width: 57%;
  min-height: 650px;
  padding: 62px;
}

.ksi-jackpots__label {
  align-self: flex-start;

  margin-bottom: 19px;
  padding: 8px 13px;

  border: 1px solid rgba(255, 47, 145, 0.4);
  border-radius: 999px;

  background: rgba(255, 47, 145, 0.08);
  color: #ff68ae;

  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.ksi-jackpots__hero-content h3 {
  margin: 0 0 23px;

  color: #ffffff;

  font-family: "Montserrat", sans-serif;
  font-size: clamp(35px, 3.4vw, 54px);
  line-height: 1.06;
  font-weight: 900;
  letter-spacing: -1.5px;
  text-transform: uppercase;
}

.ksi-jackpots__hero-content h3 strong {
  display: block;
  color: #ff4da5;
}

.ksi-jackpots__hero-content p {
  max-width: 680px;
  margin: 0 0 15px;

  color: #d0d1df;

  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.72;
  font-weight: 500;
}


/* ==================================================
                    JACKPOT STAT
================================================== */

.ksi-jackpots__stat {
  display: flex;
  align-items: center;
  gap: 18px;

  align-self: flex-start;

  margin-top: 16px;
  padding: 15px 20px;

  border: 1px solid rgba(31, 220, 255, 0.16);
  border-radius: 16px;

  background: rgba(5, 6, 18, 0.74);

  backdrop-filter: blur(12px);

  box-shadow:
    0 16px 35px rgba(0, 0, 0, 0.25);
}

.ksi-jackpots__stat > strong {
  color: #1fdcff;

  font-family: "Montserrat", sans-serif;
  font-size: 34px;
  line-height: 1;
  font-weight: 900;

  text-shadow:
    0 0 18px rgba(31, 220, 255, 0.35);
}

.ksi-jackpots__stat > div {
  padding-left: 18px;

  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.ksi-jackpots__stat span,
.ksi-jackpots__stat small {
  display: block;
}

.ksi-jackpots__stat span {
  margin-bottom: 3px;

  color: #ffffff;

  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.ksi-jackpots__stat small {
  color: #9598ad;

  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  line-height: 1.35;
  font-weight: 600;
}


/* ==================================================
                JACKPOT EXPLANATION
================================================== */

.ksi-jackpots__explanation {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);

  margin-bottom: 105px;

  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 27px;

  background:
    linear-gradient(
      145deg,
      rgba(24, 17, 52, 0.96),
      rgba(8, 9, 25, 0.99)
    );

  box-shadow:
    0 28px 62px rgba(0, 0, 0, 0.38);

  overflow: hidden;
}

.ksi-jackpots__explanation-visual {
  position: relative;

  min-height: 610px;

  overflow: hidden;
}

.ksi-jackpots__explanation-visual::after {
  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      0deg,
      rgba(5, 6, 18, 0.58),
      transparent 50%
    );

  content: "";
  pointer-events: none;
}

.ksi-jackpots__explanation-visual img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;

  transition:
    transform 0.45s ease,
    filter 0.45s ease;
}

.ksi-jackpots__explanation:hover
.ksi-jackpots__explanation-visual img {
  filter:
    saturate(1.08)
    brightness(1.04);

  transform: scale(1.035);
}

.ksi-jackpots__visual-label {
  position: absolute;
  bottom: 23px;
  left: 23px;
  z-index: 2;

  padding: 8px 13px;

  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;

  background:
    linear-gradient(
      135deg,
      rgba(121, 56, 255, 0.94),
      rgba(255, 47, 145, 0.94)
    );

  color: #ffffff;

  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.9px;
  text-transform: uppercase;

  box-shadow:
    0 9px 22px rgba(0, 0, 0, 0.35);
}

.ksi-jackpots__explanation-content {
  display: flex;
  flex-direction: column;
  justify-content: center;

  padding: 54px 52px;
}

.ksi-jackpots__explanation-content h3,
.ksi-jackpots__featured-header h3,
.ksi-jackpots__guide-heading h3,
.ksi-jackpots__summary-heading h3 {
  margin: 10px 0 21px;

  color: #ffffff;

  font-family: "Montserrat", sans-serif;
  font-size: clamp(30px, 3vw, 45px);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -1.1px;
  text-transform: uppercase;
}

.ksi-jackpots__explanation-content h3 strong,
.ksi-jackpots__featured-header h3 strong,
.ksi-jackpots__guide-heading h3 strong,
.ksi-jackpots__summary-heading h3 strong {
  display: block;
  color: #9b5cff;
}

.ksi-jackpots__explanation-content > p {
  margin: 0 0 15px;

  color: #b9bbcc;

  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 1.74;
  font-weight: 500;
}


/* ==================================================
                EXPLANATION FACTS
================================================== */

.ksi-jackpots__facts {
  display: grid;
  gap: 9px;

  margin-top: 17px;
}

.ksi-jackpots__fact {
  display: grid;
  grid-template-columns: 10px minmax(0, 1fr);
  gap: 12px;
  align-items: start;

  padding: 12px 14px;

  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;

  background: rgba(255, 255, 255, 0.035);
}

.ksi-jackpots__fact > span {
  width: 8px;
  height: 8px;
  margin-top: 6px;

  border-radius: 50%;

  background: #1fdcff;

  box-shadow:
    0 0 10px rgba(31, 220, 255, 0.7);
}

.ksi-jackpots__fact p {
  margin: 0;

  color: #d0d1dd;

  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 600;
}


/* ==================================================
                  FEATURED GAMES
================================================== */

.ksi-jackpots__featured {
  margin-bottom: 105px;
}

.ksi-jackpots__featured-header {
  display: grid;
  grid-template-columns: minmax(350px, 0.85fr) minmax(0, 1.15fr);
  gap: 75px;
  align-items: end;

  margin-bottom: 43px;
}

.ksi-jackpots__featured-header h3 {
  margin-bottom: 0;
}

.ksi-jackpots__featured-header > p {
  margin: 0;

  color: #b8bacb;

  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.72;
  font-weight: 500;
}

.ksi-jackpots__games {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}


/* ==================================================
                  JACKPOT CARDS
================================================== */

.ksi-jackpot-card {
  --jackpot-card-accent: #9b5cff;
  --jackpot-card-glow: rgba(155, 92, 255, 0.34);

  position: relative;

  display: flex;
  flex-direction: column;

  min-width: 0;
  min-height: 520px;

  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 23px;

  background:
    linear-gradient(
      155deg,
      rgba(27, 19, 57, 0.96),
      rgba(9, 10, 27, 0.99)
    );

  box-shadow:
    0 21px 48px rgba(0, 0, 0, 0.34);

  overflow: hidden;

  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease;
}

.ksi-jackpot-card:hover {
  border-color: rgba(31, 220, 255, 0.3);

  box-shadow:
    0 29px 58px rgba(0, 0, 0, 0.45),
    0 0 32px rgba(121, 56, 255, 0.13);

  transform: translateY(-7px);
}

.ksi-jackpot-card--mega {
  --jackpot-card-accent: #ff4da5;
  --jackpot-card-glow: rgba(255, 47, 145, 0.33);
}

.ksi-jackpot-card--divine {
  --jackpot-card-accent: #9b5cff;
  --jackpot-card-glow: rgba(155, 92, 255, 0.34);
}

.ksi-jackpot-card--gods {
  --jackpot-card-accent: #1fdcff;
  --jackpot-card-glow: rgba(31, 220, 255, 0.3);
}

.ksi-jackpot-card__visual {
  position: relative;

  display: flex;
  align-items: center;
  justify-content: center;

  min-height: 210px;

  background:
    radial-gradient(
      circle at center,
      var(--jackpot-card-glow),
      transparent 58%
    ),
    linear-gradient(
      145deg,
      rgba(121, 56, 255, 0.16),
      rgba(31, 220, 255, 0.05)
    );

  overflow: hidden;
}

.ksi-jackpot-card__visual::before {
  position: absolute;
  top: 50%;
  left: 50%;

  width: 210px;
  height: 115px;

  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;

  background: rgba(5, 6, 18, 0.42);

  box-shadow:
    0 0 30px var(--jackpot-card-glow),
    inset 0 0 22px rgba(255, 255, 255, 0.025);

  content: "";
  transform: translate(-50%, -50%);
}

.ksi-jackpot-card__reels {
  position: relative;
  z-index: 2;

  display: grid;
  grid-template-columns: repeat(3, 50px);
  gap: 7px;
}

.ksi-jackpot-card__reels > span {
  position: relative;

  display: block;

  width: 50px;
  height: 75px;

  border: 2px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;

  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.12),
      rgba(255, 255, 255, 0.025)
    );

  box-shadow:
    inset 0 0 17px rgba(255, 255, 255, 0.03);
}

.ksi-jackpot-card__reels > span::before {
  position: absolute;
  top: 50%;
  left: 50%;

  width: 19px;
  height: 19px;

  border: 3px solid var(--jackpot-card-accent);
  border-radius: 6px;

  background: rgba(255, 255, 255, 0.07);

  box-shadow:
    0 0 14px var(--jackpot-card-glow);

  content: "";
  transform:
    translate(-50%, -50%)
    rotate(45deg);
}

.ksi-jackpot-card__content {
  display: flex;
  flex: 1;
  flex-direction: column;

  padding: 28px 27px 27px;
}

.ksi-jackpot-card__provider {
  display: block;

  margin-bottom: 9px;

  color: var(--jackpot-card-accent);

  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.ksi-jackpot-card h4 {
  margin: 0 0 15px;

  color: #ffffff;

  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  line-height: 1.16;
  font-weight: 900;
}

.ksi-jackpot-card p {
  margin: 0 0 23px;

  color: #afb1c3;

  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.68;
  font-weight: 500;
}

.ksi-jackpot-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;

  margin-top: auto;
}

.ksi-jackpot-card__tags span {
  padding: 6px 9px;

  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;

  background: rgba(255, 255, 255, 0.04);
  color: #c8cad8;

  font-family: "Montserrat", sans-serif;
  font-size: 9px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}


/* ==================================================
                  CHOOSING A GAME
================================================== */

.ksi-jackpots__guide {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
  gap: 62px;

  margin-bottom: 100px;
  padding: 50px;

  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 27px;

  background:
    linear-gradient(
      125deg,
      rgba(121, 56, 255, 0.12),
      rgba(9, 10, 27, 0.95) 50%,
      rgba(31, 220, 255, 0.06)
    );

  box-shadow:
    0 25px 55px rgba(0, 0, 0, 0.32);
}

.ksi-jackpots__guide-heading h3 {
  margin-top: 11px;
}

.ksi-jackpots__guide-heading p {
  margin: 0 0 14px;

  color: #b6b8c9;

  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 1.72;
  font-weight: 500;
}

.ksi-jackpots__guide-heading p:last-child {
  margin-bottom: 0;
}

.ksi-jackpots__guide-items {
  display: grid;
  gap: 12px;
}

.ksi-jackpots__guide-item {
  display: grid;
  grid-template-columns: 47px minmax(0, 1fr);
  gap: 17px;

  padding: 21px;

  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 15px;

  background: rgba(5, 6, 18, 0.58);

  transition:
    border-color 0.25s ease,
    background 0.25s ease,
    transform 0.25s ease;
}

.ksi-jackpots__guide-item:hover {
  border-color: rgba(31, 220, 255, 0.28);
  background: rgba(31, 220, 255, 0.045);

  transform: translateY(-3px);
}

.ksi-jackpots__guide-icon {
  position: relative;

  width: 43px;
  height: 43px;

  border: 2px solid #9b5cff;
  border-radius: 12px;

  box-shadow:
    0 0 13px rgba(155, 92, 255, 0.3);
}

.ksi-jackpots__guide-icon::before {
  position: absolute;
  inset: 9px;

  border: 2px solid #1fdcff;
  border-radius: 6px;

  content: "";
}

.ksi-jackpots__guide-icon--features {
  border-radius: 50%;
}

.ksi-jackpots__guide-icon--features::before {
  border-radius: 50%;
}

.ksi-jackpots__guide-icon--information {
  border-color: #ff2f91;
  border-radius: 50%;
}

.ksi-jackpots__guide-icon--information::before {
  border-color: #ff78b7;
  border-radius: 50%;
}

.ksi-jackpots__guide-item span {
  display: block;

  margin-bottom: 6px;

  color: #1fdcff;

  font-family: "Montserrat", sans-serif;
  font-size: 9px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.ksi-jackpots__guide-item h4 {
  margin: 0 0 8px;

  color: #ffffff;

  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 900;
}

.ksi-jackpots__guide-item p {
  margin: 0;

  color: #aeb0c1;

  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 1.62;
  font-weight: 500;
}


/* ==================================================
                 COLLECTION SUMMARY
================================================== */

.ksi-jackpots__summary {
  display: grid;
  grid-template-columns: minmax(330px, 0.78fr) minmax(0, 1.22fr);
  gap: 65px;

  padding: 52px;

  border: 1px solid rgba(31, 220, 255, 0.14);
  border-radius: 27px;

  background:
    linear-gradient(
      125deg,
      rgba(121, 56, 255, 0.12),
      rgba(9, 10, 27, 0.96) 50%,
      rgba(31, 220, 255, 0.06)
    );

  box-shadow:
    0 28px 62px rgba(0, 0, 0, 0.36);
}

.ksi-jackpots__summary-heading h3 {
  margin-top: 11px;
}

.ksi-jackpots__summary-heading h3 strong {
  color: #ff4da5;
}

.ksi-jackpots__summary-copy {
  padding-left: 30px;

  border-left: 2px solid rgba(255, 47, 145, 0.38);
}

.ksi-jackpots__summary-copy p {
  margin: 0 0 15px;

  color: #bfc1d1;

  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 1.72;
  font-weight: 500;
}

.ksi-jackpots__summary-copy p:last-child {
  margin-bottom: 0;
}


/* ==================================================
                 MEDIUM DESKTOPS
================================================== */

@media (max-width: 1199px) {

  .ksi-jackpots > .container {
    width: calc(100% - 50px);
    padding-right: 20px;
    padding-left: 20px;
  }

  .ksi-jackpots__hero-content {
    width: 64%;
    padding: 50px 44px;
  }

  .ksi-jackpots__explanation-content {
    padding: 45px 38px;
  }

  .ksi-jackpots__featured-header {
    gap: 45px;
  }

  .ksi-jackpots__guide,
  .ksi-jackpots__summary {
    gap: 42px;
    padding: 42px;
  }

}


/* ==================================================
                       TABLETS
================================================== */

@media (max-width: 991px) {

  .ksi-jackpots {
    padding: 92px 0;
  }

  .ksi-jackpots__hero {
    min-height: 745px;
  }

  .ksi-jackpots__hero-image {
    object-position: 64% center;
  }

  .ksi-jackpots__hero-content {
    width: 71%;
    min-height: 745px;
    padding: 45px 36px;
  }

  .ksi-jackpots__explanation {
    grid-template-columns: 1fr;
  }

  .ksi-jackpots__explanation-visual {
    min-height: 480px;
  }

  .ksi-jackpots__featured-header,
  .ksi-jackpots__guide,
  .ksi-jackpots__summary {
    grid-template-columns: 1fr;
  }

  .ksi-jackpots__featured-header {
    gap: 23px;
  }

  .ksi-jackpots__games {
    grid-template-columns: 1fr;
  }

  .ksi-jackpot-card {
    min-height: 0;
  }

  .ksi-jackpots__guide,
  .ksi-jackpots__summary {
    gap: 32px;
  }

  .ksi-jackpots__summary-copy {
    padding-top: 24px;
    padding-left: 0;

    border-top: 2px solid rgba(255, 47, 145, 0.28);
    border-left: 0;
  }

}


/* ==================================================
                       MOBILE
================================================== */

@media (max-width: 767px) {

  .ksi-jackpots {
    padding: 76px 0;
  }

  .ksi-jackpots > .container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .ksi-jackpots__header {
    margin-bottom: 42px;

    text-align: left;
  }

  .ksi-jackpots__header h2 {
    font-size: 39px;
    letter-spacing: -1.2px;
  }

  .ksi-jackpots__header p {
    font-size: 16px;
    line-height: 1.68;
  }

  .ksi-jackpots__hero {
    display: flex;
    flex-direction: column;

    min-height: 0;
    margin-bottom: 75px;

    border-radius: 23px;
  }

  .ksi-jackpots__hero-image {
    position: relative;
    inset: auto;

    order: 1;

    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;

    object-position: 70% center;
  }

  .ksi-jackpots__hero-overlay {
    display: none;
  }

  .ksi-jackpots__hero-content {
    order: 2;

    width: 100%;
    min-height: 0;
    padding: 31px 24px;

    background:
      linear-gradient(
        155deg,
        rgba(25, 17, 53, 0.98),
        rgba(8, 9, 24, 0.99)
      );
  }

  .ksi-jackpots__hero-content h3 {
    font-size: 31px;
  }

  .ksi-jackpots__hero-content p {
    font-size: 15px;
  }

  .ksi-jackpots__stat {
    width: 100%;
  }

  .ksi-jackpots__explanation {
    margin-bottom: 75px;

    border-radius: 22px;
  }

  .ksi-jackpots__explanation-visual {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .ksi-jackpots__explanation-content {
    padding: 31px 24px;
  }

  .ksi-jackpots__featured {
    margin-bottom: 75px;
  }

  .ksi-jackpots__guide,
  .ksi-jackpots__summary {
    margin-bottom: 0;
    padding: 31px 24px;

    border-radius: 22px;
  }

  .ksi-jackpots__guide {
    margin-bottom: 75px;
  }

}


/* ==================================================
                    SMALL MOBILE
================================================== */

@media (max-width: 480px) {

  .ksi-jackpots__header h2 {
    font-size: 34px;
  }

  .ksi-jackpots__hero-content {
    padding: 27px 20px;
  }

  .ksi-jackpots__hero-content h3 {
    font-size: 28px;
  }

  .ksi-jackpots__stat {
    align-items: flex-start;
  }

  .ksi-jackpots__stat > strong {
    font-size: 28px;
  }

  .ksi-jackpots__explanation-content {
    padding: 27px 21px;
  }

  .ksi-jackpot-card__content {
    padding: 25px 22px;
  }

  .ksi-jackpots__guide,
  .ksi-jackpots__summary {
    padding: 27px 20px;
  }

  .ksi-jackpots__guide-item {
    grid-template-columns: 1fr;
  }

  .ksi-jackpots__guide-icon {
    margin-bottom: 4px;
  }

}


/* ==================================================
               REDUCED MOTION SUPPORT
================================================== */

@media (prefers-reduced-motion: reduce) {

  .ksi-jackpots__explanation-visual img,
  .ksi-jackpot-card,
  .ksi-jackpots__guide-item {
    transition: none;
  }

}

/* ==================================================
                  KSI JACKPOTS END
================================================== */
/* ==================================================
                 KSI CASINO BONUSES
================================================== */

.ksi-casino-bonuses {
  position: relative;
  isolation: isolate;

  padding: 120px 0;

  background:
    radial-gradient(
      circle at 12% 18%,
      rgba(126, 48, 255, 0.13),
      transparent 32%
    ),
    radial-gradient(
      circle at 88% 64%,
      rgba(18, 210, 255, 0.1),
      transparent 34%
    ),
    linear-gradient(
      180deg,
      #080718 0%,
      #0b071c 48%,
      #070714 100%
    );

  color: #ffffff;
  overflow: hidden;

  scroll-margin-top: var(--ksi-header-height, 104px);
}

.ksi-casino-bonuses::before {
  position: absolute;
  inset: 0;
  z-index: -2;

  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.018) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.018) 1px,
      transparent 1px
    );

  background-size: 60px 60px;

  mask-image:
    linear-gradient(
      to bottom,
      transparent,
      #000 16%,
      #000 84%,
      transparent
    );

  content: "";
  pointer-events: none;
}

.ksi-casino-bonuses__container {
  position: relative;
  z-index: 2;

  width: min(1560px, calc(100% - 80px));
  margin: 0 auto;
}


/* Decorative Glow */

.ksi-casino-bonuses__glow {
  position: absolute;
  z-index: -1;

  width: 520px;
  height: 520px;

  border-radius: 50%;

  filter: blur(135px);
  opacity: 0.18;

  pointer-events: none;
}

.ksi-casino-bonuses__glow--violet {
  top: 230px;
  left: -300px;

  background: #913cff;
}

.ksi-casino-bonuses__glow--cyan {
  right: -310px;
  bottom: 230px;

  background: #17d8ff;
}


/* Section Header */

.ksi-casino-bonuses__header {
  max-width: 1040px;
  margin: 0 auto 62px;

  text-align: center;
}

.ksi-casino-bonuses__eyebrow,
.ksi-casino-bonuses__section-label {
  display: inline-block;

  color: #25dbff;

  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.ksi-casino-bonuses__eyebrow {
  margin-bottom: 19px;
  padding: 9px 17px;

  border: 1px solid rgba(37, 219, 255, 0.2);
  border-radius: 999px;

  background: rgba(37, 219, 255, 0.055);

  box-shadow:
    0 0 24px rgba(37, 219, 255, 0.08),
    inset 0 0 15px rgba(37, 219, 255, 0.04);
}

.ksi-casino-bonuses__header h2 {
  margin: 0 0 25px;

  color: #ffffff;

  font-family: "Montserrat", sans-serif;
  font-size: clamp(42px, 4.6vw, 74px);
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: -2.4px;
  text-transform: uppercase;

  text-shadow:
    0 8px 28px rgba(0, 0, 0, 0.4);
}

.ksi-casino-bonuses__header h2 strong {
  display: block;

  background:
    linear-gradient(
      90deg,
      #9d57ff 0%,
      #ff3e9f 48%,
      #25dbff 100%
    );

  -webkit-background-clip: text;
  background-clip: text;

  color: transparent;
}

.ksi-casino-bonuses__header p {
  max-width: 920px;
  margin: 0 auto 13px;

  color: #c1c3d2;

  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 500;
}

.ksi-casino-bonuses__header p:last-child {
  margin-bottom: 0;
}


/* Main Welcome Feature */

.ksi-casino-bonuses__feature {
  position: relative;
  isolation: isolate;

  min-height: 650px;
  margin-bottom: 100px;

  border: 1px solid rgba(153, 84, 255, 0.25);
  border-radius: 30px;

  background: #080817;

  box-shadow:
    0 35px 85px rgba(0, 0, 0, 0.48),
    0 0 45px rgba(131, 58, 255, 0.08);

  overflow: hidden;
}

.ksi-casino-bonuses__feature::after {
  position: absolute;
  inset: 0;
  z-index: 4;

  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: inherit;

  box-shadow:
    inset 0 0 45px rgba(125, 65, 255, 0.07);

  content: "";
  pointer-events: none;
}

.ksi-casino-bonuses__feature-image {
  position: absolute;
  inset: 0;
  z-index: -2;

  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center;

  filter:
    saturate(1.06)
    contrast(1.04);
}

.ksi-casino-bonuses__feature-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;

  background:
    linear-gradient(
      90deg,
      rgba(5, 5, 17, 0.99) 0%,
      rgba(7, 6, 23, 0.97) 38%,
      rgba(8, 7, 25, 0.72) 58%,
      rgba(8, 7, 25, 0.12) 100%
    ),
    linear-gradient(
      0deg,
      rgba(5, 5, 15, 0.65),
      transparent 44%
    );

  pointer-events: none;
}

.ksi-casino-bonuses__feature-content {
  display: flex;
  flex-direction: column;
  justify-content: center;

  width: 60%;
  min-height: 650px;
  padding: 64px;
}

.ksi-casino-bonuses__feature-label {
  align-self: flex-start;

  margin-bottom: 20px;
  padding: 8px 14px;

  border: 1px solid rgba(255, 63, 157, 0.25);
  border-radius: 999px;

  background: rgba(255, 63, 157, 0.075);

  color: #ff60af;

  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.ksi-casino-bonuses__feature-content h3 {
  margin: 0 0 24px;

  color: #ffffff;

  font-family: "Montserrat", sans-serif;
  font-size: clamp(39px, 4vw, 66px);
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: -1.8px;
  text-transform: uppercase;
}

.ksi-casino-bonuses__feature-content h3 strong {
  display: block;

  margin-top: 7px;

  color: #ff45a1;
}

.ksi-casino-bonuses__feature-content p {
  max-width: 700px;
  margin: 0 0 15px;

  color: #d0d1de;

  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 1.72;
  font-weight: 500;
}

.ksi-casino-bonuses__feature-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));

  max-width: 710px;
  margin-top: 20px;

  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 17px;

  background: rgba(4, 5, 16, 0.7);

  backdrop-filter: blur(12px);
  overflow: hidden;
}

.ksi-casino-bonuses__feature-facts > div {
  padding: 17px 18px;
}

.ksi-casino-bonuses__feature-facts > div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.ksi-casino-bonuses__feature-facts span,
.ksi-casino-bonuses__feature-facts strong {
  display: block;
}

.ksi-casino-bonuses__feature-facts span {
  margin-bottom: 5px;

  color: #979aac;

  font-family: "Open Sans", sans-serif;
  font-size: 9px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.ksi-casino-bonuses__feature-facts strong {
  color: #ffffff;

  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 900;
}


/* Shared Section Heading */

.ksi-casino-bonuses__section-heading {
  display: grid;
  grid-template-columns: minmax(350px, 0.85fr) minmax(0, 1.15fr);
  gap: 70px;
  align-items: end;

  margin-bottom: 40px;
}

.ksi-casino-bonuses__section-heading h3,
.ksi-casino-bonuses__crypto-intro h3,
.ksi-casino-bonuses__terms-heading h3 {
  margin: 10px 0 0;

  color: #ffffff;

  font-family: "Montserrat", sans-serif;
  font-size: clamp(30px, 3vw, 47px);
  line-height: 1.06;
  font-weight: 900;
  letter-spacing: -1.2px;
  text-transform: uppercase;
}

.ksi-casino-bonuses__section-heading h3 strong,
.ksi-casino-bonuses__crypto-intro h3 strong,
.ksi-casino-bonuses__terms-heading h3 strong {
  display: block;

  color: #a668ff;
}

.ksi-casino-bonuses__section-heading > p {
  margin: 0;

  color: #b8bac9;

  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.72;
  font-weight: 500;
}


/* Welcome Conditions */

.ksi-casino-bonuses__conditions {
  margin-bottom: 105px;
}

.ksi-casino-bonuses__conditions-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.ksi-casino-condition {
  position: relative;

  min-width: 0;
  padding: 29px 25px;

  border: 1px solid rgba(255, 255, 255, 0.085);
  border-radius: 19px;

  background:
    linear-gradient(
      150deg,
      rgba(255, 255, 255, 0.035),
      rgba(8, 8, 24, 0.86)
    );

  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease;
}

.ksi-casino-condition:hover {
  border-color: rgba(157, 87, 255, 0.3);

  background:
    linear-gradient(
      150deg,
      rgba(157, 87, 255, 0.09),
      rgba(8, 8, 24, 0.9)
    );

  transform: translateY(-4px);
}

.ksi-casino-condition__label {
  display: block;

  margin-bottom: 13px;

  color: #25dbff;

  font-family: "Montserrat", sans-serif;
  font-size: 9px;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: 1.25px;
  text-transform: uppercase;
}

.ksi-casino-condition h4 {
  margin: 0 0 13px;

  color: #ffffff;

  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 1.28;
  font-weight: 900;
}

.ksi-casino-condition p {
  margin: 0;

  color: #aeb1c1;

  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 1.65;
  font-weight: 500;
}


/* Regular Casino Offers */

.ksi-casino-bonuses__regular {
  margin-bottom: 105px;
}

.ksi-casino-bonuses__offers {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
}

.ksi-casino-offer {
  --offer-color: #a45eff;
  --offer-glow: rgba(164, 94, 255, 0.27);

  display: flex;
  flex-direction: column;

  min-width: 0;
  min-height: 365px;
  padding: 29px 25px;

  border: 1px solid color-mix(
    in srgb,
    var(--offer-color) 27%,
    transparent
  );

  border-radius: 21px;

  background:
    radial-gradient(
      circle at 100% 0,
      var(--offer-glow),
      transparent 44%
    ),
    linear-gradient(
      150deg,
      rgba(255, 255, 255, 0.035),
      rgba(7, 7, 22, 0.94)
    );

  box-shadow:
    0 25px 50px rgba(0, 0, 0, 0.28);

  transition:
    transform 0.25s ease,
    border-color 0.25s ease;
}

.ksi-casino-offer:hover {
  border-color: var(--offer-color);
  transform: translateY(-5px);
}

.ksi-casino-offer--violet {
  --offer-color: #a35dff;
  --offer-glow: rgba(163, 93, 255, 0.23);
}

.ksi-casino-offer--pink {
  --offer-color: #ff4ca7;
  --offer-glow: rgba(255, 76, 167, 0.21);
}

.ksi-casino-offer--cyan {
  --offer-color: #22dcff;
  --offer-glow: rgba(34, 220, 255, 0.2);
}

.ksi-casino-offer--blue {
  --offer-color: #4b8cff;
  --offer-glow: rgba(75, 140, 255, 0.22);
}

.ksi-casino-offer__type {
  display: block;

  margin-bottom: 16px;

  color: var(--offer-color);

  font-family: "Montserrat", sans-serif;
  font-size: 9px;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: 1.25px;
  text-transform: uppercase;
}

.ksi-casino-offer h4 {
  min-height: 52px;
  margin: 0 0 21px;

  color: #ffffff;

  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 1.28;
  font-weight: 900;
}

.ksi-casino-offer__value {
  margin-bottom: 23px;

  color: var(--offer-color);

  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  line-height: 1;
  font-weight: 900;

  text-shadow:
    0 0 19px var(--offer-glow);
}

.ksi-casino-offer__value span {
  display: block;

  margin-top: 8px;

  color: #ffffff;

  font-size: 13px;
  line-height: 1.3;
}

.ksi-casino-offer p {
  margin: 0 0 23px;

  color: #afb1c1;

  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 1.65;
  font-weight: 500;
}

.ksi-casino-offer__note {
  display: block;

  margin-top: auto;
  padding-top: 16px;

  border-top: 1px solid rgba(255, 255, 255, 0.08);

  color: #9295a8;

  font-family: "Montserrat", sans-serif;
  font-size: 9px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}


/* Crypto Casino Offers */

.ksi-casino-bonuses__crypto {
  display: grid;
  grid-template-columns: minmax(340px, 0.78fr) minmax(0, 1.22fr);
  gap: 65px;

  margin-bottom: 105px;
  padding: 53px;

  border: 1px solid rgba(36, 218, 255, 0.15);
  border-radius: 28px;

  background:
    linear-gradient(
      125deg,
      rgba(36, 218, 255, 0.08),
      rgba(8, 9, 25, 0.97) 46%,
      rgba(139, 62, 255, 0.11)
    );

  box-shadow:
    0 30px 65px rgba(0, 0, 0, 0.36);
}

.ksi-casino-bonuses__crypto-intro h3 {
  margin-bottom: 21px;
}

.ksi-casino-bonuses__crypto-intro p {
  margin: 0;

  color: #b7b9c8;

  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 1.72;
  font-weight: 500;
}

.ksi-casino-bonuses__crypto-list {
  display: grid;
  gap: 13px;
}

.ksi-casino-crypto-offer {
  padding: 23px 24px;

  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 17px;

  background: rgba(5, 6, 18, 0.65);

  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease;
}

.ksi-casino-crypto-offer:hover {
  border-color: rgba(36, 218, 255, 0.32);
  background: rgba(36, 218, 255, 0.055);

  transform: translateY(-3px);
}

.ksi-casino-crypto-offer > span {
  display: block;

  margin-bottom: 8px;

  color: #26dcff;

  font-family: "Montserrat", sans-serif;
  font-size: 9px;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.ksi-casino-crypto-offer h4 {
  margin: 0 0 10px;

  color: #ffffff;

  font-family: "Montserrat", sans-serif;
  font-size: 21px;
  line-height: 1.25;
  font-weight: 900;
}

.ksi-casino-crypto-offer h4 strong {
  color: #a568ff;
}

.ksi-casino-crypto-offer p {
  margin: 0;

  color: #afb1c1;

  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 1.64;
  font-weight: 500;
}


/* Bonus Terms */

.ksi-casino-bonuses__terms {
  display: grid;
  grid-template-columns: minmax(340px, 0.8fr) minmax(0, 1.2fr);
  gap: 68px;

  padding: 53px;

  border: 1px solid rgba(255, 70, 164, 0.16);
  border-radius: 28px;

  background:
    linear-gradient(
      125deg,
      rgba(143, 65, 255, 0.13),
      rgba(8, 8, 24, 0.97) 50%,
      rgba(255, 70, 164, 0.07)
    );

  box-shadow:
    0 30px 65px rgba(0, 0, 0, 0.37);
}

.ksi-casino-bonuses__terms-copy {
  padding-left: 31px;

  border-left: 2px solid rgba(255, 70, 164, 0.4);
}

.ksi-casino-bonuses__terms-copy p {
  margin: 0 0 15px;

  color: #c0c2d0;

  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 1.72;
  font-weight: 500;
}

.ksi-casino-bonuses__terms-copy p:last-child {
  margin-bottom: 0;
}


/* Medium Desktops */

@media (max-width: 1199px) {

  .ksi-casino-bonuses__container {
    width: min(100% - 50px, 1560px);
  }

  .ksi-casino-bonuses__feature-content {
    width: 68%;
    padding: 52px 44px;
  }

  .ksi-casino-bonuses__section-heading {
    gap: 45px;
  }

  .ksi-casino-bonuses__conditions-grid,
  .ksi-casino-bonuses__offers {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}


/* Tablets */

@media (max-width: 899px) {

  .ksi-casino-bonuses {
    padding: 94px 0;
  }

  .ksi-casino-bonuses__header {
    margin-bottom: 48px;
  }

  .ksi-casino-bonuses__feature {
    min-height: 720px;
  }

  .ksi-casino-bonuses__feature-image {
    object-position: 68% center;
  }

  .ksi-casino-bonuses__feature-overlay {
    background:
      linear-gradient(
        90deg,
        rgba(5, 5, 17, 0.99) 0%,
        rgba(7, 6, 23, 0.94) 58%,
        rgba(8, 7, 25, 0.47) 100%
      ),
      linear-gradient(
        0deg,
        rgba(5, 5, 15, 0.72),
        transparent 50%
      );
  }

  .ksi-casino-bonuses__feature-content {
    width: 78%;
    min-height: 720px;
    padding: 45px 36px;
  }

  .ksi-casino-bonuses__section-heading,
  .ksi-casino-bonuses__crypto,
  .ksi-casino-bonuses__terms {
    grid-template-columns: 1fr;
  }

  .ksi-casino-bonuses__section-heading {
    gap: 23px;
  }

  .ksi-casino-bonuses__crypto,
  .ksi-casino-bonuses__terms {
    gap: 34px;
    padding: 40px;
  }

  .ksi-casino-bonuses__terms-copy {
    padding-top: 25px;
    padding-left: 0;

    border-top: 2px solid rgba(255, 70, 164, 0.3);
    border-left: 0;
  }

}


/* Mobile */

@media (max-width: 620px) {

  .ksi-casino-bonuses {
    padding: 76px 0;
  }

  .ksi-casino-bonuses__container {
    width: calc(100% - 28px);
  }

  .ksi-casino-bonuses__header h2 {
    font-size: 35px;
    letter-spacing: -1.2px;
  }

  .ksi-casino-bonuses__header p {
    font-size: 14px;
    line-height: 1.68;
  }

  .ksi-casino-bonuses__feature,
  .ksi-casino-bonuses__conditions,
  .ksi-casino-bonuses__regular,
  .ksi-casino-bonuses__crypto {
    margin-bottom: 76px;
  }

  .ksi-casino-bonuses__feature {
    min-height: 0;

    border-radius: 22px;
  }

  .ksi-casino-bonuses__feature-image {
    opacity: 0.48;
    object-position: 69% center;
  }

  .ksi-casino-bonuses__feature-overlay {
    background:
      linear-gradient(
        90deg,
        rgba(5, 5, 17, 0.97),
        rgba(7, 6, 23, 0.74)
      ),
      linear-gradient(
        0deg,
        rgba(5, 5, 15, 0.85),
        transparent
      );
  }

  .ksi-casino-bonuses__feature-content {
    width: 100%;
    min-height: 0;
    padding: 35px 23px;
  }

  .ksi-casino-bonuses__feature-content h3 {
    font-size: 31px;
    letter-spacing: -1px;
  }

  .ksi-casino-bonuses__feature-content p {
    font-size: 14px;
  }

  .ksi-casino-bonuses__feature-facts {
    grid-template-columns: 1fr;
  }

  .ksi-casino-bonuses__feature-facts > div + div {
    border-top: 1px solid rgba(255, 255, 255, 0.09);
    border-left: 0;
  }

  .ksi-casino-bonuses__section-heading h3,
  .ksi-casino-bonuses__crypto-intro h3,
  .ksi-casino-bonuses__terms-heading h3 {
    font-size: 31px;
    letter-spacing: -0.8px;
  }

  .ksi-casino-bonuses__section-heading > p {
    font-size: 14px;
  }

  .ksi-casino-bonuses__conditions-grid,
  .ksi-casino-bonuses__offers {
    grid-template-columns: 1fr;
  }

  .ksi-casino-offer {
    min-height: 0;
  }

  .ksi-casino-bonuses__crypto,
  .ksi-casino-bonuses__terms {
    padding: 29px 21px;

    border-radius: 22px;
  }

  .ksi-casino-bonuses__crypto {
    gap: 29px;
  }

}


/* Reduced Motion */

@media (prefers-reduced-motion: reduce) {

  .ksi-casino-condition,
  .ksi-casino-offer,
  .ksi-casino-crypto-offer {
    transition: none;
  }

}

/* ==================================================
             KSI VIP & PLAYER BENEFITS
================================================== */

.ksi-vip-benefits {
  position: relative;
  isolation: isolate;

  padding: 120px 0;

  background:
    radial-gradient(
      circle at 8% 26%,
      rgba(132, 55, 255, 0.14),
      transparent 34%
    ),
    radial-gradient(
      circle at 90% 72%,
      rgba(27, 215, 255, 0.1),
      transparent 34%
    ),
    linear-gradient(
      180deg,
      #070715 0%,
      #0b071d 48%,
      #060612 100%
    );

  color: #ffffff;
  overflow: hidden;

  scroll-margin-top: var(--ksi-header-height, 104px);
}

.ksi-vip-benefits::before {
  position: absolute;
  inset: 0;
  z-index: -2;

  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.017) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.017) 1px,
      transparent 1px
    );

  background-size: 64px 64px;

  mask-image:
    linear-gradient(
      to bottom,
      transparent,
      #000 15%,
      #000 85%,
      transparent
    );

  content: "";
  pointer-events: none;
}

.ksi-vip-benefits__container {
  position: relative;
  z-index: 2;

  width: min(1560px, calc(100% - 80px));
  margin: 0 auto;
}


/* Background Glow */

.ksi-vip-benefits__glow {
  position: absolute;
  z-index: -1;

  width: 540px;
  height: 540px;

  border-radius: 50%;

  filter: blur(145px);
  opacity: 0.18;

  pointer-events: none;
}

.ksi-vip-benefits__glow--violet {
  top: 240px;
  left: -330px;

  background: #8e43ff;
}

.ksi-vip-benefits__glow--cyan {
  right: -320px;
  bottom: 280px;

  background: #20dcff;
}


/* Section Header */

.ksi-vip-benefits__header {
  max-width: 1080px;
  margin: 0 auto 62px;

  text-align: center;
}

.ksi-vip-benefits__eyebrow,
.ksi-vip-benefits__section-label {
  display: inline-block;

  color: #27ddff;

  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.ksi-vip-benefits__eyebrow {
  margin-bottom: 19px;
  padding: 9px 17px;

  border: 1px solid rgba(39, 221, 255, 0.2);
  border-radius: 999px;

  background: rgba(39, 221, 255, 0.055);

  box-shadow:
    0 0 24px rgba(39, 221, 255, 0.08),
    inset 0 0 15px rgba(39, 221, 255, 0.04);
}

.ksi-vip-benefits__header h2 {
  margin: 0 0 25px;

  color: #ffffff;

  font-family: "Montserrat", sans-serif;
  font-size: clamp(43px, 4.7vw, 76px);
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: -2.5px;
  text-transform: uppercase;

  text-shadow:
    0 8px 30px rgba(0, 0, 0, 0.43);
}

.ksi-vip-benefits__header h2 strong {
  display: block;

  background:
    linear-gradient(
      90deg,
      #9f5cff 0%,
      #ff48a7 50%,
      #29ddff 100%
    );

  -webkit-background-clip: text;
  background-clip: text;

  color: transparent;
}

.ksi-vip-benefits__header p {
  max-width: 950px;
  margin: 0 auto 13px;

  color: #c2c4d3;

  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 500;
}

.ksi-vip-benefits__header p:last-child {
  margin-bottom: 0;
}


/* Main VIP Feature */

.ksi-vip-benefits__feature {
  position: relative;
  isolation: isolate;

  min-height: 620px;
  margin-bottom: 105px;

  border: 1px solid rgba(148, 80, 255, 0.26);
  border-radius: 30px;

  background: #070716;

  box-shadow:
    0 36px 90px rgba(0, 0, 0, 0.49),
    0 0 48px rgba(138, 63, 255, 0.08);

  overflow: hidden;
}

.ksi-vip-benefits__feature::after {
  position: absolute;
  inset: 0;
  z-index: 4;

  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: inherit;

  box-shadow:
    inset 0 0 50px rgba(139, 65, 255, 0.075);

  content: "";
  pointer-events: none;
}

.ksi-vip-benefits__feature-image {
  position: absolute;
  inset: 0;
  z-index: -2;

  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center;

  filter:
    saturate(1.08)
    contrast(1.04);
}

.ksi-vip-benefits__feature-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;

  background:
    linear-gradient(
      90deg,
      rgba(4, 5, 16, 0.99) 0%,
      rgba(6, 6, 22, 0.97) 35%,
      rgba(7, 6, 24, 0.76) 53%,
      rgba(7, 6, 24, 0.08) 100%
    ),
    linear-gradient(
      0deg,
      rgba(4, 4, 14, 0.55),
      transparent 48%
    );

  pointer-events: none;
}

.ksi-vip-benefits__feature-content {
  display: flex;
  flex-direction: column;
  justify-content: center;

  width: 59%;
  min-height: 620px;
  padding: 64px;
}

.ksi-vip-benefits__feature-label {
  align-self: flex-start;

  margin-bottom: 20px;
  padding: 8px 14px;

  border: 1px solid rgba(255, 69, 165, 0.26);
  border-radius: 999px;

  background: rgba(255, 69, 165, 0.075);

  color: #ff62b2;

  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.ksi-vip-benefits__feature-content h3 {
  margin: 0 0 24px;

  color: #ffffff;

  font-family: "Montserrat", sans-serif;
  font-size: clamp(39px, 4vw, 64px);
  line-height: 1.03;
  font-weight: 900;
  letter-spacing: -1.8px;
  text-transform: uppercase;
}

.ksi-vip-benefits__feature-content h3 strong {
  display: block;

  margin-top: 7px;

  color: #ff4ca8;
}

.ksi-vip-benefits__feature-content p {
  max-width: 710px;
  margin: 0 0 15px;

  color: #d0d2df;

  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 1.72;
  font-weight: 500;
}

.ksi-vip-benefits__feature-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));

  max-width: 730px;
  margin-top: 21px;

  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 17px;

  background: rgba(4, 5, 17, 0.72);

  backdrop-filter: blur(12px);
  overflow: hidden;
}

.ksi-vip-benefits__feature-facts > div {
  padding: 18px;
}

.ksi-vip-benefits__feature-facts > div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.ksi-vip-benefits__feature-facts span,
.ksi-vip-benefits__feature-facts strong {
  display: block;
}

.ksi-vip-benefits__feature-facts span {
  margin-bottom: 5px;

  color: #989bad;

  font-family: "Open Sans", sans-serif;
  font-size: 9px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.65px;
  text-transform: uppercase;
}

.ksi-vip-benefits__feature-facts strong {
  color: #ffffff;

  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 900;
}


/* Shared Section Heading */

.ksi-vip-benefits__section-heading {
  display: grid;
  grid-template-columns: minmax(360px, 0.85fr) minmax(0, 1.15fr);
  gap: 70px;
  align-items: end;

  margin-bottom: 41px;
}

.ksi-vip-benefits__section-heading h3 {
  margin: 10px 0 0;

  color: #ffffff;

  font-family: "Montserrat", sans-serif;
  font-size: clamp(31px, 3vw, 48px);
  line-height: 1.06;
  font-weight: 900;
  letter-spacing: -1.2px;
  text-transform: uppercase;
}

.ksi-vip-benefits__section-heading h3 strong {
  display: block;

  color: #a568ff;
}

.ksi-vip-benefits__section-heading > p {
  margin: 0;

  color: #b8bac9;

  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.72;
  font-weight: 500;
}


/* VIP Level Grid */

.ksi-vip-benefits__levels {
  margin-bottom: 105px;
}

.ksi-vip-benefits__level-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 13px;
}

.ksi-vip-level {
  --vip-level-rgb: 158, 91, 255;

  position: relative;

  min-width: 0;
  min-height: 320px;
  padding: 27px 23px;

  border: 1px solid rgba(
    var(--vip-level-rgb),
    0.27
  );

  border-radius: 20px;

  background:
    radial-gradient(
      circle at 100% 0,
      rgba(var(--vip-level-rgb), 0.19),
      transparent 43%
    ),
    linear-gradient(
      150deg,
      rgba(255, 255, 255, 0.035),
      rgba(7, 7, 22, 0.95)
    );

  box-shadow:
    0 25px 55px rgba(0, 0, 0, 0.29);

  transition:
    transform 0.25s ease,
    border-color 0.25s ease;
}

.ksi-vip-level:hover {
  border-color: rgba(
    var(--vip-level-rgb),
    0.7
  );

  transform: translateY(-5px);
}

.ksi-vip-level--one {
  --vip-level-rgb: 153, 81, 255;
}

.ksi-vip-level--two {
  --vip-level-rgb: 75, 129, 255;
}

.ksi-vip-level--three {
  --vip-level-rgb: 39, 218, 255;
}

.ksi-vip-level--four {
  --vip-level-rgb: 255, 72, 170;
}

.ksi-vip-level--five {
  --vip-level-rgb: 255, 92, 107;
}

.ksi-vip-level__top {
  display: flex;
  justify-content: space-between;
  align-items: center;

  margin-bottom: 27px;
}

.ksi-vip-level__number {
  color: rgb(var(--vip-level-rgb));

  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.ksi-vip-level__signal {
  position: relative;

  width: 32px;
  height: 32px;

  border: 1px solid rgba(
    var(--vip-level-rgb),
    0.4
  );

  border-radius: 10px;

  background: rgba(
    var(--vip-level-rgb),
    0.1
  );

  box-shadow:
    0 0 19px rgba(
      var(--vip-level-rgb),
      0.2
    );
}

.ksi-vip-level__signal::before,
.ksi-vip-level__signal::after {
  position: absolute;
  left: 50%;

  width: 12px;
  height: 12px;

  border-right: 2px solid rgb(
    var(--vip-level-rgb)
  );

  border-bottom: 2px solid rgb(
    var(--vip-level-rgb)
  );

  content: "";
  transform:
    translateX(-50%)
    rotate(45deg);
}

.ksi-vip-level__signal::before {
  top: 4px;
}

.ksi-vip-level__signal::after {
  top: 11px;
}

.ksi-vip-level h4 {
  min-height: 53px;
  margin: 0 0 20px;

  color: #ffffff;

  font-family: "Montserrat", sans-serif;
  font-size: 19px;
  line-height: 1.3;
  font-weight: 900;
}

.ksi-vip-level ul {
  margin: 0;
  padding: 0;

  list-style: none;
}

.ksi-vip-level li {
  position: relative;

  margin-bottom: 12px;
  padding-left: 18px;

  color: #afb2c2;

  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 600;
}

.ksi-vip-level li:last-child {
  margin-bottom: 0;
}

.ksi-vip-level li::before {
  position: absolute;
  top: 8px;
  left: 0;

  width: 7px;
  height: 7px;

  border-radius: 50%;

  background: rgb(var(--vip-level-rgb));

  box-shadow:
    0 0 12px rgba(
      var(--vip-level-rgb),
      0.6
    );

  content: "";
}


/* Player Benefits */

.ksi-vip-benefits__advantages {
  margin-bottom: 72px;
}

.ksi-vip-benefits__advantage-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.ksi-vip-advantage {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 20px;
  align-items: start;

  min-width: 0;
  padding: 27px 25px;

  border: 1px solid rgba(255, 255, 255, 0.085);
  border-radius: 19px;

  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.038),
      rgba(7, 7, 22, 0.9)
    );

  transition:
    border-color 0.25s ease,
    transform 0.25s ease,
    background 0.25s ease;
}

.ksi-vip-advantage:hover {
  border-color: rgba(156, 88, 255, 0.31);

  background:
    linear-gradient(
      145deg,
      rgba(156, 88, 255, 0.08),
      rgba(7, 7, 22, 0.93)
    );

  transform: translateY(-4px);
}

.ksi-vip-advantage__icon {
  display: flex;
  justify-content: center;
  align-items: center;

  width: 62px;
  height: 62px;

  border: 1px solid rgba(39, 220, 255, 0.23);
  border-radius: 17px;

  background:
    linear-gradient(
      145deg,
      rgba(39, 220, 255, 0.12),
      rgba(155, 84, 255, 0.11)
    );

  color: #28dcff;

  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.5px;
  text-transform: uppercase;

  box-shadow:
    0 0 22px rgba(39, 220, 255, 0.08);
}

.ksi-vip-advantage h4 {
  margin: 2px 0 10px;

  color: #ffffff;

  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 900;
}

.ksi-vip-advantage p {
  margin: 0;

  color: #afb1c1;

  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 1.65;
  font-weight: 500;
}


/* Notice */

.ksi-vip-benefits__notice {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 18px;
  align-items: center;

  padding: 23px 25px;

  border: 1px solid rgba(255, 73, 170, 0.17);
  border-radius: 17px;

  background:
    linear-gradient(
      90deg,
      rgba(255, 73, 170, 0.075),
      rgba(12, 10, 31, 0.86)
    );
}

.ksi-vip-benefits__notice-mark {
  display: flex;
  justify-content: center;
  align-items: center;

  width: 46px;
  height: 46px;

  border: 1px solid rgba(255, 73, 170, 0.3);
  border-radius: 50%;

  background: rgba(255, 73, 170, 0.1);

  color: #ff5bae;

  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  line-height: 1;
  font-weight: 900;
}

.ksi-vip-benefits__notice p {
  margin: 0;

  color: #b9bbca;

  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 1.65;
  font-weight: 500;
}


/* Medium Desktops */

@media (max-width: 1240px) {

  .ksi-vip-benefits__container {
    width: min(100% - 50px, 1560px);
  }

  .ksi-vip-benefits__feature-content {
    width: 68%;
    padding: 52px 44px;
  }

  .ksi-vip-benefits__section-heading {
    gap: 45px;
  }

  .ksi-vip-benefits__level-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ksi-vip-level {
    min-height: 290px;
  }

}


/* Tablets */

@media (max-width: 899px) {

  .ksi-vip-benefits {
    padding: 94px 0;
  }

  .ksi-vip-benefits__header {
    margin-bottom: 48px;
  }

  .ksi-vip-benefits__feature {
    min-height: 720px;
  }

  .ksi-vip-benefits__feature-image {
    object-position: 64% center;
  }

  .ksi-vip-benefits__feature-overlay {
    background:
      linear-gradient(
        90deg,
        rgba(4, 5, 16, 0.99) 0%,
        rgba(6, 6, 22, 0.94) 59%,
        rgba(7, 6, 24, 0.46) 100%
      ),
      linear-gradient(
        0deg,
        rgba(4, 4, 14, 0.72),
        transparent 50%
      );
  }

  .ksi-vip-benefits__feature-content {
    width: 78%;
    min-height: 720px;
    padding: 45px 36px;
  }

  .ksi-vip-benefits__section-heading {
    grid-template-columns: 1fr;
    gap: 23px;
  }

  .ksi-vip-benefits__level-grid,
  .ksi-vip-benefits__advantage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}


/* Mobile */

@media (max-width: 620px) {

  .ksi-vip-benefits {
    padding: 76px 0;
  }

  .ksi-vip-benefits__container {
    width: calc(100% - 28px);
  }

  .ksi-vip-benefits__header h2 {
    font-size: 35px;
    letter-spacing: -1.2px;
  }

  .ksi-vip-benefits__header p {
    font-size: 14px;
    line-height: 1.68;
  }

  .ksi-vip-benefits__feature,
  .ksi-vip-benefits__levels {
    margin-bottom: 76px;
  }

  .ksi-vip-benefits__feature {
    min-height: 0;

    border-radius: 22px;
  }

  .ksi-vip-benefits__feature-image {
    opacity: 0.52;
    object-position: 67% center;
  }

  .ksi-vip-benefits__feature-overlay {
    background:
      linear-gradient(
        90deg,
        rgba(4, 5, 16, 0.97),
        rgba(6, 6, 22, 0.75)
      ),
      linear-gradient(
        0deg,
        rgba(4, 4, 14, 0.86),
        transparent
      );
  }

  .ksi-vip-benefits__feature-content {
    width: 100%;
    min-height: 0;
    padding: 35px 23px;
  }

  .ksi-vip-benefits__feature-content h3 {
    font-size: 31px;
    letter-spacing: -1px;
  }

  .ksi-vip-benefits__feature-content p {
    font-size: 14px;
  }

  .ksi-vip-benefits__feature-facts {
    grid-template-columns: 1fr;
  }

  .ksi-vip-benefits__feature-facts > div + div {
    border-top: 1px solid rgba(255, 255, 255, 0.09);
    border-left: 0;
  }

  .ksi-vip-benefits__section-heading h3 {
    font-size: 31px;
    letter-spacing: -0.8px;
  }

  .ksi-vip-benefits__section-heading > p {
    font-size: 14px;
  }

  .ksi-vip-benefits__level-grid,
  .ksi-vip-benefits__advantage-grid {
    grid-template-columns: 1fr;
  }

  .ksi-vip-level {
    min-height: 0;
  }

  .ksi-vip-advantage {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 17px;

    padding: 23px 20px;
  }

  .ksi-vip-advantage__icon {
    width: 54px;
    height: 54px;

    border-radius: 15px;

    font-size: 10px;
  }

  .ksi-vip-benefits__notice {
    grid-template-columns: 1fr;

    padding: 22px 20px;
  }

}


/* Reduced Motion */

@media (prefers-reduced-motion: reduce) {

  .ksi-vip-level,
  .ksi-vip-advantage {
    transition: none;
  }

}

/* ==================================================
          KSI VIP & PLAYER BENEFITS END
================================================== */
/* ==================================================
                    KSI PROVIDERS
================================================== */

.ksi-providers {
  position: relative;
  isolation: isolate;

  margin: 0 0 105px;
  padding: 54px;

  border: 1px solid rgba(132, 76, 255, 0.22);
  border-radius: 30px;

  background:
    radial-gradient(
      circle at 88% 5%,
      rgba(33, 221, 255, 0.11),
      transparent 31%
    ),
    radial-gradient(
      circle at 10% 100%,
      rgba(154, 78, 255, 0.13),
      transparent 33%
    ),
    linear-gradient(
      135deg,
      rgba(15, 9, 38, 0.98),
      rgba(7, 8, 23, 0.98) 52%,
      rgba(7, 17, 34, 0.98)
    );

  box-shadow:
    0 32px 70px rgba(0, 0, 0, 0.36);

  overflow: hidden;
}

.ksi-providers::before {
  position: absolute;
  inset: 0;
  z-index: -1;

  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.025) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.025) 1px,
      transparent 1px
    );

  background-size: 54px 54px;

  mask-image:
    linear-gradient(
      120deg,
      #000,
      transparent 68%
    );

  content: "";
  pointer-events: none;
}

.ksi-providers__glow {
  position: absolute;
  z-index: -1;

  width: 360px;
  height: 360px;

  border-radius: 50%;

  filter: blur(110px);
  opacity: 0.2;

  pointer-events: none;
}

.ksi-providers__glow--violet {
  bottom: -230px;
  left: -180px;

  background: #8d44ff;
}

.ksi-providers__glow--cyan {
  top: -250px;
  right: -150px;

  background: #20dfff;
}


/* Heading */

.ksi-providers__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 290px;
  gap: 65px;
  align-items: end;

  margin-bottom: 43px;
}

.ksi-providers__eyebrow {
  display: inline-block;

  margin-bottom: 14px;

  color: #27dcff;

  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.ksi-providers__heading h2 {
  margin: 0 0 19px;

  color: #ffffff;

  font-family: "Montserrat", sans-serif;
  font-size: clamp(34px, 3.8vw, 58px);
  line-height: 1.03;
  font-weight: 900;
  letter-spacing: -1.7px;
  text-transform: uppercase;
}

.ksi-providers__heading h2 strong {
  display: block;

  background:
    linear-gradient(
      90deg,
      #a462ff,
      #ff4fa9 52%,
      #25dcff
    );

  -webkit-background-clip: text;
  background-clip: text;

  color: transparent;
}

.ksi-providers__heading p {
  max-width: 770px;
  margin: 0;

  color: #b9bbca;

  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 1.72;
  font-weight: 500;
}


/* Provider Signal */

.ksi-providers__signal {
  position: relative;

  padding: 24px 23px;

  border: 1px solid rgba(39, 220, 255, 0.19);
  border-radius: 20px;

  background:
    linear-gradient(
      145deg,
      rgba(39, 220, 255, 0.1),
      rgba(11, 12, 31, 0.76) 54%,
      rgba(159, 83, 255, 0.11)
    );

  box-shadow:
    inset 0 0 25px rgba(39, 220, 255, 0.035),
    0 18px 35px rgba(0, 0, 0, 0.2);
}

.ksi-providers__signal::after {
  position: absolute;
  top: 18px;
  right: 18px;

  width: 8px;
  height: 8px;

  border-radius: 50%;

  background: #26dcff;

  box-shadow:
    0 0 15px #26dcff;

  content: "";
}

.ksi-providers__count {
  display: block;

  margin-bottom: 20px;

  color: #ffffff;

  font-family: "Montserrat", sans-serif;
  font-size: 47px;
  line-height: 0.9;
  font-weight: 900;
  letter-spacing: -1.8px;
}

.ksi-providers__count small {
  display: block;

  margin-top: 9px;

  color: #9da1b7;

  font-size: 10px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: 1.15px;
  text-transform: uppercase;
}

.ksi-providers__signal-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.ksi-providers__signal-tags span {
  padding: 6px 8px;

  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;

  color: #c8cad7;

  font-family: "Montserrat", sans-serif;
  font-size: 8px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.65px;
  text-transform: uppercase;
}


/* Provider Grid */

.ksi-providers__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px;
}

.ksi-provider {
  position: relative;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  min-width: 0;
  min-height: 142px;
  padding: 18px 15px 15px;

  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 18px;

  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.06),
      rgba(10, 10, 29, 0.76)
    );

  overflow: hidden;

  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease;
}

.ksi-provider::before {
  position: absolute;
  top: 0;
  left: 50%;

  width: 42%;
  height: 1px;

  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(39, 220, 255, 0.8),
      transparent
    );

  content: "";
  transform: translateX(-50%);
}

.ksi-provider:hover {
  border-color: rgba(159, 92, 255, 0.42);

  background:
    linear-gradient(
      145deg,
      rgba(159, 92, 255, 0.13),
      rgba(10, 10, 29, 0.82)
    );

  transform: translateY(-4px);
}

.ksi-provider__logo {
  display: flex;
  justify-content: center;
  align-items: center;

  width: 100%;
  height: 65px;
  margin-bottom: 13px;
}

.ksi-provider__logo img {
  display: block;

  max-width: min(155px, 92%);
  max-height: 54px;

  object-fit: contain;

  filter:
    drop-shadow(
      0 5px 10px rgba(0, 0, 0, 0.36)
    );
}

.ksi-provider > span {
  display: block;

  max-width: 100%;

  color: #c6c8d5;

  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: 0.45px;
  text-align: center;
  text-transform: uppercase;
}


/* Note */

.ksi-providers__note {
  margin: 24px 0 0;
  padding-top: 21px;

  border-top: 1px solid rgba(255, 255, 255, 0.08);

  color: #9295aa;

  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 500;
}


/* Tablet */

@media (max-width: 991px) {

  .ksi-providers {
    padding: 42px 36px;
  }

  .ksi-providers__header {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .ksi-providers__signal {
    max-width: 360px;
  }

  .ksi-providers__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

}


/* Mobile */

@media (max-width: 620px) {

  .ksi-providers {
    margin-bottom: 76px;
    padding: 30px 20px;

    border-radius: 22px;
  }

  .ksi-providers__header {
    gap: 25px;

    margin-bottom: 29px;
  }

  .ksi-providers__heading h2 {
    font-size: 33px;
    letter-spacing: -1px;
  }

  .ksi-providers__heading p {
    font-size: 14px;
    line-height: 1.68;
  }

  .ksi-providers__signal {
    max-width: none;
    padding: 20px;
  }

  .ksi-providers__count {
    font-size: 40px;
  }

  .ksi-providers__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .ksi-provider {
    min-height: 120px;
    padding: 14px 9px 12px;

    border-radius: 15px;
  }

  .ksi-provider__logo {
    height: 55px;
    margin-bottom: 10px;
  }

  .ksi-provider__logo img {
    max-width: 90%;
    max-height: 45px;
  }

  .ksi-provider > span {
    font-size: 8px;
    letter-spacing: 0.25px;
  }

  .ksi-providers__note {
    margin-top: 19px;
    padding-top: 18px;

    font-size: 11px;
  }

}


/* Reduced Motion */

@media (prefers-reduced-motion: reduce) {

  .ksi-provider {
    transition: none;
  }

}


/* ==================================================
                     KSI PAYMENTS
================================================== */

.ksi-payments-section {
  position: relative;
  padding: 110px 0;
  background:
    radial-gradient(circle at 8% 12%, rgba(31, 220, 255, .1), transparent 28%),
    radial-gradient(circle at 92% 84%, rgba(255, 47, 145, .1), transparent 30%),
    #060615;
  overflow: hidden;
}

.ksi-payments {
  position: relative;
  isolation: isolate;

  margin: 0;
  padding: 54px;

  border: 1px solid rgba(39, 220, 255, 0.18);
  border-radius: 30px;

  background:
    radial-gradient(circle at 3% 100%, rgba(35, 215, 255, 0.12), transparent 31%),
    radial-gradient(circle at 100% 0%, rgba(246, 61, 179, 0.13), transparent 29%),
    linear-gradient(135deg, #0d0928, #090817 54%, #0a1229);

  box-shadow: 0 30px 72px rgba(0, 0, 0, 0.36);

  overflow: hidden;
}

.ksi-payments::before {
  position: absolute;
  inset: 0;
  z-index: -1;

  background-image: radial-gradient(rgba(79, 216, 255, 0.13) 1px, transparent 1px);
  background-size: 24px 24px;

  content: "";
  opacity: 0.22;
  pointer-events: none;
}

.ksi-payments .ksi-payment__payments-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.7fr);
  gap: 42px;

  margin-bottom: 32px;
}

.ksi-payments .ksi-payment__card-label {
  display: inline-flex;

  margin: 0 0 17px;
  padding: 8px 13px;

  border: 1px solid rgba(39, 220, 255, 0.25);
  border-radius: 999px;

  background: rgba(39, 220, 255, 0.07);

  color: #29ddff;

  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.ksi-payments .ksi-payment__payments-heading h3 {
  max-width: 680px;
  margin: 0;

  color: #ffffff;

  font-family: "Montserrat", sans-serif;
  font-size: clamp(34px, 3.5vw, 53px);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -1.7px;
  text-transform: uppercase;
}

.ksi-payments .ksi-payment__payments-heading > p {
  max-width: 470px;
  margin: 0;

  color: #bfc2d2;

  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 1.72;
}

.ksi-payments .ksi-payment__payment-tabs {
  max-width: 680px;
  margin: 0 auto 28px;
  padding: 7px;

  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;

  background: rgba(2, 3, 15, 0.62);
}

.ksi-payments .ksi-payment__payment-tab {
  min-height: 72px;
  justify-content: flex-start;

  border: 1px solid transparent;
  border-radius: 16px;

  color: #aeb4c5;
}

.ksi-payments .ksi-payment__payment-tab:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.055);
}

.ksi-payments .ksi-payment__payment-tab-icon {
  width: 42px;
  height: 42px;
  flex-basis: 42px;

  border: 1px solid rgba(39, 220, 255, 0.2);

  color: #2bddff;
  background: rgba(39, 220, 255, 0.1);
}

.ksi-payments .ksi-payment__payment-tab strong {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.ksi-payments .ksi-payment__payment-tab small {
  font-size: 11px;
  opacity: 0.78;
}

.ksi-payments #ksi-payment-control-deposit:checked ~ .ksi-payment__payment-tabs .ksi-payment__payment-tab--deposit {
  border-color: rgba(39, 220, 255, 0.35);

  color: #071126;
  background: linear-gradient(135deg, #26dfff, #6b7cff);

  box-shadow: 0 6px 18px rgba(40, 211, 255, 0.2);
  transform: none;
}

.ksi-payments #ksi-payment-control-deposit:checked ~ .ksi-payment__payment-tabs .ksi-payment__payment-tab--deposit .ksi-payment__payment-tab-icon {
  border-color: rgba(4, 12, 37, 0.25);
  color: #ffffff;
  background: rgba(5, 13, 37, 0.68);
}

.ksi-payments #ksi-payment-control-withdrawal:checked ~ .ksi-payment__payment-tabs .ksi-payment__payment-tab--withdrawal {
  border-color: rgba(255, 74, 169, 0.38);

  color: #ffffff;
  background: linear-gradient(135deg, #9d4dff, #f43eac);

  box-shadow: 0 6px 18px rgba(242, 62, 171, 0.21);
  transform: none;
}

.ksi-payments #ksi-payment-control-withdrawal:checked ~ .ksi-payment__payment-tabs .ksi-payment__payment-tab--withdrawal .ksi-payment__payment-tab-icon {
  border-color: rgba(255, 255, 255, 0.22);
  color: #ffffff;
  background: rgba(34, 7, 58, 0.55);
}

.ksi-payments .ksi-payment__payment-panel {
  padding: 29px;

  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;

  background: rgba(3, 5, 20, 0.64);
}

.ksi-payments .ksi-payment__panel-heading {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.ksi-payments .ksi-payment__panel-heading strong {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 900;
  text-transform: uppercase;
}

.ksi-payments .ksi-payment__panel-heading p {
  color: #aeb4c5;
}

.ksi-payments .ksi-payment__status-dot {
  background: #2bddff;
  box-shadow: 0 0 15px rgba(43, 221, 255, 0.8);
}

.ksi-payments .ksi-payment__status-dot--pink {
  background: #ff5cad;
  box-shadow: 0 0 15px rgba(255, 92, 173, 0.8);
}

.ksi-payments .ksi-payment__method-group {
  padding: 21px;

  border-color: rgba(255, 255, 255, 0.095);
  border-radius: 20px;

  background: rgba(15, 16, 39, 0.62);
}

.ksi-payments .ksi-payment__method-group--crypto {
  border-color: rgba(153, 91, 255, 0.3);
  background:
    radial-gradient(circle at 100% 0%, rgba(144, 76, 255, 0.14), transparent 35%),
    rgba(15, 13, 42, 0.65);
}

.ksi-payments .ksi-payment__method-group-heading strong {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 900;
}

.ksi-payments .ksi-payment__method-group-heading small,
.ksi-payments .ksi-payment__method small {
  color: #9fa6ba;
}

.ksi-payments .ksi-payment__method-group-icon {
  border: 1px solid rgba(39, 220, 255, 0.2);
  color: #29ddff;
  background: rgba(39, 220, 255, 0.1);
  box-shadow: none;
}

.ksi-payments .ksi-payment__method-group-icon--crypto {
  border-color: rgba(155, 89, 255, 0.28);
  color: #c09aff;
  background: rgba(155, 89, 255, 0.13);
}

.ksi-payments .ksi-payment__method-count {
  border-color: rgba(39, 220, 255, 0.28);
  color: #2bddff;
}

.ksi-payments .ksi-payment__method-count--crypto {
  border-color: rgba(255, 81, 174, 0.3);
  color: #ff7abc;
}

.ksi-payments .ksi-payment__method {
  min-height: 88px;

  border-color: rgba(255, 255, 255, 0.1);
  border-radius: 16px;

  background: linear-gradient(145deg, rgba(28, 29, 62, 0.95), rgba(10, 11, 29, 0.95));

  box-shadow: none;
}

.ksi-payments .ksi-payment__method--crypto {
  border-top-color: rgba(150, 95, 255, 0.55);
  background: linear-gradient(145deg, rgba(34, 27, 75, 0.96), rgba(14, 13, 42, 0.96));
}

.ksi-payments .ksi-payment__method-icon,
.ksi-payments .ksi-payment__method-icon--cards {
  width: 66px;
  height: 56px;
  flex-basis: 66px;

  border-color: rgba(255, 255, 255, 0.16);
  border-radius: 14px;

  background: linear-gradient(135deg, #ecf4ff, #b8cfff);

  box-shadow: none;
}

.ksi-payments .ksi-payment__method-icon img,
.ksi-payments .ksi-payment__method-icon--cards img {
  max-width: 53px;
  height: 34px;
}

.ksi-payments .ksi-payment__method-icon--cards {
  background: linear-gradient(135deg, #1a4382, #101b47);
}

.ksi-payments .ksi-payment__method-icon--apple {
  background: #050505;
}

.ksi-payments .ksi-payment__method-icon--paypal {
  color: #0d6fc0;
  background: linear-gradient(135deg, #dff5ff, #95c7ff);
}

.ksi-payments .ksi-payment__method-icon--bank,
.ksi-payments .ksi-payment__method-icon--crypto {
  background: linear-gradient(135deg, #18275b, #101535);
}

.ksi-payments .ksi-payment__method-icon--crypto {
  border-color: rgba(151, 91, 255, 0.45);
}

.ksi-payments .ksi-payment__method strong {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 800;
}

@media (max-width: 991px) {

  .ksi-payments {
    padding: 42px;
  }

  .ksi-payments .ksi-payment__payments-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }

}

@media (max-width: 767px) {

  .ksi-payments-section {
    padding: 78px 0;
  }

  .ksi-payments {
    margin: 0;
    padding: 28px 20px;

    border-radius: 22px;
  }

  .ksi-payments .ksi-payment__payments-heading h3 {
    font-size: 32px;
    letter-spacing: -1px;
  }

  .ksi-payments .ksi-payment__payment-tab {
    min-height: 65px;
    justify-content: center;
  }

  .ksi-payments .ksi-payment__payment-panel {
    padding: 19px 13px;
    border-radius: 18px;
  }

  .ksi-payments .ksi-payment__method-group {
    padding: 16px 12px;
  }

  .ksi-payments .ksi-payment__method {
    min-height: 80px;
  }

}

@media (max-width: 420px) {

  .ksi-payments .ksi-payment__payment-tab-icon {
    display: none;
  }

}

@media (prefers-reduced-motion: reduce) {

  .ksi-payments .ksi-payment__payment-tab {
    transition: none;
  }

}


/* KSI Payments: unified dark icon surfaces */
.ksi-payments .ksi-payment__method-icon,
.ksi-payments .ksi-payment__method-icon--cards {
  border-color: rgba(114, 130, 255, 0.36);
  background: linear-gradient(145deg, #171b42, #0d102b);

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 0 16px rgba(76, 92, 255, 0.08);
}

.ksi-payments .ksi-payment__method-icon--cards,
.ksi-payments .ksi-payment__method-icon--bank {
  border-color: rgba(46, 211, 255, 0.42);
  background: linear-gradient(145deg, #12366c, #101d4d);

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 0 16px rgba(41, 221, 255, 0.1);
}

.ksi-payments .ksi-payment__method-icon--apple {
  border-color: rgba(255, 255, 255, 0.18);
  background: linear-gradient(145deg, #15161e, #050506);
}

.ksi-payments .ksi-payment__method-icon:has(.fa-google-pay) {
  border-color: rgba(105, 144, 255, 0.42);
  color: #d7e4ff;
  background: linear-gradient(145deg, #1e326e, #11183d);
}

.ksi-payments .ksi-payment__method-icon--paypal {
  border-color: rgba(30, 151, 255, 0.45);
  color: #54adff;
  background: linear-gradient(145deg, #112f68, #101842);
}

.ksi-payments .ksi-payment__method-icon:has(img[src*="skrill.svg"]) {
  border-color: rgba(249, 90, 205, 0.5);
  background: linear-gradient(145deg, #58205f, #241336);

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 0 16px rgba(248, 75, 188, 0.11);
}

.ksi-payments .ksi-payment__method-icon:has(img[src*="neteller.svg"]) {
  border-color: rgba(151, 234, 85, 0.5);
  background: linear-gradient(145deg, #254927, #132a23);

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 0 16px rgba(145, 232, 80, 0.1);
}

.ksi-payments .ksi-payment__method-icon--paysafe {
  border-color: rgba(182, 126, 255, 0.47);
  color: #d2b5ff;
  background: linear-gradient(145deg, #35215f, #1c153e);
}

.ksi-payments .ksi-payment__method-icon--cash2code {
  border-color: rgba(255, 79, 174, 0.5);
  background: linear-gradient(145deg, #65245e, #291335);

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 0 16px rgba(255, 66, 167, 0.11);
}

.ksi-payments .ksi-payment__method-icon--crypto {
  border-color: rgba(160, 103, 255, 0.5);
  background: linear-gradient(145deg, #2a2368, #171442);
}

/* KSI Slots legal pages */
:root{
  --legal-purple:#9e61ff;
  --legal-pink:#ff4da8;
  --legal-cyan:#29ddff;
  --legal-bg:#080817;
  --legal-text:#c4c6d4;
}
.ksi-footer-legal-links{display:flex;flex-wrap:wrap;justify-content:center;gap:14px 24px;padding:26px 0;border-top:1px solid rgba(41,221,255,.12)}
.ksi-footer-legal-links a{color:rgba(255,255,255,.68);font-family:"Montserrat",sans-serif;font-size:12px;font-weight:800;text-transform:uppercase}
.ksi-footer-legal-links a:hover{color:var(--legal-cyan)}
.ksi-legal-links-footer{background:radial-gradient(circle at 15% 10%,rgba(144,74,255,.16),transparent 34%),radial-gradient(circle at 85% 90%,rgba(41,221,255,.12),transparent 30%),#070712}
.legal-page{background:radial-gradient(circle at 8% 6%,rgba(144,74,255,.17),transparent 28%),radial-gradient(circle at 92% 78%,rgba(41,221,255,.12),transparent 28%),linear-gradient(145deg,#0b081c 0%,#080817 54%,#0a1028 100%);color:var(--legal-text)}
.legal-header-nav{display:flex;align-items:center;justify-content:center;gap:2px;margin-left:auto}
.legal-header-nav a{padding:14px 12px;color:#fff;font-family:"Montserrat",sans-serif;font-size:12px;font-weight:800;text-transform:uppercase}
.legal-header-nav a:hover{color:var(--legal-cyan)}
.legal-hero{position:relative;overflow:hidden;padding:110px 0 92px;border-bottom:1px solid rgba(41,221,255,.14);background:radial-gradient(circle at 12% 20%,rgba(158,97,255,.28),transparent 30%),radial-gradient(circle at 86% 30%,rgba(255,77,168,.18),transparent 26%),radial-gradient(circle at 65% 100%,rgba(41,221,255,.13),transparent 30%),linear-gradient(135deg,#100a2a 0%,#080817 55%,#0a1028 100%)}
.legal-container{width:min(1180px,calc(100% - 64px));margin:0 auto}
.legal-hero-content{max-width:850px}
.legal-kicker{display:inline-flex;margin-bottom:18px;padding:8px 14px;border:1px solid rgba(41,221,255,.28);border-radius:999px;background:rgba(41,221,255,.07);color:var(--legal-cyan);font:900 10px "Montserrat",sans-serif;letter-spacing:1.45px;text-transform:uppercase}
.legal-hero h1{margin:0 0 22px;color:#fff;font:900 clamp(44px,6vw,74px)/1.02 "Montserrat",sans-serif;letter-spacing:-2px;text-transform:uppercase}
.legal-hero h1 strong{background:linear-gradient(90deg,var(--legal-purple),var(--legal-pink) 54%,var(--legal-cyan));-webkit-background-clip:text;background-clip:text;color:transparent}
.legal-hero p{max-width:760px;margin:0;color:#c4c6d4;font-size:16px;line-height:1.75}
.legal-updated{display:inline-flex;margin-top:28px;padding:9px 14px;border:1px solid rgba(255,77,168,.28);border-radius:999px;background:rgba(255,77,168,.07);color:#ff83c0;font:800 11px "Montserrat",sans-serif}
.legal-main{padding:82px 0 108px}
.legal-layout{display:grid;grid-template-columns:minmax(0,1fr) 285px;gap:46px;align-items:start}
.legal-article{padding:48px;border:1px solid rgba(41,221,255,.18);border-radius:28px;background:radial-gradient(circle at 5% 4%,rgba(144,74,255,.12),transparent 30%),linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.02));box-shadow:0 28px 68px rgba(0,0,0,.34)}
.legal-section+.legal-section{margin-top:42px;padding-top:42px;border-top:1px solid rgba(255,255,255,.09)}
.legal-section h2{margin:0 0 16px;color:#fff;font:900 28px/1.2 "Montserrat",sans-serif;text-transform:uppercase}
.legal-section h2:after{content:"";display:block;width:68px;height:3px;margin-top:12px;border-radius:999px;background:linear-gradient(90deg,var(--legal-purple),var(--legal-pink),var(--legal-cyan))}
.legal-section p{color:#c4c6d4;font-size:15px;line-height:1.85}.legal-section p+p{margin-top:15px}
.legal-sidebar{position:sticky;top:26px;padding:28px;border:1px solid rgba(157,97,255,.26);border-radius:24px;background:radial-gradient(circle at 10% 10%,rgba(157,97,255,.16),transparent 34%),rgba(7,7,20,.72)}
.legal-sidebar-title{display:block;margin-bottom:14px;color:#b178ff;font:900 11px "Montserrat",sans-serif;letter-spacing:.12em;text-transform:uppercase}
.legal-sidebar a{display:flex;justify-content:space-between;gap:12px;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.08);color:rgba(255,255,255,.72);font-size:13px;font-weight:700}
.legal-sidebar a:last-child{border-bottom:0}.legal-sidebar a:hover{color:var(--legal-cyan);padding-left:4px}
.legal-footer{padding:50px 0 24px;border-top:1px solid rgba(41,221,255,.16);background:radial-gradient(circle at 12% 10%,rgba(144,74,255,.15),transparent 30%),radial-gradient(circle at 85% 85%,rgba(41,221,255,.10),transparent 26%),#070712}
.legal-footer-top{display:flex;justify-content:space-between;gap:42px;padding-bottom:32px}.legal-footer-brand{max-width:500px}.legal-footer-brand img{width:180px;margin-bottom:16px}.legal-footer-brand p{color:rgba(255,255,255,.58);font-size:14px;line-height:1.75}
.legal-footer-links{display:grid;grid-template-columns:repeat(2,minmax(155px,1fr));gap:10px 26px}.legal-footer-links a{color:rgba(255,255,255,.7);font-size:13px;font-weight:700}.legal-footer-links a:hover{color:var(--legal-cyan)}
.legal-footer-bottom{display:flex;justify-content:space-between;gap:18px;padding-top:20px;border-top:1px solid rgba(255,255,255,.08)}.legal-footer-bottom p{margin:0;color:rgba(255,255,255,.42);font-size:12px}
@media(max-width:991px){.legal-header-nav{display:none}.legal-layout{grid-template-columns:1fr}.legal-sidebar{position:static}.legal-footer-top,.legal-footer-bottom{flex-direction:column}}
@media(max-width:680px){.legal-container{width:calc(100% - 28px)}.legal-hero{padding:76px 0 66px}.legal-main{padding:54px 0 74px}.legal-article{padding:28px 22px;border-radius:22px}.legal-section h2{font-size:24px}.legal-footer-links{grid-template-columns:1fr}}
