@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);
}

.jokaroom-9ke13i {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.jokaroom-eggll6 {
  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.jokaroom-335hjz,
ul.jokaroom-335hjz {
  padding-left: 20px;
}

ul.jokaroom-335hjz {
  list-style: disc;
}

ol.jokaroom-335hjz {
  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;
  }
}

.jokaroom-wmrxj0 > .jokaroom-b5jmsp,
.jokaroom-wmrxj0 > .jokaroom-pkmz3y,
.jokaroom-wmrxj0 > blockquote,
.jokaroom-wmrxj0 > h1,
.jokaroom-wmrxj0 > h2,
.jokaroom-wmrxj0 > h3,
.jokaroom-wmrxj0 > h4,
.jokaroom-wmrxj0 > h5,
.jokaroom-wmrxj0 > h6,
.jokaroom-wmrxj0 > ol,
.jokaroom-wmrxj0 > p,
.jokaroom-wmrxj0 > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.jokaroom-wmrxj0 > ol,
.jokaroom-wmrxj0 > ul {
  padding-left: 50px;
}

.jokaroom-wmrxj0 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;
}

.jokaroom-wmrxj0:not(:last-child) {
  margin-bottom: 2rem;
}

.jokaroom-wmrxj0 > :not(:first-child) {
  margin-top: 2rem;
}

.jokaroom-wmrxj0 {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.jokaroom-wmrxj0:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .jokaroom-wmrxj0:first-child {
    margin-top: 20px;
  }
}

.jokaroom-wmrxj0 > p:last-of-type {
  margin-bottom: 32px;
}

.jokaroom-wmrxj0 > .jokaroom-d7xtrx:not(:first-child) {
  margin: 64px auto 16px auto;
}

.jokaroom-vab6ym > .jokaroom-d7xtrx {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.jokaroom-pkmz3y {
  overflow: auto;
}

.jokaroom-pkmz3y::-webkit-scrollbar {
  height: 5px;
}

.jokaroom-pkmz3y table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.jokaroom-pkmz3y table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.jokaroom-pkmz3y table thead,
table thead {
  border-bottom: none;
}

.jokaroom-pkmz3y table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.jokaroom-pkmz3y table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.jokaroom-pkmz3y table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.jokaroom-pkmz3y .jokaroom-0gydz8 {
  table-layout: auto;
}

.jokaroom-pkmz3y .jokaroom-0gydz8 th {
  word-break: normal;
}

.jokaroom-pkmz3y .jokaroom-0gydz8 td {
  word-break: normal;
}

.jokaroom-9ke13i .jokaroom-9ke13i {
  padding-right: 0;
  padding-left: 0;
}

.jokaroom-8hbrta {
  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;
}

.jokaroom-kxqy3y {
  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;
}

.jokaroom-0fjp9d {
  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;
}

.jokaroom-b5jmsp {
  margin-top: 24px;
}

.jokaroom-b5jmsp.jokaroom-svadmm {
  text-align: left;
}

.jokaroom-b5jmsp.jokaroom-1et60v {
  text-align: right;
}

.jokaroom-b5jmsp.jokaroom-z5lx1a {
  text-align: center;
}

.jokaroom-mgjkc9 {
  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.jokaroom-g6fd4o ease-in-out;
  cursor: pointer;
}

.jokaroom-mgjkc9:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.jokaroom-mgjkc9 {
  min-width: 328px;
}

@media (max-width: 768px) {
  .jokaroom-mgjkc9 {
    min-width: unset;
  }
}

.jokaroom-oybubf {
  background-color: var(--fh-bg-color);
}

.jokaroom-0l0i3v {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.jokaroom-bj3u5g {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.jokaroom-bj3u5g img {
  max-height: 80px;
  object-fit: contain;
}

.jokaroom-9czo3w {
  flex: 1 1;
}

.jokaroom-kdiihv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.jokaroom-vdmit0 {
  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;
}

.jokaroom-vdmit0 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;
}

.jokaroom-vdmit0.jokaroom-2tarj7 span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.jokaroom-vdmit0.jokaroom-2tarj7 span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.jokaroom-vdmit0.jokaroom-2tarj7 span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.jokaroom-9czo3w + .jokaroom-kdiihv {
  margin-left: 20px;
}

.jokaroom-u64lgs {
  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;
}

.jokaroom-u64lgs > svg {
  max-width: 24px;
  max-height: 24px;
}

.jokaroom-u64lgs + .jokaroom-u64lgs {
  margin-left: 5px;
}

.jokaroom-z9g1qd {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.jokaroom-z9g1qd:hover {
  background-color: var(--button-bg-hover);
}

.jokaroom-l4txra {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.jokaroom-g6fd4o ease-in-out;
  border: 1px solid var(--border-color);
}

.jokaroom-l4txra:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.jokaroom-pdimzj {
  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) {
  .jokaroom-9czo3w {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .jokaroom-pdimzj {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .jokaroom-9czo3w {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .jokaroom-u64lgs {
    min-width: unset;
    flex: 1 1;
  }
}

.jokaroom-j6j636 {
  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;
}

.jokaroom-j6j636:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.jokaroom-j6j636:hover .jokaroom-c39vsq {
  opacity: 1;
  pointer-events: auto;
}

.jokaroom-fye9w2 {
  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.jokaroom-ebmt62 ease-in-out;
  gap: 4px;
}

.jokaroom-fye9w2 > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.jokaroom-fye9w2 .jokaroom-8hbrta img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.jokaroom-uf93jk,
.jokaroom-fye9w2:hover {
  color: var(--button-bg-hover);
}

.jokaroom-m18w1c {
  position: relative;
}

.jokaroom-m18w1c .jokaroom-fye9w2 {
  margin-right: 0;
  padding-right: 4px;
}

.jokaroom-dopfcr svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.jokaroom-m18w1c.jokaroom-2tarj7 .jokaroom-dopfcr svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.jokaroom-m18w1c.jokaroom-2tarj7 .jokaroom-c39vsq {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.jokaroom-m18w1c.jokaroom-2tarj7 .jokaroom-c39vsq::before {
  display: none;
}

.jokaroom-dopfcr svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.jokaroom-c39vsq {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.jokaroom-zl8vhg 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.jokaroom-c39vsq::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.jokaroom-c39vsq:hover {
  color: var(--fh-bg-color);
}

.jokaroom-eqcp3b {
  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.jokaroom-zl8vhg 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.jokaroom-ebmt62 ease-in-out;
  -o-transition: 0.jokaroom-ebmt62 ease-in-out;
  transition: 0.jokaroom-ebmt62 ease-in-out;
}

.jokaroom-eqcp3b .jokaroom-8hbrta img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.jokaroom-iyaiqo,
.jokaroom-eqcp3b:hover {
  color: var(--button-bg-hover);
}

.jokaroom-gswpa0 {
  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%;
}

.jokaroom-gswpa0.jokaroom-j53erv {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.jokaroom-gswpa0.jokaroom-j53erv:after,
.jokaroom-gswpa0.jokaroom-j53erv:before {
  content: "";
  position: absolute;
  margin: auto;
}

.jokaroom-gswpa0.jokaroom-j53erv: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);
  }
}

.jokaroom-gswpa0.jokaroom-j53erv:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.jokaroom-gswpa0.jokaroom-j53erv > * {
  z-index: 1;
}

.jokaroom-gswpa0 b,
.jokaroom-gswpa0 strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.jokaroom-gswpa0 .jokaroom-3u9w25 {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.jokaroom-gswpa0 .jokaroom-g3c4n6 {
  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;
}

.jokaroom-gswpa0 .jokaroom-8hbrta {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.jokaroom-gswpa0 .jokaroom-c7yafo {
  margin-top: 12px;
}

.jokaroom-c7yafo {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.jokaroom-n720x0 {
  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;
}

.jokaroom-c7yafo .jokaroom-r1p1x2 {
  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.jokaroom-g6fd4o ease-in-out;
}

.jokaroom-c7yafo .jokaroom-r1p1x2:hover {
  background: rgba(255, 255, 255, 0.3);
}

.jokaroom-nre43o {
  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;
}

.jokaroom-gswpa0.jokaroom-b0yyap {
  gap: 12px;
  padding: 16px;
}

.jokaroom-gswpa0.jokaroom-b0yyap .jokaroom-nre43o {
  min-width: 240px;
}

.jokaroom-gswpa0.jokaroom-b0yyap .jokaroom-nre43o.jokaroom-yu1rts {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .jokaroom-gswpa0 .jokaroom-3u9w25 {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .jokaroom-gswpa0 .jokaroom-g3c4n6 {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .jokaroom-gswpa0 .jokaroom-8hbrta {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .jokaroom-gswpa0.jokaroom-b0yyap .jokaroom-8hbrta {
    max-width: 126px;
  }
  .jokaroom-gswpa0 .jokaroom-c7yafo {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .jokaroom-gswpa0 .jokaroom-n720x0 {
    max-width: unset;
  }
  .jokaroom-nre43o {
    min-width: unset;
    width: 100%;
  }
  .jokaroom-gswpa0 .jokaroom-nre43o {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .jokaroom-gswpa0.jokaroom-b0yyap {
    grid-template-rows: auto 1fr auto;
  }
  .jokaroom-gswpa0.jokaroom-b0yyap .jokaroom-nre43o {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .jokaroom-gswpa0 {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .jokaroom-gswpa0 .jokaroom-3u9w25 {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .jokaroom-gswpa0 .jokaroom-8hbrta {
    max-width: 78px;
  }
  .jokaroom-gswpa0 .jokaroom-c7yafo {
    margin-top: -12px;
  }
  .jokaroom-gswpa0.jokaroom-b0yyap {
    gap: 8px;
  }
  .jokaroom-gswpa0.jokaroom-b0yyap .jokaroom-3u9w25 {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .jokaroom-gswpa0.jokaroom-b0yyap .jokaroom-g3c4n6 {
    grid-column: 1/3;
  }
  .jokaroom-gswpa0.jokaroom-b0yyap .jokaroom-8hbrta {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .jokaroom-gswpa0.jokaroom-b0yyap .jokaroom-8hbrta img {
    max-width: 114px;
  }
}

.jokaroom-nre43o.jokaroom-fsngta,
.jokaroom-nre43o.jokaroom-vt36up,
.jokaroom-nre43o.jokaroom-5745bz {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.jokaroom-g6fd4o ease-in-out;
}

.jokaroom-nre43o.jokaroom-fsngta,
.jokaroom-nre43o.jokaroom-5745bz {
  padding: 10px;
}

.jokaroom-nre43o.jokaroom-fsngta:hover,
.jokaroom-nre43o.jokaroom-vt36up:hover,
.jokaroom-nre43o.jokaroom-5745bz:hover {
  background: var(--button-bg-hover);
}

.jokaroom-nre43o.jokaroom-fsngta:hover svg path,
.jokaroom-nre43o.jokaroom-5745bz:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.jokaroom-nre43o.jokaroom-yu1rts {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.jokaroom-g6fd4o ease-in-out;
  background: var(--button-bg-color);
}

.jokaroom-nre43o.jokaroom-yu1rts:hover {
  background-color: var(--button-bg-hover);
}

.jokaroom-nre43o.jokaroom-vt36up: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);
  }
}

.jokaroom-nre43o.jokaroom-vt36up:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.jokaroom-nre43o.jokaroom-yu1rts:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.jokaroom-is04hv {
  max-width: 650px;
}

.jokaroom-h2yh9p {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.jokaroom-xn9kr9 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.jokaroom-et6lkh {
  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.jokaroom-ebmt62 ease-in-out;
  cursor: pointer;
}

.jokaroom-et6lkh:hover {
  opacity: 0.5;
}

.jokaroom-et6lkh:focus {
  outline: 0;
}

.jokaroom-et6lkh:focus .jokaroom-ekklyi,
.jokaroom-et6lkh:hover .jokaroom-ekklyi {
  fill: red;
  fill-opacity: 1;
}

.jokaroom-et6lkh:hover {
  cursor: pointer;
}

.jokaroom-ia67dn {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.jokaroom-is04hv.jokaroom-z5lx1a {
  margin: 0 auto;
}

.jokaroom-is04hv.jokaroom-1et60v {
  margin-left: auto;
}

.jokaroom-x2mrme {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.jokaroom-k2bgil {
  padding-bottom: 50px;
}

.jokaroom-nkz6i9 {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.jokaroom-6ez71v {
  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;
}

.jokaroom-9pvxcf {
  margin-top: 24px;
}

.jokaroom-a76jws {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.jokaroom-zr7emp {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.jokaroom-zobd4v {
  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;
}

.jokaroom-93l782 {
  width: 468px;
}

.jokaroom-zobd4v .jokaroom-c39vsq {
  margin: 0.jokaroom-6xeefd 0;
}

.jokaroom-rssmtd {
  display: flex;
  min-width: 224px;
}

.jokaroom-0x3pu4 {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.jokaroom-ebmt62 ease-in-out;
}

.jokaroom-8n4hn0,
.jokaroom-0x3pu4:hover {
  color: var(--text-color);
}

.jokaroom-p915ck {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.jokaroom-oqimvz {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .jokaroom-x2mrme {
    padding: 16px;
  }
  .jokaroom-p915ck {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .jokaroom-oqimvz {
    align-items: center;
  }
  .jokaroom-93l782 {
    width: unset;
  }
  .jokaroom-rssmtd {
    min-width: unset;
  }
  .jokaroom-zobd4v {
    max-height: unset;
  }
  .jokaroom-nkz6i9 {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .jokaroom-x2mrme {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.jokaroom-kvfbs5 {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.jokaroom-kvfbs5:not(:last-child) {
  margin-bottom: 16px;
}

.jokaroom-y4bpmd {
  outline: 0;
}

.jokaroom-y4bpmd .jokaroom-ba4gd5 {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.jokaroom-8vdspz {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .jokaroom-8vdspz {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.jokaroom-8vdspz::-webkit-details-marker {
  display: none;
}

.jokaroom-8vdspz: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;
}

.jokaroom-8vdspz: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] .jokaroom-8vdspz:after {
  transform: unset;
}

.jokaroom-ba4gd5 {
  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);
}

.jokaroom-ba4gd5 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.jokaroom-ebmt62 ease-in-out;
  -o-transition: 0.jokaroom-ebmt62 ease-in-out;
  transition: 0.jokaroom-ebmt62 ease-in-out;
}

.jokaroom-ga90rf {
  padding: 16px 0 0 0;
}

.jokaroom-ga90rf * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .jokaroom-ga90rf :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .jokaroom-8vdspz {
    flex-wrap: wrap;
    gap: 12px;
  }
  .jokaroom-8vdspz::after {
    margin-left: auto;
  }
  .jokaroom-ba4gd5 {
    order: 3;
    flex: 1 1 100%;
  }
  .jokaroom-8vdspz {
    font-size: 14px;
    line-height: 130%;
  }
  .jokaroom-ba4gd5 svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.jokaroom-6ib2x6 {
  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;
}

.jokaroom-a11elu {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.jokaroom-6ib2x6.jokaroom-2tarj7 .jokaroom-a11elu {
  margin-bottom: 12px;
}

.jokaroom-a11elu::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;
}

.jokaroom-6ib2x6.jokaroom-2tarj7 .jokaroom-a11elu::after {
  transform: unset;
}

.jokaroom-eeu9ez {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.jokaroom-6gw51d {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.jokaroom-ebmt62 ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.jokaroom-6gw51d: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;
}

.jokaroom-6ib2x6.jokaroom-2tarj7 .jokaroom-eeu9ez {
  max-height: 100%;
}

.jokaroom-p9jt41 {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.jokaroom-bh2x66 {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.jokaroom-ytx0aw {
  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;
}

.jokaroom-j4qbz2 {
  margin-right: 4px;
}

.jokaroom-u43zeo {
  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.jokaroom-ebmt62 ease-in-out;
}

.jokaroom-u43zeo svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.jokaroom-s1zen3,
.jokaroom-u43zeo:hover {
  color: var(--text-color);
}

.jokaroom-5wficy {
  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;
}

.jokaroom-5wficy img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.jokaroom-5wficy .jokaroom-leg02m {
  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;
}

.jokaroom-5wficy .jokaroom-codmaa {
  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;
}

.jokaroom-12dt9e {
  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;
}

.jokaroom-8sxpr3 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.jokaroom-m4uxpx .jokaroom-9ke13i {
  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;
}

.jokaroom-m4uxpx {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.jokaroom-295ccv {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.jokaroom-eqmjlz {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.jokaroom-zvm7ar {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.jokaroom-imp6e8 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;
}

.jokaroom-zvm7ar:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.jokaroom-dmofd4 {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.jokaroom-8w4fhe {
  -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.jokaroom-ebmt62 ease-in-out;
  transition: transform 0.jokaroom-ebmt62 ease-in-out;
  -o-transition: transform 0.jokaroom-ebmt62 ease-in-out;
  transition:
    transform 0.jokaroom-ebmt62 ease-in-out,
    -webkit-transform 0.jokaroom-ebmt62 ease-in-out;
  cursor: pointer;
}

.jokaroom-8w4fhe svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.jokaroom-8w4fhe: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;
}

.jokaroom-ner42g {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .jokaroom-ner42g {
    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);
}

.jokaroom-42l0tz {
  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;
}

.jokaroom-uzwb0o {
  position: relative;
  width: 100%;
}

.jokaroom-42l0tz.jokaroom-l3nu35 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.jokaroom-42l0tz.jokaroom-z5lx1a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.jokaroom-42l0tz.jokaroom-1et60v {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.jokaroom-1jkb2i {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.jokaroom-3fgpko {
  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.jokaroom-ebmt62 ease-in-out;
  cursor: pointer;
}

.jokaroom-3fgpko:hover {
  opacity: 0.5;
}

.jokaroom-42l0tz.jokaroom-hs73h9 .jokaroom-3fgpko {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.jokaroom-42l0tz.jokaroom-hs73h9 .jokaroom-1jkb2i {
  cursor: pointer;
}

.jokaroom-wjyozr {
  fill: #0009;
}

.jokaroom-s1gimm {
  fill: #fff;
}

.jokaroom-3fgpko:hover .jokaroom-wjyozr {
  fill: red;
}

.jokaroom-3fgpko svg path {
  -webkit-transition: 0.jokaroom-ebmt62 ease-in-out;
  -o-transition: 0.jokaroom-ebmt62 ease-in-out;
  transition: 0.jokaroom-ebmt62 ease-in-out;
}

.jokaroom-wiwcw3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.jokaroom-wiwcw3 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.jokaroom-wiwcw3.jokaroom-kxhnjf > :not(.get-image) {
  grid-column: 1/3;
}

.jokaroom-r0sllu:not(._h1-block) .jokaroom-wiwcw3 > .jokaroom-d7xtrx {
  grid-row: 1/2;
  grid-column: 1/3;
}

.jokaroom-wiwcw3.jokaroom-kxhnjf .jokaroom-nmqbb4 {
  grid-column: 2/3;
}

.jokaroom-wiwcw3.jokaroom-kxhnjf > .jokaroom-8hbrta {
  grid-column: 1/2;
}

.jokaroom-wiwcw3.jokaroom-kxhnjf > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.jokaroom-wiwcw3 > p:first-of-type {
  margin-top: 0;
}

.jokaroom-wiwcw3 .jokaroom-8hbrta {
  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;
}

.jokaroom-r0sllu:not(._h1-block) .jokaroom-d7xtrx ~ .jokaroom-8hbrta {
  grid-row: 2/10;
}

.jokaroom-r0sllu.jokaroom-jonz0q .jokaroom-d7xtrx ~ .jokaroom-8hbrta {
  grid-row: 1/10;
}

.jokaroom-r0sllu.jokaroom-jonz0q > .jokaroom-d7xtrx {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.jokaroom-r0sllu.jokaroom-jonz0q .jokaroom-8hbrta {
  grid-row: 1/10;
}

.jokaroom-wiwcw3.jokaroom-i4dw4z .jokaroom-8hbrta {
  align-items: flex-start;
}

.jokaroom-wiwcw3.jokaroom-z5lx1a .jokaroom-nmqbb4 {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.jokaroom-wiwcw3.jokaroom-z5lx1a .jokaroom-8hbrta {
  align-items: center;
}

.jokaroom-wiwcw3.jokaroom-wshqc3 .jokaroom-8hbrta {
  align-items: flex-end;
}

.jokaroom-nmqbb4 > :first-child {
  margin-top: 0;
}

.jokaroom-nmqbb4 > :last-child {
  margin-bottom: 0;
}

* + .jokaroom-3bhj5m,
.jokaroom-r0sllu + .jokaroom-r0sllu {
  margin-top: 2rem;
}

.jokaroom-0i2zfh td::before,
.jokaroom-0i2zfh th::after {
  display: none !important;
}

.jokaroom-0i2zfh #link-selector {
  color: #000;
}

.jokaroom-0i2zfh .jokaroom-tcexy1 {
  color: #135e96;
}

.jokaroom-0i2zfh .jokaroom-mue2ee *,
.jokaroom-0i2zfh .jokaroom-3ogf3h p,
.jokaroom-0i2zfh .jokaroom-1eezfm * {
  color: #000;
}

.jokaroom-0i2zfh .jokaroom-13b0vc {
  background: 0 0 !important;
}

.jokaroom-0i2zfh .jokaroom-qnmqv0 {
  color: #000;
}

.jokaroom-0i2zfh .jokaroom-zgfcn6.jokaroom-61dz1o {
  color: #fff;
}

.jokaroom-0i2zfh .jokaroom-8az4t2 {
  color: #000;
}

.jokaroom-0i2zfh
  .jokaroom-pil7uu
  .jokaroom-fxxcq2.jokaroom-61dz1o.jokaroom-ben7yu {
  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;
}

.jokaroom-s52stq,
body .jokaroom-j7q4bt {
  color: #000;
  background: var(--color-body) !important;
}

.jokaroom-s52stq .jokaroom-739275 .jokaroom-i8fgkg,
body .jokaroom-j7q4bt .jokaroom-739275 .jokaroom-i8fgkg {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .jokaroom-6gw51d:focus,
  .jokaroom-6gw51d:hover {
    color: #f9cb16;
  }
  .jokaroom-43cnxa:focus,
  .jokaroom-43cnxa:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .jokaroom-1fjc91:focus img,
  .jokaroom-1fjc91:focus svg,
  .jokaroom-1fjc91:hover img,
  .jokaroom-1fjc91:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .jokaroom-5wficy {
    display: none;
  }
}

@media (min-width: 1024px) {
  .jokaroom-m18w1c:hover .jokaroom-dopfcr svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .jokaroom-dopfcr {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .jokaroom-ssdl2n {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .jokaroom-cyvmkj {
    grid-template-columns: repeat(4, 1fr);
  }
  .jokaroom-wiqads {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .jokaroom-x99kqu .jokaroom-id3a1j {
    grid-template-columns: 1fr;
  }
  .jokaroom-x99kqu .jokaroom-uhyd1x {
    -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;
  }
  .jokaroom-x99kqu .jokaroom-5wqsnu {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .jokaroom-x99kqu .jokaroom-ov0fwz {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .jokaroom-x99kqu .jokaroom-fn9m4v {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .jokaroom-x99kqu .jokaroom-5wqsnu:not(:first-child) {
    border: none;
  }
  .jokaroom-x99kqu .jokaroom-5wqsnu:first-child .jokaroom-ov0fwz {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .jokaroom-x99kqu .jokaroom-5wqsnu:last-child .jokaroom-ov0fwz {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .jokaroom-0l0i3v {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .jokaroom-bj3u5g {
    max-width: 100px;
  }
  .jokaroom-9czo3w {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .jokaroom-kdiihv {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .jokaroom-kdiihv svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .jokaroom-vdmit0 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .jokaroom-9czo3w + .jokaroom-kdiihv {
    margin-left: auto;
  }
  .jokaroom-nzrd0x {
    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;
  }
  .jokaroom-nzrd0x.jokaroom-2tarj7 {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .jokaroom-pdimzj {
    -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;
  }
  .jokaroom-j6j636 {
    width: 100%;
  }
  .jokaroom-j6j636:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .jokaroom-fye9w2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .jokaroom-fye9w2 svg {
    margin-right: 4px;
  }
  .jokaroom-m18w1c {
    -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;
  }
  .jokaroom-dopfcr svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .jokaroom-dopfcr {
    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;
  }
  .jokaroom-c39vsq {
    display: none;
    width: 100%;
  }
  .jokaroom-m18w1c.jokaroom-2tarj7 .jokaroom-c39vsq {
    padding: 0 0 0 48px;
  }
  .jokaroom-eqcp3b {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .jokaroom-6ez71v .jokaroom-8hbrta {
    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;
  }
  .jokaroom-88039p {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .jokaroom-88039p + .jokaroom-88039p {
    margin-right: 0;
  }
  .jokaroom-88039p + .jokaroom-8hbrta {
    margin: 0;
  }
  .jokaroom-ssdl2n {
    grid-template-columns: repeat(4, 1fr);
  }
  .jokaroom-cyvmkj {
    grid-template-columns: repeat(3, 1fr);
  }
  .jokaroom-ezxcyu,
  .jokaroom-se6day {
    grid-template-columns: repeat(2, 1fr);
  }
  .jokaroom-wiwcw3 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .jokaroom-wiwcw3.jokaroom-kxhnjf .jokaroom-nmqbb4 {
    grid-column: auto;
    grid-row: auto;
  }
  .jokaroom-wiwcw3 > .jokaroom-d7xtrx {
    grid-column: 1/2;
  }
  .jokaroom-wiwcw3.jokaroom-kxhnjf > :not(.get-image) {
    grid-column: 1/2;
  }
  .jokaroom-wiwcw3 .jokaroom-8hbrta,
  .jokaroom-wiwcw3.jokaroom-kxhnjf > .jokaroom-8hbrta {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .jokaroom-wiwcw3.jokaroom-kxhnjf > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .jokaroom-r0sllu.jokaroom-jonz0q .jokaroom-wiwcw3 > .jokaroom-8hbrta {
    grid-row: 1/2;
  }
  .jokaroom-wiwcw3 .jokaroom-d7xtrx ~ .jokaroom-8hbrta,
  .jokaroom-wiwcw3.jokaroom-kxhnjf .jokaroom-d7xtrx ~ .jokaroom-8hbrta {
    grid-row: 2/3;
  }
  .jokaroom-r0sllu.jokaroom-jonz0q .jokaroom-d7xtrx ~ .jokaroom-8hbrta {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .jokaroom-wmrxj0:first-child .jokaroom-ikzyiw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .jokaroom-wmrxj0:first-child .jokaroom-ikzyiw h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .jokaroom-wmrxj0 {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .jokaroom-wmrxj0 {
    padding: 0;
  }
  .jokaroom-b5jmsp {
    margin-top: 1rem;
  }
  .jokaroom-y4bpmd {
    border-radius: 5px;
  }
  .jokaroom-hxzbad {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .jokaroom-a11elu::after {
    display: inline-block;
  }
  .jokaroom-a11elu {
    margin: 0;
    width: 100%;
  }
  .jokaroom-eeu9ez {
    width: 100%;
  }
  .jokaroom-eeu9ez.jokaroom-6yfm0v {
    -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%;
  }
  .jokaroom-eeu9ez.jokaroom-6yfm0v .jokaroom-q2neuf {
    width: 100%;
  }
  .jokaroom-eeu9ez.jokaroom-6yfm0v .jokaroom-q2neuf:not(:last-child) {
    margin-right: 0;
  }
  .jokaroom-6gw51d {
    width: 100%;
    text-align: center;
  }
  .jokaroom-6ib2x6.jokaroom-2tarj7 .jokaroom-eeu9ez {
    margin-top: 1rem;
  }
  .jokaroom-ssdl2n {
    grid-template-columns: repeat(3, 1fr);
  }
  .jokaroom-wiqads,
  .jokaroom-cyvmkj {
    grid-template-columns: repeat(2, 1fr);
  }
  .jokaroom-ezxcyu,
  .jokaroom-se6day,
  .jokaroom-fge2gz {
    grid-template-columns: 1fr;
  }
  .jokaroom-q4xzou {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .jokaroom-p2muvx {
    min-width: 300px;
    max-width: 325px;
  }
  .jokaroom-ov0fwz {
    cursor: auto;
  }
  .jokaroom-qzv5qs .jokaroom-ov0fwz {
    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;
  }
  .jokaroom-ner42g {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .jokaroom-c39vsq {
    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) {
  .jokaroom-ner42g {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.jokaroom-88039p p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .jokaroom-kdiihv {
    margin: 0 -0.2rem;
  }
  .jokaroom-88039p {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .jokaroom-0zl9tz {
    -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;
  }
  .jokaroom-kpdu6m {
    max-width: 100%;
  }
  .jokaroom-ssdl2n {
    grid-template-columns: repeat(2, 1fr);
  }
  .jokaroom-wiqads,
  .jokaroom-cyvmkj {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .jokaroom-0l0i3v {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .jokaroom-kdiihv {
    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;
  }
  .jokaroom-oybubf {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .jokaroom-u64lgs {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .jokaroom-p0s24h,
  .jokaroom-g6rjia {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .jokaroom-mgjkc9 {
    width: 100%;
  }
  .jokaroom-ssdl2n {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .jokaroom-ner42g {
    top: 127px !important;
  }
}

.jokaroom-58bloo {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .jokaroom-58bloo {
  }
}

@media (max-width: 767px) {
  .jokaroom-58bloo {
    margin-bottom: 12px;
  }
}

.jokaroom-58bloo img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.jokaroom-2umcp1 {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.jokaroom-2umcp1 > .jokaroom-tuaaju {
  flex: 1 1;
}

@media (max-width: 767px) {
  .jokaroom-2umcp1 {
    flex-direction: column;
    gap: 12px;
  }
}

.jokaroom-uzk67c {
  display: flex;
}

.jokaroom-uzk67c .jokaroom-rw954r {
  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;
}

.jokaroom-uzk67c .jokaroom-p0g0qn {
  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;
}

.jokaroom-uzk67c .jokaroom-9k1tck {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.jokaroom-uzk67c .jokaroom-k5ssf4 {
  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));
  }
}

.jokaroom-uzk67c .jokaroom-k5ssf4:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.jokaroom-uzk67c .jokaroom-gk9yc7 {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.jokaroom-l2ai9y {
  border: unset;
  background-color: unset;
}

.jokaroom-l2ai9y tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.jokaroom-l2ai9y .jokaroom-5085k5,
.jokaroom-l2ai9y .jokaroom-eegq0m {
  flex: 0 1 330px;
}

.jokaroom-l2ai9y .jokaroom-hcd8i6 {
  flex: 1 1;
}

.jokaroom-l2ai9y tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.jokaroom-l2ai9y tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.jokaroom-l2ai9y tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.jokaroom-l2ai9y tr td p {
  color: #fff;
  margin: 0;
}

.jokaroom-l2ai9y tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.jokaroom-l2ai9y tr.jokaroom-5085k5 td p {
  padding: 16px 0;
}

.jokaroom-l2ai9y tr.jokaroom-5085k5 td p:not(:last-child),
.jokaroom-l2ai9y tr.jokaroom-eegq0m td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.jokaroom-l2ai9y tr.jokaroom-5085k5 td p:first-child,
.jokaroom-l2ai9y tr.jokaroom-eegq0m td p:first-child {
  padding-top: 0;
}

.jokaroom-l2ai9y tr.jokaroom-eegq0m td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.jokaroom-l2ai9y tr.jokaroom-eegq0m td p:last-child {
  padding-bottom: 0;
}

.jokaroom-l2ai9y .jokaroom-eegq0m img {
  max-width: 32px;
}

.jokaroom-l2ai9y .jokaroom-hcd8i6 {
  min-width: 718px;
}

.jokaroom-l2ai9y .jokaroom-hcd8i6 td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.jokaroom-l2ai9y .jokaroom-hcd8i6 td {
  display: flex;
}

.jokaroom-l2ai9y .jokaroom-hcd8i6 td:last-child .jokaroom-1j8jh8,
.jokaroom-l2ai9y .jokaroom-hcd8i6 td:last-child .jokaroom-6zc6dn,
.jokaroom-l2ai9y .jokaroom-hcd8i6 td:last-child .jokaroom-xjfn4q {
  flex: 1 1 50%;
}

.jokaroom-l2ai9y .jokaroom-hcd8i6 td:last-child .jokaroom-t6cx86 {
  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;
}

.jokaroom-l2ai9y .jokaroom-hcd8i6 td:last-child .jokaroom-tu5xl7,
.jokaroom-l2ai9y .jokaroom-hcd8i6 td:last-child .jokaroom-f47ece {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.jokaroom-l2ai9y .jokaroom-hcd8i6 td:last-child .jokaroom-1j8jh8,
.jokaroom-l2ai9y .jokaroom-hcd8i6 td:last-child .jokaroom-6zc6dn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.jokaroom-l2ai9y .jokaroom-hcd8i6 td:last-child .jokaroom-1j8jh8 span,
.jokaroom-l2ai9y .jokaroom-hcd8i6 td:last-child .jokaroom-6zc6dn span {
  font-weight: 800;
}

.jokaroom-l2ai9y .jokaroom-hcd8i6 img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .jokaroom-l2ai9y .jokaroom-hcd8i6 td .jokaroom-xjfn4q:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .jokaroom-l2ai9y tr.jokaroom-5085k5 td p:last-child {
    padding-bottom: 0;
  }
  .jokaroom-l2ai9y .jokaroom-eegq0m > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .jokaroom-l2ai9y .jokaroom-eegq0m > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .jokaroom-l2ai9y tr.jokaroom-5085k5 td p:not(:last-child),
  .jokaroom-l2ai9y tr.jokaroom-eegq0m td p:not(:last-child) {
    border-bottom: unset;
  }
  .jokaroom-l2ai9y tr.jokaroom-eegq0m td p:last-child {
    padding-bottom: 12px;
  }
  .jokaroom-l2ai9y .jokaroom-hcd8i6 td:last-child .jokaroom-1j8jh8,
  .jokaroom-l2ai9y .jokaroom-hcd8i6 td:last-child .jokaroom-6zc6dn,
  .jokaroom-l2ai9y .jokaroom-hcd8i6 td:last-child .jokaroom-xjfn4q {
    flex: 1 1 50%;
    padding: 0;
  }
  .jokaroom-l2ai9y .jokaroom-hcd8i6 td:last-child .jokaroom-1j8jh8,
  .jokaroom-l2ai9y .jokaroom-hcd8i6 td:last-child .jokaroom-6zc6dn {
    margin-top: 16px;
  }
  .jokaroom-l2ai9y .jokaroom-hcd8i6 td:last-child .jokaroom-xjfn4q {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .jokaroom-l2ai9y .jokaroom-hcd8i6 td:last-child .jokaroom-1j8jh8 {
    border-right: 1px solid var(--border-color);
  }
  .jokaroom-l2ai9y .jokaroom-hcd8i6 td:last-child .jokaroom-xjfn4q:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .jokaroom-l2ai9y .jokaroom-hcd8i6 td:last-child .jokaroom-xjfn4q:last-child {
    padding-bottom: 0;
  }
}

.jokaroom-xjfn4q {
  display: flex;
  flex-direction: column;
}

.jokaroom-l2ai9y .jokaroom-hcd8i6 td .jokaroom-xjfn4q {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.jokaroom-l2ai9y .jokaroom-hcd8i6 td .jokaroom-xjfn4q:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.jokaroom-l2ai9y .jokaroom-hcd8i6 td .jokaroom-xjfn4q:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .jokaroom-l2ai9y .jokaroom-hcd8i6 td .jokaroom-xjfn4q:not(:first-child) {
    padding-left: 0;
  }
  .jokaroom-l2ai9y .jokaroom-hcd8i6 td .jokaroom-xjfn4q:not(:last-of-type) {
    border-right: unset;
  }
}

.jokaroom-l2ai9y .jokaroom-r76kal {
  flex: 0 1 485px;
}

.jokaroom-l2ai9y .jokaroom-kfnhee {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.jokaroom-l2ai9y .jokaroom-kfnhee li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.jokaroom-l2ai9y .jokaroom-kfnhee li.jokaroom-h3wrix {
  padding: 6px 12px;
}

.jokaroom-l2ai9y .jokaroom-kfnhee li a,
.jokaroom-l2ai9y .jokaroom-kfnhee 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;
}

.jokaroom-l2ai9y .jokaroom-na0x0x,
.jokaroom-l2ai9y .jokaroom-mlkl92 {
  flex: 1 1;
}

.jokaroom-l2ai9y .jokaroom-4vgi9r,
.jokaroom-l2ai9y .jokaroom-lc4pm5 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.jokaroom-l2ai9y .jokaroom-4vgi9r li,
.jokaroom-l2ai9y .jokaroom-lc4pm5 li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.jokaroom-l2ai9y .jokaroom-mlkl92 img {
  max-width: 32px;
}

.jokaroom-l2ai9y .jokaroom-na0x0x img {
  max-width: 32px;
}

.jokaroom-l2ai9y .jokaroom-16cwoa {
  min-width: 280px;
}

.jokaroom-l2ai9y .jokaroom-16cwoa img {
  max-width: 146px;
}

.jokaroom-l2ai9y .jokaroom-16cwoa td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .jokaroom-l2ai9y .jokaroom-5085k5,
  .jokaroom-l2ai9y .jokaroom-eegq0m {
    flex: 0 1 auto;
  }
  .jokaroom-l2ai9y .jokaroom-hcd8i6 {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .jokaroom-l2ai9y .jokaroom-5085k5,
  .jokaroom-l2ai9y .jokaroom-r76kal,
  .jokaroom-l2ai9y .jokaroom-eegq0m,
  .jokaroom-l2ai9y .jokaroom-hcd8i6 {
    flex: 1 1 calc(50% - 20px);
  }
  .jokaroom-l2ai9y .jokaroom-na0x0x,
  .jokaroom-l2ai9y .jokaroom-16cwoa,
  .jokaroom-l2ai9y .jokaroom-mlkl92 {
    flex: 1 1 30%;
  }
  .jokaroom-l2ai9y .jokaroom-16cwoa {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .jokaroom-l2ai9y .jokaroom-5085k5,
  .jokaroom-l2ai9y .jokaroom-r76kal,
  .jokaroom-l2ai9y .jokaroom-na0x0x,
  .jokaroom-l2ai9y .jokaroom-eegq0m,
  .jokaroom-l2ai9y .jokaroom-hcd8i6,
  .jokaroom-l2ai9y .jokaroom-16cwoa,
  .jokaroom-l2ai9y .jokaroom-mlkl92 {
    flex: 1 1 100%;
  }
}

.jokaroom-x9d2qk .jokaroom-phx7tf {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.jokaroom-x9d2qk .jokaroom-mxe33d {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.jokaroom-x9d2qk .jokaroom-wk4u4p {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.jokaroom-x9d2qk .jokaroom-u7lhhh {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.jokaroom-x9d2qk .jokaroom-u7lhhh > :nth-child(3) {
  margin-top: 0;
}

.jokaroom-x9d2qk .jokaroom-8hbrta {
  grid-column: 2/3;
  grid-row: 1/10;
}

.jokaroom-x9d2qk .jokaroom-oihvt5 {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.jokaroom-x9d2qk .jokaroom-b5jmsp {
  grid-column: 1/2;
}

.jokaroom-x9d2qk > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.jokaroom-x9d2qk .jokaroom-mxe33d: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;
}

.jokaroom-x9d2qk .jokaroom-mxe33d:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.jokaroom-x9d2qk .jokaroom-mgjkc9 {
  min-width: 240px;
}

@media (max-width: 768px) {
  .jokaroom-x9d2qk .jokaroom-mxe33d:not(:last-child):before {
    bottom: 8px;
  }
  .jokaroom-x9d2qk .jokaroom-mxe33d:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .jokaroom-x9d2qk .jokaroom-u7lhhh {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .jokaroom-x9d2qk .jokaroom-8hbrta {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .jokaroom-x9d2qk .jokaroom-8hbrta img {
    width: 100%;
    height: auto;
  }
  .jokaroom-x9d2qk .jokaroom-mgjkc9 {
    width: 100%;
    min-width: unset;
  }
}

.jokaroom-g1wsxj .jokaroom-k35d41 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.jokaroom-g1wsxj .jokaroom-3wb3o8 {
  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;
}

.jokaroom-g1wsxj .jokaroom-8hbrta {
  height: 100%;
}

.jokaroom-g1wsxj .jokaroom-8hbrta img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.jokaroom-g1wsxj .jokaroom-df1imu {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.jokaroom-g1wsxj .jokaroom-n4gy0r {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.jokaroom-g1wsxj .jokaroom-9s6fc6 {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .jokaroom-g1wsxj .jokaroom-3wb3o8 {
    flex: 1 1 100%;
  }
  .jokaroom-g1wsxj .jokaroom-nre43o {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .jokaroom-g1wsxj .jokaroom-3wb3o8 {
    flex-direction: column;
  }
  .jokaroom-g1wsxj .jokaroom-8hbrta {
    width: 100%;
    height: auto;
  }
  .jokaroom-g1wsxj .jokaroom-8hbrta img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .jokaroom-g1wsxj .jokaroom-df1imu {
    padding: 0 16px 16px 16px;
  }
  .jokaroom-g1wsxj .jokaroom-nre43o {
    min-width: unset;
    width: 100%;
  }
}

.jokaroom-14f4nv .jokaroom-uqdljj {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.jokaroom-14f4nv .jokaroom-580omk {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.jokaroom-14f4nv 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;
}

.jokaroom-14f4nv .jokaroom-zxtf0c {
  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;
}

.jokaroom-14f4nv .jokaroom-580omk:hover .jokaroom-zxtf0c {
  display: flex;
}

.jokaroom-14f4nv .jokaroom-zjmzpp {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.jokaroom-14f4nv .jokaroom-fha6a4 {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.jokaroom-zcj6s3 {
  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;
}

.jokaroom-zcj6s3.jokaroom-lq5ubk {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.jokaroom-g6fd4o ease-in-out;
}

.jokaroom-zcj6s3.jokaroom-lq5ubk:hover {
  color: #f9cb16;
  background-color: transparent;
}

.jokaroom-14f4nv .jokaroom-s93qgm {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.jokaroom-g6fd4o ease-in-out;
}

.jokaroom-14f4nv .jokaroom-s93qgm:hover {
  color: #196948;
  background-color: #f9cb16;
}

.jokaroom-14f4nv .jokaroom-s93qgm:after,
.jokaroom-zcj6s3.jokaroom-lq5ubk:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.jokaroom-zcj6s3.jokaroom-lq5ubk:after {
  background-image: url(../images/Cash.svg);
}

.jokaroom-14f4nv .jokaroom-s93qgm:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .jokaroom-14f4nv .jokaroom-uqdljj {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .jokaroom-14f4nv .jokaroom-uqdljj {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .jokaroom-14f4nv .jokaroom-uqdljj {
    grid-template-columns: 1fr;
  }
  .jokaroom-14f4nv .jokaroom-580omk {
    height: auto;
  }
  .jokaroom-14f4nv .jokaroom-580omk .jokaroom-zxtf0c {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .jokaroom-14f4nv .jokaroom-zjmzpp,
  .jokaroom-14f4nv .jokaroom-fha6a4 {
    text-align: left;
  }
  .jokaroom-14f4nv .jokaroom-fha6a4 {
    margin-bottom: 8px;
  }
  .jokaroom-14f4nv img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.jokaroom-8kz5iy {
  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;
}

.jokaroom-8kz5iy.jokaroom-hs73h9 {
  display: block;
}

.jokaroom-8kz5iy .jokaroom-g5bd14 {
  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;
}

.jokaroom-8kz5iy .jokaroom-i8cfyk {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.jokaroom-8kz5iy .jokaroom-s9tv8i {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.jokaroom-8kz5iy .jokaroom-8fc5oq {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.jokaroom-8kz5iy .jokaroom-zcj6s3 {
  min-width: 296px;
  margin-bottom: 0;
}

.jokaroom-8kz5iy .jokaroom-m3uhss {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.jokaroom-8kz5iy .jokaroom-002h8b {
  position: relative;
  flex: 1 1;
}

.jokaroom-8kz5iy .jokaroom-002h8b iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .jokaroom-8kz5iy .jokaroom-i8cfyk {
    flex-wrap: wrap;
    gap: 8px;
  }
  .jokaroom-8kz5iy .jokaroom-s9tv8i {
    order: 1;
  }
  .jokaroom-8kz5iy .jokaroom-8fc5oq {
    order: 3;
    flex: 1 1 100%;
  }
  .jokaroom-8kz5iy .jokaroom-zcj6s3 {
    width: 100%;
    min-width: unset;
  }
  .jokaroom-8kz5iy .jokaroom-m3uhss {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .jokaroom-wiwcw3 > .jokaroom-d7xtrx {
    margin-bottom: 0;
  }
  .jokaroom-wiwcw3 > .jokaroom-b5jmsp,
  .jokaroom-wiwcw3 > p {
    margin-top: 0;
  }
}

.jokaroom-8ft9pt img,
.jokaroom-88039p img {
  width: auto;
  object-fit: contain;
}

.jokaroom-8ft9pt {
  align-items: center;
}

.jokaroom-8ft9pt img {
  max-height: 76px;
}

.jokaroom-88039p img {
  max-height: 64px;
}

.jokaroom-4brtlm {
  overflow: auto;
}

.jokaroom-zdaarz {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.jokaroom-u0xegl:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.jokaroom-p4m1mb {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.jokaroom-ifx31p {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.jokaroom-p4m1mb .jokaroom-8hbrta {
  margin-right: 20px;
  flex-shrink: 0;
}

.jokaroom-p4m1mb img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.jokaroom-uqabvh {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.jokaroom-uqabvh > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .jokaroom-p4m1mb {
    padding: 15px 10px;
  }
  .jokaroom-uqabvh {
    padding: 15px 10px;
  }
  .jokaroom-p4m1mb .jokaroom-8hbrta {
    margin-right: 10px;
  }
}

.jokaroom-v794zu {
  overflow-x: auto;
}

.jokaroom-mdxu6m {
  border-collapse: collapse;
  width: 100%;
}

.jokaroom-v794zu th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.jokaroom-v794zu td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.jokaroom-v794zu td.jokaroom-zcsp88 {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.jokaroom-v794zu td.jokaroom-ojge4o {
  border-right: none;
}

.jokaroom-v794zu td.jokaroom-ojge4o .jokaroom-8hbrta {
  justify-content: flex-start;
}

.jokaroom-v794zu td.jokaroom-ojge4o .jokaroom-8hbrta img {
  height: auto;
  width: 90px;
}

.jokaroom-v794zu td.jokaroom-7as3e5,
.jokaroom-v794zu td.jokaroom-yv36a4 {
  font-weight: 600;
  text-align: right;
}

.jokaroom-v794zu td.jokaroom-btqgf6,
.jokaroom-v794zu td.jokaroom-7as3e5 {
  padding-bottom: 10px;
  border-bottom: none;
}

.jokaroom-v794zu td.jokaroom-7as3e5,
.jokaroom-v794zu td.jokaroom-yv36a4 {
  border-left: none;
}

.jokaroom-v794zu td.jokaroom-btqgf6,
.jokaroom-v794zu td.jokaroom-v2ofpc {
  border-right: none;
}

.jokaroom-v794zu td.jokaroom-v2ofpc,
.jokaroom-v794zu td.jokaroom-yv36a4 {
  border-top: none;
  padding-top: 10px;
}

.jokaroom-9zcou4 {
  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;
}

.jokaroom-9zcou4 .jokaroom-nre43o {
  min-width: unset;
  width: 100%;
}

.jokaroom-9zcou4 .jokaroom-nre43o.jokaroom-fsngta {
  grid-column: 1/2;
  grid-row: 1/2;
}

.jokaroom-9zcou4 .jokaroom-nre43o.jokaroom-5745bz {
  grid-column: 2/3;
  grid-row: 1/2;
}

.jokaroom-9zcou4 .jokaroom-pd5smn {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .jokaroom-9zcou4 {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .jokaroom-9zcou4 .jokaroom-nre43o.jokaroom-fsngta {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .jokaroom-9zcou4 .jokaroom-nre43o.jokaroom-5745bz {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .jokaroom-9zcou4 .jokaroom-pd5smn {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.jokaroom-4i20pa {
  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;
}

.jokaroom-fepisz {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.jokaroom-vab6ym p a img {
  margin: 0 auto;
  display: block;
}

.jokaroom-vab6ym table {
  margin-bottom: 17px;
}

/* contanct form */
.jokaroom-liss13 {
  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;
}

.jokaroom-liss13 label {
  font-size: 14px;
}

.jokaroom-liss13 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.jokaroom-liss13 input,
.jokaroom-liss13 textarea,
.jokaroom-liss13 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;
}
.jokaroom-liss13 button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.jokaroom-g6fd4o ease;
}
.jokaroom-liss13 button:hover {
  background-color: #691204;
}
.jokaroom-mln08a {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.jokaroom-wlidiz ease-in;
}

.jokaroom-mln08a 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;
}
.jokaroom-s2bo4b, .jokaroom-wrbbsl, [class*="review-card"],
thead, thead th, table th, .jokaroom-68j7eq,
.jokaroom-4wtt95, [class*="collapsible-header"],
.jokaroom-rlsa7b, [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; }
