:root {
  /* pinned */
  --success-color: #069814;
  --success-color-light: #07be1a;
  --icon-color: #cbabff;
  --icon-filter: brightness(0) saturate(100%) invert(69%) sepia(10%)
    saturate(2143%) hue-rotate(213deg) brightness(104%) contrast(102%);
  --header-bg-color: var(--primary-color-dark);
  --sidebar-bg-color: var(--menu-color);
  --bonus-card-bg-color: var(--menu-color);
  --btn-border-color: var(--accent-color);
  --btn-border-color-outline: var(--border-color);
  --btn-round: var(--round-l);
  --btn-text-color: var(--white-color);
  --btn-text-color-outline: var(--white-color);
  --table-head-bg-color: var(--table-1-color);
  --table-head-text-color: var(--text-color);
  --table-cell-bg-color: var(--bg-color);
  --table-cell-text-color: var(--text-color);
  --faq-bg-color: var(--menu-color);
  --faq-divider-color: var(--divider-color);
  --faq-border-color: var(--border-color);
  --faq-round: var(--round-base);
  --base: 1rem;
  --container-width: 1130px;
  --container-padding-x: 15px;
  --header-height: calc(var(--base) * 4);
  --sidebar-width-short: calc(var(--base) * 4);
  --sidebar-width: calc(var(--base) * 20);
  --transition-duration: 0.2s;
  --games-grid-cols: 7;
  --games-grid-cols-mobile: calc(var(--games-grid-cols) * 2);
  --new-game-card-bg-color: linear-gradient(
    180deg,
    rgba(109, 0, 216, 0),
    #47008d
  );
  --seo-content-width: 80%;
  --round-sm: calc(var(--base) * 0.5);
  --round-base: var(--base);
  --round-l: calc(var(--base) * 2);
  --font-primary: "Montserrat", sans-serif;
  --font-secondary: "Arial", sans-serif;
  --font-render-type: swap;
}

* {
  border: none;
  margin: 0;
  padding: 0;
}

*,
:after,
:before {
  box-sizing: border-box;
}

a,
a:link,
a:visited {
  color: inherit;
}

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

aside,
footer,
header,
main,
nav,
section {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img,
svg {
  height: auto;
  max-width: 100%;
}

address {
  font-style: normal;
}

button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}

input::-ms-clear {
  display: none;
}

button,
input[type="submit"] {
  background-color: transparent;
  background: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
}

button:active,
button:focus,
input:active,
input:focus {
  outline: none;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

body,
html {
  scroll-behavior: smooth;
  scroll-margin-top: 5rem;
}

html {
  font-size: 100%;
}

body {
  background-color: var(--main-theme-color);
  color: var(--text-color);
  font-family: var(--font-primary);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media screen and (max-width: 1024px) {
  .payid-zngfot {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .payid-uf2dmi {
    display: none;
  }
}

.payid-ahqhcf {
  background: var(--menu-color);
  border-radius: var(--border-radius-sm);
}

.payid-3ytns2 {
  overflow-y: hidden;
}

.payid-lr2p7v {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.239), 0 0 1px 0 rgba(0, 0, 0, 0.322);
}

h1,
h2,
h3,
h4 {
  line-height: 120%;
}

p {
  line-height: 140%;
}

h1 {
  font-size: 3rem;
}

@media screen and (max-width: 992px) {
  h1 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 576px) {
  h1 {
    font-size: 2rem;
  }
}

h2 {
  font-size: 2.25rem;
}

@media screen and (max-width: 992px) {
  h2 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 576px) {
  h2 {
    font-size: 1.8rem;
  }
}

h3 {
  font-size: 1.6rem;
}

@media screen and (max-width: 992px) {
  h3 {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 576px) {
  h3 {
    font-size: 1.2rem;
  }
}

p {
  font-size: 1rem;
}

@media screen and (max-width: 992px) {
  p {
    font-size: 1rem;
  }
}

@media screen and (max-width: 576px) {
  p {
    font-size: 1rem;
  }
}

.payid-8setca {
  margin-left: auto;
  margin-right: auto;
  max-width: 1414px;
  padding: 0 15px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .payid-8setca {
    max-width: 100%;
  }
}

.payid-ktv9g1,
body,
html {
  height: 100%;
}

.payid-bsr3c5 {
  bottom: 0;
  height: 100%;
  left: 0;
  max-width: var(--sidebar-width-short);
  position: fixed;
  top: 0;
  transform: scaleX(1);
  transition: 0.25s;
  width: 100%;
  will-change: transform;
  z-index: 900;
}

.payid-bsr3c5.payid-754aou {
  display: block;
  max-width: var(--sidebar-width);
  transform: scaleX(var(--sidebar-width));
}

.payid-44a9oa {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-left: var(--sidebar-width-short);
  max-width: calc(100% - var(--sidebar-width-short));
  transition: 0.25s;
  width: 100%;
}

.payid-44a9oa.payid-754aou {
  margin-left: var(--sidebar-width);
  max-width: calc(100% - var(--sidebar-width));
}

.payid-ln70s8 {
  height: var(--header-height);
  left: 0;
  margin-left: var(--sidebar-width-short);
  max-width: calc(100% - var(--sidebar-width-short));
  position: fixed;
  right: 0;
  top: 0;
  transition: transform 0.25s;
  width: 100%;
  will-change: transform;
  z-index: 900;
}

.payid-ln70s8.payid-754aou {
  margin-left: var(--sidebar-width);
  max-width: calc(100% - var(--sidebar-width));
  transform: scaleX(calc(100% - var(--sidebar-width)));
}

.payid-ln70s8.payid-754aou .payid-xt2fnk {
  display: none;
}

.payid-enwu0b {
  padding-top: calc(var(--header-height) + 1rem);
}

@media screen and (max-width: 1024px) {
  .payid-ln70s8,
  .payid-44a9oa {
    margin-left: 0;
    max-width: 100%;
  }
}

.payid-tz67qz {
  background: var(--sidebar-bg-color);
  display: block;
}

.payid-tz67qz.payid-754aou .payid-xt2fnk {
  display: inline-block;
}

.payid-tz67qz.payid-754aou .payid-2k8hue {
  display: flex;
}

.payid-tz67qz.payid-754aou .payid-v5sur3 {
  transform: translateY(0);
  visibility: visible;
}

.payid-qp8v4k {
  align-items: center;
  background: var(--fh-bg-color);
  display: flex;
  height: var(--header-height);
  max-height: var(--header-height);
}

.payid-tz67qz .payid-xt2fnk {
  display: none;
  margin: 0 auto;
  transform: translateX(calc(var(--header-height) * -1 / 2));
}

.payid-2k8hue {
  display: none;
  flex-direction: column;
  height: 90%;
  justify-content: space-between;
  max-height: 90%;
  overflow-y: scroll;
  padding: 1rem 0.5rem;
}

.payid-2k8hue::-webkit-scrollbar {
  width: 0;
}

.payid-mcejnk {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 0 0.5rem;
}

.payid-mcejnk.payid-754aou {
  display: none;
}

.payid-o9k2c9 {
  filter: var(--button-text-color);

  max-width: 1.5rem;
  min-width: 1.5rem;
}

.payid-jg225i {
  align-items: center;
  aspect-ratio: 1/1;
  background: transparent;
  border-radius: var(--round-sm);
  display: flex;
  height: auto;
  justify-content: center;
  transition: var(--transition-duration);
  width: 3rem;
}

.payid-1bzlxg {
  max-width: 40px;
}

.payid-744yx9 {
  display: inline-flex;
  justify-content: center;
  padding: 5px 0;
  width: 100%;
}

.payid-744yx9 svg {
  color: var(--success-color-light);
}

.payid-t60mn7 {
  border-bottom: 1px solid var(--divider-color);
}

.payid-78kb39 {
  border-top: 1px solid var(--divider-color);
}

@media (any-hover: hover) {
  .payid-jg225i:hover {
    background: var(--menu-color);
  }
}

@media screen and (max-width: 1024px) {
  .payid-tz67qz {
    display: none;
  }
  .payid-tz67qz:after {
    background: var(rgba(0, 0, 0, 0.523) city);
    content: "";
    height: 100%;
    left: var(--sidebar-width);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 900;
  }
}

.payid-y5z39s {
  align-items: center;
  background: var(--button-bg-color);
  border-radius: 5px;
  display: inline-block;
  display: inline-flex;
  gap: 0.5rem;
  margin-top: 1rem;
  padding: 0.5rem;
  width: 100%;
}

.payid-vp1x6t {
  max-width: 40px;
}

.payid-ze642k {
  font-size: 0.75rem;
  font-weight: 700;
}

.payid-w14z97 {
  background: var(--fh-bg-color);
}

.payid-9n15ds,
.payid-k4ur4r {
  align-items: center;
  display: flex;
}

.payid-9n15ds {
  gap: 0.5rem;
}

.payid-k4ur4r {
  gap: 2rem;
  height: 100%;
  justify-content: space-between;
}

.payid-w14z97 .payid-xt2fnk {
  margin-right: 2rem;
}

@media (max-width: 768px) {
  .payid-k4ur4r {
    gap: 0rem;
    padding: 0;
  }

  .payid-w14z97 .payid-xt2fnk {
    margin-right: 0rem;
  }
}

@media screen and (max-width: 768px) {
  .payid-w14z97 .payid-l08gjo {
    display: none;
  }
  .payid-bkvpw3 {
    font-size: 0.payid-zurzmg !important;
  }
  .payid-w14z97 .payid-xt2fnk {
    max-width: 100px;
  }
}

.payid-6qsdla svg {
  color: var(--icon-color);
}

@media screen and (max-width: 768px) {
  .payid-6qsdla {
    display: none;
  }
}

.payid-xt2fnk {
  display: inline-block;
  max-width: 125px;
}

.payid-g6xhsc {
  width: 100%;
}

.payid-v5sur3 {
  transform: translateY(10%);
  transition-delay: 10s;
  visibility: hidden;
}

.payid-l11qa7 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.payid-iiglqs,
.payid-jlcnx1 {
  cursor: pointer;
  background: var(--border-color);
  border-radius: 6px;
  transition: var(--transition-duration);
}

.payid-iiglqs {
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  font-weight: 700;
  gap: 0.5rem;
  overflow: hidden;
  padding: 5px 0.5rem;
  position: relative;
}

.payid-iiglqs:before {
  background: var(--decor-gradient);
  content: "";
  filter: blur(30px);
  height: 120px;
  left: -15px;
  opacity: 0.7;
  position: absolute;
  top: -80px;
  width: 120px;
  z-index: 1;
}

.payid-j1bxvr {
  font-size: 0.875rem;
  justify-content: center;
}

.payid-8a68p3,
.payid-213ckz {
  position: relative;
  z-index: 2;
}

.payid-8a68p3 {
  max-width: 40px;
}

.payid-bglmsf {
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 1rem;
}

.payid-7frwaq:last-child:nth-child(odd) {
  grid-column: 1/-1;
}

.payid-tmkue4 {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 1rem;
}

.payid-jlcnx1 {
  padding: 0.5rem;
}

.payid-zcgubu {
  filter: var(--button-text-color);
  max-width: 1.25rem;
}

@media (any-hover: hover) {
  .payid-iiglqs:hover,
  .payid-jlcnx1:hover {
    background: var(--border-color);
  }
}

.payid-qat22z {
  align-items: center;
  background: var(--button-bg-color);
  border: 2px solid var(--border-color);
  border-radius: var(--btn-round);
  display: inline-flex;
  font-weight: 600;
  gap: 5px;
  justify-content: center;
  padding: 6px 10px;
  text-align: center;
  transition: var(--transition-duration);
  cursor: pointer;
}

.payid-l4kde2 {
  color: var(--button-text-color);
}

.payid-a36jac {
  /* background: transparent; */
  border-color: var(--btn-border-color-outline);
}

.payid-a36jac .payid-l4kde2 {
  color: var(--button-text-color);
}

.payid-j10sr5 {
  padding: 0.payid-nrh23c 0.625em;
  width: 100%;
}

.payid-xigwxq {
  font-size: 0.875rem;
}

.payid-tdzdej {
  background: var(--success-color);
  border-color: var(--success-color);
}

.payid-tdzdej .payid-l4kde2,
.payid-tdzdej svg {
  color: var(--button-text-color);
}

.payid-ml34fe svg {
  color: var(--btn-text-color);
}

@media (any-hover: hover) {
  .payid-qat22z:hover {
    background: var(--button-bg-hover);
    border-color: var(--button-bg-hover);
  }
  .payid-a36jac:hover {
    background: var(--btn-border-color-outline);
    border-color: var(--btn-border-color-outline);
  }
  .payid-tdzdej:hover {
    background: var(--success-color-light);
    border-color: var(--success-color-light);
  }
}

.payid-0wg2hf {
  margin-left: 10px;
  margin-right: 5px;
  transform: scaleX(-1);
}

.payid-l08gjo {
  background: var(--border-color);
  display: inline-flex;
}

.payid-l08gjo,
.payid-66hbss {
  border-radius: var(--round-l);
}

.payid-66hbss {
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  font-weight: 600;
  gap: 5px;
  padding: 0.4rem;
}

.payid-66hbss span,
.payid-66hbss svg {
  color: var(--icon-color);
  transition: var(--transition-duration);
}

.payid-hn2r28 {
  background: var(--button-bg-color);
}

.payid-hn2r28 span,
.payid-hn2r28 svg {
  color: var(--button-text-color);
}

.payid-ummibh {
  display: none;
  height: 0;
  margin: 0.payid-rk8eaj 0 1rem;
  width: 0;
}

.payid-ummibh .payid-66hbss {
  flex: 1 1 50%;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .payid-ummibh {
    display: inline-flex;
    height: auto;
    width: 100%;
    margin-bottom: 15px;
  }
}

@media (any-hover: hover) {
  .payid-66hbss:hover span,
  .payid-66hbss:hover svg {
    color: var(--text-color);
  }
}

.payid-60ogut {
  height: 200px;
  min-height: 175px;
  overflow-y: hidden;
}

.payid-he0l67,
.payid-l3vpht {
  height: 100%;
}

.payid-he0l67 {
  overflow-x: auto;
}

.payid-he0l67::-webkit-scrollbar {
  width: 0;
}

.payid-l3vpht {
  display: flex;
  gap: 0.5rem;
  width: auto;
}

.payid-1dhbpf {
  flex: 1 0 33%;
  max-width: 33%;
}

@media screen and (max-width: 1024px) {
  .payid-60ogut {
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .payid-60ogut {
    height: auto;
    min-height: auto;
  }
  .payid-1dhbpf {
    flex: 1 0 100%;
  }
}

.payid-sqizv3 {
  background: var(--bonus-card-bg-color);
  border-radius: var(--round-base);
  display: inline-block;
  height: 100%;
  overflow-y: hidden;
  position: relative;
}

.payid-cl9ad3 {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  height: 100%;
  inset: 0;
  justify-content: space-between;
  padding: 0.75rem;
  position: absolute;
  width: 100%;
}

@media (max-width: 1026px) {
  .payid-cl9ad3 {
    gap: 0;
  }
}

.payid-7qaywy {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 768px) {
  .payid-7qaywy {
    height: 150px !important;
  }
}

.payid-j70a1n {
  background: var(--button-bg-color);
  border-radius: var(--round-sm);
  color: var(--button-text-color);
  font-size: 0.75rem;
  font-weight: 700;
  padding: 5px 0.5rem;
  text-transform: uppercase;
}

.payid-pnek1p {
  color: var(--text-color);
}

.payid-iphdsm {
  font-size: 1rem;
  font-weight: 900;
  max-width: 200px;
}

@media (max-width: 1026px) {
  .payid-iphdsm {
    font-size: 16px;
  }
}

.payid-9f83qq {
  font-weight: 600;
}

@media screen and (max-width: 1024px) {
  .payid-sqizv3 {
    height: 175px;
  }
}

@media screen and (max-width: 768px) {
  .payid-sqizv3 {
    flex: 1 0 90%;
    height: auto;
    max-width: 900px;
    min-height: 190px;
  }
  .payid-j70a1n {
    font-size: 0.675rem;
    padding: 5px;
  }
}

.payid-qko3yk {
  display: flex;
  gap: 1rem;
}

@media (any-hover: hover) {
  .payid-rxuks6:hover .payid-97uk5m {
    color: var(--accent-color);
  }
}

.payid-xi7f10 {
  text-align: center;
}

.payid-lplkf3 {
  margin: 2rem 0;
}

.payid-q5qyhs {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.payid-08kt5a {
  font-size: 2rem;
  font-weight: 700;
}

.payid-5krr7r {
  overflow-x: auto;
}

.payid-5krr7r::-webkit-scrollbar {
  width: 0;
}

.payid-6b4jin {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(var(--games-grid-cols), minmax(0, 1fr));
}

@media screen and (max-width: 768px) {
  .payid-6b4jin {
    gap: 0.5rem;
    grid-template-columns: repeat(
      var(--games-grid-cols-mobile),
      minmax(120px, 1fr)
    );
  }
  .payid-08kt5a {
    font-size: 1.25rem;
  }
}

.payid-6j2wnr {
  display: inline-flex;
  flex-direction: column;
  max-width: 208px;
}

.payid-al83es {
  aspect-ratio: 1/1;
  background: var(--menu-color);
  border-radius: var(--round-base);
  margin-bottom: 0.5rem;
  overflow: hidden;
  position: relative;
}

.payid-2jh2hu {
  -o-object-fit: cover;
  object-fit: cover;
}

.payid-l1w1l8,
.payid-2jh2hu {
  height: 100%;
  transition: var(--transition-duration);
  width: 100%;
}

.payid-l1w1l8 {
  align-items: center;
  background: var(rgba(0, 0, 0, 0.523) city);
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  position: absolute;
}

.payid-m75i0n {
  display: -moz-box;
  display: -webkit-box;
  font-size: 0.875rem;
  font-weight: 700;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
  color: #fff;
  margin-bottom: 5px;
  white-space: wrap;
}

.payid-dzz3mt {
  color: var(--text-color-label);
  font-size: 0.75rem;
  font-weight: 500;
}

.payid-mnleeo {
  padding: 0.5rem;
}

.payid-pdjbhh {
  border-radius: var(--round-base);
  max-height: 235px;
  max-width: 175px;
  overflow: hidden;
  position: relative;
}

.payid-pdjbhh .payid-2jh2hu {
  height: 100%;
  max-height: 235px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.payid-pdjbhh .payid-v07uxl {
  background: var(--new-game-card-bg-color);
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  left: 0;
  padding: 0.5rem;
  position: absolute;
  right: 0;
  text-align: center;
  width: 100%;
}

.payid-pdjbhh .payid-dzz3mt {
  color: var(--white-color);
  font-size: 0.75rem;
  font-weight: 700;
  opacity: 0.5;
  overflow-x: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.payid-pdjbhh .payid-al83es {
  height: 100%;
  margin-bottom: 0;
  max-height: 235px;
  max-width: 175px;
  width: 100%;
}

.payid-pdjbhh .payid-l1w1l8 {
  display: none;
}

@media (any-hover: hover) {
  .payid-6j2wnr:hover .payid-l1w1l8 {
    opacity: 1;
  }
  .payid-6j2wnr:hover .payid-2jh2hu {
    transform: scale(1.1);
    will-change: transform;
  }
}

.payid-qf32rp {
  padding: 2rem 0;
}

.payid-pthrgy {
  border-bottom: 1px solid var(--divider-color);
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
  padding-bottom: 2.5rem;
}

.payid-9orhsk {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.payid-esa262 {
  font-size: 0.75rem;
  font-weight: 600;
}

.payid-i71gmj {
  color: var(--footer-text-color);
}

.payid-kacikx {
  font-size: 1.25rem;
  font-weight: 600;
}

.payid-5h2xm0 {
  color: var(--footer-text-color);
  margin-bottom: 1rem;
}

.payid-cx6qk9 {
  align-items: center;
  display: inline-flex;
  font-weight: 600;
  gap: 5px;
}

.payid-lftqz9 {
  transition: var(--transition-duration);
}

.payid-gnzl7z {
  align-items: center;
  display: flex;
  gap: 1rem;
  margin: 1rem 0;
}

.payid-qf32rp .payid-y5z39s {
  margin-top: 0;
  max-width: 150px;
}

@media (any-hover: hover) {
  .payid-cx6qk9:hover .payid-lftqz9 {
    color: var(--footer-text-color);
  }
}

@media screen and (max-width: 768px) {
  .payid-gnzl7z {
    justify-content: center;
    flex-direction: column;
  }
}

.payid-bcwvhg {
  margin-bottom: 2rem;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}

.payid-hrsvwp {
  margin: 0 auto;
  max-width: var(--seo-content-width);
}

.payid-hrsvwp p img {
  display: block;
  margin: 0 auto;
}

.payid-hrsvwp table {
  width: 100% !important;
  margin-top:5px;
  margin-bottom:5px;
}

.payid-bcwvhg h1,
.payid-bcwvhg h2,
.payid-bcwvhg h3,
.payid-bcwvhg h4,
.payid-bcwvhg h5,
.payid-bcwvhg h6 {
  font-weight: 700;
}

.payid-bcwvhg h1,
.payid-bcwvhg h2 {
  margin-top: 2rem;
}

.payid-bcwvhg h3,
.payid-bcwvhg h4 {
  margin-top: 1rem;
}

.payid-bcwvhg ol li,
.payid-bcwvhg p,
.payid-bcwvhg ul li {
  color: var(--text-color);
}

.payid-bcwvhg p {
  margin-top: 1rem;
}

.payid-bcwvhg li {
  margin-left: 2.5rem;
  margin-top: 0.5rem;
}

.payid-bcwvhg ol li,
.payid-bcwvhg ul li {
  font-size: 1rem;
}

.payid-bcwvhg ul li {
  list-style-type: disc;
}

.payid-bcwvhg .payid-ejepqe {
  max-width: 100%;
  overflow-x: scroll;
}

.payid-bcwvhg .payid-ejepqe::-webkit-scrollbar {
  height: 5px;
}

.payid-bcwvhg .payid-ejepqe::-webkit-scrollbar-thumb {
  background-color: var(--menu-color);
  border-radius: 20px;
}

.payid-bcwvhg .payid-ejepqe::-webkit-scrollbar-track {
  background: transparent;
}

.payid-bcwvhg table,
.payid-bcwvhg td,
.payid-bcwvhg th {
  border: 2px solid var(--border-color);
  border-collapse: collapse;
}

.payid-bcwvhg table {
  margin: 1rem 0;
}

.payid-bcwvhg thead td,
.payid-bcwvhg thead th {
  background: var(--table-head-bg-color);
  color: var(--table-head-text-color);
  padding: 0.5rem;
}

.payid-bcwvhg tbody td {
  background: var(--table-cell-bg-color);
  color: var(--table-cell-text-color);
}

.payid-bcwvhg td {
  padding: 1rem 2rem 1rem 1rem;
  text-align: center;
}

.payid-bcwvhg th {
  padding: 1rem 4rem 1rem 1rem;
}

@media (max-width: 768px) {
  .payid-bcwvhg th,
  td {
    padding: 5px !important;
    font-size: 12px;
  }
}

.payid-bcwvhg img {
  display: inline-block;
  margin: 1rem 0;
}

.payid-bcwvhg .payid-6j2wnr img,
.payid-bcwvhg .payid-rb7x29 img {
  margin: 0;
}

.payid-bcwvhg .payid-6j2wnr {
  border: 2px solid var(--menu-color);
  border-radius: var(--round-base);
  overflow-x: hidden;
}

.payid-bcwvhg .payid-v07uxl {
  padding: 0.5rem;
}

.payid-bcwvhg .payid-m75i0n {
  color: var(--text-color);
}

.payid-bcwvhg .payid-rb7x29 {
  align-items: center;
  background: var(--bonus-card-bg-color);
  border-radius: var(--round-base);
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  max-height: 400px;
  min-width: 200px;
  overflow-y: hidden;
  width: 60%;
}

.payid-bcwvhg .payid-aaisdt {
  display: flex;
  justify-content: center;
  margin: 1rem 0;
}

.payid-bcwvhg .payid-rb7x29 img {
  flex: 1 1 50%;
  height: auto;
  min-height: 150px;
}

.payid-bcwvhg .payid-qnhzrq {
  height: 100%;
  min-width: 160px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.payid-bcwvhg .payid-1we1k8 {
  flex: 1 1 30%;
  padding: 1rem;
}

.payid-bcwvhg .payid-lwhqzv {
  color: var(--text-color);
  font-weight: 700;
}

.payid-bcwvhg .payid-hvplb9 {
  color: var(--text-color);
  font-weight: 600;
}

.payid-bcwvhg .payid-tejgjh {
  color: var(--button-text-color);
}

@media screen and (max-width: 768px) {
  .payid-bcwvhg .payid-rb7x29 {
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
  }
  .payid-bcwvhg .payid-hvplb9 {
    font-size: 1rem;
  }
  .payid-bcwvhg .payid-lwhqzv {
    font-size: 0.875rem;
  }
  .payid-bcwvhg .payid-rb7x29 img {
    flex: 1 1 auto;
  }
}

.payid-bcwvhg .payid-qat22z {
  margin: 0.payid-03j9i4 0;
}

@media screen and (max-width: 1024px) {
  .payid-bcwvhg,
  .payid-bcwvhg .payid-9c2ejx,
  .payid-hrsvwp {
    max-width: 100vw;
  }
}

@media screen and (max-width: 768px) {
  .payid-bcwvhg ol li,
  .payid-bcwvhg ul li {
    font-size: 1rem;
  }
}

.payid-y63fnw {
  color: var(--text-color);
  text-align: center;
}

.payid-3t1dze {
  margin: 2rem 0;
}

.payid-be9c92,
.payid-3o0l83 {
  margin-bottom: 1rem;
}

.payid-be9c92 {
  background: var(--faq-bg-color);
  border: 1px solid var(--faq-border-color);
  border-radius: var(--faq-round);
  cursor: pointer;
  display: inline-flex;
  flex-direction: column;
  height: auto;
  padding: 1rem 1rem 0.5rem;
  width: 100%;
}

.payid-be9c92.payid-754aou .payid-netob7 {
  display: block;
}

.payid-be9c92.payid-754aou .payid-hfj0fj {
  transform: rotate(45deg);
}

.payid-f52zpe {
  align-items: flex-start;
  border-bottom: 1px solid var(--faq-divider-color);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding-bottom: 0.5rem;
}

.payid-hfj0fj {
  height: 1.5rem;
  min-width: 1.5rem;
  transition: 0.2s;
  will-change: transform;
}

.payid-netob7 {
  display: none;
  padding-top: 1rem;
}

.payid-i4gnwk {
  align-items: center;
  aspect-ratio: 1/1;
  display: inline-flex;
  height: auto;
  justify-content: center;
  max-height: 100%;
  width: 4rem;
}

.payid-i4gnwk.payid-754aou {
  transform: scaleX(-1);
}

.payid-06mwoa {
  color: var(--icon-color);
}

@media screen and (min-width: 1025px) {
  .payid-hrhbfl {
    display: none;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--title-color);
}

.payid-ip9mbr {
  display: flex;
  align-items: center;
}

.payid-ip9mbr a {
  margin: 0 10px;
}

/* social */

.payid-fis7jw {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0 -7px 48px;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .payid-fis7jw {
    flex-wrap: wrap;
  }
}

.payid-fis7jw li {
  display: flex;
  margin: 0 7px;
}

.payid-fis7jw li svg {
  transition: 0.payid-28htxf ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .payid-fis7jw li:hover svg {
    transform: scale(1.2);
  }
}

/* faq */

.payid-z7ew2y {
  margin-bottom: 2rem;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}

.payid-9sxdhr {
  margin-left: auto;
  margin-right: auto;
  max-width: 1414px;
  padding: 0 15px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .payid-9sxdhr {
    max-width: 100%;
  }
}

.payid-z42ew3 {
  margin: 0 auto;
  max-width: var(--seo-content-width);
}

.payid-z42ew3 h2 {
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .payid-z7ew2y,
  .payid-z42ew3 {
    max-width: 100vw;
  }
}

.payid-5bp0xd {
  margin-bottom: 10px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--border-color);
  user-select: none;
}

.payid-983mo1 {
  color: var(--text-color);
  width: 100%;
  text-align: left;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 500;
  background: var(--table-1-color);
  border: none;
  outline: none;
  cursor: pointer;
  transition: background 0.payid-p9qx00 ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.payid-983mo1::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.payid-p9qx00 ease;
}

.payid-5bp0xd.payid-4twppk .payid-983mo1::after {
  transform: rotate(45deg);
}

.payid-n4cceq {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.payid-28htxf ease, padding 0.payid-28htxf ease;
  padding: 0 20px;
  background: var(--table-2-color);
}

.payid-5bp0xd.payid-4twppk .payid-n4cceq {
  max-height: 100%;
  padding: 15px 20px;
}

/* review */

.payid-8tjp01 {
  margin: 25px 0;
}

.payid-l7i6lr > input:not(:checked) ~ label:hover,
.payid-l7i6lr > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.payid-kac4lj.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.payid-nq0x37 44.payid-2jnils.payid-pz402v.payid-h6v368.payid-88l6ix.payid-cxiz3f.payid-y12j16.payid-tqm3n3.payid-j6cuuj.payid-jrkiou.payid-xft40u.payid-sgryof.payid-qfgeah 0l-12.payid-o8dlco 30.payid-yjozip.payid-x50nlv 2.payid-tx5w2u.payid-x50nlv 3.payid-b6qarr 3.payid-ix8llx.payid-s2dwx6 3.payid-ytc7s8.payid-ahygyt.payid-n91mcn.payid-j2578l 7-3.payid-o8dlco 10.payid-efgv6b.payid-j2578l 23.payid-erjxp0.payid-so11i0 1.payid-uimj6r 2.payid-o8dlco 3.payid-so11i0 1.payid-s2dwx6 5.payid-kbf3fs.payid-s2dwx6 32.payid-suakt1.payid-ahygyt 5.payid-qfgeah 4.payid-j2578l 9.payid-j2578l 8.payid-s2dwx6 6.payid-6sroo5.payid-ttchkn.payid-3372q7.payid-e51ymm.payid-gy91fg 4.payid-ufsgi2.payid-gy91fg 6.payid-gy91fg 0l29.payid-qfgeah 17.payid-75y8yv.payid-ixtf46 2.payid-qt19tt 10.payid-h2dcw7.payid-o8dlco 8.payid-lm7a6z.payid-tdbv5z.payid-z88hmh.payid-eayt2j.payid-22t29f.payid-ahygyt.payid-cxiz3f.payid-o8dlco 1.payid-32o5vb.payid-0sg80e.payid-snk3mn.payid-1cdl9r.payid-g7vv0p.payid-uimj6r 1.payid-vsj4ww.payid-3pkvrl.5z'/%3e%3c/svg%3e");
}

.payid-u5y8eg {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .payid-u5y8eg {
    gap: 16px 0;
  }
}

.payid-fd2v6f {
  max-width: calc(33.33333% - 20px);
  width: 100%;
  flex-basis: calc(33.33333% - 20px);
  border-radius: 10px;
  padding: 24px;
  margin: 0 10px;
  background: var(--border-color);
}

.payid-fd2v6f.payid-ei37bp {
  display: block;
}

.payid-fd2v6f.payid-3bg17x {
  display: none;
}

@media only screen and (max-width: 767px) {
  .payid-fd2v6f {
    max-width: 100%;
    flex-basis: auto;
    padding: 16px;
  }
}

.payid-2q12dc {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.payid-2h65yl {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c2c0ce;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  margin-right: 10px;
  color: var(--fh-bg-color);
}

.payid-frfyc5 {
  content: "";
  position: absolute;
  right: -3px;
  bottom: -3px;
  border-radius: 50%;
  padding: 1px;
  width: 18px;
  height: 18px;
  background-color: var(--fh-bg-color);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.payid-vemof8 small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

.payid-vemof8 span {
  font-weight: 600;
  font-size: 16px;
  display: block;
  color: var(--text-color);
}

.payid-8ryod6 {
  font-size: 16px;
  line-height: 140%;
}

.payid-zqn255 {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.payid-zqn255 .payid-9wkfpk {
  fill: #c2c0ce;
}

.payid-zqn255 [rating="1"] .payid-9wkfpk:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.payid-zqn255 [rating="2"] .payid-9wkfpk:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.payid-zqn255 [rating="3"] .payid-9wkfpk:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.payid-zqn255 [rating="4"] .payid-9wkfpk:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.payid-zqn255 [rating="5"] .payid-9wkfpk:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

review-send {
  padding: 16px;
  border: 1px solid var(--border-color);
  border-radius: 12px;
  background: var(--fh-bg-color);
  font-family: sans-serif;
}

.payid-nygbab textarea {
  width: 100%;
  height: 80px;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid var(--border-color);
  resize: none;
  box-sizing: border-box;
  font-size: 18px;
}

.payid-nygbab button {
  margin-top: 10px;
  padding: 8px 16px;
  background: var(--button-bg-color);
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

@media (max-width: 576px) {
  table {
    word-break: break-word;
  }
}

.payid-nkf8f8 {
  text-align: center;
  color: var(--success-color);
}

.payid-a9mecl {
  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;
}

.payid-ejepqe table {
  width: 100%;
}

.payid-fvo4z7 {
  display: flex;
  justify-content: center;
}

.payid-cl9ad3 {
  background: linear-gradient(
    161deg,
    var(--fh-bg-color) 0%,
    var(--table-1-color) 90%
  );
}

.payid-7qaywy {
  position: relative;
  z-index: 1;
}

.payid-j70a1n {
  position: relative;
  z-index: 2;
}

.payid-pnek1p {
  position: relative;
  z-index: 3;
}

.payid-g8wxq8 {
  position: relative;
  z-index: 4;
}

.payid-4e6gjw {
  padding: 16px 32px;
  border-radius: 10px;
  font-size: 20px;
  background: var(--fh-bg-color);
  color: var(--updated-block-color);
  border-left: 5px solid var(--button-bg-color);
  border-color: var(--border-color);
}


/* contanct form */
.payid-zk6o6a {
  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;
}

.payid-zk6o6a label {
  font-size: 14px;
}

.payid-zk6o6a h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.payid-zk6o6a input,
.payid-zk6o6a textarea,
.payid-zk6o6a 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;
}
.payid-zk6o6a button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.payid-p9qx00 ease;
}
.payid-zk6o6a button:hover {
  background-color: #691204;
}
.payid-9fwfy4 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.payid-7e7jkj ease-in;
}

.payid-9fwfy4 h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.payid-9n15ds .payid-bkvpw3:last-child {
  margin-right: 5px;
}

  .payid-hfmczm {
    width: 90%;
    position: fixed;
    bottom: -120px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--table-1-color);
    background-size: cover;
    background-position: center calc(100% - 522px);
    color: #fff;
    border-radius: 8px;
    transition: bottom 0.payid-28htxf ease;
    z-index: 9999;
    user-select: none;
    height: 75px;
    border: 1px solid rgb(70, 70, 70);
  }

  .payid-ttj6kw {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .payid-ttj6kw p {
    color: #fff900;
    font-weight: 600;
    font-size: 20px;
    margin: 0;
    font-family: Tahoma;

    z-index: -1;
    background: rgb(0 0 0 / 32%);
    height: 73px;
    padding: 25px;
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
    backdrop-filter: blur(5px);
  }

  .payid-ttj6kw button {
    z-index: 2;
  }

  .payid-h4buqs {
    position: absolute;
    top: -15px;
    right: -15px;
    background: rgba(0, 0, 0, 0.6);
    border: none;
    color: #fff;
    font-size: 20px;
    width: 26px;
    height: 26px;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    user-select: none;
    transition: background 0.payid-p9qx00 ease;
    z-index: 10000;
  }

  

  .payid-h4buqs:hover {
    background: rgba(0, 0, 0, 0.8);
  }

  @media (max-width: 650px) {
    .payid-ttj6kw p {
      font-size: 16px;
      padding: 17px 15px 15px 15px;
      text-align: center;
    }
  }

  .payid-xnceib {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    height: 42px;
    border-radius: 6px;
    font-size: 16px;
    background: var(--button-bg-color);
    color: var(--button-text-color);
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    margin-left: 10px;
  }

  @media (max-width: 501px) {
    .payid-xnceib {
      font-size: 12px;
    }
  }

  .payid-9xzicz {
  bottom: 40px;
  }
/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.payid-amilay, .payid-dpny10, [class*="review-card"],
thead, thead th, table th, .payid-qn3u9s,
.payid-b72bop, [class*="collapsible-header"],
.payid-e3nrz9, [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; }
.payid-ahqhcf, .payid-ahqhcf :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label),
.payid-al83es, .payid-al83es :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: var(--text-color) !important; }
