@charset "UTF-8";
:root {
  --width: 1480px;
  --display-width: var(--width);
  --offsets: 30px;
  --ff-primary: "Figtree", "Arial", "Helvetica CY", "Nimbus Sans L", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
}

body {
  background: var(--main-theme-color);
}

.king-chance-4ok012 {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.king-chance-6zwo3l {
  max-width: 100%;
}

p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: var(--text-color);
}

a {
  font-weight: 400;
  font-size: 18px;
  color: var(--title-color);
}

b {
  color: #fff;
}

a:hover {
  text-decoration: none;
}

ol:not([class]),
ul:not([class]) {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 25px;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
}

caption {
  margin: 5px 0;
  font-size: 24px;
}

ol[class],
ul[class] {
  list-style: none;
}

ol.king-chance-n6gf3y,
ul.king-chance-n6gf3y {
  padding-left: 20px;
}

ul.king-chance-n6gf3y {
  list-style: disc;
}

ol.king-chance-n6gf3y {
  list-style: numbers;
}

img {
  height: auto;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  color: var(--title-color);
}

h1 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

h2 {
  margin-bottom: 1rem;
  font-size: 30px;
  font-weight: 800;
  line-height: 36px;
}

h3 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.1rem;
}

h4 {
  font-size: 17px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
}

h5 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.7rem;
}

h6 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (max-width: 767px) {
  h1 {
    font-size: 28px;
    font-weight: 800;
    line-height: 32px;
    margin-bottom: 12px;
  }
  h2 {
    font-size: 25px;
    font-weight: 800;
    line-height: 32px;
  }
}

.king-chance-9f432j > .king-chance-z2gnnu,
.king-chance-9f432j > .king-chance-2n2u1h,
.king-chance-9f432j > blockquote,
.king-chance-9f432j > h1,
.king-chance-9f432j > h2,
.king-chance-9f432j > h3,
.king-chance-9f432j > h4,
.king-chance-9f432j > h5,
.king-chance-9f432j > h6,
.king-chance-9f432j > ol,
.king-chance-9f432j > p,
.king-chance-9f432j > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.king-chance-9f432j > ol,
.king-chance-9f432j > ul {
  padding-left: 50px;
}

.king-chance-9f432j blockquote,
blockquote {
  margin-top: 1rem;
  border-left: 5px solid var(--button-bg-color);
  padding: 1rem var(--offsets) 1rem 2rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  background-color: #f0f8ffff;
}

.king-chance-9f432j:not(:last-child) {
  margin-bottom: 2rem;
}

.king-chance-9f432j > :not(:first-child) {
  margin-top: 2rem;
}

.king-chance-9f432j {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.king-chance-9f432j:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .king-chance-9f432j:first-child {
    margin-top: 20px;
  }
}

.king-chance-9f432j > p:last-of-type {
  margin-bottom: 32px;
}

.king-chance-9f432j > .king-chance-zhvsfp:not(:first-child) {
  margin: 64px auto 16px auto;
}

.king-chance-5uv4eb > .king-chance-zhvsfp {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.king-chance-2n2u1h {
  overflow: auto;
}

.king-chance-2n2u1h::-webkit-scrollbar {
  height: 5px;
}

.king-chance-2n2u1h table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.king-chance-2n2u1h table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.king-chance-2n2u1h table thead,
table thead {
  border-bottom: none;
}

.king-chance-2n2u1h table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.king-chance-2n2u1h table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.king-chance-2n2u1h table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.king-chance-2n2u1h .king-chance-xn3j3l {
  table-layout: auto;
}

.king-chance-2n2u1h .king-chance-xn3j3l th {
  word-break: normal;
}

.king-chance-2n2u1h .king-chance-xn3j3l td {
  word-break: normal;
}

.king-chance-4ok012 .king-chance-4ok012 {
  padding-right: 0;
  padding-left: 0;
}

.king-chance-ubfl0e {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  line-height: 0;
}

.king-chance-34kcuv {
  position: absolute;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  clip: rect(0 0 0 0);
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
  overflow-x: hidden;
  font-family: var(--ff-primary);
  color: var(--text-color);
}

main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.king-chance-4h5hvs {
  display: inline-block;
  margin: 1rem auto;
  border-radius: 5px;
  padding: 10px 30px;
  width: 100%;
  font-weight: 700;
  text-align: center;
  background: -o-linear-gradient(
    150deg,
    #fff0 0,
    #fff0 5%,
    #cccf 50%,
    #fff 95%,
    #fff 100%
  );
  background: linear-gradient(
    300deg,
    #fff0 0,
    #fff0 5%,
    #cccf 50%,
    #fff 95%,
    #fff 100%
  );
}

html {
  font-size: 17px;
}

.king-chance-z2gnnu {
  margin-top: 24px;
}

.king-chance-z2gnnu.king-chance-hs7xis {
  text-align: left;
}

.king-chance-z2gnnu.king-chance-a8smb6 {
  text-align: right;
}

.king-chance-z2gnnu.king-chance-tvuvd5 {
  text-align: center;
}

.king-chance-f0s9cp {
  display: inline-block;
  border: none;
  border-radius: 8px;
  padding: 14px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  color: var(--color-content-button);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transform-origin: center;
  transition: 0.king-chance-p0uyq8 ease-in-out;
  cursor: pointer;
}

.king-chance-f0s9cp:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.king-chance-f0s9cp {
  min-width: 328px;
}

@media (max-width: 768px) {
  .king-chance-f0s9cp {
    min-width: unset;
  }
}

.king-chance-d794b4 {
  background-color: var(--fh-bg-color);
}

.king-chance-j921rh {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.king-chance-j6ubhv {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.king-chance-j6ubhv img {
  max-height: 80px;
  object-fit: contain;
}

.king-chance-434wrd {
  flex: 1 1;
}

.king-chance-g0ljxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.king-chance-e6suxo {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 35px;
  height: 25px;
  cursor: pointer;
}

.king-chance-e6suxo span {
  display: block;
  border-radius: 20%;
  width: 100%;
  height: 3px;
  background-color: var(--text-color);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.king-chance-e6suxo.king-chance-l40l41 span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.king-chance-e6suxo.king-chance-l40l41 span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.king-chance-e6suxo.king-chance-l40l41 span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.king-chance-434wrd + .king-chance-g0ljxt {
  margin-left: 20px;
}

.king-chance-lgmdi8 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  outline: 0;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  color: #196948;
  transition: 250ms;
  cursor: pointer;
  padding: 10px;
  min-width: 240px;
}

.king-chance-lgmdi8 > svg {
  max-width: 24px;
  max-height: 24px;
}

.king-chance-lgmdi8 + .king-chance-lgmdi8 {
  margin-left: 5px;
}

.king-chance-3al4qn {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.king-chance-3al4qn:hover {
  background-color: var(--button-bg-hover);
}

.king-chance-k0kf94 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.king-chance-p0uyq8 ease-in-out;
  border: 1px solid var(--border-color);
}

.king-chance-k0kf94:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.king-chance-21s9pl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
}

@media (max-width: 1100px) {
  .king-chance-434wrd {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .king-chance-21s9pl {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .king-chance-434wrd {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .king-chance-lgmdi8 {
    min-width: unset;
    flex: 1 1;
  }
}

.king-chance-3e577a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
}

.king-chance-3e577a:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.king-chance-3e577a:hover .king-chance-u31qc0 {
  opacity: 1;
  pointer-events: auto;
}

.king-chance-bfxuis {
  position: relative;
  display: flex;
  align-content: center;
  justify-content: center;
  margin: 0 0.5rem;
  padding: 0.5rem;
  box-sizing: border-box;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  color: var(--text-color);
  transition: 0.king-chance-6botvl ease-in-out;
  gap: 4px;
}

.king-chance-bfxuis > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.king-chance-bfxuis .king-chance-ubfl0e img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.king-chance-02yfbd,
.king-chance-bfxuis:hover {
  color: var(--button-bg-hover);
}

.king-chance-o58rcf {
  position: relative;
}

.king-chance-o58rcf .king-chance-bfxuis {
  margin-right: 0;
  padding-right: 4px;
}

.king-chance-attrwi svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.king-chance-o58rcf.king-chance-l40l41 .king-chance-attrwi svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.king-chance-o58rcf.king-chance-l40l41 .king-chance-u31qc0 {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.king-chance-o58rcf.king-chance-l40l41 .king-chance-u31qc0::before {
  display: none;
}

.king-chance-attrwi svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.king-chance-u31qc0 {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.king-chance-z4kdma 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.king-chance-u31qc0::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.king-chance-u31qc0:hover {
  color: var(--fh-bg-color);
}

.king-chance-3apr45 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0.king-chance-z4kdma 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.king-chance-6botvl ease-in-out;
  -o-transition: 0.king-chance-6botvl ease-in-out;
  transition: 0.king-chance-6botvl ease-in-out;
}

.king-chance-3apr45 .king-chance-ubfl0e img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.king-chance-q9ott2,
.king-chance-3apr45:hover {
  color: var(--button-bg-hover);
}

.king-chance-9g5hhu {
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  grid-template-columns: 1fr auto;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
  padding: 20px;
  gap: 8px 12px;
  min-height: 240px;
  height: 100%;
}

.king-chance-9g5hhu.king-chance-ytit7w {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.king-chance-9g5hhu.king-chance-ytit7w:after,
.king-chance-9g5hhu.king-chance-ytit7w:before {
  content: "";
  position: absolute;
  margin: auto;
}

.king-chance-9g5hhu.king-chance-ytit7w:before {
  width: 1000px;
  top: 0;
  height: 1000px;
  right: 0;
  bottom: 0;
  left: -200px;
  background-color: var(--border-color);
  background: var(--border-color);
  background: conic-gradient(var(--border-color), var(--button-bg-color));
  animation: rotate 2s linear infinite;
  z-index: -1;
}

@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}

.king-chance-9g5hhu.king-chance-ytit7w:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.king-chance-9g5hhu.king-chance-ytit7w > * {
  z-index: 1;
}

.king-chance-9g5hhu b,
.king-chance-9g5hhu strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.king-chance-9g5hhu .king-chance-oxsuxh {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.king-chance-9g5hhu .king-chance-4de4hg {
  grid-row: 2/3;
  grid-column: 1/2;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  margin-top: 0;
}

.king-chance-9g5hhu .king-chance-ubfl0e {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.king-chance-9g5hhu .king-chance-4ys58p {
  margin-top: 12px;
}

.king-chance-4ys58p {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.king-chance-7s0ln7 {
  flex: 1 1;
  color: var(--button-text-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border-radius: 8px;
  border: 2px dashed var(--border-color);
  padding: 12px;
  max-width: 220px;
}

.king-chance-4ys58p .king-chance-lozni9 {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 8px;
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.king-chance-p0uyq8 ease-in-out;
}

.king-chance-4ys58p .king-chance-lozni9:hover {
  background: rgba(255, 255, 255, 0.3);
}

.king-chance-4pbh7k {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 320px;
  justify-content: space-between;
  border-radius: 8px;
  grid-row: 4/5;
  grid-column: 1/2;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border: none;
  width: fit-content;
  cursor: pointer;
}

.king-chance-9g5hhu.king-chance-jyv17g {
  gap: 12px;
  padding: 16px;
}

.king-chance-9g5hhu.king-chance-jyv17g .king-chance-4pbh7k {
  min-width: 240px;
}

.king-chance-9g5hhu.king-chance-jyv17g .king-chance-4pbh7k.king-chance-k24m7v {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .king-chance-9g5hhu .king-chance-oxsuxh {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .king-chance-9g5hhu .king-chance-4de4hg {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .king-chance-9g5hhu .king-chance-ubfl0e {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .king-chance-9g5hhu.king-chance-jyv17g .king-chance-ubfl0e {
    max-width: 126px;
  }
  .king-chance-9g5hhu .king-chance-4ys58p {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .king-chance-9g5hhu .king-chance-7s0ln7 {
    max-width: unset;
  }
  .king-chance-4pbh7k {
    min-width: unset;
    width: 100%;
  }
  .king-chance-9g5hhu .king-chance-4pbh7k {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .king-chance-9g5hhu.king-chance-jyv17g {
    grid-template-rows: auto 1fr auto;
  }
  .king-chance-9g5hhu.king-chance-jyv17g .king-chance-4pbh7k {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .king-chance-9g5hhu {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .king-chance-9g5hhu .king-chance-oxsuxh {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .king-chance-9g5hhu .king-chance-ubfl0e {
    max-width: 78px;
  }
  .king-chance-9g5hhu .king-chance-4ys58p {
    margin-top: -12px;
  }
  .king-chance-9g5hhu.king-chance-jyv17g {
    gap: 8px;
  }
  .king-chance-9g5hhu.king-chance-jyv17g .king-chance-oxsuxh {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .king-chance-9g5hhu.king-chance-jyv17g .king-chance-4de4hg {
    grid-column: 1/3;
  }
  .king-chance-9g5hhu.king-chance-jyv17g .king-chance-ubfl0e {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .king-chance-9g5hhu.king-chance-jyv17g .king-chance-ubfl0e img {
    max-width: 114px;
  }
}

.king-chance-4pbh7k.king-chance-d59pg7,
.king-chance-4pbh7k.king-chance-zxg984,
.king-chance-4pbh7k.king-chance-ibsdw9 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.king-chance-p0uyq8 ease-in-out;
}

.king-chance-4pbh7k.king-chance-d59pg7,
.king-chance-4pbh7k.king-chance-ibsdw9 {
  padding: 10px;
}

.king-chance-4pbh7k.king-chance-d59pg7:hover,
.king-chance-4pbh7k.king-chance-zxg984:hover,
.king-chance-4pbh7k.king-chance-ibsdw9:hover {
  background: var(--button-bg-hover);
}

.king-chance-4pbh7k.king-chance-d59pg7:hover svg path,
.king-chance-4pbh7k.king-chance-ibsdw9:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.king-chance-4pbh7k.king-chance-k24m7v {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.king-chance-p0uyq8 ease-in-out;
  background: var(--button-bg-color);
}

.king-chance-4pbh7k.king-chance-k24m7v:hover {
  background-color: var(--button-bg-hover);
}

.king-chance-4pbh7k.king-chance-zxg984:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 6px;
  width: 52px;
  min-width: 52px;
  height: 52px;
  background-image: url(../images/mini-gift.png);
  background-position: center;
  background-repeat: no-repeat;
  animation: move 2s infinite;
}

@keyframes move {
  50% {
    transform: translateY(-5px) rotate(15deg);
  }
  70% {
    transform: translateY(-5px) rotate(5deg);
  }
}

.king-chance-4pbh7k.king-chance-zxg984:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.king-chance-4pbh7k.king-chance-k24m7v:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.king-chance-ex2z7l {
  max-width: 650px;
}

.king-chance-qr19rh {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.king-chance-rkzc2y {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.king-chance-ckj03m {
  position: absolute;
  width: 44px;
  height: 44px;
  left: 50%;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 22px;
  background: #575757;
  transform: translate(-50%, -50%);
  transition: 0.king-chance-6botvl ease-in-out;
  cursor: pointer;
}

.king-chance-ckj03m:hover {
  opacity: 0.5;
}

.king-chance-ckj03m:focus {
  outline: 0;
}

.king-chance-ckj03m:focus .king-chance-oijjvm,
.king-chance-ckj03m:hover .king-chance-oijjvm {
  fill: red;
  fill-opacity: 1;
}

.king-chance-ckj03m:hover {
  cursor: pointer;
}

.king-chance-55v1g1 {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.king-chance-ex2z7l.king-chance-tvuvd5 {
  margin: 0 auto;
}

.king-chance-ex2z7l.king-chance-a8smb6 {
  margin-left: auto;
}

.king-chance-8qm8kc {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.king-chance-5ije58 {
  padding-bottom: 50px;
}

.king-chance-vnowp6 {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.king-chance-896bmu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: wrap row-reverse;
  flex-flow: wrap row-reverse;
  gap: 20px;
}

.king-chance-rxk0t2 {
  margin-top: 24px;
}

.king-chance-rbu10u {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.king-chance-n66te1 {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.king-chance-3nf7r0 {
  display: flex;
  gap: 12px 20px;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 150px;
}

.king-chance-hf2gq9 {
  width: 468px;
}

.king-chance-3nf7r0 .king-chance-u31qc0 {
  margin: 0.king-chance-ttbag7 0;
}

.king-chance-zn7bwd {
  display: flex;
  min-width: 224px;
}

.king-chance-vijc6s {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.king-chance-6botvl ease-in-out;
}

.king-chance-s8lfm6,
.king-chance-vijc6s:hover {
  color: var(--text-color);
}

.king-chance-3jwqfn {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.king-chance-5j18qf {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .king-chance-8qm8kc {
    padding: 16px;
  }
  .king-chance-3jwqfn {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .king-chance-5j18qf {
    align-items: center;
  }
  .king-chance-hf2gq9 {
    width: unset;
  }
  .king-chance-zn7bwd {
    min-width: unset;
  }
  .king-chance-3nf7r0 {
    max-height: unset;
  }
  .king-chance-vnowp6 {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .king-chance-8qm8kc {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.king-chance-dsfqc9 {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.king-chance-dsfqc9:not(:last-child) {
  margin-bottom: 16px;
}

.king-chance-msrtgo {
  outline: 0;
}

.king-chance-msrtgo .king-chance-ssknwu {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.king-chance-y8zlqh {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .king-chance-y8zlqh {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.king-chance-y8zlqh::-webkit-details-marker {
  display: none;
}

.king-chance-y8zlqh:before {
  content: "?";
  display: flex;
  font-size: 21px;
  padding: 5px 10px;
  border-radius: 25px;
  color: var(--text-color);
  background: var(--button-bg-color);
  background-repeat: no-repeat;
  background-position: center;
}

.king-chance-y8zlqh:after {
  content: "↑";
  display: flex;
  padding: 5px 10px;
  color: var(--text-color);
  border: 1px solid var(--button-bg-color);
  border-radius: 25px;
  transform: rotate(180deg);
  transition: 250ms;
}

.faq__details[open] .king-chance-y8zlqh:after {
  transform: unset;
}

.king-chance-ssknwu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: var(--color-faq-item-title);
}

.king-chance-ssknwu svg {
  z-index: 10;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 30px;
  width: 30px;
  height: 30px;
  fill: var(--color-faq-item-title);
  -webkit-transition: 0.king-chance-6botvl ease-in-out;
  -o-transition: 0.king-chance-6botvl ease-in-out;
  transition: 0.king-chance-6botvl ease-in-out;
}

.king-chance-5odjrd {
  padding: 16px 0 0 0;
}

.king-chance-5odjrd * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .king-chance-5odjrd :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .king-chance-y8zlqh {
    flex-wrap: wrap;
    gap: 12px;
  }
  .king-chance-y8zlqh::after {
    margin-left: auto;
  }
  .king-chance-ssknwu {
    order: 3;
    flex: 1 1 100%;
  }
  .king-chance-y8zlqh {
    font-size: 14px;
    line-height: 130%;
  }
  .king-chance-ssknwu svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.king-chance-hkrs0j {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
  margin: 0;
}

.king-chance-ivxhwv {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.king-chance-hkrs0j.king-chance-l40l41 .king-chance-ivxhwv {
  margin-bottom: 12px;
}

.king-chance-ivxhwv::after {
  content: "";
  display: flex;
  width: 32px;
  min-width: 32px;
  height: 32px;
  background-image: url(../images/round-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
  transition: 250ms;
}

.king-chance-hkrs0j.king-chance-l40l41 .king-chance-ivxhwv::after {
  transform: unset;
}

.king-chance-tna1wj {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.king-chance-8uyxxk {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.king-chance-6botvl ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.king-chance-8uyxxk:before {
  content: "";
  display: flex;
  width: 12px;
  min-width: 12px;
  height: 12px;
  background-image: url(../images/list-marker.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.king-chance-hkrs0j.king-chance-l40l41 .king-chance-tna1wj {
  max-height: 100%;
}

.king-chance-mnhval {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.king-chance-k1eepc {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.king-chance-qmv8x2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.king-chance-5euou6 {
  margin-right: 4px;
}

.king-chance-ckh5js {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--button-bg-color);
  padding: 4px 0;
  transition: color 0.king-chance-6botvl ease-in-out;
}

.king-chance-ckh5js svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.king-chance-x1kbc4,
.king-chance-ckh5js:hover {
  color: var(--text-color);
}

.king-chance-dp0wfl {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto auto;
  border-radius: 12px 12px 0 0;
  padding: 8px;
  gap: 0 8px;
  background-color: #008f5e;
  color: #fff;
  width: 100%;
  border: none;
  cursor: pointer;
}

.king-chance-dp0wfl img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.king-chance-dp0wfl .king-chance-f5mbx9 {
  grid-column: 2/3;
  grid-row: 1/2;
  text-align: left;
  margin-top: 0;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
}

.king-chance-dp0wfl .king-chance-z7jjsi {
  grid-column: 2/3;
  grid-row: 2/3;
  text-align: left;
  color: var(--title-color);
  margin-top: 0;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
}

.king-chance-khdhn3 {
  display: flex;
  align-items: center;
  grid-column: 3/4;
  grid-row: 1/3;
  color: #196948;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  padding: 10px 16px;
  border-radius: 8px;
  background-color: var(--title-color);
  margin-top: 0;
}

.king-chance-dgca7s {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.king-chance-igy1fh .king-chance-4ok012 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.king-chance-igy1fh {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.king-chance-66cvmb {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.king-chance-g6tqi6 {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.king-chance-9wo66i {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.king-chance-u8la79 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.2rem;
  text-decoration: none;
  color: var(--color-content-button);
  background: var(--button-bg-color);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 150ms;
  -o-transition: 150ms;
  transition: 150ms;
  cursor: pointer;
}

.king-chance-9wo66i:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.king-chance-ga7tap {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.king-chance-g77cxm {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  -webkit-box-shadow: 0 0 20px 5px #223c5059;
  box-shadow: 0 0 20px 5px #223c5059;
  background-color: var(--button-bg-color);
  -webkit-transition: -webkit-transform 0.king-chance-6botvl ease-in-out;
  transition: transform 0.king-chance-6botvl ease-in-out;
  -o-transition: transform 0.king-chance-6botvl ease-in-out;
  transition:
    transform 0.king-chance-6botvl ease-in-out,
    -webkit-transform 0.king-chance-6botvl ease-in-out;
  cursor: pointer;
}

.king-chance-g77cxm svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.king-chance-g77cxm:hover {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}

#cookie-law-div {
  z-index: 10000000;
  position: fixed;
  bottom: 18px;
  right: 80px;
  padding: 1em;
  max-width: 400px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 15px;
  -webkit-box-shadow: rgba(23, 43, 99, 0.4) 0 7px 28px;
  box-shadow: rgba(23, 43, 99, 0.4) 0 7px 28px;
}

#cookie-law-div a {
  font-size: 15px;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

#cookie-law-div a:hover {
  opacity: 0.7;
}

#cookie-law-div p {
  margin: 0;
  color: #000;
  padding-right: 50px;
}

#cookie-law-div button {
  height: 20px;
  width: 20px;
  position: absolute;
  right: 0.5em;
  top: 20px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  line-height: 1;
  color: #fff;
  background-color: #000;
  border: none;
  opacity: 0.6;
  font-size: 12px;
  cursor: pointer;
  border-radius: 50px;
}

#cookie-law-div button:hover {
  opacity: 1;
}

.king-chance-q6f0zp {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .king-chance-q6f0zp {
    left: calc(50% - 60px);
  }
}

#cookie-law-div {
  border-radius: 0;
  max-width: 100%;
  right: 0;
  bottom: 0;
}

#cookie-law-div p {
  padding-bottom: 50px;
}

body::-webkit-scrollbar-track {
  background-color: var(--fh-bg-color);
}

body::-webkit-scrollbar-thumb {
  border: 1px solid var(--fh-bg-color);
  border-radius: 10px;
  height: 20%;
  background: var(--button-bg-color);
}

.king-chance-cwb4c3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.king-chance-zppjdo {
  position: relative;
  width: 100%;
}

.king-chance-cwb4c3.king-chance-k9g9aw {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.king-chance-cwb4c3.king-chance-tvuvd5 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.king-chance-cwb4c3.king-chance-a8smb6 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.king-chance-oismyk {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.king-chance-xvxo6b {
  position: absolute;
  width: 44px;
  height: 44px;
  left: 50%;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 22px;
  background: #575757;
  transform: translate(-50%, -50%);
  transition: 0.king-chance-6botvl ease-in-out;
  cursor: pointer;
}

.king-chance-xvxo6b:hover {
  opacity: 0.5;
}

.king-chance-cwb4c3.king-chance-jrbfbe .king-chance-xvxo6b {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.king-chance-cwb4c3.king-chance-jrbfbe .king-chance-oismyk {
  cursor: pointer;
}

.king-chance-a1ekis {
  fill: #0009;
}

.king-chance-ffhwwz {
  fill: #fff;
}

.king-chance-xvxo6b:hover .king-chance-a1ekis {
  fill: red;
}

.king-chance-xvxo6b svg path {
  -webkit-transition: 0.king-chance-6botvl ease-in-out;
  -o-transition: 0.king-chance-6botvl ease-in-out;
  transition: 0.king-chance-6botvl ease-in-out;
}

.king-chance-ms3yhi {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.king-chance-ms3yhi > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.king-chance-ms3yhi.king-chance-5l9mzd > :not(.get-image) {
  grid-column: 1/3;
}

.king-chance-xl093p:not(._h1-block) .king-chance-ms3yhi > .king-chance-zhvsfp {
  grid-row: 1/2;
  grid-column: 1/3;
}

.king-chance-ms3yhi.king-chance-5l9mzd .king-chance-0pdje8 {
  grid-column: 2/3;
}

.king-chance-ms3yhi.king-chance-5l9mzd > .king-chance-ubfl0e {
  grid-column: 1/2;
}

.king-chance-ms3yhi.king-chance-5l9mzd > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.king-chance-ms3yhi > p:first-of-type {
  margin-top: 0;
}

.king-chance-ms3yhi .king-chance-ubfl0e {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: 2/3;
  grid-row: 1/10;
  border-radius: 12px;
  overflow: hidden;
}

.king-chance-xl093p:not(._h1-block) .king-chance-zhvsfp ~ .king-chance-ubfl0e {
  grid-row: 2/10;
}

.king-chance-xl093p.king-chance-26y5u5 .king-chance-zhvsfp ~ .king-chance-ubfl0e {
  grid-row: 1/10;
}

.king-chance-xl093p.king-chance-26y5u5 > .king-chance-zhvsfp {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.king-chance-xl093p.king-chance-26y5u5 .king-chance-ubfl0e {
  grid-row: 1/10;
}

.king-chance-ms3yhi.king-chance-ae1jln .king-chance-ubfl0e {
  align-items: flex-start;
}

.king-chance-ms3yhi.king-chance-tvuvd5 .king-chance-0pdje8 {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.king-chance-ms3yhi.king-chance-tvuvd5 .king-chance-ubfl0e {
  align-items: center;
}

.king-chance-ms3yhi.king-chance-di5ov0 .king-chance-ubfl0e {
  align-items: flex-end;
}

.king-chance-0pdje8 > :first-child {
  margin-top: 0;
}

.king-chance-0pdje8 > :last-child {
  margin-bottom: 0;
}

* + .king-chance-d90j5q,
.king-chance-xl093p + .king-chance-xl093p {
  margin-top: 2rem;
}

.king-chance-4zycyr td::before,
.king-chance-4zycyr th::after {
  display: none !important;
}

.king-chance-4zycyr #link-selector {
  color: #000;
}

.king-chance-4zycyr .king-chance-syd4ft {
  color: #135e96;
}

.king-chance-4zycyr .king-chance-qcphf3 *,
.king-chance-4zycyr .king-chance-c62rdg p,
.king-chance-4zycyr .king-chance-lpf1pp * {
  color: #000;
}

.king-chance-4zycyr .king-chance-c74x0o {
  background: 0 0 !important;
}

.king-chance-4zycyr .king-chance-gbfbef {
  color: #000;
}

.king-chance-4zycyr .king-chance-pqg7c2.king-chance-3177zm {
  color: #fff;
}

.king-chance-4zycyr .king-chance-k0gncs {
  color: #000;
}

.king-chance-4zycyr
  .king-chance-s06xdj
  .king-chance-fg61zu.king-chance-3177zm.king-chance-sxt7ix {
  background: #ccc;
}

html :where(.editor-styles-wrapper) h1,
html :where(.editor-styles-wrapper) h2,
html :where(.editor-styles-wrapper) h3,
html :where(.editor-styles-wrapper) h4,
html :where(.editor-styles-wrapper) h5,
html :where(.editor-styles-wrapper) h6 {
  color: #000 !important;
}

.king-chance-rmhaxt,
body .king-chance-hq0n3o {
  color: #000;
  background: var(--color-body) !important;
}

.king-chance-rmhaxt .king-chance-xr46ml .king-chance-7rtkrn,
body .king-chance-hq0n3o .king-chance-xr46ml .king-chance-7rtkrn {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .king-chance-8uyxxk:focus,
  .king-chance-8uyxxk:hover {
    color: #f9cb16;
  }
  .king-chance-kvxfzb:focus,
  .king-chance-kvxfzb:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .king-chance-e3yu2e:focus img,
  .king-chance-e3yu2e:focus svg,
  .king-chance-e3yu2e:hover img,
  .king-chance-e3yu2e:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .king-chance-dp0wfl {
    display: none;
  }
}

@media (min-width: 1024px) {
  .king-chance-o58rcf:hover .king-chance-attrwi svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .king-chance-attrwi {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .king-chance-gns9fe {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .king-chance-t8j6hn {
    grid-template-columns: repeat(4, 1fr);
  }
  .king-chance-xj33wf {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .king-chance-2gacag .king-chance-c8kjxc {
    grid-template-columns: 1fr;
  }
  .king-chance-2gacag .king-chance-kmta5o {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: nowrap row;
    flex-flow: nowrap row;
    overflow: auto;
    margin-right: 0;
    border-style: none;
    border-radius: 16px 16px 0 0;
    padding: 0;
  }
  .king-chance-2gacag .king-chance-agzek5 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .king-chance-2gacag .king-chance-l1dqy3 {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .king-chance-2gacag .king-chance-yi33fb {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .king-chance-2gacag .king-chance-agzek5:not(:first-child) {
    border: none;
  }
  .king-chance-2gacag .king-chance-agzek5:first-child .king-chance-l1dqy3 {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .king-chance-2gacag .king-chance-agzek5:last-child .king-chance-l1dqy3 {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .king-chance-j921rh {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .king-chance-j6ubhv {
    max-width: 100px;
  }
  .king-chance-434wrd {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .king-chance-g0ljxt {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .king-chance-g0ljxt svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .king-chance-e6suxo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .king-chance-434wrd + .king-chance-g0ljxt {
    margin-left: auto;
  }
  .king-chance-cv6jvf {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-right: calc(-100vw / 2 + 100% / 2) !important;
    margin-left: calc(-100vw / 2 + 100% / 2) !important;
    max-width: 100vw !important;
    background-color: var(--fh-bg-color);
    opacity: 0;
    -webkit-transition: opacity 250ms;
    -o-transition: opacity 250ms;
    transition: opacity 250ms;
    pointer-events: none;
  }
  .king-chance-cv6jvf.king-chance-l40l41 {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .king-chance-21s9pl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 32px 16px 12px 16px;
  }
  .king-chance-3e577a {
    width: 100%;
  }
  .king-chance-3e577a:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .king-chance-bfxuis {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .king-chance-bfxuis svg {
    margin-right: 4px;
  }
  .king-chance-o58rcf {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .king-chance-attrwi svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .king-chance-attrwi {
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    padding: 16px 5px 16px 30%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    pointer-events: auto;
  }
  .king-chance-u31qc0 {
    display: none;
    width: 100%;
  }
  .king-chance-o58rcf.king-chance-l40l41 .king-chance-u31qc0 {
    padding: 0 0 0 48px;
  }
  .king-chance-3apr45 {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .king-chance-896bmu .king-chance-ubfl0e {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .king-chance-dnwi4i {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .king-chance-dnwi4i + .king-chance-dnwi4i {
    margin-right: 0;
  }
  .king-chance-dnwi4i + .king-chance-ubfl0e {
    margin: 0;
  }
  .king-chance-gns9fe {
    grid-template-columns: repeat(4, 1fr);
  }
  .king-chance-t8j6hn {
    grid-template-columns: repeat(3, 1fr);
  }
  .king-chance-liw8oj,
  .king-chance-yhpld3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .king-chance-ms3yhi {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .king-chance-ms3yhi.king-chance-5l9mzd .king-chance-0pdje8 {
    grid-column: auto;
    grid-row: auto;
  }
  .king-chance-ms3yhi > .king-chance-zhvsfp {
    grid-column: 1/2;
  }
  .king-chance-ms3yhi.king-chance-5l9mzd > :not(.get-image) {
    grid-column: 1/2;
  }
  .king-chance-ms3yhi .king-chance-ubfl0e,
  .king-chance-ms3yhi.king-chance-5l9mzd > .king-chance-ubfl0e {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .king-chance-ms3yhi.king-chance-5l9mzd > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .king-chance-xl093p.king-chance-26y5u5 .king-chance-ms3yhi > .king-chance-ubfl0e {
    grid-row: 1/2;
  }
  .king-chance-ms3yhi .king-chance-zhvsfp ~ .king-chance-ubfl0e,
  .king-chance-ms3yhi.king-chance-5l9mzd .king-chance-zhvsfp ~ .king-chance-ubfl0e {
    grid-row: 2/3;
  }
  .king-chance-xl093p.king-chance-26y5u5 .king-chance-zhvsfp ~ .king-chance-ubfl0e {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .king-chance-9f432j:first-child .king-chance-gt4j5g {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .king-chance-9f432j:first-child .king-chance-gt4j5g h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .king-chance-9f432j {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .king-chance-9f432j {
    padding: 0;
  }
  .king-chance-z2gnnu {
    margin-top: 1rem;
  }
  .king-chance-msrtgo {
    border-radius: 5px;
  }
  .king-chance-ql6xls {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .king-chance-ivxhwv::after {
    display: inline-block;
  }
  .king-chance-ivxhwv {
    margin: 0;
    width: 100%;
  }
  .king-chance-tna1wj {
    width: 100%;
  }
  .king-chance-tna1wj.king-chance-1j5lrt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .king-chance-tna1wj.king-chance-1j5lrt .king-chance-i80wru {
    width: 100%;
  }
  .king-chance-tna1wj.king-chance-1j5lrt .king-chance-i80wru:not(:last-child) {
    margin-right: 0;
  }
  .king-chance-8uyxxk {
    width: 100%;
    text-align: center;
  }
  .king-chance-hkrs0j.king-chance-l40l41 .king-chance-tna1wj {
    margin-top: 1rem;
  }
  .king-chance-gns9fe {
    grid-template-columns: repeat(3, 1fr);
  }
  .king-chance-xj33wf,
  .king-chance-t8j6hn {
    grid-template-columns: repeat(2, 1fr);
  }
  .king-chance-liw8oj,
  .king-chance-yhpld3,
  .king-chance-gekr28 {
    grid-template-columns: 1fr;
  }
  .king-chance-r01gi1 {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .king-chance-xcz1rm {
    min-width: 300px;
    max-width: 325px;
  }
  .king-chance-l1dqy3 {
    cursor: auto;
  }
  .king-chance-oe3e19 .king-chance-l1dqy3 {
    padding: 8px;
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 700px) {
  html {
    font-size: 15px;
  }
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .king-chance-q6f0zp {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .king-chance-u31qc0 {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  #cookie-law-div {
    right: 0;
    bottom: 0;
    border-radius: 0;
    max-width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .king-chance-q6f0zp {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.king-chance-dnwi4i p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .king-chance-g0ljxt {
    margin: 0 -0.2rem;
  }
  .king-chance-dnwi4i {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .king-chance-2nqoet {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .king-chance-yyfojo {
    max-width: 100%;
  }
  .king-chance-gns9fe {
    grid-template-columns: repeat(2, 1fr);
  }
  .king-chance-xj33wf,
  .king-chance-t8j6hn {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .king-chance-j921rh {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .king-chance-g0ljxt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    margin-top: 1rem;
    width: 100%;
    text-align: center;
  }
  .king-chance-d794b4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .king-chance-lgmdi8 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .king-chance-tph9bz,
  .king-chance-eaqg9h {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .king-chance-f0s9cp {
    width: 100%;
  }
  .king-chance-gns9fe {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .king-chance-q6f0zp {
    top: 127px !important;
  }
}

.king-chance-adwj94 {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .king-chance-adwj94 {
  }
}

@media (max-width: 767px) {
  .king-chance-adwj94 {
    margin-bottom: 12px;
  }
}

.king-chance-adwj94 img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.king-chance-xhqgd1 {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.king-chance-xhqgd1 > .king-chance-fgb1oe {
  flex: 1 1;
}

@media (max-width: 767px) {
  .king-chance-xhqgd1 {
    flex-direction: column;
    gap: 12px;
  }
}

.king-chance-9toy1k {
  display: flex;
}

.king-chance-9toy1k .king-chance-jq19xn {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 8px;
  border-radius: 4px 0 0 4px;
}

.king-chance-9toy1k .king-chance-kdrwne {
  display: flex;
  align-items: center;
  flex: 1 1;
  background-color: var(--fh-bg-color);
  overflow: hidden;
  width: max-content;
  border-radius: 0 4px 4px 0;
}

.king-chance-9toy1k .king-chance-1nr6ri {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.king-chance-9toy1k .king-chance-91s0kj {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
  margin-left: 32px;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 3px));
  }
}

.king-chance-9toy1k .king-chance-91s0kj:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.king-chance-9toy1k .king-chance-zu2eo3 {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.king-chance-27g3eh {
  border: unset;
  background-color: unset;
}

.king-chance-27g3eh tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.king-chance-27g3eh .king-chance-wv3688,
.king-chance-27g3eh .king-chance-ivlduu {
  flex: 0 1 330px;
}

.king-chance-27g3eh .king-chance-8xhoe8 {
  flex: 1 1;
}

.king-chance-27g3eh tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.king-chance-27g3eh tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.king-chance-27g3eh tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.king-chance-27g3eh tr td p {
  color: #fff;
  margin: 0;
}

.king-chance-27g3eh tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.king-chance-27g3eh tr.king-chance-wv3688 td p {
  padding: 16px 0;
}

.king-chance-27g3eh tr.king-chance-wv3688 td p:not(:last-child),
.king-chance-27g3eh tr.king-chance-ivlduu td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.king-chance-27g3eh tr.king-chance-wv3688 td p:first-child,
.king-chance-27g3eh tr.king-chance-ivlduu td p:first-child {
  padding-top: 0;
}

.king-chance-27g3eh tr.king-chance-ivlduu td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.king-chance-27g3eh tr.king-chance-ivlduu td p:last-child {
  padding-bottom: 0;
}

.king-chance-27g3eh .king-chance-ivlduu img {
  max-width: 32px;
}

.king-chance-27g3eh .king-chance-8xhoe8 {
  min-width: 718px;
}

.king-chance-27g3eh .king-chance-8xhoe8 td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.king-chance-27g3eh .king-chance-8xhoe8 td {
  display: flex;
}

.king-chance-27g3eh .king-chance-8xhoe8 td:last-child .king-chance-4ermce,
.king-chance-27g3eh .king-chance-8xhoe8 td:last-child .king-chance-wne0dt,
.king-chance-27g3eh .king-chance-8xhoe8 td:last-child .king-chance-pgp5z3 {
  flex: 1 1 50%;
}

.king-chance-27g3eh .king-chance-8xhoe8 td:last-child .king-chance-m1ae2u {
  flex: 1 1 100%;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.king-chance-27g3eh .king-chance-8xhoe8 td:last-child .king-chance-zjf295,
.king-chance-27g3eh .king-chance-8xhoe8 td:last-child .king-chance-dun6ps {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.king-chance-27g3eh .king-chance-8xhoe8 td:last-child .king-chance-4ermce,
.king-chance-27g3eh .king-chance-8xhoe8 td:last-child .king-chance-wne0dt {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.king-chance-27g3eh .king-chance-8xhoe8 td:last-child .king-chance-4ermce span,
.king-chance-27g3eh .king-chance-8xhoe8 td:last-child .king-chance-wne0dt span {
  font-weight: 800;
}

.king-chance-27g3eh .king-chance-8xhoe8 img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .king-chance-27g3eh .king-chance-8xhoe8 td .king-chance-pgp5z3:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .king-chance-27g3eh tr.king-chance-wv3688 td p:last-child {
    padding-bottom: 0;
  }
  .king-chance-27g3eh .king-chance-ivlduu > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .king-chance-27g3eh .king-chance-ivlduu > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .king-chance-27g3eh tr.king-chance-wv3688 td p:not(:last-child),
  .king-chance-27g3eh tr.king-chance-ivlduu td p:not(:last-child) {
    border-bottom: unset;
  }
  .king-chance-27g3eh tr.king-chance-ivlduu td p:last-child {
    padding-bottom: 12px;
  }
  .king-chance-27g3eh .king-chance-8xhoe8 td:last-child .king-chance-4ermce,
  .king-chance-27g3eh .king-chance-8xhoe8 td:last-child .king-chance-wne0dt,
  .king-chance-27g3eh .king-chance-8xhoe8 td:last-child .king-chance-pgp5z3 {
    flex: 1 1 50%;
    padding: 0;
  }
  .king-chance-27g3eh .king-chance-8xhoe8 td:last-child .king-chance-4ermce,
  .king-chance-27g3eh .king-chance-8xhoe8 td:last-child .king-chance-wne0dt {
    margin-top: 16px;
  }
  .king-chance-27g3eh .king-chance-8xhoe8 td:last-child .king-chance-pgp5z3 {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .king-chance-27g3eh .king-chance-8xhoe8 td:last-child .king-chance-4ermce {
    border-right: 1px solid var(--border-color);
  }
  .king-chance-27g3eh .king-chance-8xhoe8 td:last-child .king-chance-pgp5z3:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .king-chance-27g3eh .king-chance-8xhoe8 td:last-child .king-chance-pgp5z3:last-child {
    padding-bottom: 0;
  }
}

.king-chance-pgp5z3 {
  display: flex;
  flex-direction: column;
}

.king-chance-27g3eh .king-chance-8xhoe8 td .king-chance-pgp5z3 {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.king-chance-27g3eh .king-chance-8xhoe8 td .king-chance-pgp5z3:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.king-chance-27g3eh .king-chance-8xhoe8 td .king-chance-pgp5z3:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .king-chance-27g3eh .king-chance-8xhoe8 td .king-chance-pgp5z3:not(:first-child) {
    padding-left: 0;
  }
  .king-chance-27g3eh .king-chance-8xhoe8 td .king-chance-pgp5z3:not(:last-of-type) {
    border-right: unset;
  }
}

.king-chance-27g3eh .king-chance-2lxpw0 {
  flex: 0 1 485px;
}

.king-chance-27g3eh .king-chance-ejg2nr {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.king-chance-27g3eh .king-chance-ejg2nr li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.king-chance-27g3eh .king-chance-ejg2nr li.king-chance-5wojyi {
  padding: 6px 12px;
}

.king-chance-27g3eh .king-chance-ejg2nr li a,
.king-chance-27g3eh .king-chance-ejg2nr li button {
  display: flex;
  background: 0 0;
  border: none;
  text-decoration: none;
  color: #fff;
  font-size: inherit;
  line-height: inherit;
  padding: 6px 12px;
  cursor: pointer;
}

.king-chance-27g3eh .king-chance-qrgbwb,
.king-chance-27g3eh .king-chance-1xwv41 {
  flex: 1 1;
}

.king-chance-27g3eh .king-chance-64a5xx,
.king-chance-27g3eh .king-chance-xpt9f7 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.king-chance-27g3eh .king-chance-64a5xx li,
.king-chance-27g3eh .king-chance-xpt9f7 li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.king-chance-27g3eh .king-chance-1xwv41 img {
  max-width: 32px;
}

.king-chance-27g3eh .king-chance-qrgbwb img {
  max-width: 32px;
}

.king-chance-27g3eh .king-chance-t9fo47 {
  min-width: 280px;
}

.king-chance-27g3eh .king-chance-t9fo47 img {
  max-width: 146px;
}

.king-chance-27g3eh .king-chance-t9fo47 td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .king-chance-27g3eh .king-chance-wv3688,
  .king-chance-27g3eh .king-chance-ivlduu {
    flex: 0 1 auto;
  }
  .king-chance-27g3eh .king-chance-8xhoe8 {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .king-chance-27g3eh .king-chance-wv3688,
  .king-chance-27g3eh .king-chance-2lxpw0,
  .king-chance-27g3eh .king-chance-ivlduu,
  .king-chance-27g3eh .king-chance-8xhoe8 {
    flex: 1 1 calc(50% - 20px);
  }
  .king-chance-27g3eh .king-chance-qrgbwb,
  .king-chance-27g3eh .king-chance-t9fo47,
  .king-chance-27g3eh .king-chance-1xwv41 {
    flex: 1 1 30%;
  }
  .king-chance-27g3eh .king-chance-t9fo47 {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .king-chance-27g3eh .king-chance-wv3688,
  .king-chance-27g3eh .king-chance-2lxpw0,
  .king-chance-27g3eh .king-chance-qrgbwb,
  .king-chance-27g3eh .king-chance-ivlduu,
  .king-chance-27g3eh .king-chance-8xhoe8,
  .king-chance-27g3eh .king-chance-t9fo47,
  .king-chance-27g3eh .king-chance-1xwv41 {
    flex: 1 1 100%;
  }
}

.king-chance-nrkg13 .king-chance-etb1rg {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.king-chance-nrkg13 .king-chance-81u01v {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.king-chance-nrkg13 .king-chance-abyk4h {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.king-chance-nrkg13 .king-chance-jfa35i {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.king-chance-nrkg13 .king-chance-jfa35i > :nth-child(3) {
  margin-top: 0;
}

.king-chance-nrkg13 .king-chance-ubfl0e {
  grid-column: 2/3;
  grid-row: 1/10;
}

.king-chance-nrkg13 .king-chance-40yq2n {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.king-chance-nrkg13 .king-chance-z2gnnu {
  grid-column: 1/2;
}

.king-chance-nrkg13 > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.king-chance-nrkg13 .king-chance-81u01v:not(:last-child):before {
  position: absolute;
  right: 0;
  bottom: 16px;
  left: 0;
  margin: auto;
  content: "";
  width: 44px;
  min-width: 44px;
  height: 24px;
  background-image: url(../images/how-to_arrows.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--fh-bg-color);
  z-index: 1;
}

.king-chance-nrkg13 .king-chance-81u01v:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.king-chance-nrkg13 .king-chance-f0s9cp {
  min-width: 240px;
}

@media (max-width: 768px) {
  .king-chance-nrkg13 .king-chance-81u01v:not(:last-child):before {
    bottom: 8px;
  }
  .king-chance-nrkg13 .king-chance-81u01v:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .king-chance-nrkg13 .king-chance-jfa35i {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .king-chance-nrkg13 .king-chance-ubfl0e {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .king-chance-nrkg13 .king-chance-ubfl0e img {
    width: 100%;
    height: auto;
  }
  .king-chance-nrkg13 .king-chance-f0s9cp {
    width: 100%;
    min-width: unset;
  }
}

.king-chance-k3qdbi .king-chance-ggv0ze {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.king-chance-k3qdbi .king-chance-6usowp {
  display: flex;
  gap: 16px;
  flex: 1 1 calc(50% - 10px);
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
  overflow: hidden;
}

.king-chance-k3qdbi .king-chance-ubfl0e {
  height: 100%;
}

.king-chance-k3qdbi .king-chance-ubfl0e img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.king-chance-k3qdbi .king-chance-9q8hr0 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.king-chance-k3qdbi .king-chance-a18e2b {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.king-chance-k3qdbi .king-chance-ci8fl9 {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .king-chance-k3qdbi .king-chance-6usowp {
    flex: 1 1 100%;
  }
  .king-chance-k3qdbi .king-chance-4pbh7k {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .king-chance-k3qdbi .king-chance-6usowp {
    flex-direction: column;
  }
  .king-chance-k3qdbi .king-chance-ubfl0e {
    width: 100%;
    height: auto;
  }
  .king-chance-k3qdbi .king-chance-ubfl0e img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .king-chance-k3qdbi .king-chance-9q8hr0 {
    padding: 0 16px 16px 16px;
  }
  .king-chance-k3qdbi .king-chance-4pbh7k {
    min-width: unset;
    width: 100%;
  }
}

.king-chance-3stlst .king-chance-h07ebo {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.king-chance-3stlst .king-chance-0i5ytu {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.king-chance-3stlst img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.king-chance-3stlst .king-chance-2ohjip {
  position: relative;
  display: none;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 16px;
  background-color: rgba(15, 39, 23, 0.95);
  z-index: 1;
  transition: 0.2s;
}

.king-chance-3stlst .king-chance-0i5ytu:hover .king-chance-2ohjip {
  display: flex;
}

.king-chance-3stlst .king-chance-yt5td1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.king-chance-3stlst .king-chance-iu3bgn {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.king-chance-h4tjms {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 10px 10px 12px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border: unset;
  width: auto;
  cursor: pointer;
}

.king-chance-h4tjms.king-chance-2jdwd8 {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.king-chance-p0uyq8 ease-in-out;
}

.king-chance-h4tjms.king-chance-2jdwd8:hover {
  color: #f9cb16;
  background-color: transparent;
}

.king-chance-3stlst .king-chance-kju3u2 {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.king-chance-p0uyq8 ease-in-out;
}

.king-chance-3stlst .king-chance-kju3u2:hover {
  color: #196948;
  background-color: #f9cb16;
}

.king-chance-3stlst .king-chance-kju3u2:after,
.king-chance-h4tjms.king-chance-2jdwd8:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.king-chance-h4tjms.king-chance-2jdwd8:after {
  background-image: url(../images/Cash.svg);
}

.king-chance-3stlst .king-chance-kju3u2:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .king-chance-3stlst .king-chance-h07ebo {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .king-chance-3stlst .king-chance-h07ebo {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .king-chance-3stlst .king-chance-h07ebo {
    grid-template-columns: 1fr;
  }
  .king-chance-3stlst .king-chance-0i5ytu {
    height: auto;
  }
  .king-chance-3stlst .king-chance-0i5ytu .king-chance-2ohjip {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .king-chance-3stlst .king-chance-yt5td1,
  .king-chance-3stlst .king-chance-iu3bgn {
    text-align: left;
  }
  .king-chance-3stlst .king-chance-iu3bgn {
    margin-bottom: 8px;
  }
  .king-chance-3stlst img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.king-chance-uc4bx2 {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 39, 23, 0.9);
  z-index: 990;
}

.king-chance-uc4bx2.king-chance-jrbfbe {
  display: block;
}

.king-chance-uc4bx2 .king-chance-oie8hl {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 860px;
  height: 580px;
  background-color: #318562;
  border-radius: 12px;
  overflow: hidden;
}

.king-chance-uc4bx2 .king-chance-xmy2e4 {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.king-chance-uc4bx2 .king-chance-yy5v8k {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.king-chance-uc4bx2 .king-chance-72drgt {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.king-chance-uc4bx2 .king-chance-h4tjms {
  min-width: 296px;
  margin-bottom: 0;
}

.king-chance-uc4bx2 .king-chance-e1yg3q {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.king-chance-uc4bx2 .king-chance-ttt5bm {
  position: relative;
  flex: 1 1;
}

.king-chance-uc4bx2 .king-chance-ttt5bm iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .king-chance-uc4bx2 .king-chance-xmy2e4 {
    flex-wrap: wrap;
    gap: 8px;
  }
  .king-chance-uc4bx2 .king-chance-yy5v8k {
    order: 1;
  }
  .king-chance-uc4bx2 .king-chance-72drgt {
    order: 3;
    flex: 1 1 100%;
  }
  .king-chance-uc4bx2 .king-chance-h4tjms {
    width: 100%;
    min-width: unset;
  }
  .king-chance-uc4bx2 .king-chance-e1yg3q {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .king-chance-ms3yhi > .king-chance-zhvsfp {
    margin-bottom: 0;
  }
  .king-chance-ms3yhi > .king-chance-z2gnnu,
  .king-chance-ms3yhi > p {
    margin-top: 0;
  }
}

.king-chance-o21fmq img,
.king-chance-dnwi4i img {
  width: auto;
  object-fit: contain;
}

.king-chance-o21fmq {
  align-items: center;
}

.king-chance-o21fmq img {
  max-height: 76px;
}

.king-chance-dnwi4i img {
  max-height: 64px;
}

.king-chance-2tl9tr {
  overflow: auto;
}

.king-chance-thvn6x {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.king-chance-qclypj:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.king-chance-q85u2k {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.king-chance-qxxrqg {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.king-chance-q85u2k .king-chance-ubfl0e {
  margin-right: 20px;
  flex-shrink: 0;
}

.king-chance-q85u2k img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.king-chance-wjd3sj {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.king-chance-wjd3sj > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .king-chance-q85u2k {
    padding: 15px 10px;
  }
  .king-chance-wjd3sj {
    padding: 15px 10px;
  }
  .king-chance-q85u2k .king-chance-ubfl0e {
    margin-right: 10px;
  }
}

.king-chance-fbsw0x {
  overflow-x: auto;
}

.king-chance-utepx1 {
  border-collapse: collapse;
  width: 100%;
}

.king-chance-fbsw0x th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.king-chance-fbsw0x td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.king-chance-fbsw0x td.king-chance-xxyrfq {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.king-chance-fbsw0x td.king-chance-l75pa0 {
  border-right: none;
}

.king-chance-fbsw0x td.king-chance-l75pa0 .king-chance-ubfl0e {
  justify-content: flex-start;
}

.king-chance-fbsw0x td.king-chance-l75pa0 .king-chance-ubfl0e img {
  height: auto;
  width: 90px;
}

.king-chance-fbsw0x td.king-chance-c0or40,
.king-chance-fbsw0x td.king-chance-c84f21 {
  font-weight: 600;
  text-align: right;
}

.king-chance-fbsw0x td.king-chance-0505pu,
.king-chance-fbsw0x td.king-chance-c0or40 {
  padding-bottom: 10px;
  border-bottom: none;
}

.king-chance-fbsw0x td.king-chance-c0or40,
.king-chance-fbsw0x td.king-chance-c84f21 {
  border-left: none;
}

.king-chance-fbsw0x td.king-chance-0505pu,
.king-chance-fbsw0x td.king-chance-o0gjlo {
  border-right: none;
}

.king-chance-fbsw0x td.king-chance-o0gjlo,
.king-chance-fbsw0x td.king-chance-c84f21 {
  border-top: none;
  padding-top: 10px;
}

.king-chance-elpot7 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 12px;
  width: 100%;
  border-radius: 12px;
  background-color: var(--fh-bg-color);
  margin-top: 20px;
}

.king-chance-elpot7 .king-chance-4pbh7k {
  min-width: unset;
  width: 100%;
}

.king-chance-elpot7 .king-chance-4pbh7k.king-chance-d59pg7 {
  grid-column: 1/2;
  grid-row: 1/2;
}

.king-chance-elpot7 .king-chance-4pbh7k.king-chance-ibsdw9 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.king-chance-elpot7 .king-chance-mq0jsu {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .king-chance-elpot7 {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .king-chance-elpot7 .king-chance-4pbh7k.king-chance-d59pg7 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .king-chance-elpot7 .king-chance-4pbh7k.king-chance-ibsdw9 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .king-chance-elpot7 .king-chance-mq0jsu {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.king-chance-ivg1pn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 350px;
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: 600;
  color: var(--button-text-color);
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
  text-decoration: none;
  background: var(--button-bg-color);
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  margin: 25px auto;
}

.king-chance-vohtyw {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.king-chance-5uv4eb p a img {
  margin: 0 auto;
  display: block;
}

.king-chance-5uv4eb table {
  margin-bottom: 17px;
}

/* contanct form */
.king-chance-ayasz9 {
  background: var(--fh-bg-color);
  padding: 2rem;
  border-radius: 12px;
  box-shadow: -2px 1px 8px 5px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  margin: 50px auto;
}

.king-chance-ayasz9 label {
  font-size: 14px;
}

.king-chance-ayasz9 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.king-chance-ayasz9 input,
.king-chance-ayasz9 textarea,
.king-chance-ayasz9 button {
  width: 100%;
  padding: 10px;
  margin-top:5px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  background-color: var(--main-theme-color);
  font-size: 1rem;
}
.king-chance-ayasz9 button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.king-chance-p0uyq8 ease;
}
.king-chance-ayasz9 button:hover {
  background-color: #691204;
}
.king-chance-mkup4f {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.king-chance-txvldn ease-in;
}

.king-chance-mkup4f h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

main a img {
    display: block;
    margin: 0 auto;
}
/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.king-chance-kxt5n3, .king-chance-p6i28y, [class*="review-card"],
thead, thead th, table th, .king-chance-ioizs3,
.king-chance-f5ir9x, [class*="collapsible-header"],
.king-chance-swfl99, [class*="updated-block"] {
  color: #ece7dc !important;
}
