@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-johnnie-2qmsl1 {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.king-johnnie-6h1vxb {
  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-johnnie-z0mf6v,
ul.king-johnnie-z0mf6v {
  padding-left: 20px;
}

ul.king-johnnie-z0mf6v {
  list-style: disc;
}

ol.king-johnnie-z0mf6v {
  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-johnnie-3pgoge > .king-johnnie-0r9oto,
.king-johnnie-3pgoge > .king-johnnie-vnw78l,
.king-johnnie-3pgoge > blockquote,
.king-johnnie-3pgoge > h1,
.king-johnnie-3pgoge > h2,
.king-johnnie-3pgoge > h3,
.king-johnnie-3pgoge > h4,
.king-johnnie-3pgoge > h5,
.king-johnnie-3pgoge > h6,
.king-johnnie-3pgoge > ol,
.king-johnnie-3pgoge > p,
.king-johnnie-3pgoge > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.king-johnnie-3pgoge > ol,
.king-johnnie-3pgoge > ul {
  padding-left: 50px;
}

.king-johnnie-3pgoge 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-johnnie-3pgoge:not(:last-child) {
  margin-bottom: 2rem;
}

.king-johnnie-3pgoge > :not(:first-child) {
  margin-top: 2rem;
}

.king-johnnie-3pgoge {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.king-johnnie-3pgoge:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .king-johnnie-3pgoge:first-child {
    margin-top: 20px;
  }
}

.king-johnnie-3pgoge > p:last-of-type {
  margin-bottom: 32px;
}

.king-johnnie-3pgoge > .king-johnnie-tono9c:not(:first-child) {
  margin: 64px auto 16px auto;
}

.king-johnnie-2yuwtn > .king-johnnie-tono9c {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.king-johnnie-vnw78l {
  overflow: auto;
}

.king-johnnie-vnw78l::-webkit-scrollbar {
  height: 5px;
}

.king-johnnie-vnw78l table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.king-johnnie-vnw78l table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.king-johnnie-vnw78l table thead,
table thead {
  border-bottom: none;
}

.king-johnnie-vnw78l table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.king-johnnie-vnw78l table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.king-johnnie-vnw78l table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.king-johnnie-vnw78l .king-johnnie-reir97 {
  table-layout: auto;
}

.king-johnnie-vnw78l .king-johnnie-reir97 th {
  word-break: normal;
}

.king-johnnie-vnw78l .king-johnnie-reir97 td {
  word-break: normal;
}

.king-johnnie-2qmsl1 .king-johnnie-2qmsl1 {
  padding-right: 0;
  padding-left: 0;
}

.king-johnnie-6nwoou {
  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-johnnie-ze2ar3 {
  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-johnnie-b6ejbr {
  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-johnnie-0r9oto {
  margin-top: 24px;
}

.king-johnnie-0r9oto.king-johnnie-z95qfd {
  text-align: left;
}

.king-johnnie-0r9oto.king-johnnie-kk8i97 {
  text-align: right;
}

.king-johnnie-0r9oto.king-johnnie-0znbs5 {
  text-align: center;
}

.king-johnnie-6115hr {
  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-johnnie-livgoj ease-in-out;
  cursor: pointer;
}

.king-johnnie-6115hr:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.king-johnnie-6115hr {
  min-width: 328px;
}

@media (max-width: 768px) {
  .king-johnnie-6115hr {
    min-width: unset;
  }
}

.king-johnnie-x9oa1n {
  background-color: var(--fh-bg-color);
}

.king-johnnie-qeo32u {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.king-johnnie-ohkqti {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.king-johnnie-ohkqti img {
  max-height: 80px;
  object-fit: contain;
}

.king-johnnie-k49l8a {
  flex: 1 1;
}

.king-johnnie-sp2uld {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.king-johnnie-y5mlea {
  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-johnnie-y5mlea 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-johnnie-y5mlea.king-johnnie-rkret7 span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.king-johnnie-y5mlea.king-johnnie-rkret7 span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.king-johnnie-y5mlea.king-johnnie-rkret7 span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.king-johnnie-k49l8a + .king-johnnie-sp2uld {
  margin-left: 20px;
}

.king-johnnie-z5h1t8 {
  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-johnnie-z5h1t8 > svg {
  max-width: 24px;
  max-height: 24px;
}

.king-johnnie-z5h1t8 + .king-johnnie-z5h1t8 {
  margin-left: 5px;
}

.king-johnnie-yrm2gx {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.king-johnnie-yrm2gx:hover {
  background-color: var(--button-bg-hover);
}

.king-johnnie-ua7xy0 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.king-johnnie-livgoj ease-in-out;
  border: 1px solid var(--border-color);
}

.king-johnnie-ua7xy0:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.king-johnnie-iqkuio {
  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-johnnie-k49l8a {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .king-johnnie-iqkuio {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .king-johnnie-k49l8a {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .king-johnnie-z5h1t8 {
    min-width: unset;
    flex: 1 1;
  }
}

.king-johnnie-c1aqh2 {
  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-johnnie-c1aqh2:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.king-johnnie-c1aqh2:hover .king-johnnie-e0ukij {
  opacity: 1;
  pointer-events: auto;
}

.king-johnnie-4gamq4 {
  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-johnnie-15k3xq ease-in-out;
  gap: 4px;
}

.king-johnnie-4gamq4 > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.king-johnnie-4gamq4 .king-johnnie-6nwoou img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.king-johnnie-2hf8lv,
.king-johnnie-4gamq4:hover {
  color: var(--button-bg-hover);
}

.king-johnnie-czbjlt {
  position: relative;
}

.king-johnnie-czbjlt .king-johnnie-4gamq4 {
  margin-right: 0;
  padding-right: 4px;
}

.king-johnnie-g3uac8 svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.king-johnnie-czbjlt.king-johnnie-rkret7 .king-johnnie-g3uac8 svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.king-johnnie-czbjlt.king-johnnie-rkret7 .king-johnnie-e0ukij {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.king-johnnie-czbjlt.king-johnnie-rkret7 .king-johnnie-e0ukij::before {
  display: none;
}

.king-johnnie-g3uac8 svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.king-johnnie-e0ukij {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.king-johnnie-mirso9 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.king-johnnie-e0ukij::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.king-johnnie-e0ukij:hover {
  color: var(--fh-bg-color);
}

.king-johnnie-bdyvfs {
  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-johnnie-mirso9 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.king-johnnie-15k3xq ease-in-out;
  -o-transition: 0.king-johnnie-15k3xq ease-in-out;
  transition: 0.king-johnnie-15k3xq ease-in-out;
}

.king-johnnie-bdyvfs .king-johnnie-6nwoou img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.king-johnnie-zv6zl5,
.king-johnnie-bdyvfs:hover {
  color: var(--button-bg-hover);
}

.king-johnnie-mqkdgj {
  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-johnnie-mqkdgj.king-johnnie-a8v6j4 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.king-johnnie-mqkdgj.king-johnnie-a8v6j4:after,
.king-johnnie-mqkdgj.king-johnnie-a8v6j4:before {
  content: "";
  position: absolute;
  margin: auto;
}

.king-johnnie-mqkdgj.king-johnnie-a8v6j4: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-johnnie-mqkdgj.king-johnnie-a8v6j4:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.king-johnnie-mqkdgj.king-johnnie-a8v6j4 > * {
  z-index: 1;
}

.king-johnnie-mqkdgj b,
.king-johnnie-mqkdgj strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.king-johnnie-mqkdgj .king-johnnie-r8uqxw {
  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-johnnie-mqkdgj .king-johnnie-mpyz2i {
  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-johnnie-mqkdgj .king-johnnie-6nwoou {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.king-johnnie-mqkdgj .king-johnnie-2jjcr1 {
  margin-top: 12px;
}

.king-johnnie-2jjcr1 {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.king-johnnie-k341ve {
  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-johnnie-2jjcr1 .king-johnnie-3u5g1m {
  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-johnnie-livgoj ease-in-out;
}

.king-johnnie-2jjcr1 .king-johnnie-3u5g1m:hover {
  background: rgba(255, 255, 255, 0.3);
}

.king-johnnie-9onua0 {
  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-johnnie-mqkdgj.king-johnnie-n0o84x {
  gap: 12px;
  padding: 16px;
}

.king-johnnie-mqkdgj.king-johnnie-n0o84x .king-johnnie-9onua0 {
  min-width: 240px;
}

.king-johnnie-mqkdgj.king-johnnie-n0o84x .king-johnnie-9onua0.king-johnnie-a6725k {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .king-johnnie-mqkdgj .king-johnnie-r8uqxw {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .king-johnnie-mqkdgj .king-johnnie-mpyz2i {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .king-johnnie-mqkdgj .king-johnnie-6nwoou {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .king-johnnie-mqkdgj.king-johnnie-n0o84x .king-johnnie-6nwoou {
    max-width: 126px;
  }
  .king-johnnie-mqkdgj .king-johnnie-2jjcr1 {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .king-johnnie-mqkdgj .king-johnnie-k341ve {
    max-width: unset;
  }
  .king-johnnie-9onua0 {
    min-width: unset;
    width: 100%;
  }
  .king-johnnie-mqkdgj .king-johnnie-9onua0 {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .king-johnnie-mqkdgj.king-johnnie-n0o84x {
    grid-template-rows: auto 1fr auto;
  }
  .king-johnnie-mqkdgj.king-johnnie-n0o84x .king-johnnie-9onua0 {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .king-johnnie-mqkdgj {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .king-johnnie-mqkdgj .king-johnnie-r8uqxw {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .king-johnnie-mqkdgj .king-johnnie-6nwoou {
    max-width: 78px;
  }
  .king-johnnie-mqkdgj .king-johnnie-2jjcr1 {
    margin-top: -12px;
  }
  .king-johnnie-mqkdgj.king-johnnie-n0o84x {
    gap: 8px;
  }
  .king-johnnie-mqkdgj.king-johnnie-n0o84x .king-johnnie-r8uqxw {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .king-johnnie-mqkdgj.king-johnnie-n0o84x .king-johnnie-mpyz2i {
    grid-column: 1/3;
  }
  .king-johnnie-mqkdgj.king-johnnie-n0o84x .king-johnnie-6nwoou {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .king-johnnie-mqkdgj.king-johnnie-n0o84x .king-johnnie-6nwoou img {
    max-width: 114px;
  }
}

.king-johnnie-9onua0.king-johnnie-8svda9,
.king-johnnie-9onua0.king-johnnie-fefic1,
.king-johnnie-9onua0.king-johnnie-0oh2w8 {
  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-johnnie-livgoj ease-in-out;
}

.king-johnnie-9onua0.king-johnnie-8svda9,
.king-johnnie-9onua0.king-johnnie-0oh2w8 {
  padding: 10px;
}

.king-johnnie-9onua0.king-johnnie-8svda9:hover,
.king-johnnie-9onua0.king-johnnie-fefic1:hover,
.king-johnnie-9onua0.king-johnnie-0oh2w8:hover {
  background: var(--button-bg-hover);
}

.king-johnnie-9onua0.king-johnnie-8svda9:hover svg path,
.king-johnnie-9onua0.king-johnnie-0oh2w8:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.king-johnnie-9onua0.king-johnnie-a6725k {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.king-johnnie-livgoj ease-in-out;
  background: var(--button-bg-color);
}

.king-johnnie-9onua0.king-johnnie-a6725k:hover {
  background-color: var(--button-bg-hover);
}

.king-johnnie-9onua0.king-johnnie-fefic1: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-johnnie-9onua0.king-johnnie-fefic1:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.king-johnnie-9onua0.king-johnnie-a6725k:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.king-johnnie-v5aelm {
  max-width: 650px;
}

.king-johnnie-ow661g {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.king-johnnie-1y5d7q {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.king-johnnie-ewuzpn {
  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-johnnie-15k3xq ease-in-out;
  cursor: pointer;
}

.king-johnnie-ewuzpn:hover {
  opacity: 0.5;
}

.king-johnnie-ewuzpn:focus {
  outline: 0;
}

.king-johnnie-ewuzpn:focus .king-johnnie-gx7cwz,
.king-johnnie-ewuzpn:hover .king-johnnie-gx7cwz {
  fill: red;
  fill-opacity: 1;
}

.king-johnnie-ewuzpn:hover {
  cursor: pointer;
}

.king-johnnie-pajhaf {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.king-johnnie-v5aelm.king-johnnie-0znbs5 {
  margin: 0 auto;
}

.king-johnnie-v5aelm.king-johnnie-kk8i97 {
  margin-left: auto;
}

.king-johnnie-lyyjig {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.king-johnnie-x98po9 {
  padding-bottom: 50px;
}

.king-johnnie-96imco {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.king-johnnie-t9d2ns {
  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-johnnie-genchp {
  margin-top: 24px;
}

.king-johnnie-2wl4fg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.king-johnnie-mux59x {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.king-johnnie-jmloed {
  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-johnnie-xqg8v8 {
  width: 468px;
}

.king-johnnie-jmloed .king-johnnie-e0ukij {
  margin: 0.king-johnnie-eni8dk 0;
}

.king-johnnie-bkijo0 {
  display: flex;
  min-width: 224px;
}

.king-johnnie-2pvmmo {
  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-johnnie-15k3xq ease-in-out;
}

.king-johnnie-f4rcnm,
.king-johnnie-2pvmmo:hover {
  color: var(--text-color);
}

.king-johnnie-vhawad {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.king-johnnie-3iawah {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .king-johnnie-lyyjig {
    padding: 16px;
  }
  .king-johnnie-vhawad {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .king-johnnie-3iawah {
    align-items: center;
  }
  .king-johnnie-xqg8v8 {
    width: unset;
  }
  .king-johnnie-bkijo0 {
    min-width: unset;
  }
  .king-johnnie-jmloed {
    max-height: unset;
  }
  .king-johnnie-96imco {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .king-johnnie-lyyjig {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.king-johnnie-lsu9y8 {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.king-johnnie-lsu9y8:not(:last-child) {
  margin-bottom: 16px;
}

.king-johnnie-njz624 {
  outline: 0;
}

.king-johnnie-njz624 .king-johnnie-s2iyfb {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.king-johnnie-xb6z23 {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .king-johnnie-xb6z23 {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.king-johnnie-xb6z23::-webkit-details-marker {
  display: none;
}

.king-johnnie-xb6z23: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-johnnie-xb6z23: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-johnnie-xb6z23:after {
  transform: unset;
}

.king-johnnie-s2iyfb {
  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-johnnie-s2iyfb 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-johnnie-15k3xq ease-in-out;
  -o-transition: 0.king-johnnie-15k3xq ease-in-out;
  transition: 0.king-johnnie-15k3xq ease-in-out;
}

.king-johnnie-xa0p4v {
  padding: 16px 0 0 0;
}

.king-johnnie-xa0p4v * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .king-johnnie-xa0p4v :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .king-johnnie-xb6z23 {
    flex-wrap: wrap;
    gap: 12px;
  }
  .king-johnnie-xb6z23::after {
    margin-left: auto;
  }
  .king-johnnie-s2iyfb {
    order: 3;
    flex: 1 1 100%;
  }
  .king-johnnie-xb6z23 {
    font-size: 14px;
    line-height: 130%;
  }
  .king-johnnie-s2iyfb svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.king-johnnie-utrmci {
  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-johnnie-9tnwr3 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.king-johnnie-utrmci.king-johnnie-rkret7 .king-johnnie-9tnwr3 {
  margin-bottom: 12px;
}

.king-johnnie-9tnwr3::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-johnnie-utrmci.king-johnnie-rkret7 .king-johnnie-9tnwr3::after {
  transform: unset;
}

.king-johnnie-ij27hg {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.king-johnnie-9wuxqc {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.king-johnnie-15k3xq ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.king-johnnie-9wuxqc: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-johnnie-utrmci.king-johnnie-rkret7 .king-johnnie-ij27hg {
  max-height: 100%;
}

.king-johnnie-tgnhsv {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.king-johnnie-8zik81 {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.king-johnnie-a7gcg5 {
  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-johnnie-7ltswv {
  margin-right: 4px;
}

.king-johnnie-5jyr5y {
  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-johnnie-15k3xq ease-in-out;
}

.king-johnnie-5jyr5y svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.king-johnnie-2aay3u,
.king-johnnie-5jyr5y:hover {
  color: var(--text-color);
}

.king-johnnie-je6sb7 {
  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-johnnie-je6sb7 img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.king-johnnie-je6sb7 .king-johnnie-tqq3yt {
  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-johnnie-je6sb7 .king-johnnie-yvlvon {
  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-johnnie-tqwyzc {
  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-johnnie-0c7bvc {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.king-johnnie-pyqkey .king-johnnie-2qmsl1 {
  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-johnnie-pyqkey {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.king-johnnie-lvn7jr {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.king-johnnie-o9z3mj {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.king-johnnie-g5hq1d {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.king-johnnie-tvs3wn 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-johnnie-g5hq1d:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.king-johnnie-yugz2w {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.king-johnnie-i25x0y {
  -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-johnnie-15k3xq ease-in-out;
  transition: transform 0.king-johnnie-15k3xq ease-in-out;
  -o-transition: transform 0.king-johnnie-15k3xq ease-in-out;
  transition:
    transform 0.king-johnnie-15k3xq ease-in-out,
    -webkit-transform 0.king-johnnie-15k3xq ease-in-out;
  cursor: pointer;
}

.king-johnnie-i25x0y svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.king-johnnie-i25x0y: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-johnnie-ypv2mf {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .king-johnnie-ypv2mf {
    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-johnnie-i9nd15 {
  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-johnnie-zyn1bh {
  position: relative;
  width: 100%;
}

.king-johnnie-i9nd15.king-johnnie-e3ljzp {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.king-johnnie-i9nd15.king-johnnie-0znbs5 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.king-johnnie-i9nd15.king-johnnie-kk8i97 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.king-johnnie-tzjj25 {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.king-johnnie-52ucl0 {
  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-johnnie-15k3xq ease-in-out;
  cursor: pointer;
}

.king-johnnie-52ucl0:hover {
  opacity: 0.5;
}

.king-johnnie-i9nd15.king-johnnie-xb6cak .king-johnnie-52ucl0 {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.king-johnnie-i9nd15.king-johnnie-xb6cak .king-johnnie-tzjj25 {
  cursor: pointer;
}

.king-johnnie-5c0sgw {
  fill: #0009;
}

.king-johnnie-x8eg1j {
  fill: #fff;
}

.king-johnnie-52ucl0:hover .king-johnnie-5c0sgw {
  fill: red;
}

.king-johnnie-52ucl0 svg path {
  -webkit-transition: 0.king-johnnie-15k3xq ease-in-out;
  -o-transition: 0.king-johnnie-15k3xq ease-in-out;
  transition: 0.king-johnnie-15k3xq ease-in-out;
}

.king-johnnie-25x61z {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.king-johnnie-25x61z > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.king-johnnie-25x61z.king-johnnie-uqj5al > :not(.get-image) {
  grid-column: 1/3;
}

.king-johnnie-e60nef:not(._h1-block) .king-johnnie-25x61z > .king-johnnie-tono9c {
  grid-row: 1/2;
  grid-column: 1/3;
}

.king-johnnie-25x61z.king-johnnie-uqj5al .king-johnnie-ngr2vz {
  grid-column: 2/3;
}

.king-johnnie-25x61z.king-johnnie-uqj5al > .king-johnnie-6nwoou {
  grid-column: 1/2;
}

.king-johnnie-25x61z.king-johnnie-uqj5al > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.king-johnnie-25x61z > p:first-of-type {
  margin-top: 0;
}

.king-johnnie-25x61z .king-johnnie-6nwoou {
  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-johnnie-e60nef:not(._h1-block) .king-johnnie-tono9c ~ .king-johnnie-6nwoou {
  grid-row: 2/10;
}

.king-johnnie-e60nef.king-johnnie-6qg4np .king-johnnie-tono9c ~ .king-johnnie-6nwoou {
  grid-row: 1/10;
}

.king-johnnie-e60nef.king-johnnie-6qg4np > .king-johnnie-tono9c {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.king-johnnie-e60nef.king-johnnie-6qg4np .king-johnnie-6nwoou {
  grid-row: 1/10;
}

.king-johnnie-25x61z.king-johnnie-p7xcl5 .king-johnnie-6nwoou {
  align-items: flex-start;
}

.king-johnnie-25x61z.king-johnnie-0znbs5 .king-johnnie-ngr2vz {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.king-johnnie-25x61z.king-johnnie-0znbs5 .king-johnnie-6nwoou {
  align-items: center;
}

.king-johnnie-25x61z.king-johnnie-psvveu .king-johnnie-6nwoou {
  align-items: flex-end;
}

.king-johnnie-ngr2vz > :first-child {
  margin-top: 0;
}

.king-johnnie-ngr2vz > :last-child {
  margin-bottom: 0;
}

* + .king-johnnie-pg44uk,
.king-johnnie-e60nef + .king-johnnie-e60nef {
  margin-top: 2rem;
}

.king-johnnie-046o4c td::before,
.king-johnnie-046o4c th::after {
  display: none !important;
}

.king-johnnie-046o4c #link-selector {
  color: #000;
}

.king-johnnie-046o4c .king-johnnie-5m53e3 {
  color: #135e96;
}

.king-johnnie-046o4c .king-johnnie-7mtlxg *,
.king-johnnie-046o4c .king-johnnie-xk1zg4 p,
.king-johnnie-046o4c .king-johnnie-ry9nbb * {
  color: #000;
}

.king-johnnie-046o4c .king-johnnie-y60wqe {
  background: 0 0 !important;
}

.king-johnnie-046o4c .king-johnnie-8fywxe {
  color: #000;
}

.king-johnnie-046o4c .king-johnnie-4i55e8.king-johnnie-epnaw3 {
  color: #fff;
}

.king-johnnie-046o4c .king-johnnie-uvnpuw {
  color: #000;
}

.king-johnnie-046o4c
  .king-johnnie-i4gm5u
  .king-johnnie-makgah.king-johnnie-epnaw3.king-johnnie-u6j1d7 {
  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-johnnie-hl94op,
body .king-johnnie-szv5xe {
  color: #000;
  background: var(--color-body) !important;
}

.king-johnnie-hl94op .king-johnnie-y4j5mq .king-johnnie-92bswe,
body .king-johnnie-szv5xe .king-johnnie-y4j5mq .king-johnnie-92bswe {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .king-johnnie-9wuxqc:focus,
  .king-johnnie-9wuxqc:hover {
    color: #f9cb16;
  }
  .king-johnnie-8yn6j0:focus,
  .king-johnnie-8yn6j0:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .king-johnnie-pgipgl:focus img,
  .king-johnnie-pgipgl:focus svg,
  .king-johnnie-pgipgl:hover img,
  .king-johnnie-pgipgl:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .king-johnnie-je6sb7 {
    display: none;
  }
}

@media (min-width: 1024px) {
  .king-johnnie-czbjlt:hover .king-johnnie-g3uac8 svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .king-johnnie-g3uac8 {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .king-johnnie-hatpe1 {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .king-johnnie-6kkoze {
    grid-template-columns: repeat(4, 1fr);
  }
  .king-johnnie-vj2b3i {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .king-johnnie-xkhswz .king-johnnie-ko80dh {
    grid-template-columns: 1fr;
  }
  .king-johnnie-xkhswz .king-johnnie-1engj6 {
    -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-johnnie-xkhswz .king-johnnie-2etnv8 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .king-johnnie-xkhswz .king-johnnie-xz5gp7 {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .king-johnnie-xkhswz .king-johnnie-icv9ab {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .king-johnnie-xkhswz .king-johnnie-2etnv8:not(:first-child) {
    border: none;
  }
  .king-johnnie-xkhswz .king-johnnie-2etnv8:first-child .king-johnnie-xz5gp7 {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .king-johnnie-xkhswz .king-johnnie-2etnv8:last-child .king-johnnie-xz5gp7 {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .king-johnnie-qeo32u {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .king-johnnie-ohkqti {
    max-width: 100px;
  }
  .king-johnnie-k49l8a {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .king-johnnie-sp2uld {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .king-johnnie-sp2uld svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .king-johnnie-y5mlea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .king-johnnie-k49l8a + .king-johnnie-sp2uld {
    margin-left: auto;
  }
  .king-johnnie-d02e7n {
    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-johnnie-d02e7n.king-johnnie-rkret7 {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .king-johnnie-iqkuio {
    -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-johnnie-c1aqh2 {
    width: 100%;
  }
  .king-johnnie-c1aqh2:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .king-johnnie-4gamq4 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .king-johnnie-4gamq4 svg {
    margin-right: 4px;
  }
  .king-johnnie-czbjlt {
    -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-johnnie-g3uac8 svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .king-johnnie-g3uac8 {
    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-johnnie-e0ukij {
    display: none;
    width: 100%;
  }
  .king-johnnie-czbjlt.king-johnnie-rkret7 .king-johnnie-e0ukij {
    padding: 0 0 0 48px;
  }
  .king-johnnie-bdyvfs {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .king-johnnie-t9d2ns .king-johnnie-6nwoou {
    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-johnnie-cb39an {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .king-johnnie-cb39an + .king-johnnie-cb39an {
    margin-right: 0;
  }
  .king-johnnie-cb39an + .king-johnnie-6nwoou {
    margin: 0;
  }
  .king-johnnie-hatpe1 {
    grid-template-columns: repeat(4, 1fr);
  }
  .king-johnnie-6kkoze {
    grid-template-columns: repeat(3, 1fr);
  }
  .king-johnnie-yaxdtu,
  .king-johnnie-yzqnpf {
    grid-template-columns: repeat(2, 1fr);
  }
  .king-johnnie-25x61z {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .king-johnnie-25x61z.king-johnnie-uqj5al .king-johnnie-ngr2vz {
    grid-column: auto;
    grid-row: auto;
  }
  .king-johnnie-25x61z > .king-johnnie-tono9c {
    grid-column: 1/2;
  }
  .king-johnnie-25x61z.king-johnnie-uqj5al > :not(.get-image) {
    grid-column: 1/2;
  }
  .king-johnnie-25x61z .king-johnnie-6nwoou,
  .king-johnnie-25x61z.king-johnnie-uqj5al > .king-johnnie-6nwoou {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .king-johnnie-25x61z.king-johnnie-uqj5al > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .king-johnnie-e60nef.king-johnnie-6qg4np .king-johnnie-25x61z > .king-johnnie-6nwoou {
    grid-row: 1/2;
  }
  .king-johnnie-25x61z .king-johnnie-tono9c ~ .king-johnnie-6nwoou,
  .king-johnnie-25x61z.king-johnnie-uqj5al .king-johnnie-tono9c ~ .king-johnnie-6nwoou {
    grid-row: 2/3;
  }
  .king-johnnie-e60nef.king-johnnie-6qg4np .king-johnnie-tono9c ~ .king-johnnie-6nwoou {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .king-johnnie-3pgoge:first-child .king-johnnie-v3z8ve {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .king-johnnie-3pgoge:first-child .king-johnnie-v3z8ve h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .king-johnnie-3pgoge {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .king-johnnie-3pgoge {
    padding: 0;
  }
  .king-johnnie-0r9oto {
    margin-top: 1rem;
  }
  .king-johnnie-njz624 {
    border-radius: 5px;
  }
  .king-johnnie-6pn17w {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .king-johnnie-9tnwr3::after {
    display: inline-block;
  }
  .king-johnnie-9tnwr3 {
    margin: 0;
    width: 100%;
  }
  .king-johnnie-ij27hg {
    width: 100%;
  }
  .king-johnnie-ij27hg.king-johnnie-9ceh9l {
    -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-johnnie-ij27hg.king-johnnie-9ceh9l .king-johnnie-4dkr0u {
    width: 100%;
  }
  .king-johnnie-ij27hg.king-johnnie-9ceh9l .king-johnnie-4dkr0u:not(:last-child) {
    margin-right: 0;
  }
  .king-johnnie-9wuxqc {
    width: 100%;
    text-align: center;
  }
  .king-johnnie-utrmci.king-johnnie-rkret7 .king-johnnie-ij27hg {
    margin-top: 1rem;
  }
  .king-johnnie-hatpe1 {
    grid-template-columns: repeat(3, 1fr);
  }
  .king-johnnie-vj2b3i,
  .king-johnnie-6kkoze {
    grid-template-columns: repeat(2, 1fr);
  }
  .king-johnnie-yaxdtu,
  .king-johnnie-yzqnpf,
  .king-johnnie-37ohya {
    grid-template-columns: 1fr;
  }
  .king-johnnie-ugpons {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .king-johnnie-nwto63 {
    min-width: 300px;
    max-width: 325px;
  }
  .king-johnnie-xz5gp7 {
    cursor: auto;
  }
  .king-johnnie-52byzk .king-johnnie-xz5gp7 {
    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-johnnie-ypv2mf {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .king-johnnie-e0ukij {
    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-johnnie-ypv2mf {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.king-johnnie-cb39an p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .king-johnnie-sp2uld {
    margin: 0 -0.2rem;
  }
  .king-johnnie-cb39an {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .king-johnnie-ne0pmv {
    -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-johnnie-ig9irw {
    max-width: 100%;
  }
  .king-johnnie-hatpe1 {
    grid-template-columns: repeat(2, 1fr);
  }
  .king-johnnie-vj2b3i,
  .king-johnnie-6kkoze {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .king-johnnie-qeo32u {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .king-johnnie-sp2uld {
    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-johnnie-x9oa1n {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .king-johnnie-z5h1t8 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .king-johnnie-9mikl6,
  .king-johnnie-qb20u3 {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .king-johnnie-6115hr {
    width: 100%;
  }
  .king-johnnie-hatpe1 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .king-johnnie-ypv2mf {
    top: 127px !important;
  }
}

.king-johnnie-5wchdw {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .king-johnnie-5wchdw {
  }
}

@media (max-width: 767px) {
  .king-johnnie-5wchdw {
    margin-bottom: 12px;
  }
}

.king-johnnie-5wchdw img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.king-johnnie-r4xtm6 {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.king-johnnie-r4xtm6 > .king-johnnie-e382vu {
  flex: 1 1;
}

@media (max-width: 767px) {
  .king-johnnie-r4xtm6 {
    flex-direction: column;
    gap: 12px;
  }
}

.king-johnnie-mwshxd {
  display: flex;
}

.king-johnnie-mwshxd .king-johnnie-zj4cy0 {
  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-johnnie-mwshxd .king-johnnie-6ho18v {
  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-johnnie-mwshxd .king-johnnie-pearc3 {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.king-johnnie-mwshxd .king-johnnie-6j7nra {
  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-johnnie-mwshxd .king-johnnie-6j7nra:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.king-johnnie-mwshxd .king-johnnie-8gohw1 {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.king-johnnie-j776rj {
  border: unset;
  background-color: unset;
}

.king-johnnie-j776rj tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.king-johnnie-j776rj .king-johnnie-fub542,
.king-johnnie-j776rj .king-johnnie-fm5s8s {
  flex: 0 1 330px;
}

.king-johnnie-j776rj .king-johnnie-qo7ypj {
  flex: 1 1;
}

.king-johnnie-j776rj 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-johnnie-j776rj tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.king-johnnie-j776rj tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.king-johnnie-j776rj tr td p {
  color: #fff;
  margin: 0;
}

.king-johnnie-j776rj tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.king-johnnie-j776rj tr.king-johnnie-fub542 td p {
  padding: 16px 0;
}

.king-johnnie-j776rj tr.king-johnnie-fub542 td p:not(:last-child),
.king-johnnie-j776rj tr.king-johnnie-fm5s8s td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.king-johnnie-j776rj tr.king-johnnie-fub542 td p:first-child,
.king-johnnie-j776rj tr.king-johnnie-fm5s8s td p:first-child {
  padding-top: 0;
}

.king-johnnie-j776rj tr.king-johnnie-fm5s8s td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.king-johnnie-j776rj tr.king-johnnie-fm5s8s td p:last-child {
  padding-bottom: 0;
}

.king-johnnie-j776rj .king-johnnie-fm5s8s img {
  max-width: 32px;
}

.king-johnnie-j776rj .king-johnnie-qo7ypj {
  min-width: 718px;
}

.king-johnnie-j776rj .king-johnnie-qo7ypj td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.king-johnnie-j776rj .king-johnnie-qo7ypj td {
  display: flex;
}

.king-johnnie-j776rj .king-johnnie-qo7ypj td:last-child .king-johnnie-i75dp0,
.king-johnnie-j776rj .king-johnnie-qo7ypj td:last-child .king-johnnie-tdvr9k,
.king-johnnie-j776rj .king-johnnie-qo7ypj td:last-child .king-johnnie-5q9c39 {
  flex: 1 1 50%;
}

.king-johnnie-j776rj .king-johnnie-qo7ypj td:last-child .king-johnnie-ybftaa {
  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-johnnie-j776rj .king-johnnie-qo7ypj td:last-child .king-johnnie-p1z1gy,
.king-johnnie-j776rj .king-johnnie-qo7ypj td:last-child .king-johnnie-axmcqg {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.king-johnnie-j776rj .king-johnnie-qo7ypj td:last-child .king-johnnie-i75dp0,
.king-johnnie-j776rj .king-johnnie-qo7ypj td:last-child .king-johnnie-tdvr9k {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.king-johnnie-j776rj .king-johnnie-qo7ypj td:last-child .king-johnnie-i75dp0 span,
.king-johnnie-j776rj .king-johnnie-qo7ypj td:last-child .king-johnnie-tdvr9k span {
  font-weight: 800;
}

.king-johnnie-j776rj .king-johnnie-qo7ypj img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .king-johnnie-j776rj .king-johnnie-qo7ypj td .king-johnnie-5q9c39:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .king-johnnie-j776rj tr.king-johnnie-fub542 td p:last-child {
    padding-bottom: 0;
  }
  .king-johnnie-j776rj .king-johnnie-fm5s8s > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .king-johnnie-j776rj .king-johnnie-fm5s8s > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .king-johnnie-j776rj tr.king-johnnie-fub542 td p:not(:last-child),
  .king-johnnie-j776rj tr.king-johnnie-fm5s8s td p:not(:last-child) {
    border-bottom: unset;
  }
  .king-johnnie-j776rj tr.king-johnnie-fm5s8s td p:last-child {
    padding-bottom: 12px;
  }
  .king-johnnie-j776rj .king-johnnie-qo7ypj td:last-child .king-johnnie-i75dp0,
  .king-johnnie-j776rj .king-johnnie-qo7ypj td:last-child .king-johnnie-tdvr9k,
  .king-johnnie-j776rj .king-johnnie-qo7ypj td:last-child .king-johnnie-5q9c39 {
    flex: 1 1 50%;
    padding: 0;
  }
  .king-johnnie-j776rj .king-johnnie-qo7ypj td:last-child .king-johnnie-i75dp0,
  .king-johnnie-j776rj .king-johnnie-qo7ypj td:last-child .king-johnnie-tdvr9k {
    margin-top: 16px;
  }
  .king-johnnie-j776rj .king-johnnie-qo7ypj td:last-child .king-johnnie-5q9c39 {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .king-johnnie-j776rj .king-johnnie-qo7ypj td:last-child .king-johnnie-i75dp0 {
    border-right: 1px solid var(--border-color);
  }
  .king-johnnie-j776rj .king-johnnie-qo7ypj td:last-child .king-johnnie-5q9c39:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .king-johnnie-j776rj .king-johnnie-qo7ypj td:last-child .king-johnnie-5q9c39:last-child {
    padding-bottom: 0;
  }
}

.king-johnnie-5q9c39 {
  display: flex;
  flex-direction: column;
}

.king-johnnie-j776rj .king-johnnie-qo7ypj td .king-johnnie-5q9c39 {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.king-johnnie-j776rj .king-johnnie-qo7ypj td .king-johnnie-5q9c39:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.king-johnnie-j776rj .king-johnnie-qo7ypj td .king-johnnie-5q9c39:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .king-johnnie-j776rj .king-johnnie-qo7ypj td .king-johnnie-5q9c39:not(:first-child) {
    padding-left: 0;
  }
  .king-johnnie-j776rj .king-johnnie-qo7ypj td .king-johnnie-5q9c39:not(:last-of-type) {
    border-right: unset;
  }
}

.king-johnnie-j776rj .king-johnnie-sxtl6k {
  flex: 0 1 485px;
}

.king-johnnie-j776rj .king-johnnie-yvv7pr {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.king-johnnie-j776rj .king-johnnie-yvv7pr li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.king-johnnie-j776rj .king-johnnie-yvv7pr li.king-johnnie-76rz9m {
  padding: 6px 12px;
}

.king-johnnie-j776rj .king-johnnie-yvv7pr li a,
.king-johnnie-j776rj .king-johnnie-yvv7pr 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-johnnie-j776rj .king-johnnie-r3vooi,
.king-johnnie-j776rj .king-johnnie-6fvd89 {
  flex: 1 1;
}

.king-johnnie-j776rj .king-johnnie-l6qlso,
.king-johnnie-j776rj .king-johnnie-4osqno {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.king-johnnie-j776rj .king-johnnie-l6qlso li,
.king-johnnie-j776rj .king-johnnie-4osqno li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.king-johnnie-j776rj .king-johnnie-6fvd89 img {
  max-width: 32px;
}

.king-johnnie-j776rj .king-johnnie-r3vooi img {
  max-width: 32px;
}

.king-johnnie-j776rj .king-johnnie-5yes6c {
  min-width: 280px;
}

.king-johnnie-j776rj .king-johnnie-5yes6c img {
  max-width: 146px;
}

.king-johnnie-j776rj .king-johnnie-5yes6c td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .king-johnnie-j776rj .king-johnnie-fub542,
  .king-johnnie-j776rj .king-johnnie-fm5s8s {
    flex: 0 1 auto;
  }
  .king-johnnie-j776rj .king-johnnie-qo7ypj {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .king-johnnie-j776rj .king-johnnie-fub542,
  .king-johnnie-j776rj .king-johnnie-sxtl6k,
  .king-johnnie-j776rj .king-johnnie-fm5s8s,
  .king-johnnie-j776rj .king-johnnie-qo7ypj {
    flex: 1 1 calc(50% - 20px);
  }
  .king-johnnie-j776rj .king-johnnie-r3vooi,
  .king-johnnie-j776rj .king-johnnie-5yes6c,
  .king-johnnie-j776rj .king-johnnie-6fvd89 {
    flex: 1 1 30%;
  }
  .king-johnnie-j776rj .king-johnnie-5yes6c {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .king-johnnie-j776rj .king-johnnie-fub542,
  .king-johnnie-j776rj .king-johnnie-sxtl6k,
  .king-johnnie-j776rj .king-johnnie-r3vooi,
  .king-johnnie-j776rj .king-johnnie-fm5s8s,
  .king-johnnie-j776rj .king-johnnie-qo7ypj,
  .king-johnnie-j776rj .king-johnnie-5yes6c,
  .king-johnnie-j776rj .king-johnnie-6fvd89 {
    flex: 1 1 100%;
  }
}

.king-johnnie-kx1tk5 .king-johnnie-23k8e0 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.king-johnnie-kx1tk5 .king-johnnie-dze37s {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.king-johnnie-kx1tk5 .king-johnnie-7vgg09 {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.king-johnnie-kx1tk5 .king-johnnie-8v6eu3 {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.king-johnnie-kx1tk5 .king-johnnie-8v6eu3 > :nth-child(3) {
  margin-top: 0;
}

.king-johnnie-kx1tk5 .king-johnnie-6nwoou {
  grid-column: 2/3;
  grid-row: 1/10;
}

.king-johnnie-kx1tk5 .king-johnnie-n9ow0g {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.king-johnnie-kx1tk5 .king-johnnie-0r9oto {
  grid-column: 1/2;
}

.king-johnnie-kx1tk5 > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.king-johnnie-kx1tk5 .king-johnnie-dze37s: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-johnnie-kx1tk5 .king-johnnie-dze37s:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.king-johnnie-kx1tk5 .king-johnnie-6115hr {
  min-width: 240px;
}

@media (max-width: 768px) {
  .king-johnnie-kx1tk5 .king-johnnie-dze37s:not(:last-child):before {
    bottom: 8px;
  }
  .king-johnnie-kx1tk5 .king-johnnie-dze37s:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .king-johnnie-kx1tk5 .king-johnnie-8v6eu3 {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .king-johnnie-kx1tk5 .king-johnnie-6nwoou {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .king-johnnie-kx1tk5 .king-johnnie-6nwoou img {
    width: 100%;
    height: auto;
  }
  .king-johnnie-kx1tk5 .king-johnnie-6115hr {
    width: 100%;
    min-width: unset;
  }
}

.king-johnnie-r8jsda .king-johnnie-hh8reh {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.king-johnnie-r8jsda .king-johnnie-l9bkq4 {
  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-johnnie-r8jsda .king-johnnie-6nwoou {
  height: 100%;
}

.king-johnnie-r8jsda .king-johnnie-6nwoou img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.king-johnnie-r8jsda .king-johnnie-tpnyej {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.king-johnnie-r8jsda .king-johnnie-1wjn1w {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.king-johnnie-r8jsda .king-johnnie-uzl4vy {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .king-johnnie-r8jsda .king-johnnie-l9bkq4 {
    flex: 1 1 100%;
  }
  .king-johnnie-r8jsda .king-johnnie-9onua0 {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .king-johnnie-r8jsda .king-johnnie-l9bkq4 {
    flex-direction: column;
  }
  .king-johnnie-r8jsda .king-johnnie-6nwoou {
    width: 100%;
    height: auto;
  }
  .king-johnnie-r8jsda .king-johnnie-6nwoou img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .king-johnnie-r8jsda .king-johnnie-tpnyej {
    padding: 0 16px 16px 16px;
  }
  .king-johnnie-r8jsda .king-johnnie-9onua0 {
    min-width: unset;
    width: 100%;
  }
}

.king-johnnie-cw90ik .king-johnnie-a4nml9 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.king-johnnie-cw90ik .king-johnnie-sqeuls {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.king-johnnie-cw90ik 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-johnnie-cw90ik .king-johnnie-2d6emf {
  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-johnnie-cw90ik .king-johnnie-sqeuls:hover .king-johnnie-2d6emf {
  display: flex;
}

.king-johnnie-cw90ik .king-johnnie-8goaiz {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.king-johnnie-cw90ik .king-johnnie-fqj0rg {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.king-johnnie-4d3qi3 {
  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-johnnie-4d3qi3.king-johnnie-ufdlh5 {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.king-johnnie-livgoj ease-in-out;
}

.king-johnnie-4d3qi3.king-johnnie-ufdlh5:hover {
  color: #f9cb16;
  background-color: transparent;
}

.king-johnnie-cw90ik .king-johnnie-we6ovf {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.king-johnnie-livgoj ease-in-out;
}

.king-johnnie-cw90ik .king-johnnie-we6ovf:hover {
  color: #196948;
  background-color: #f9cb16;
}

.king-johnnie-cw90ik .king-johnnie-we6ovf:after,
.king-johnnie-4d3qi3.king-johnnie-ufdlh5:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.king-johnnie-4d3qi3.king-johnnie-ufdlh5:after {
  background-image: url(../images/Cash.svg);
}

.king-johnnie-cw90ik .king-johnnie-we6ovf:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .king-johnnie-cw90ik .king-johnnie-a4nml9 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .king-johnnie-cw90ik .king-johnnie-a4nml9 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .king-johnnie-cw90ik .king-johnnie-a4nml9 {
    grid-template-columns: 1fr;
  }
  .king-johnnie-cw90ik .king-johnnie-sqeuls {
    height: auto;
  }
  .king-johnnie-cw90ik .king-johnnie-sqeuls .king-johnnie-2d6emf {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .king-johnnie-cw90ik .king-johnnie-8goaiz,
  .king-johnnie-cw90ik .king-johnnie-fqj0rg {
    text-align: left;
  }
  .king-johnnie-cw90ik .king-johnnie-fqj0rg {
    margin-bottom: 8px;
  }
  .king-johnnie-cw90ik img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.king-johnnie-kbzyx4 {
  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-johnnie-kbzyx4.king-johnnie-xb6cak {
  display: block;
}

.king-johnnie-kbzyx4 .king-johnnie-vglwaq {
  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-johnnie-kbzyx4 .king-johnnie-pkoxzy {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.king-johnnie-kbzyx4 .king-johnnie-209hwp {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.king-johnnie-kbzyx4 .king-johnnie-iiq9f6 {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.king-johnnie-kbzyx4 .king-johnnie-4d3qi3 {
  min-width: 296px;
  margin-bottom: 0;
}

.king-johnnie-kbzyx4 .king-johnnie-skl9z4 {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.king-johnnie-kbzyx4 .king-johnnie-8e1dzk {
  position: relative;
  flex: 1 1;
}

.king-johnnie-kbzyx4 .king-johnnie-8e1dzk iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .king-johnnie-kbzyx4 .king-johnnie-pkoxzy {
    flex-wrap: wrap;
    gap: 8px;
  }
  .king-johnnie-kbzyx4 .king-johnnie-209hwp {
    order: 1;
  }
  .king-johnnie-kbzyx4 .king-johnnie-iiq9f6 {
    order: 3;
    flex: 1 1 100%;
  }
  .king-johnnie-kbzyx4 .king-johnnie-4d3qi3 {
    width: 100%;
    min-width: unset;
  }
  .king-johnnie-kbzyx4 .king-johnnie-skl9z4 {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .king-johnnie-25x61z > .king-johnnie-tono9c {
    margin-bottom: 0;
  }
  .king-johnnie-25x61z > .king-johnnie-0r9oto,
  .king-johnnie-25x61z > p {
    margin-top: 0;
  }
}

.king-johnnie-a6bed8 img,
.king-johnnie-cb39an img {
  width: auto;
  object-fit: contain;
}

.king-johnnie-a6bed8 {
  align-items: center;
}

.king-johnnie-a6bed8 img {
  max-height: 76px;
}

.king-johnnie-cb39an img {
  max-height: 64px;
}

.king-johnnie-0ovdy3 {
  overflow: auto;
}

.king-johnnie-8ual26 {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.king-johnnie-g9o65e:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.king-johnnie-l13811 {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.king-johnnie-ydz4sr {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.king-johnnie-l13811 .king-johnnie-6nwoou {
  margin-right: 20px;
  flex-shrink: 0;
}

.king-johnnie-l13811 img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.king-johnnie-rmbyz1 {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.king-johnnie-rmbyz1 > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .king-johnnie-l13811 {
    padding: 15px 10px;
  }
  .king-johnnie-rmbyz1 {
    padding: 15px 10px;
  }
  .king-johnnie-l13811 .king-johnnie-6nwoou {
    margin-right: 10px;
  }
}

.king-johnnie-mk5mv5 {
  overflow-x: auto;
}

.king-johnnie-m7gr72 {
  border-collapse: collapse;
  width: 100%;
}

.king-johnnie-mk5mv5 th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.king-johnnie-mk5mv5 td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.king-johnnie-mk5mv5 td.king-johnnie-phl6kl {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.king-johnnie-mk5mv5 td.king-johnnie-50d18y {
  border-right: none;
}

.king-johnnie-mk5mv5 td.king-johnnie-50d18y .king-johnnie-6nwoou {
  justify-content: flex-start;
}

.king-johnnie-mk5mv5 td.king-johnnie-50d18y .king-johnnie-6nwoou img {
  height: auto;
  width: 90px;
}

.king-johnnie-mk5mv5 td.king-johnnie-3cr57k,
.king-johnnie-mk5mv5 td.king-johnnie-pgsw0m {
  font-weight: 600;
  text-align: right;
}

.king-johnnie-mk5mv5 td.king-johnnie-b3sfro,
.king-johnnie-mk5mv5 td.king-johnnie-3cr57k {
  padding-bottom: 10px;
  border-bottom: none;
}

.king-johnnie-mk5mv5 td.king-johnnie-3cr57k,
.king-johnnie-mk5mv5 td.king-johnnie-pgsw0m {
  border-left: none;
}

.king-johnnie-mk5mv5 td.king-johnnie-b3sfro,
.king-johnnie-mk5mv5 td.king-johnnie-ir8y4m {
  border-right: none;
}

.king-johnnie-mk5mv5 td.king-johnnie-ir8y4m,
.king-johnnie-mk5mv5 td.king-johnnie-pgsw0m {
  border-top: none;
  padding-top: 10px;
}

.king-johnnie-hlijrp {
  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-johnnie-hlijrp .king-johnnie-9onua0 {
  min-width: unset;
  width: 100%;
}

.king-johnnie-hlijrp .king-johnnie-9onua0.king-johnnie-8svda9 {
  grid-column: 1/2;
  grid-row: 1/2;
}

.king-johnnie-hlijrp .king-johnnie-9onua0.king-johnnie-0oh2w8 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.king-johnnie-hlijrp .king-johnnie-b6y85c {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .king-johnnie-hlijrp {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .king-johnnie-hlijrp .king-johnnie-9onua0.king-johnnie-8svda9 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .king-johnnie-hlijrp .king-johnnie-9onua0.king-johnnie-0oh2w8 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .king-johnnie-hlijrp .king-johnnie-b6y85c {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.king-johnnie-lekj5s {
  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-johnnie-sp02z0 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.king-johnnie-2yuwtn p a img {
  margin: 0 auto;
  display: block;
}

.king-johnnie-2yuwtn table {
  margin-bottom: 17px;
}

/* contanct form */
.king-johnnie-2qska7 {
  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-johnnie-2qska7 label {
  font-size: 14px;
}

.king-johnnie-2qska7 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.king-johnnie-2qska7 input,
.king-johnnie-2qska7 textarea,
.king-johnnie-2qska7 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-johnnie-2qska7 button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.king-johnnie-livgoj ease;
}
.king-johnnie-2qska7 button:hover {
  background-color: #691204;
}
.king-johnnie-xqqrar {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.king-johnnie-a4q2tn ease-in;
}

.king-johnnie-xqqrar 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-johnnie-8u4b1r, .king-johnnie-p7kliw, [class*="review-card"],
thead, thead th, table th, .king-johnnie-q0wba6,
.king-johnnie-8b0xbz, [class*="collapsible-header"],
.king-johnnie-08emsg, [class*="updated-block"] {
  color: #ece7dc !important;
}

/* brandauto-contrast-fix v3 */
body, body :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: #ECE7DC !important; }
#cookie-law-div, #cookie-law-div :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: var(--text-color) !important; }
