@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-wqd9te {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.jokaroom-joent6 {
  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-uanmif,
ul.jokaroom-uanmif {
  padding-left: 20px;
}

ul.jokaroom-uanmif {
  list-style: disc;
}

ol.jokaroom-uanmif {
  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-zvqtju > .jokaroom-vuhxm9,
.jokaroom-zvqtju > .jokaroom-nuc9kz,
.jokaroom-zvqtju > blockquote,
.jokaroom-zvqtju > h1,
.jokaroom-zvqtju > h2,
.jokaroom-zvqtju > h3,
.jokaroom-zvqtju > h4,
.jokaroom-zvqtju > h5,
.jokaroom-zvqtju > h6,
.jokaroom-zvqtju > ol,
.jokaroom-zvqtju > p,
.jokaroom-zvqtju > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.jokaroom-zvqtju > ol,
.jokaroom-zvqtju > ul {
  padding-left: 50px;
}

.jokaroom-zvqtju 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-zvqtju:not(:last-child) {
  margin-bottom: 2rem;
}

.jokaroom-zvqtju > :not(:first-child) {
  margin-top: 2rem;
}

.jokaroom-zvqtju {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.jokaroom-zvqtju:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .jokaroom-zvqtju:first-child {
    margin-top: 20px;
  }
}

.jokaroom-zvqtju > p:last-of-type {
  margin-bottom: 32px;
}

.jokaroom-zvqtju > .jokaroom-wjqfjv:not(:first-child) {
  margin: 64px auto 16px auto;
}

.jokaroom-vl8fhg > .jokaroom-wjqfjv {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.jokaroom-nuc9kz {
  overflow: auto;
}

.jokaroom-nuc9kz::-webkit-scrollbar {
  height: 5px;
}

.jokaroom-nuc9kz table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.jokaroom-nuc9kz table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.jokaroom-nuc9kz table thead,
table thead {
  border-bottom: none;
}

.jokaroom-nuc9kz table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.jokaroom-nuc9kz table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.jokaroom-nuc9kz table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.jokaroom-nuc9kz .jokaroom-p2yra9 {
  table-layout: auto;
}

.jokaroom-nuc9kz .jokaroom-p2yra9 th {
  word-break: normal;
}

.jokaroom-nuc9kz .jokaroom-p2yra9 td {
  word-break: normal;
}

.jokaroom-wqd9te .jokaroom-wqd9te {
  padding-right: 0;
  padding-left: 0;
}

.jokaroom-cw3znk {
  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-pcwgvy {
  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-zym36p {
  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-vuhxm9 {
  margin-top: 24px;
}

.jokaroom-vuhxm9.jokaroom-yoxcqm {
  text-align: left;
}

.jokaroom-vuhxm9.jokaroom-65upik {
  text-align: right;
}

.jokaroom-vuhxm9.jokaroom-oqjmq1 {
  text-align: center;
}

.jokaroom-7pfwj1 {
  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-5s6jy2 ease-in-out;
  cursor: pointer;
}

.jokaroom-7pfwj1:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.jokaroom-7pfwj1 {
  min-width: 328px;
}

@media (max-width: 768px) {
  .jokaroom-7pfwj1 {
    min-width: unset;
  }
}

.jokaroom-255x7a {
  background-color: var(--fh-bg-color);
}

.jokaroom-9mbhay {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.jokaroom-zeidq5 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.jokaroom-zeidq5 img {
  max-height: 80px;
  object-fit: contain;
}

.jokaroom-xvhoe8 {
  flex: 1 1;
}

.jokaroom-ztzl9r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.jokaroom-2ybc9q {
  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-2ybc9q 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-2ybc9q.jokaroom-0nde8b span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.jokaroom-2ybc9q.jokaroom-0nde8b span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.jokaroom-2ybc9q.jokaroom-0nde8b span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.jokaroom-xvhoe8 + .jokaroom-ztzl9r {
  margin-left: 20px;
}

.jokaroom-6h4zbw {
  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-6h4zbw > svg {
  max-width: 24px;
  max-height: 24px;
}

.jokaroom-6h4zbw + .jokaroom-6h4zbw {
  margin-left: 5px;
}

.jokaroom-zuzmba {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.jokaroom-zuzmba:hover {
  background-color: var(--button-bg-hover);
}

.jokaroom-rpjsii {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.jokaroom-5s6jy2 ease-in-out;
  border: 1px solid var(--border-color);
}

.jokaroom-rpjsii:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.jokaroom-ejq1qz {
  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-xvhoe8 {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .jokaroom-ejq1qz {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .jokaroom-xvhoe8 {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .jokaroom-6h4zbw {
    min-width: unset;
    flex: 1 1;
  }
}

.jokaroom-72s27r {
  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-72s27r:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.jokaroom-72s27r:hover .jokaroom-fi1rsz {
  opacity: 1;
  pointer-events: auto;
}

.jokaroom-eycjmg {
  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-doy8e1 ease-in-out;
  gap: 4px;
}

.jokaroom-eycjmg > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.jokaroom-eycjmg .jokaroom-cw3znk img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.jokaroom-8rcw7f,
.jokaroom-eycjmg:hover {
  color: var(--button-bg-hover);
}

.jokaroom-v8x4a6 {
  position: relative;
}

.jokaroom-v8x4a6 .jokaroom-eycjmg {
  margin-right: 0;
  padding-right: 4px;
}

.jokaroom-095xna svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.jokaroom-v8x4a6.jokaroom-0nde8b .jokaroom-095xna svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.jokaroom-v8x4a6.jokaroom-0nde8b .jokaroom-fi1rsz {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.jokaroom-v8x4a6.jokaroom-0nde8b .jokaroom-fi1rsz::before {
  display: none;
}

.jokaroom-095xna svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.jokaroom-fi1rsz {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.jokaroom-z6do8d 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.jokaroom-fi1rsz::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.jokaroom-fi1rsz:hover {
  color: var(--fh-bg-color);
}

.jokaroom-4ndr1n {
  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-z6do8d 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.jokaroom-doy8e1 ease-in-out;
  -o-transition: 0.jokaroom-doy8e1 ease-in-out;
  transition: 0.jokaroom-doy8e1 ease-in-out;
}

.jokaroom-4ndr1n .jokaroom-cw3znk img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.jokaroom-c87crp,
.jokaroom-4ndr1n:hover {
  color: var(--button-bg-hover);
}

.jokaroom-8ysj1l {
  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-8ysj1l.jokaroom-5vzry9 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.jokaroom-8ysj1l.jokaroom-5vzry9:after,
.jokaroom-8ysj1l.jokaroom-5vzry9:before {
  content: "";
  position: absolute;
  margin: auto;
}

.jokaroom-8ysj1l.jokaroom-5vzry9: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-8ysj1l.jokaroom-5vzry9:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.jokaroom-8ysj1l.jokaroom-5vzry9 > * {
  z-index: 1;
}

.jokaroom-8ysj1l b,
.jokaroom-8ysj1l strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.jokaroom-8ysj1l .jokaroom-dvab66 {
  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-8ysj1l .jokaroom-46o4mo {
  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-8ysj1l .jokaroom-cw3znk {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.jokaroom-8ysj1l .jokaroom-363zob {
  margin-top: 12px;
}

.jokaroom-363zob {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.jokaroom-pvpjwf {
  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-363zob .jokaroom-9i6kyo {
  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-5s6jy2 ease-in-out;
}

.jokaroom-363zob .jokaroom-9i6kyo:hover {
  background: rgba(255, 255, 255, 0.3);
}

.jokaroom-vqb09j {
  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-8ysj1l.jokaroom-64jry1 {
  gap: 12px;
  padding: 16px;
}

.jokaroom-8ysj1l.jokaroom-64jry1 .jokaroom-vqb09j {
  min-width: 240px;
}

.jokaroom-8ysj1l.jokaroom-64jry1 .jokaroom-vqb09j.jokaroom-t9lf8s {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .jokaroom-8ysj1l .jokaroom-dvab66 {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .jokaroom-8ysj1l .jokaroom-46o4mo {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .jokaroom-8ysj1l .jokaroom-cw3znk {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .jokaroom-8ysj1l.jokaroom-64jry1 .jokaroom-cw3znk {
    max-width: 126px;
  }
  .jokaroom-8ysj1l .jokaroom-363zob {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .jokaroom-8ysj1l .jokaroom-pvpjwf {
    max-width: unset;
  }
  .jokaroom-vqb09j {
    min-width: unset;
    width: 100%;
  }
  .jokaroom-8ysj1l .jokaroom-vqb09j {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .jokaroom-8ysj1l.jokaroom-64jry1 {
    grid-template-rows: auto 1fr auto;
  }
  .jokaroom-8ysj1l.jokaroom-64jry1 .jokaroom-vqb09j {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .jokaroom-8ysj1l {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .jokaroom-8ysj1l .jokaroom-dvab66 {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .jokaroom-8ysj1l .jokaroom-cw3znk {
    max-width: 78px;
  }
  .jokaroom-8ysj1l .jokaroom-363zob {
    margin-top: -12px;
  }
  .jokaroom-8ysj1l.jokaroom-64jry1 {
    gap: 8px;
  }
  .jokaroom-8ysj1l.jokaroom-64jry1 .jokaroom-dvab66 {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .jokaroom-8ysj1l.jokaroom-64jry1 .jokaroom-46o4mo {
    grid-column: 1/3;
  }
  .jokaroom-8ysj1l.jokaroom-64jry1 .jokaroom-cw3znk {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .jokaroom-8ysj1l.jokaroom-64jry1 .jokaroom-cw3znk img {
    max-width: 114px;
  }
}

.jokaroom-vqb09j.jokaroom-nkygi9,
.jokaroom-vqb09j.jokaroom-xlj2f2,
.jokaroom-vqb09j.jokaroom-5tlhaw {
  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-5s6jy2 ease-in-out;
}

.jokaroom-vqb09j.jokaroom-nkygi9,
.jokaroom-vqb09j.jokaroom-5tlhaw {
  padding: 10px;
}

.jokaroom-vqb09j.jokaroom-nkygi9:hover,
.jokaroom-vqb09j.jokaroom-xlj2f2:hover,
.jokaroom-vqb09j.jokaroom-5tlhaw:hover {
  background: var(--button-bg-hover);
}

.jokaroom-vqb09j.jokaroom-nkygi9:hover svg path,
.jokaroom-vqb09j.jokaroom-5tlhaw:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.jokaroom-vqb09j.jokaroom-t9lf8s {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.jokaroom-5s6jy2 ease-in-out;
  background: var(--button-bg-color);
}

.jokaroom-vqb09j.jokaroom-t9lf8s:hover {
  background-color: var(--button-bg-hover);
}

.jokaroom-vqb09j.jokaroom-xlj2f2: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-vqb09j.jokaroom-xlj2f2:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.jokaroom-vqb09j.jokaroom-t9lf8s:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.jokaroom-bfjic5 {
  max-width: 650px;
}

.jokaroom-nbg07o {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.jokaroom-b0fpfe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.jokaroom-5cz8fy {
  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-doy8e1 ease-in-out;
  cursor: pointer;
}

.jokaroom-5cz8fy:hover {
  opacity: 0.5;
}

.jokaroom-5cz8fy:focus {
  outline: 0;
}

.jokaroom-5cz8fy:focus .jokaroom-cn8pvn,
.jokaroom-5cz8fy:hover .jokaroom-cn8pvn {
  fill: red;
  fill-opacity: 1;
}

.jokaroom-5cz8fy:hover {
  cursor: pointer;
}

.jokaroom-r5t0u3 {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.jokaroom-bfjic5.jokaroom-oqjmq1 {
  margin: 0 auto;
}

.jokaroom-bfjic5.jokaroom-65upik {
  margin-left: auto;
}

.jokaroom-cw3o4w {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.jokaroom-6f6l9o {
  padding-bottom: 50px;
}

.jokaroom-pw8789 {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.jokaroom-1lc0sc {
  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-6e24zl {
  margin-top: 24px;
}

.jokaroom-9z9rfi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.jokaroom-7duqlu {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.jokaroom-kr0c7k {
  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-ichu0v {
  width: 468px;
}

.jokaroom-kr0c7k .jokaroom-fi1rsz {
  margin: 0.jokaroom-6ubl9d 0;
}

.jokaroom-ejfgdd {
  display: flex;
  min-width: 224px;
}

.jokaroom-uqe3oh {
  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-doy8e1 ease-in-out;
}

.jokaroom-aww3i0,
.jokaroom-uqe3oh:hover {
  color: var(--text-color);
}

.jokaroom-ccdcio {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.jokaroom-nw0xpt {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .jokaroom-cw3o4w {
    padding: 16px;
  }
  .jokaroom-ccdcio {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .jokaroom-nw0xpt {
    align-items: center;
  }
  .jokaroom-ichu0v {
    width: unset;
  }
  .jokaroom-ejfgdd {
    min-width: unset;
  }
  .jokaroom-kr0c7k {
    max-height: unset;
  }
  .jokaroom-pw8789 {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .jokaroom-cw3o4w {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.jokaroom-x979zz {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.jokaroom-x979zz:not(:last-child) {
  margin-bottom: 16px;
}

.jokaroom-rcsyyo {
  outline: 0;
}

.jokaroom-rcsyyo .jokaroom-h7gz89 {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.jokaroom-4b5q1d {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .jokaroom-4b5q1d {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.jokaroom-4b5q1d::-webkit-details-marker {
  display: none;
}

.jokaroom-4b5q1d: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-4b5q1d: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-4b5q1d:after {
  transform: unset;
}

.jokaroom-h7gz89 {
  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-h7gz89 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-doy8e1 ease-in-out;
  -o-transition: 0.jokaroom-doy8e1 ease-in-out;
  transition: 0.jokaroom-doy8e1 ease-in-out;
}

.jokaroom-4r1zaf {
  padding: 16px 0 0 0;
}

.jokaroom-4r1zaf * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .jokaroom-4r1zaf :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .jokaroom-4b5q1d {
    flex-wrap: wrap;
    gap: 12px;
  }
  .jokaroom-4b5q1d::after {
    margin-left: auto;
  }
  .jokaroom-h7gz89 {
    order: 3;
    flex: 1 1 100%;
  }
  .jokaroom-4b5q1d {
    font-size: 14px;
    line-height: 130%;
  }
  .jokaroom-h7gz89 svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.jokaroom-ij4myk {
  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-x0kw7k {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.jokaroom-ij4myk.jokaroom-0nde8b .jokaroom-x0kw7k {
  margin-bottom: 12px;
}

.jokaroom-x0kw7k::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-ij4myk.jokaroom-0nde8b .jokaroom-x0kw7k::after {
  transform: unset;
}

.jokaroom-g959jn {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.jokaroom-vysvut {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.jokaroom-doy8e1 ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.jokaroom-vysvut: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-ij4myk.jokaroom-0nde8b .jokaroom-g959jn {
  max-height: 100%;
}

.jokaroom-nvqryf {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.jokaroom-gi0jjd {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.jokaroom-it8q7p {
  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-7pdask {
  margin-right: 4px;
}

.jokaroom-bxv4bq {
  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-doy8e1 ease-in-out;
}

.jokaroom-bxv4bq svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.jokaroom-c07geu,
.jokaroom-bxv4bq:hover {
  color: var(--text-color);
}

.jokaroom-m077i6 {
  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-m077i6 img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.jokaroom-m077i6 .jokaroom-zvgcsp {
  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-m077i6 .jokaroom-vc6rga {
  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-pbfu70 {
  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-fye4ml {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.jokaroom-26l9mx .jokaroom-wqd9te {
  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-26l9mx {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.jokaroom-7z8tbu {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.jokaroom-zaxnbj {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.jokaroom-p20p72 {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.jokaroom-epd4m3 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-p20p72:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.jokaroom-t8xoqy {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.jokaroom-85h8ps {
  -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-doy8e1 ease-in-out;
  transition: transform 0.jokaroom-doy8e1 ease-in-out;
  -o-transition: transform 0.jokaroom-doy8e1 ease-in-out;
  transition:
    transform 0.jokaroom-doy8e1 ease-in-out,
    -webkit-transform 0.jokaroom-doy8e1 ease-in-out;
  cursor: pointer;
}

.jokaroom-85h8ps svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.jokaroom-85h8ps: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-oxkuau {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .jokaroom-oxkuau {
    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-mgriuk {
  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-h12xfd {
  position: relative;
  width: 100%;
}

.jokaroom-mgriuk.jokaroom-7h98y2 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.jokaroom-mgriuk.jokaroom-oqjmq1 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.jokaroom-mgriuk.jokaroom-65upik {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.jokaroom-in7ka7 {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.jokaroom-9hsxta {
  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-doy8e1 ease-in-out;
  cursor: pointer;
}

.jokaroom-9hsxta:hover {
  opacity: 0.5;
}

.jokaroom-mgriuk.jokaroom-lxsy5e .jokaroom-9hsxta {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.jokaroom-mgriuk.jokaroom-lxsy5e .jokaroom-in7ka7 {
  cursor: pointer;
}

.jokaroom-ptsil2 {
  fill: #0009;
}

.jokaroom-l2xqb3 {
  fill: #fff;
}

.jokaroom-9hsxta:hover .jokaroom-ptsil2 {
  fill: red;
}

.jokaroom-9hsxta svg path {
  -webkit-transition: 0.jokaroom-doy8e1 ease-in-out;
  -o-transition: 0.jokaroom-doy8e1 ease-in-out;
  transition: 0.jokaroom-doy8e1 ease-in-out;
}

.jokaroom-khkbgj {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.jokaroom-khkbgj > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.jokaroom-khkbgj.jokaroom-mjwcwj > :not(.get-image) {
  grid-column: 1/3;
}

.jokaroom-4qdqu0:not(._h1-block) .jokaroom-khkbgj > .jokaroom-wjqfjv {
  grid-row: 1/2;
  grid-column: 1/3;
}

.jokaroom-khkbgj.jokaroom-mjwcwj .jokaroom-q38qf9 {
  grid-column: 2/3;
}

.jokaroom-khkbgj.jokaroom-mjwcwj > .jokaroom-cw3znk {
  grid-column: 1/2;
}

.jokaroom-khkbgj.jokaroom-mjwcwj > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.jokaroom-khkbgj > p:first-of-type {
  margin-top: 0;
}

.jokaroom-khkbgj .jokaroom-cw3znk {
  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-4qdqu0:not(._h1-block) .jokaroom-wjqfjv ~ .jokaroom-cw3znk {
  grid-row: 2/10;
}

.jokaroom-4qdqu0.jokaroom-u9x1iw .jokaroom-wjqfjv ~ .jokaroom-cw3znk {
  grid-row: 1/10;
}

.jokaroom-4qdqu0.jokaroom-u9x1iw > .jokaroom-wjqfjv {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.jokaroom-4qdqu0.jokaroom-u9x1iw .jokaroom-cw3znk {
  grid-row: 1/10;
}

.jokaroom-khkbgj.jokaroom-llc6g8 .jokaroom-cw3znk {
  align-items: flex-start;
}

.jokaroom-khkbgj.jokaroom-oqjmq1 .jokaroom-q38qf9 {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.jokaroom-khkbgj.jokaroom-oqjmq1 .jokaroom-cw3znk {
  align-items: center;
}

.jokaroom-khkbgj.jokaroom-9azauz .jokaroom-cw3znk {
  align-items: flex-end;
}

.jokaroom-q38qf9 > :first-child {
  margin-top: 0;
}

.jokaroom-q38qf9 > :last-child {
  margin-bottom: 0;
}

* + .jokaroom-idnrfq,
.jokaroom-4qdqu0 + .jokaroom-4qdqu0 {
  margin-top: 2rem;
}

.jokaroom-nsqbzo td::before,
.jokaroom-nsqbzo th::after {
  display: none !important;
}

.jokaroom-nsqbzo #link-selector {
  color: #000;
}

.jokaroom-nsqbzo .jokaroom-kcn0gr {
  color: #135e96;
}

.jokaroom-nsqbzo .jokaroom-jc2r7o *,
.jokaroom-nsqbzo .jokaroom-rdooz5 p,
.jokaroom-nsqbzo .jokaroom-7nif0r * {
  color: #000;
}

.jokaroom-nsqbzo .jokaroom-09xs49 {
  background: 0 0 !important;
}

.jokaroom-nsqbzo .jokaroom-qiw1hy {
  color: #000;
}

.jokaroom-nsqbzo .jokaroom-gn05c8.jokaroom-9ba0lc {
  color: #fff;
}

.jokaroom-nsqbzo .jokaroom-lim5m2 {
  color: #000;
}

.jokaroom-nsqbzo
  .jokaroom-cmwfn6
  .jokaroom-tmg9vl.jokaroom-9ba0lc.jokaroom-rt15hy {
  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-nltfqo,
body .jokaroom-e814uu {
  color: #000;
  background: var(--color-body) !important;
}

.jokaroom-nltfqo .jokaroom-44mg0s .jokaroom-0kv1lb,
body .jokaroom-e814uu .jokaroom-44mg0s .jokaroom-0kv1lb {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .jokaroom-vysvut:focus,
  .jokaroom-vysvut:hover {
    color: #f9cb16;
  }
  .jokaroom-djchgo:focus,
  .jokaroom-djchgo:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .jokaroom-2ciaf3:focus img,
  .jokaroom-2ciaf3:focus svg,
  .jokaroom-2ciaf3:hover img,
  .jokaroom-2ciaf3:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .jokaroom-m077i6 {
    display: none;
  }
}

@media (min-width: 1024px) {
  .jokaroom-v8x4a6:hover .jokaroom-095xna svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .jokaroom-095xna {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .jokaroom-a314hv {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .jokaroom-jw6on0 {
    grid-template-columns: repeat(4, 1fr);
  }
  .jokaroom-74v0ge {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .jokaroom-t0mv27 .jokaroom-3ng2x2 {
    grid-template-columns: 1fr;
  }
  .jokaroom-t0mv27 .jokaroom-x1at2x {
    -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-t0mv27 .jokaroom-l0sn7x {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .jokaroom-t0mv27 .jokaroom-lvvz5c {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .jokaroom-t0mv27 .jokaroom-lu3h6c {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .jokaroom-t0mv27 .jokaroom-l0sn7x:not(:first-child) {
    border: none;
  }
  .jokaroom-t0mv27 .jokaroom-l0sn7x:first-child .jokaroom-lvvz5c {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .jokaroom-t0mv27 .jokaroom-l0sn7x:last-child .jokaroom-lvvz5c {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .jokaroom-9mbhay {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .jokaroom-zeidq5 {
    max-width: 100px;
  }
  .jokaroom-xvhoe8 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .jokaroom-ztzl9r {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .jokaroom-ztzl9r svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .jokaroom-2ybc9q {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .jokaroom-xvhoe8 + .jokaroom-ztzl9r {
    margin-left: auto;
  }
  .jokaroom-m9tsjt {
    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-m9tsjt.jokaroom-0nde8b {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .jokaroom-ejq1qz {
    -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-72s27r {
    width: 100%;
  }
  .jokaroom-72s27r:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .jokaroom-eycjmg {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .jokaroom-eycjmg svg {
    margin-right: 4px;
  }
  .jokaroom-v8x4a6 {
    -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-095xna svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .jokaroom-095xna {
    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-fi1rsz {
    display: none;
    width: 100%;
  }
  .jokaroom-v8x4a6.jokaroom-0nde8b .jokaroom-fi1rsz {
    padding: 0 0 0 48px;
  }
  .jokaroom-4ndr1n {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .jokaroom-1lc0sc .jokaroom-cw3znk {
    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-iv8mid {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .jokaroom-iv8mid + .jokaroom-iv8mid {
    margin-right: 0;
  }
  .jokaroom-iv8mid + .jokaroom-cw3znk {
    margin: 0;
  }
  .jokaroom-a314hv {
    grid-template-columns: repeat(4, 1fr);
  }
  .jokaroom-jw6on0 {
    grid-template-columns: repeat(3, 1fr);
  }
  .jokaroom-6o31di,
  .jokaroom-2h2aps {
    grid-template-columns: repeat(2, 1fr);
  }
  .jokaroom-khkbgj {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .jokaroom-khkbgj.jokaroom-mjwcwj .jokaroom-q38qf9 {
    grid-column: auto;
    grid-row: auto;
  }
  .jokaroom-khkbgj > .jokaroom-wjqfjv {
    grid-column: 1/2;
  }
  .jokaroom-khkbgj.jokaroom-mjwcwj > :not(.get-image) {
    grid-column: 1/2;
  }
  .jokaroom-khkbgj .jokaroom-cw3znk,
  .jokaroom-khkbgj.jokaroom-mjwcwj > .jokaroom-cw3znk {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .jokaroom-khkbgj.jokaroom-mjwcwj > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .jokaroom-4qdqu0.jokaroom-u9x1iw .jokaroom-khkbgj > .jokaroom-cw3znk {
    grid-row: 1/2;
  }
  .jokaroom-khkbgj .jokaroom-wjqfjv ~ .jokaroom-cw3znk,
  .jokaroom-khkbgj.jokaroom-mjwcwj .jokaroom-wjqfjv ~ .jokaroom-cw3znk {
    grid-row: 2/3;
  }
  .jokaroom-4qdqu0.jokaroom-u9x1iw .jokaroom-wjqfjv ~ .jokaroom-cw3znk {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .jokaroom-zvqtju:first-child .jokaroom-6t1zey {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .jokaroom-zvqtju:first-child .jokaroom-6t1zey h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .jokaroom-zvqtju {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .jokaroom-zvqtju {
    padding: 0;
  }
  .jokaroom-vuhxm9 {
    margin-top: 1rem;
  }
  .jokaroom-rcsyyo {
    border-radius: 5px;
  }
  .jokaroom-bge9p6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .jokaroom-x0kw7k::after {
    display: inline-block;
  }
  .jokaroom-x0kw7k {
    margin: 0;
    width: 100%;
  }
  .jokaroom-g959jn {
    width: 100%;
  }
  .jokaroom-g959jn.jokaroom-l4l6ke {
    -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-g959jn.jokaroom-l4l6ke .jokaroom-oshs2r {
    width: 100%;
  }
  .jokaroom-g959jn.jokaroom-l4l6ke .jokaroom-oshs2r:not(:last-child) {
    margin-right: 0;
  }
  .jokaroom-vysvut {
    width: 100%;
    text-align: center;
  }
  .jokaroom-ij4myk.jokaroom-0nde8b .jokaroom-g959jn {
    margin-top: 1rem;
  }
  .jokaroom-a314hv {
    grid-template-columns: repeat(3, 1fr);
  }
  .jokaroom-74v0ge,
  .jokaroom-jw6on0 {
    grid-template-columns: repeat(2, 1fr);
  }
  .jokaroom-6o31di,
  .jokaroom-2h2aps,
  .jokaroom-khu8gq {
    grid-template-columns: 1fr;
  }
  .jokaroom-raobs6 {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .jokaroom-sry1sn {
    min-width: 300px;
    max-width: 325px;
  }
  .jokaroom-lvvz5c {
    cursor: auto;
  }
  .jokaroom-zaq5uk .jokaroom-lvvz5c {
    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-oxkuau {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .jokaroom-fi1rsz {
    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-oxkuau {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.jokaroom-iv8mid p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .jokaroom-ztzl9r {
    margin: 0 -0.2rem;
  }
  .jokaroom-iv8mid {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .jokaroom-dm8lv4 {
    -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-7j1diq {
    max-width: 100%;
  }
  .jokaroom-a314hv {
    grid-template-columns: repeat(2, 1fr);
  }
  .jokaroom-74v0ge,
  .jokaroom-jw6on0 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .jokaroom-9mbhay {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .jokaroom-ztzl9r {
    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-255x7a {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .jokaroom-6h4zbw {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .jokaroom-jljjvw,
  .jokaroom-q6m41s {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .jokaroom-7pfwj1 {
    width: 100%;
  }
  .jokaroom-a314hv {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .jokaroom-oxkuau {
    top: 127px !important;
  }
}

.jokaroom-aydpk2 {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .jokaroom-aydpk2 {
  }
}

@media (max-width: 767px) {
  .jokaroom-aydpk2 {
    margin-bottom: 12px;
  }
}

.jokaroom-aydpk2 img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.jokaroom-kmj4tm {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.jokaroom-kmj4tm > .jokaroom-qhgsu8 {
  flex: 1 1;
}

@media (max-width: 767px) {
  .jokaroom-kmj4tm {
    flex-direction: column;
    gap: 12px;
  }
}

.jokaroom-fkkwh9 {
  display: flex;
}

.jokaroom-fkkwh9 .jokaroom-yxi0ku {
  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-fkkwh9 .jokaroom-gre8rz {
  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-fkkwh9 .jokaroom-vawuwj {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.jokaroom-fkkwh9 .jokaroom-pshv17 {
  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-fkkwh9 .jokaroom-pshv17:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.jokaroom-fkkwh9 .jokaroom-hst1pc {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.jokaroom-nvkift {
  border: unset;
  background-color: unset;
}

.jokaroom-nvkift tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.jokaroom-nvkift .jokaroom-wk7grv,
.jokaroom-nvkift .jokaroom-0jy2m7 {
  flex: 0 1 330px;
}

.jokaroom-nvkift .jokaroom-lbzava {
  flex: 1 1;
}

.jokaroom-nvkift 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-nvkift tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.jokaroom-nvkift tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.jokaroom-nvkift tr td p {
  color: #fff;
  margin: 0;
}

.jokaroom-nvkift tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.jokaroom-nvkift tr.jokaroom-wk7grv td p {
  padding: 16px 0;
}

.jokaroom-nvkift tr.jokaroom-wk7grv td p:not(:last-child),
.jokaroom-nvkift tr.jokaroom-0jy2m7 td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.jokaroom-nvkift tr.jokaroom-wk7grv td p:first-child,
.jokaroom-nvkift tr.jokaroom-0jy2m7 td p:first-child {
  padding-top: 0;
}

.jokaroom-nvkift tr.jokaroom-0jy2m7 td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.jokaroom-nvkift tr.jokaroom-0jy2m7 td p:last-child {
  padding-bottom: 0;
}

.jokaroom-nvkift .jokaroom-0jy2m7 img {
  max-width: 32px;
}

.jokaroom-nvkift .jokaroom-lbzava {
  min-width: 718px;
}

.jokaroom-nvkift .jokaroom-lbzava td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.jokaroom-nvkift .jokaroom-lbzava td {
  display: flex;
}

.jokaroom-nvkift .jokaroom-lbzava td:last-child .jokaroom-vvpemh,
.jokaroom-nvkift .jokaroom-lbzava td:last-child .jokaroom-1d3b8e,
.jokaroom-nvkift .jokaroom-lbzava td:last-child .jokaroom-2ad1al {
  flex: 1 1 50%;
}

.jokaroom-nvkift .jokaroom-lbzava td:last-child .jokaroom-pl8g57 {
  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-nvkift .jokaroom-lbzava td:last-child .jokaroom-okho48,
.jokaroom-nvkift .jokaroom-lbzava td:last-child .jokaroom-n4u3su {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.jokaroom-nvkift .jokaroom-lbzava td:last-child .jokaroom-vvpemh,
.jokaroom-nvkift .jokaroom-lbzava td:last-child .jokaroom-1d3b8e {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.jokaroom-nvkift .jokaroom-lbzava td:last-child .jokaroom-vvpemh span,
.jokaroom-nvkift .jokaroom-lbzava td:last-child .jokaroom-1d3b8e span {
  font-weight: 800;
}

.jokaroom-nvkift .jokaroom-lbzava img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .jokaroom-nvkift .jokaroom-lbzava td .jokaroom-2ad1al:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .jokaroom-nvkift tr.jokaroom-wk7grv td p:last-child {
    padding-bottom: 0;
  }
  .jokaroom-nvkift .jokaroom-0jy2m7 > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .jokaroom-nvkift .jokaroom-0jy2m7 > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .jokaroom-nvkift tr.jokaroom-wk7grv td p:not(:last-child),
  .jokaroom-nvkift tr.jokaroom-0jy2m7 td p:not(:last-child) {
    border-bottom: unset;
  }
  .jokaroom-nvkift tr.jokaroom-0jy2m7 td p:last-child {
    padding-bottom: 12px;
  }
  .jokaroom-nvkift .jokaroom-lbzava td:last-child .jokaroom-vvpemh,
  .jokaroom-nvkift .jokaroom-lbzava td:last-child .jokaroom-1d3b8e,
  .jokaroom-nvkift .jokaroom-lbzava td:last-child .jokaroom-2ad1al {
    flex: 1 1 50%;
    padding: 0;
  }
  .jokaroom-nvkift .jokaroom-lbzava td:last-child .jokaroom-vvpemh,
  .jokaroom-nvkift .jokaroom-lbzava td:last-child .jokaroom-1d3b8e {
    margin-top: 16px;
  }
  .jokaroom-nvkift .jokaroom-lbzava td:last-child .jokaroom-2ad1al {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .jokaroom-nvkift .jokaroom-lbzava td:last-child .jokaroom-vvpemh {
    border-right: 1px solid var(--border-color);
  }
  .jokaroom-nvkift .jokaroom-lbzava td:last-child .jokaroom-2ad1al:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .jokaroom-nvkift .jokaroom-lbzava td:last-child .jokaroom-2ad1al:last-child {
    padding-bottom: 0;
  }
}

.jokaroom-2ad1al {
  display: flex;
  flex-direction: column;
}

.jokaroom-nvkift .jokaroom-lbzava td .jokaroom-2ad1al {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.jokaroom-nvkift .jokaroom-lbzava td .jokaroom-2ad1al:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.jokaroom-nvkift .jokaroom-lbzava td .jokaroom-2ad1al:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .jokaroom-nvkift .jokaroom-lbzava td .jokaroom-2ad1al:not(:first-child) {
    padding-left: 0;
  }
  .jokaroom-nvkift .jokaroom-lbzava td .jokaroom-2ad1al:not(:last-of-type) {
    border-right: unset;
  }
}

.jokaroom-nvkift .jokaroom-mc7x1j {
  flex: 0 1 485px;
}

.jokaroom-nvkift .jokaroom-h04gcg {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.jokaroom-nvkift .jokaroom-h04gcg li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.jokaroom-nvkift .jokaroom-h04gcg li.jokaroom-eljwx1 {
  padding: 6px 12px;
}

.jokaroom-nvkift .jokaroom-h04gcg li a,
.jokaroom-nvkift .jokaroom-h04gcg 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-nvkift .jokaroom-xcrue6,
.jokaroom-nvkift .jokaroom-stahpi {
  flex: 1 1;
}

.jokaroom-nvkift .jokaroom-hdk9si,
.jokaroom-nvkift .jokaroom-jcfkfz {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.jokaroom-nvkift .jokaroom-hdk9si li,
.jokaroom-nvkift .jokaroom-jcfkfz li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.jokaroom-nvkift .jokaroom-stahpi img {
  max-width: 32px;
}

.jokaroom-nvkift .jokaroom-xcrue6 img {
  max-width: 32px;
}

.jokaroom-nvkift .jokaroom-yhkesc {
  min-width: 280px;
}

.jokaroom-nvkift .jokaroom-yhkesc img {
  max-width: 146px;
}

.jokaroom-nvkift .jokaroom-yhkesc td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .jokaroom-nvkift .jokaroom-wk7grv,
  .jokaroom-nvkift .jokaroom-0jy2m7 {
    flex: 0 1 auto;
  }
  .jokaroom-nvkift .jokaroom-lbzava {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .jokaroom-nvkift .jokaroom-wk7grv,
  .jokaroom-nvkift .jokaroom-mc7x1j,
  .jokaroom-nvkift .jokaroom-0jy2m7,
  .jokaroom-nvkift .jokaroom-lbzava {
    flex: 1 1 calc(50% - 20px);
  }
  .jokaroom-nvkift .jokaroom-xcrue6,
  .jokaroom-nvkift .jokaroom-yhkesc,
  .jokaroom-nvkift .jokaroom-stahpi {
    flex: 1 1 30%;
  }
  .jokaroom-nvkift .jokaroom-yhkesc {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .jokaroom-nvkift .jokaroom-wk7grv,
  .jokaroom-nvkift .jokaroom-mc7x1j,
  .jokaroom-nvkift .jokaroom-xcrue6,
  .jokaroom-nvkift .jokaroom-0jy2m7,
  .jokaroom-nvkift .jokaroom-lbzava,
  .jokaroom-nvkift .jokaroom-yhkesc,
  .jokaroom-nvkift .jokaroom-stahpi {
    flex: 1 1 100%;
  }
}

.jokaroom-gyqssa .jokaroom-vp6te6 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.jokaroom-gyqssa .jokaroom-m1q50k {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.jokaroom-gyqssa .jokaroom-3kma31 {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.jokaroom-gyqssa .jokaroom-c7h2r9 {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.jokaroom-gyqssa .jokaroom-c7h2r9 > :nth-child(3) {
  margin-top: 0;
}

.jokaroom-gyqssa .jokaroom-cw3znk {
  grid-column: 2/3;
  grid-row: 1/10;
}

.jokaroom-gyqssa .jokaroom-ui0fih {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.jokaroom-gyqssa .jokaroom-vuhxm9 {
  grid-column: 1/2;
}

.jokaroom-gyqssa > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.jokaroom-gyqssa .jokaroom-m1q50k: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-gyqssa .jokaroom-m1q50k:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.jokaroom-gyqssa .jokaroom-7pfwj1 {
  min-width: 240px;
}

@media (max-width: 768px) {
  .jokaroom-gyqssa .jokaroom-m1q50k:not(:last-child):before {
    bottom: 8px;
  }
  .jokaroom-gyqssa .jokaroom-m1q50k:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .jokaroom-gyqssa .jokaroom-c7h2r9 {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .jokaroom-gyqssa .jokaroom-cw3znk {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .jokaroom-gyqssa .jokaroom-cw3znk img {
    width: 100%;
    height: auto;
  }
  .jokaroom-gyqssa .jokaroom-7pfwj1 {
    width: 100%;
    min-width: unset;
  }
}

.jokaroom-ockd4m .jokaroom-omvuk0 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.jokaroom-ockd4m .jokaroom-bucmoc {
  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-ockd4m .jokaroom-cw3znk {
  height: 100%;
}

.jokaroom-ockd4m .jokaroom-cw3znk img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.jokaroom-ockd4m .jokaroom-7c9kna {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.jokaroom-ockd4m .jokaroom-3iap3u {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.jokaroom-ockd4m .jokaroom-myl95u {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .jokaroom-ockd4m .jokaroom-bucmoc {
    flex: 1 1 100%;
  }
  .jokaroom-ockd4m .jokaroom-vqb09j {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .jokaroom-ockd4m .jokaroom-bucmoc {
    flex-direction: column;
  }
  .jokaroom-ockd4m .jokaroom-cw3znk {
    width: 100%;
    height: auto;
  }
  .jokaroom-ockd4m .jokaroom-cw3znk img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .jokaroom-ockd4m .jokaroom-7c9kna {
    padding: 0 16px 16px 16px;
  }
  .jokaroom-ockd4m .jokaroom-vqb09j {
    min-width: unset;
    width: 100%;
  }
}

.jokaroom-st4evu .jokaroom-7dih6h {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.jokaroom-st4evu .jokaroom-isew13 {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.jokaroom-st4evu 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-st4evu .jokaroom-ngoaaw {
  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-st4evu .jokaroom-isew13:hover .jokaroom-ngoaaw {
  display: flex;
}

.jokaroom-st4evu .jokaroom-ipf6ae {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.jokaroom-st4evu .jokaroom-nqay2h {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.jokaroom-67v5ty {
  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-67v5ty.jokaroom-d9l69w {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.jokaroom-5s6jy2 ease-in-out;
}

.jokaroom-67v5ty.jokaroom-d9l69w:hover {
  color: #f9cb16;
  background-color: transparent;
}

.jokaroom-st4evu .jokaroom-s5slmy {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.jokaroom-5s6jy2 ease-in-out;
}

.jokaroom-st4evu .jokaroom-s5slmy:hover {
  color: #196948;
  background-color: #f9cb16;
}

.jokaroom-st4evu .jokaroom-s5slmy:after,
.jokaroom-67v5ty.jokaroom-d9l69w:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.jokaroom-67v5ty.jokaroom-d9l69w:after {
  background-image: url(../images/Cash.svg);
}

.jokaroom-st4evu .jokaroom-s5slmy:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .jokaroom-st4evu .jokaroom-7dih6h {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .jokaroom-st4evu .jokaroom-7dih6h {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .jokaroom-st4evu .jokaroom-7dih6h {
    grid-template-columns: 1fr;
  }
  .jokaroom-st4evu .jokaroom-isew13 {
    height: auto;
  }
  .jokaroom-st4evu .jokaroom-isew13 .jokaroom-ngoaaw {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .jokaroom-st4evu .jokaroom-ipf6ae,
  .jokaroom-st4evu .jokaroom-nqay2h {
    text-align: left;
  }
  .jokaroom-st4evu .jokaroom-nqay2h {
    margin-bottom: 8px;
  }
  .jokaroom-st4evu img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.jokaroom-qh2rz0 {
  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-qh2rz0.jokaroom-lxsy5e {
  display: block;
}

.jokaroom-qh2rz0 .jokaroom-s9dthi {
  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-qh2rz0 .jokaroom-zud32h {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.jokaroom-qh2rz0 .jokaroom-0x4uve {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.jokaroom-qh2rz0 .jokaroom-znab7x {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.jokaroom-qh2rz0 .jokaroom-67v5ty {
  min-width: 296px;
  margin-bottom: 0;
}

.jokaroom-qh2rz0 .jokaroom-boin7q {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.jokaroom-qh2rz0 .jokaroom-5di8yl {
  position: relative;
  flex: 1 1;
}

.jokaroom-qh2rz0 .jokaroom-5di8yl iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .jokaroom-qh2rz0 .jokaroom-zud32h {
    flex-wrap: wrap;
    gap: 8px;
  }
  .jokaroom-qh2rz0 .jokaroom-0x4uve {
    order: 1;
  }
  .jokaroom-qh2rz0 .jokaroom-znab7x {
    order: 3;
    flex: 1 1 100%;
  }
  .jokaroom-qh2rz0 .jokaroom-67v5ty {
    width: 100%;
    min-width: unset;
  }
  .jokaroom-qh2rz0 .jokaroom-boin7q {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .jokaroom-khkbgj > .jokaroom-wjqfjv {
    margin-bottom: 0;
  }
  .jokaroom-khkbgj > .jokaroom-vuhxm9,
  .jokaroom-khkbgj > p {
    margin-top: 0;
  }
}

.jokaroom-lz52ic img,
.jokaroom-iv8mid img {
  width: auto;
  object-fit: contain;
}

.jokaroom-lz52ic {
  align-items: center;
}

.jokaroom-lz52ic img {
  max-height: 76px;
}

.jokaroom-iv8mid img {
  max-height: 64px;
}

.jokaroom-j34szp {
  overflow: auto;
}

.jokaroom-eu43hh {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.jokaroom-doko4d:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.jokaroom-l1aivm {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.jokaroom-fq40me {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.jokaroom-l1aivm .jokaroom-cw3znk {
  margin-right: 20px;
  flex-shrink: 0;
}

.jokaroom-l1aivm img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.jokaroom-oei2ll {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.jokaroom-oei2ll > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .jokaroom-l1aivm {
    padding: 15px 10px;
  }
  .jokaroom-oei2ll {
    padding: 15px 10px;
  }
  .jokaroom-l1aivm .jokaroom-cw3znk {
    margin-right: 10px;
  }
}

.jokaroom-1vhi7i {
  overflow-x: auto;
}

.jokaroom-xq0hti {
  border-collapse: collapse;
  width: 100%;
}

.jokaroom-1vhi7i th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.jokaroom-1vhi7i td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.jokaroom-1vhi7i td.jokaroom-elokib {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.jokaroom-1vhi7i td.jokaroom-mvu49b {
  border-right: none;
}

.jokaroom-1vhi7i td.jokaroom-mvu49b .jokaroom-cw3znk {
  justify-content: flex-start;
}

.jokaroom-1vhi7i td.jokaroom-mvu49b .jokaroom-cw3znk img {
  height: auto;
  width: 90px;
}

.jokaroom-1vhi7i td.jokaroom-avjsn9,
.jokaroom-1vhi7i td.jokaroom-i63oem {
  font-weight: 600;
  text-align: right;
}

.jokaroom-1vhi7i td.jokaroom-upb42t,
.jokaroom-1vhi7i td.jokaroom-avjsn9 {
  padding-bottom: 10px;
  border-bottom: none;
}

.jokaroom-1vhi7i td.jokaroom-avjsn9,
.jokaroom-1vhi7i td.jokaroom-i63oem {
  border-left: none;
}

.jokaroom-1vhi7i td.jokaroom-upb42t,
.jokaroom-1vhi7i td.jokaroom-ktjyt2 {
  border-right: none;
}

.jokaroom-1vhi7i td.jokaroom-ktjyt2,
.jokaroom-1vhi7i td.jokaroom-i63oem {
  border-top: none;
  padding-top: 10px;
}

.jokaroom-pnkxf3 {
  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-pnkxf3 .jokaroom-vqb09j {
  min-width: unset;
  width: 100%;
}

.jokaroom-pnkxf3 .jokaroom-vqb09j.jokaroom-nkygi9 {
  grid-column: 1/2;
  grid-row: 1/2;
}

.jokaroom-pnkxf3 .jokaroom-vqb09j.jokaroom-5tlhaw {
  grid-column: 2/3;
  grid-row: 1/2;
}

.jokaroom-pnkxf3 .jokaroom-8u65wh {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .jokaroom-pnkxf3 {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .jokaroom-pnkxf3 .jokaroom-vqb09j.jokaroom-nkygi9 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .jokaroom-pnkxf3 .jokaroom-vqb09j.jokaroom-5tlhaw {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .jokaroom-pnkxf3 .jokaroom-8u65wh {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.jokaroom-xjdtqq {
  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-r4s1r6 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.jokaroom-vl8fhg p a img {
  margin: 0 auto;
  display: block;
}

.jokaroom-vl8fhg table {
  margin-bottom: 17px;
}

/* contanct form */
.jokaroom-z1nsak {
  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-z1nsak label {
  font-size: 14px;
}

.jokaroom-z1nsak h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.jokaroom-z1nsak input,
.jokaroom-z1nsak textarea,
.jokaroom-z1nsak 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-z1nsak button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.jokaroom-5s6jy2 ease;
}
.jokaroom-z1nsak button:hover {
  background-color: #691204;
}
.jokaroom-prbcrr {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.jokaroom-vw4c14 ease-in;
}

.jokaroom-prbcrr 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-mi8yle, .jokaroom-quxqso, [class*="review-card"],
thead, thead th, table th, .jokaroom-3oj3iz,
.jokaroom-zaqrr8, [class*="collapsible-header"],
.jokaroom-jyckx0, [class*="updated-block"] {
  color: #ece7dc !important;
}
