@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);
}

.gamdom-rdmnly {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.gamdom-0r1tv3 {
  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.gamdom-a6teqq,
ul.gamdom-a6teqq {
  padding-left: 20px;
}

ul.gamdom-a6teqq {
  list-style: disc;
}

ol.gamdom-a6teqq {
  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;
  }
}

.gamdom-k0apbi > .gamdom-ccd9rm,
.gamdom-k0apbi > .gamdom-92uw92,
.gamdom-k0apbi > blockquote,
.gamdom-k0apbi > h1,
.gamdom-k0apbi > h2,
.gamdom-k0apbi > h3,
.gamdom-k0apbi > h4,
.gamdom-k0apbi > h5,
.gamdom-k0apbi > h6,
.gamdom-k0apbi > ol,
.gamdom-k0apbi > p,
.gamdom-k0apbi > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.gamdom-k0apbi > ol,
.gamdom-k0apbi > ul {
  padding-left: 50px;
}

.gamdom-k0apbi 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;
}

.gamdom-k0apbi:not(:last-child) {
  margin-bottom: 2rem;
}

.gamdom-k0apbi > :not(:first-child) {
  margin-top: 2rem;
}

.gamdom-k0apbi {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.gamdom-k0apbi:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .gamdom-k0apbi:first-child {
    margin-top: 20px;
  }
}

.gamdom-k0apbi > p:last-of-type {
  margin-bottom: 32px;
}

.gamdom-k0apbi > .gamdom-jvq10g:not(:first-child) {
  margin: 64px auto 16px auto;
}

.gamdom-3rklk2 > .gamdom-jvq10g {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.gamdom-92uw92 {
  overflow: auto;
}

.gamdom-92uw92::-webkit-scrollbar {
  height: 5px;
}

.gamdom-92uw92 table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.gamdom-92uw92 table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.gamdom-92uw92 table thead,
table thead {
  border-bottom: none;
}

.gamdom-92uw92 table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.gamdom-92uw92 table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.gamdom-92uw92 table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.gamdom-92uw92 .gamdom-fxtnur {
  table-layout: auto;
}

.gamdom-92uw92 .gamdom-fxtnur th {
  word-break: normal;
}

.gamdom-92uw92 .gamdom-fxtnur td {
  word-break: normal;
}

.gamdom-rdmnly .gamdom-rdmnly {
  padding-right: 0;
  padding-left: 0;
}

.gamdom-lw9ydn {
  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;
}

.gamdom-af7f6b {
  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;
}

.gamdom-tqbkir {
  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;
}

.gamdom-ccd9rm {
  margin-top: 24px;
}

.gamdom-ccd9rm.gamdom-5q54go {
  text-align: left;
}

.gamdom-ccd9rm.gamdom-suc87o {
  text-align: right;
}

.gamdom-ccd9rm.gamdom-sfr9vl {
  text-align: center;
}

.gamdom-76e52f {
  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.gamdom-cjpxmf ease-in-out;
  cursor: pointer;
}

.gamdom-76e52f:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.gamdom-76e52f {
  min-width: 328px;
}

@media (max-width: 768px) {
  .gamdom-76e52f {
    min-width: unset;
  }
}

.gamdom-pdb5cf {
  background-color: var(--fh-bg-color);
}

.gamdom-hdum6p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.gamdom-b1fc12 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.gamdom-b1fc12 img {
  max-height: 80px;
  object-fit: contain;
}

.gamdom-qmlgay {
  flex: 1 1;
}

.gamdom-bv9x0x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.gamdom-no8u7j {
  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;
}

.gamdom-no8u7j 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;
}

.gamdom-no8u7j.gamdom-jhovmj span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.gamdom-no8u7j.gamdom-jhovmj span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.gamdom-no8u7j.gamdom-jhovmj span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.gamdom-qmlgay + .gamdom-bv9x0x {
  margin-left: 20px;
}

.gamdom-7abqed {
  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;
}

.gamdom-7abqed > svg {
  max-width: 24px;
  max-height: 24px;
}

.gamdom-7abqed + .gamdom-7abqed {
  margin-left: 5px;
}

.gamdom-5ej0lk {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.gamdom-5ej0lk:hover {
  background-color: var(--button-bg-hover);
}

.gamdom-nivxof {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.gamdom-cjpxmf ease-in-out;
  border: 1px solid var(--border-color);
}

.gamdom-nivxof:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.gamdom-fxmmxh {
  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) {
  .gamdom-qmlgay {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .gamdom-fxmmxh {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .gamdom-qmlgay {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .gamdom-7abqed {
    min-width: unset;
    flex: 1 1;
  }
}

.gamdom-34ah9h {
  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;
}

.gamdom-34ah9h:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.gamdom-34ah9h:hover .gamdom-19wlz9 {
  opacity: 1;
  pointer-events: auto;
}

.gamdom-uf66vo {
  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.gamdom-ypiusm ease-in-out;
  gap: 4px;
}

.gamdom-uf66vo > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.gamdom-uf66vo .gamdom-lw9ydn img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.gamdom-bkyumo,
.gamdom-uf66vo:hover {
  color: var(--button-bg-hover);
}

.gamdom-vgj705 {
  position: relative;
}

.gamdom-vgj705 .gamdom-uf66vo {
  margin-right: 0;
  padding-right: 4px;
}

.gamdom-2p6mxv svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.gamdom-vgj705.gamdom-jhovmj .gamdom-2p6mxv svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.gamdom-vgj705.gamdom-jhovmj .gamdom-19wlz9 {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.gamdom-vgj705.gamdom-jhovmj .gamdom-19wlz9::before {
  display: none;
}

.gamdom-2p6mxv svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.gamdom-19wlz9 {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.gamdom-v2xho0 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.gamdom-19wlz9::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.gamdom-19wlz9:hover {
  color: var(--fh-bg-color);
}

.gamdom-drd8vo {
  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.gamdom-v2xho0 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.gamdom-ypiusm ease-in-out;
  -o-transition: 0.gamdom-ypiusm ease-in-out;
  transition: 0.gamdom-ypiusm ease-in-out;
}

.gamdom-drd8vo .gamdom-lw9ydn img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.gamdom-srxhxq,
.gamdom-drd8vo:hover {
  color: var(--button-bg-hover);
}

.gamdom-hp2cu5 {
  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%;
}

.gamdom-hp2cu5.gamdom-qxpyrg {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.gamdom-hp2cu5.gamdom-qxpyrg:after,
.gamdom-hp2cu5.gamdom-qxpyrg:before {
  content: "";
  position: absolute;
  margin: auto;
}

.gamdom-hp2cu5.gamdom-qxpyrg: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);
  }
}

.gamdom-hp2cu5.gamdom-qxpyrg:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.gamdom-hp2cu5.gamdom-qxpyrg > * {
  z-index: 1;
}

.gamdom-hp2cu5 b,
.gamdom-hp2cu5 strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.gamdom-hp2cu5 .gamdom-2gbdgw {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.gamdom-hp2cu5 .gamdom-gs9fhy {
  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;
}

.gamdom-hp2cu5 .gamdom-lw9ydn {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.gamdom-hp2cu5 .gamdom-ceeqpy {
  margin-top: 12px;
}

.gamdom-ceeqpy {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.gamdom-afkpd2 {
  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;
}

.gamdom-ceeqpy .gamdom-5l7ejs {
  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.gamdom-cjpxmf ease-in-out;
}

.gamdom-ceeqpy .gamdom-5l7ejs:hover {
  background: rgba(255, 255, 255, 0.3);
}

.gamdom-panzpp {
  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;
}

.gamdom-hp2cu5.gamdom-u1mhl2 {
  gap: 12px;
  padding: 16px;
}

.gamdom-hp2cu5.gamdom-u1mhl2 .gamdom-panzpp {
  min-width: 240px;
}

.gamdom-hp2cu5.gamdom-u1mhl2 .gamdom-panzpp.gamdom-6rxhtv {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .gamdom-hp2cu5 .gamdom-2gbdgw {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .gamdom-hp2cu5 .gamdom-gs9fhy {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .gamdom-hp2cu5 .gamdom-lw9ydn {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .gamdom-hp2cu5.gamdom-u1mhl2 .gamdom-lw9ydn {
    max-width: 126px;
  }
  .gamdom-hp2cu5 .gamdom-ceeqpy {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .gamdom-hp2cu5 .gamdom-afkpd2 {
    max-width: unset;
  }
  .gamdom-panzpp {
    min-width: unset;
    width: 100%;
  }
  .gamdom-hp2cu5 .gamdom-panzpp {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .gamdom-hp2cu5.gamdom-u1mhl2 {
    grid-template-rows: auto 1fr auto;
  }
  .gamdom-hp2cu5.gamdom-u1mhl2 .gamdom-panzpp {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .gamdom-hp2cu5 {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .gamdom-hp2cu5 .gamdom-2gbdgw {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .gamdom-hp2cu5 .gamdom-lw9ydn {
    max-width: 78px;
  }
  .gamdom-hp2cu5 .gamdom-ceeqpy {
    margin-top: -12px;
  }
  .gamdom-hp2cu5.gamdom-u1mhl2 {
    gap: 8px;
  }
  .gamdom-hp2cu5.gamdom-u1mhl2 .gamdom-2gbdgw {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .gamdom-hp2cu5.gamdom-u1mhl2 .gamdom-gs9fhy {
    grid-column: 1/3;
  }
  .gamdom-hp2cu5.gamdom-u1mhl2 .gamdom-lw9ydn {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .gamdom-hp2cu5.gamdom-u1mhl2 .gamdom-lw9ydn img {
    max-width: 114px;
  }
}

.gamdom-panzpp.gamdom-s0w4d9,
.gamdom-panzpp.gamdom-uo630o,
.gamdom-panzpp.gamdom-mk8om5 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.gamdom-cjpxmf ease-in-out;
}

.gamdom-panzpp.gamdom-s0w4d9,
.gamdom-panzpp.gamdom-mk8om5 {
  padding: 10px;
}

.gamdom-panzpp.gamdom-s0w4d9:hover,
.gamdom-panzpp.gamdom-uo630o:hover,
.gamdom-panzpp.gamdom-mk8om5:hover {
  background: var(--button-bg-hover);
}

.gamdom-panzpp.gamdom-s0w4d9:hover svg path,
.gamdom-panzpp.gamdom-mk8om5:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.gamdom-panzpp.gamdom-6rxhtv {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.gamdom-cjpxmf ease-in-out;
  background: var(--button-bg-color);
}

.gamdom-panzpp.gamdom-6rxhtv:hover {
  background-color: var(--button-bg-hover);
}

.gamdom-panzpp.gamdom-uo630o: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);
  }
}

.gamdom-panzpp.gamdom-uo630o:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.gamdom-panzpp.gamdom-6rxhtv:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.gamdom-o2g22g {
  max-width: 650px;
}

.gamdom-j6hwtl {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.gamdom-jxar8d {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.gamdom-odggqh {
  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.gamdom-ypiusm ease-in-out;
  cursor: pointer;
}

.gamdom-odggqh:hover {
  opacity: 0.5;
}

.gamdom-odggqh:focus {
  outline: 0;
}

.gamdom-odggqh:focus .gamdom-vhtija,
.gamdom-odggqh:hover .gamdom-vhtija {
  fill: red;
  fill-opacity: 1;
}

.gamdom-odggqh:hover {
  cursor: pointer;
}

.gamdom-umrh2o {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.gamdom-o2g22g.gamdom-sfr9vl {
  margin: 0 auto;
}

.gamdom-o2g22g.gamdom-suc87o {
  margin-left: auto;
}

.gamdom-x2ms9e {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.gamdom-2ihb2r {
  padding-bottom: 50px;
}

.gamdom-rlgp2q {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.gamdom-7708ld {
  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;
}

.gamdom-od58uv {
  margin-top: 24px;
}

.gamdom-x2bxeo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gamdom-2rfh7m {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.gamdom-ufdmc7 {
  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;
}

.gamdom-kkb19j {
  width: 468px;
}

.gamdom-ufdmc7 .gamdom-19wlz9 {
  margin: 0.gamdom-yvr0zm 0;
}

.gamdom-b1q91b {
  display: flex;
  min-width: 224px;
}

.gamdom-xk02v5 {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.gamdom-ypiusm ease-in-out;
}

.gamdom-g8804l,
.gamdom-xk02v5:hover {
  color: var(--text-color);
}

.gamdom-pyx8kh {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.gamdom-h99i2w {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .gamdom-x2ms9e {
    padding: 16px;
  }
  .gamdom-pyx8kh {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .gamdom-h99i2w {
    align-items: center;
  }
  .gamdom-kkb19j {
    width: unset;
  }
  .gamdom-b1q91b {
    min-width: unset;
  }
  .gamdom-ufdmc7 {
    max-height: unset;
  }
  .gamdom-rlgp2q {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .gamdom-x2ms9e {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.gamdom-5uyih9 {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.gamdom-5uyih9:not(:last-child) {
  margin-bottom: 16px;
}

.gamdom-8hd1uk {
  outline: 0;
}

.gamdom-8hd1uk .gamdom-asjsby {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.gamdom-kxugf2 {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .gamdom-kxugf2 {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.gamdom-kxugf2::-webkit-details-marker {
  display: none;
}

.gamdom-kxugf2: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;
}

.gamdom-kxugf2: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] .gamdom-kxugf2:after {
  transform: unset;
}

.gamdom-asjsby {
  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);
}

.gamdom-asjsby 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.gamdom-ypiusm ease-in-out;
  -o-transition: 0.gamdom-ypiusm ease-in-out;
  transition: 0.gamdom-ypiusm ease-in-out;
}

.gamdom-206j9z {
  padding: 16px 0 0 0;
}

.gamdom-206j9z * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .gamdom-206j9z :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .gamdom-kxugf2 {
    flex-wrap: wrap;
    gap: 12px;
  }
  .gamdom-kxugf2::after {
    margin-left: auto;
  }
  .gamdom-asjsby {
    order: 3;
    flex: 1 1 100%;
  }
  .gamdom-kxugf2 {
    font-size: 14px;
    line-height: 130%;
  }
  .gamdom-asjsby svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.gamdom-odl7tr {
  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;
}

.gamdom-9d6p73 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.gamdom-odl7tr.gamdom-jhovmj .gamdom-9d6p73 {
  margin-bottom: 12px;
}

.gamdom-9d6p73::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;
}

.gamdom-odl7tr.gamdom-jhovmj .gamdom-9d6p73::after {
  transform: unset;
}

.gamdom-c3jllc {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.gamdom-ukjx2j {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.gamdom-ypiusm ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.gamdom-ukjx2j: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;
}

.gamdom-odl7tr.gamdom-jhovmj .gamdom-c3jllc {
  max-height: 100%;
}

.gamdom-qi3cv5 {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.gamdom-3lbeiu {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.gamdom-c274gt {
  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;
}

.gamdom-4v573l {
  margin-right: 4px;
}

.gamdom-k1d6u3 {
  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.gamdom-ypiusm ease-in-out;
}

.gamdom-k1d6u3 svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.gamdom-8mu89y,
.gamdom-k1d6u3:hover {
  color: var(--text-color);
}

.gamdom-rg837c {
  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;
}

.gamdom-rg837c img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.gamdom-rg837c .gamdom-2aq7wu {
  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;
}

.gamdom-rg837c .gamdom-omnxrd {
  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;
}

.gamdom-0z3wgp {
  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;
}

.gamdom-k2k10f {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.gamdom-h3302m .gamdom-rdmnly {
  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;
}

.gamdom-h3302m {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.gamdom-pjuzu7 {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.gamdom-xm54q7 {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.gamdom-7utahc {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.gamdom-dykgyr 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;
}

.gamdom-7utahc:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.gamdom-9hnqta {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.gamdom-q4egu8 {
  -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.gamdom-ypiusm ease-in-out;
  transition: transform 0.gamdom-ypiusm ease-in-out;
  -o-transition: transform 0.gamdom-ypiusm ease-in-out;
  transition:
    transform 0.gamdom-ypiusm ease-in-out,
    -webkit-transform 0.gamdom-ypiusm ease-in-out;
  cursor: pointer;
}

.gamdom-q4egu8 svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.gamdom-q4egu8: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;
}

.gamdom-jircm8 {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .gamdom-jircm8 {
    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);
}

.gamdom-67uk5s {
  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;
}

.gamdom-3j14fn {
  position: relative;
  width: 100%;
}

.gamdom-67uk5s.gamdom-mivqls {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.gamdom-67uk5s.gamdom-sfr9vl {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gamdom-67uk5s.gamdom-suc87o {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.gamdom-6iqhmz {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.gamdom-02tu1o {
  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.gamdom-ypiusm ease-in-out;
  cursor: pointer;
}

.gamdom-02tu1o:hover {
  opacity: 0.5;
}

.gamdom-67uk5s.gamdom-p3a59w .gamdom-02tu1o {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.gamdom-67uk5s.gamdom-p3a59w .gamdom-6iqhmz {
  cursor: pointer;
}

.gamdom-49nvcj {
  fill: #0009;
}

.gamdom-j462y7 {
  fill: #fff;
}

.gamdom-02tu1o:hover .gamdom-49nvcj {
  fill: red;
}

.gamdom-02tu1o svg path {
  -webkit-transition: 0.gamdom-ypiusm ease-in-out;
  -o-transition: 0.gamdom-ypiusm ease-in-out;
  transition: 0.gamdom-ypiusm ease-in-out;
}

.gamdom-y5258g {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.gamdom-y5258g > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.gamdom-y5258g.gamdom-o9q2pu > :not(.get-image) {
  grid-column: 1/3;
}

.gamdom-scfx4u:not(._h1-block) .gamdom-y5258g > .gamdom-jvq10g {
  grid-row: 1/2;
  grid-column: 1/3;
}

.gamdom-y5258g.gamdom-o9q2pu .gamdom-l7a5gu {
  grid-column: 2/3;
}

.gamdom-y5258g.gamdom-o9q2pu > .gamdom-lw9ydn {
  grid-column: 1/2;
}

.gamdom-y5258g.gamdom-o9q2pu > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.gamdom-y5258g > p:first-of-type {
  margin-top: 0;
}

.gamdom-y5258g .gamdom-lw9ydn {
  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;
}

.gamdom-scfx4u:not(._h1-block) .gamdom-jvq10g ~ .gamdom-lw9ydn {
  grid-row: 2/10;
}

.gamdom-scfx4u.gamdom-93feb1 .gamdom-jvq10g ~ .gamdom-lw9ydn {
  grid-row: 1/10;
}

.gamdom-scfx4u.gamdom-93feb1 > .gamdom-jvq10g {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.gamdom-scfx4u.gamdom-93feb1 .gamdom-lw9ydn {
  grid-row: 1/10;
}

.gamdom-y5258g.gamdom-q6578s .gamdom-lw9ydn {
  align-items: flex-start;
}

.gamdom-y5258g.gamdom-sfr9vl .gamdom-l7a5gu {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.gamdom-y5258g.gamdom-sfr9vl .gamdom-lw9ydn {
  align-items: center;
}

.gamdom-y5258g.gamdom-qzntrc .gamdom-lw9ydn {
  align-items: flex-end;
}

.gamdom-l7a5gu > :first-child {
  margin-top: 0;
}

.gamdom-l7a5gu > :last-child {
  margin-bottom: 0;
}

* + .gamdom-gdeety,
.gamdom-scfx4u + .gamdom-scfx4u {
  margin-top: 2rem;
}

.gamdom-pegx07 td::before,
.gamdom-pegx07 th::after {
  display: none !important;
}

.gamdom-pegx07 #link-selector {
  color: #000;
}

.gamdom-pegx07 .gamdom-pzli2z {
  color: #135e96;
}

.gamdom-pegx07 .gamdom-6hs4ju *,
.gamdom-pegx07 .gamdom-ip7svg p,
.gamdom-pegx07 .gamdom-8a8c1n * {
  color: #000;
}

.gamdom-pegx07 .gamdom-8buy7t {
  background: 0 0 !important;
}

.gamdom-pegx07 .gamdom-6wlm82 {
  color: #000;
}

.gamdom-pegx07 .gamdom-bmkrpq.gamdom-xjm7in {
  color: #fff;
}

.gamdom-pegx07 .gamdom-74s395 {
  color: #000;
}

.gamdom-pegx07
  .gamdom-pl8wp2
  .gamdom-6m659t.gamdom-xjm7in.gamdom-iyw7mm {
  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;
}

.gamdom-nrygs0,
body .gamdom-w5pfm0 {
  color: #000;
  background: var(--color-body) !important;
}

.gamdom-nrygs0 .gamdom-ke4z2z .gamdom-uik2q7,
body .gamdom-w5pfm0 .gamdom-ke4z2z .gamdom-uik2q7 {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .gamdom-ukjx2j:focus,
  .gamdom-ukjx2j:hover {
    color: #f9cb16;
  }
  .gamdom-kexb8a:focus,
  .gamdom-kexb8a:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .gamdom-vw3tcp:focus img,
  .gamdom-vw3tcp:focus svg,
  .gamdom-vw3tcp:hover img,
  .gamdom-vw3tcp:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .gamdom-rg837c {
    display: none;
  }
}

@media (min-width: 1024px) {
  .gamdom-vgj705:hover .gamdom-2p6mxv svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .gamdom-2p6mxv {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .gamdom-oahug6 {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .gamdom-xfquod {
    grid-template-columns: repeat(4, 1fr);
  }
  .gamdom-y1zfso {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .gamdom-4gtsaa .gamdom-rng4i8 {
    grid-template-columns: 1fr;
  }
  .gamdom-4gtsaa .gamdom-f23w5h {
    -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;
  }
  .gamdom-4gtsaa .gamdom-ej896c {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .gamdom-4gtsaa .gamdom-t2ksup {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .gamdom-4gtsaa .gamdom-nz9lm7 {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .gamdom-4gtsaa .gamdom-ej896c:not(:first-child) {
    border: none;
  }
  .gamdom-4gtsaa .gamdom-ej896c:first-child .gamdom-t2ksup {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .gamdom-4gtsaa .gamdom-ej896c:last-child .gamdom-t2ksup {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .gamdom-hdum6p {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .gamdom-b1fc12 {
    max-width: 100px;
  }
  .gamdom-qmlgay {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .gamdom-bv9x0x {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .gamdom-bv9x0x svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .gamdom-no8u7j {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .gamdom-qmlgay + .gamdom-bv9x0x {
    margin-left: auto;
  }
  .gamdom-ywgf6l {
    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;
  }
  .gamdom-ywgf6l.gamdom-jhovmj {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .gamdom-fxmmxh {
    -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;
  }
  .gamdom-34ah9h {
    width: 100%;
  }
  .gamdom-34ah9h:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .gamdom-uf66vo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .gamdom-uf66vo svg {
    margin-right: 4px;
  }
  .gamdom-vgj705 {
    -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;
  }
  .gamdom-2p6mxv svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .gamdom-2p6mxv {
    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;
  }
  .gamdom-19wlz9 {
    display: none;
    width: 100%;
  }
  .gamdom-vgj705.gamdom-jhovmj .gamdom-19wlz9 {
    padding: 0 0 0 48px;
  }
  .gamdom-drd8vo {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .gamdom-7708ld .gamdom-lw9ydn {
    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;
  }
  .gamdom-rv0zmt {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .gamdom-rv0zmt + .gamdom-rv0zmt {
    margin-right: 0;
  }
  .gamdom-rv0zmt + .gamdom-lw9ydn {
    margin: 0;
  }
  .gamdom-oahug6 {
    grid-template-columns: repeat(4, 1fr);
  }
  .gamdom-xfquod {
    grid-template-columns: repeat(3, 1fr);
  }
  .gamdom-s4jtlw,
  .gamdom-jk3tzt {
    grid-template-columns: repeat(2, 1fr);
  }
  .gamdom-y5258g {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .gamdom-y5258g.gamdom-o9q2pu .gamdom-l7a5gu {
    grid-column: auto;
    grid-row: auto;
  }
  .gamdom-y5258g > .gamdom-jvq10g {
    grid-column: 1/2;
  }
  .gamdom-y5258g.gamdom-o9q2pu > :not(.get-image) {
    grid-column: 1/2;
  }
  .gamdom-y5258g .gamdom-lw9ydn,
  .gamdom-y5258g.gamdom-o9q2pu > .gamdom-lw9ydn {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .gamdom-y5258g.gamdom-o9q2pu > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .gamdom-scfx4u.gamdom-93feb1 .gamdom-y5258g > .gamdom-lw9ydn {
    grid-row: 1/2;
  }
  .gamdom-y5258g .gamdom-jvq10g ~ .gamdom-lw9ydn,
  .gamdom-y5258g.gamdom-o9q2pu .gamdom-jvq10g ~ .gamdom-lw9ydn {
    grid-row: 2/3;
  }
  .gamdom-scfx4u.gamdom-93feb1 .gamdom-jvq10g ~ .gamdom-lw9ydn {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .gamdom-k0apbi:first-child .gamdom-3z4aoc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .gamdom-k0apbi:first-child .gamdom-3z4aoc h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .gamdom-k0apbi {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .gamdom-k0apbi {
    padding: 0;
  }
  .gamdom-ccd9rm {
    margin-top: 1rem;
  }
  .gamdom-8hd1uk {
    border-radius: 5px;
  }
  .gamdom-qxxeei {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .gamdom-9d6p73::after {
    display: inline-block;
  }
  .gamdom-9d6p73 {
    margin: 0;
    width: 100%;
  }
  .gamdom-c3jllc {
    width: 100%;
  }
  .gamdom-c3jllc.gamdom-wu5z2a {
    -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%;
  }
  .gamdom-c3jllc.gamdom-wu5z2a .gamdom-xvm59y {
    width: 100%;
  }
  .gamdom-c3jllc.gamdom-wu5z2a .gamdom-xvm59y:not(:last-child) {
    margin-right: 0;
  }
  .gamdom-ukjx2j {
    width: 100%;
    text-align: center;
  }
  .gamdom-odl7tr.gamdom-jhovmj .gamdom-c3jllc {
    margin-top: 1rem;
  }
  .gamdom-oahug6 {
    grid-template-columns: repeat(3, 1fr);
  }
  .gamdom-y1zfso,
  .gamdom-xfquod {
    grid-template-columns: repeat(2, 1fr);
  }
  .gamdom-s4jtlw,
  .gamdom-jk3tzt,
  .gamdom-5kdj57 {
    grid-template-columns: 1fr;
  }
  .gamdom-uypztv {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .gamdom-p4dqf0 {
    min-width: 300px;
    max-width: 325px;
  }
  .gamdom-t2ksup {
    cursor: auto;
  }
  .gamdom-sut1dp .gamdom-t2ksup {
    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;
  }
  .gamdom-jircm8 {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .gamdom-19wlz9 {
    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) {
  .gamdom-jircm8 {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.gamdom-rv0zmt p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .gamdom-bv9x0x {
    margin: 0 -0.2rem;
  }
  .gamdom-rv0zmt {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .gamdom-arqcsr {
    -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;
  }
  .gamdom-r7fiig {
    max-width: 100%;
  }
  .gamdom-oahug6 {
    grid-template-columns: repeat(2, 1fr);
  }
  .gamdom-y1zfso,
  .gamdom-xfquod {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .gamdom-hdum6p {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .gamdom-bv9x0x {
    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;
  }
  .gamdom-pdb5cf {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .gamdom-7abqed {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .gamdom-npxt20,
  .gamdom-xidtie {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .gamdom-76e52f {
    width: 100%;
  }
  .gamdom-oahug6 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .gamdom-jircm8 {
    top: 127px !important;
  }
}

.gamdom-upyv9p {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .gamdom-upyv9p {
  }
}

@media (max-width: 767px) {
  .gamdom-upyv9p {
    margin-bottom: 12px;
  }
}

.gamdom-upyv9p img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.gamdom-wf2zcu {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.gamdom-wf2zcu > .gamdom-eigeov {
  flex: 1 1;
}

@media (max-width: 767px) {
  .gamdom-wf2zcu {
    flex-direction: column;
    gap: 12px;
  }
}

.gamdom-tnkfc6 {
  display: flex;
}

.gamdom-tnkfc6 .gamdom-9lypu3 {
  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;
}

.gamdom-tnkfc6 .gamdom-yt4hlq {
  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;
}

.gamdom-tnkfc6 .gamdom-r0d50v {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.gamdom-tnkfc6 .gamdom-gmi1wb {
  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));
  }
}

.gamdom-tnkfc6 .gamdom-gmi1wb:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.gamdom-tnkfc6 .gamdom-4e15j5 {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.gamdom-9pa0b8 {
  border: unset;
  background-color: unset;
}

.gamdom-9pa0b8 tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.gamdom-9pa0b8 .gamdom-njthmn,
.gamdom-9pa0b8 .gamdom-kewtj3 {
  flex: 0 1 330px;
}

.gamdom-9pa0b8 .gamdom-gseyxx {
  flex: 1 1;
}

.gamdom-9pa0b8 tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.gamdom-9pa0b8 tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.gamdom-9pa0b8 tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.gamdom-9pa0b8 tr td p {
  color: #fff;
  margin: 0;
}

.gamdom-9pa0b8 tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.gamdom-9pa0b8 tr.gamdom-njthmn td p {
  padding: 16px 0;
}

.gamdom-9pa0b8 tr.gamdom-njthmn td p:not(:last-child),
.gamdom-9pa0b8 tr.gamdom-kewtj3 td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.gamdom-9pa0b8 tr.gamdom-njthmn td p:first-child,
.gamdom-9pa0b8 tr.gamdom-kewtj3 td p:first-child {
  padding-top: 0;
}

.gamdom-9pa0b8 tr.gamdom-kewtj3 td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.gamdom-9pa0b8 tr.gamdom-kewtj3 td p:last-child {
  padding-bottom: 0;
}

.gamdom-9pa0b8 .gamdom-kewtj3 img {
  max-width: 32px;
}

.gamdom-9pa0b8 .gamdom-gseyxx {
  min-width: 718px;
}

.gamdom-9pa0b8 .gamdom-gseyxx td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.gamdom-9pa0b8 .gamdom-gseyxx td {
  display: flex;
}

.gamdom-9pa0b8 .gamdom-gseyxx td:last-child .gamdom-adv740,
.gamdom-9pa0b8 .gamdom-gseyxx td:last-child .gamdom-yt4xod,
.gamdom-9pa0b8 .gamdom-gseyxx td:last-child .gamdom-ps3q3j {
  flex: 1 1 50%;
}

.gamdom-9pa0b8 .gamdom-gseyxx td:last-child .gamdom-3n5hjs {
  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;
}

.gamdom-9pa0b8 .gamdom-gseyxx td:last-child .gamdom-e0cyrj,
.gamdom-9pa0b8 .gamdom-gseyxx td:last-child .gamdom-ae2aav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.gamdom-9pa0b8 .gamdom-gseyxx td:last-child .gamdom-adv740,
.gamdom-9pa0b8 .gamdom-gseyxx td:last-child .gamdom-yt4xod {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.gamdom-9pa0b8 .gamdom-gseyxx td:last-child .gamdom-adv740 span,
.gamdom-9pa0b8 .gamdom-gseyxx td:last-child .gamdom-yt4xod span {
  font-weight: 800;
}

.gamdom-9pa0b8 .gamdom-gseyxx img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .gamdom-9pa0b8 .gamdom-gseyxx td .gamdom-ps3q3j:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .gamdom-9pa0b8 tr.gamdom-njthmn td p:last-child {
    padding-bottom: 0;
  }
  .gamdom-9pa0b8 .gamdom-kewtj3 > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .gamdom-9pa0b8 .gamdom-kewtj3 > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .gamdom-9pa0b8 tr.gamdom-njthmn td p:not(:last-child),
  .gamdom-9pa0b8 tr.gamdom-kewtj3 td p:not(:last-child) {
    border-bottom: unset;
  }
  .gamdom-9pa0b8 tr.gamdom-kewtj3 td p:last-child {
    padding-bottom: 12px;
  }
  .gamdom-9pa0b8 .gamdom-gseyxx td:last-child .gamdom-adv740,
  .gamdom-9pa0b8 .gamdom-gseyxx td:last-child .gamdom-yt4xod,
  .gamdom-9pa0b8 .gamdom-gseyxx td:last-child .gamdom-ps3q3j {
    flex: 1 1 50%;
    padding: 0;
  }
  .gamdom-9pa0b8 .gamdom-gseyxx td:last-child .gamdom-adv740,
  .gamdom-9pa0b8 .gamdom-gseyxx td:last-child .gamdom-yt4xod {
    margin-top: 16px;
  }
  .gamdom-9pa0b8 .gamdom-gseyxx td:last-child .gamdom-ps3q3j {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .gamdom-9pa0b8 .gamdom-gseyxx td:last-child .gamdom-adv740 {
    border-right: 1px solid var(--border-color);
  }
  .gamdom-9pa0b8 .gamdom-gseyxx td:last-child .gamdom-ps3q3j:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .gamdom-9pa0b8 .gamdom-gseyxx td:last-child .gamdom-ps3q3j:last-child {
    padding-bottom: 0;
  }
}

.gamdom-ps3q3j {
  display: flex;
  flex-direction: column;
}

.gamdom-9pa0b8 .gamdom-gseyxx td .gamdom-ps3q3j {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.gamdom-9pa0b8 .gamdom-gseyxx td .gamdom-ps3q3j:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.gamdom-9pa0b8 .gamdom-gseyxx td .gamdom-ps3q3j:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .gamdom-9pa0b8 .gamdom-gseyxx td .gamdom-ps3q3j:not(:first-child) {
    padding-left: 0;
  }
  .gamdom-9pa0b8 .gamdom-gseyxx td .gamdom-ps3q3j:not(:last-of-type) {
    border-right: unset;
  }
}

.gamdom-9pa0b8 .gamdom-oxzru1 {
  flex: 0 1 485px;
}

.gamdom-9pa0b8 .gamdom-ac2na6 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.gamdom-9pa0b8 .gamdom-ac2na6 li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.gamdom-9pa0b8 .gamdom-ac2na6 li.gamdom-yva1w1 {
  padding: 6px 12px;
}

.gamdom-9pa0b8 .gamdom-ac2na6 li a,
.gamdom-9pa0b8 .gamdom-ac2na6 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;
}

.gamdom-9pa0b8 .gamdom-fhk1yk,
.gamdom-9pa0b8 .gamdom-qukcz2 {
  flex: 1 1;
}

.gamdom-9pa0b8 .gamdom-9ws7p1,
.gamdom-9pa0b8 .gamdom-lbsisg {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.gamdom-9pa0b8 .gamdom-9ws7p1 li,
.gamdom-9pa0b8 .gamdom-lbsisg li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.gamdom-9pa0b8 .gamdom-qukcz2 img {
  max-width: 32px;
}

.gamdom-9pa0b8 .gamdom-fhk1yk img {
  max-width: 32px;
}

.gamdom-9pa0b8 .gamdom-z8xqse {
  min-width: 280px;
}

.gamdom-9pa0b8 .gamdom-z8xqse img {
  max-width: 146px;
}

.gamdom-9pa0b8 .gamdom-z8xqse td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .gamdom-9pa0b8 .gamdom-njthmn,
  .gamdom-9pa0b8 .gamdom-kewtj3 {
    flex: 0 1 auto;
  }
  .gamdom-9pa0b8 .gamdom-gseyxx {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .gamdom-9pa0b8 .gamdom-njthmn,
  .gamdom-9pa0b8 .gamdom-oxzru1,
  .gamdom-9pa0b8 .gamdom-kewtj3,
  .gamdom-9pa0b8 .gamdom-gseyxx {
    flex: 1 1 calc(50% - 20px);
  }
  .gamdom-9pa0b8 .gamdom-fhk1yk,
  .gamdom-9pa0b8 .gamdom-z8xqse,
  .gamdom-9pa0b8 .gamdom-qukcz2 {
    flex: 1 1 30%;
  }
  .gamdom-9pa0b8 .gamdom-z8xqse {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .gamdom-9pa0b8 .gamdom-njthmn,
  .gamdom-9pa0b8 .gamdom-oxzru1,
  .gamdom-9pa0b8 .gamdom-fhk1yk,
  .gamdom-9pa0b8 .gamdom-kewtj3,
  .gamdom-9pa0b8 .gamdom-gseyxx,
  .gamdom-9pa0b8 .gamdom-z8xqse,
  .gamdom-9pa0b8 .gamdom-qukcz2 {
    flex: 1 1 100%;
  }
}

.gamdom-byq622 .gamdom-w15ngm {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.gamdom-byq622 .gamdom-27gtay {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.gamdom-byq622 .gamdom-f06npi {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.gamdom-byq622 .gamdom-xblj6z {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.gamdom-byq622 .gamdom-xblj6z > :nth-child(3) {
  margin-top: 0;
}

.gamdom-byq622 .gamdom-lw9ydn {
  grid-column: 2/3;
  grid-row: 1/10;
}

.gamdom-byq622 .gamdom-qok24c {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.gamdom-byq622 .gamdom-ccd9rm {
  grid-column: 1/2;
}

.gamdom-byq622 > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.gamdom-byq622 .gamdom-27gtay: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;
}

.gamdom-byq622 .gamdom-27gtay:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.gamdom-byq622 .gamdom-76e52f {
  min-width: 240px;
}

@media (max-width: 768px) {
  .gamdom-byq622 .gamdom-27gtay:not(:last-child):before {
    bottom: 8px;
  }
  .gamdom-byq622 .gamdom-27gtay:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .gamdom-byq622 .gamdom-xblj6z {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .gamdom-byq622 .gamdom-lw9ydn {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .gamdom-byq622 .gamdom-lw9ydn img {
    width: 100%;
    height: auto;
  }
  .gamdom-byq622 .gamdom-76e52f {
    width: 100%;
    min-width: unset;
  }
}

.gamdom-se7sx7 .gamdom-9tuf9i {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.gamdom-se7sx7 .gamdom-2dsbx4 {
  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;
}

.gamdom-se7sx7 .gamdom-lw9ydn {
  height: 100%;
}

.gamdom-se7sx7 .gamdom-lw9ydn img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.gamdom-se7sx7 .gamdom-nnr20z {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.gamdom-se7sx7 .gamdom-ocww86 {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.gamdom-se7sx7 .gamdom-6oyxv7 {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .gamdom-se7sx7 .gamdom-2dsbx4 {
    flex: 1 1 100%;
  }
  .gamdom-se7sx7 .gamdom-panzpp {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .gamdom-se7sx7 .gamdom-2dsbx4 {
    flex-direction: column;
  }
  .gamdom-se7sx7 .gamdom-lw9ydn {
    width: 100%;
    height: auto;
  }
  .gamdom-se7sx7 .gamdom-lw9ydn img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .gamdom-se7sx7 .gamdom-nnr20z {
    padding: 0 16px 16px 16px;
  }
  .gamdom-se7sx7 .gamdom-panzpp {
    min-width: unset;
    width: 100%;
  }
}

.gamdom-m9st1b .gamdom-p8iwf2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.gamdom-m9st1b .gamdom-j54fu8 {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.gamdom-m9st1b 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;
}

.gamdom-m9st1b .gamdom-jau67c {
  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;
}

.gamdom-m9st1b .gamdom-j54fu8:hover .gamdom-jau67c {
  display: flex;
}

.gamdom-m9st1b .gamdom-0ecyzr {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.gamdom-m9st1b .gamdom-ifpz6q {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.gamdom-sbniig {
  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;
}

.gamdom-sbniig.gamdom-2l8ajn {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.gamdom-cjpxmf ease-in-out;
}

.gamdom-sbniig.gamdom-2l8ajn:hover {
  color: #f9cb16;
  background-color: transparent;
}

.gamdom-m9st1b .gamdom-ckefzm {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.gamdom-cjpxmf ease-in-out;
}

.gamdom-m9st1b .gamdom-ckefzm:hover {
  color: #196948;
  background-color: #f9cb16;
}

.gamdom-m9st1b .gamdom-ckefzm:after,
.gamdom-sbniig.gamdom-2l8ajn:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.gamdom-sbniig.gamdom-2l8ajn:after {
  background-image: url(../images/Cash.svg);
}

.gamdom-m9st1b .gamdom-ckefzm:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .gamdom-m9st1b .gamdom-p8iwf2 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .gamdom-m9st1b .gamdom-p8iwf2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .gamdom-m9st1b .gamdom-p8iwf2 {
    grid-template-columns: 1fr;
  }
  .gamdom-m9st1b .gamdom-j54fu8 {
    height: auto;
  }
  .gamdom-m9st1b .gamdom-j54fu8 .gamdom-jau67c {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .gamdom-m9st1b .gamdom-0ecyzr,
  .gamdom-m9st1b .gamdom-ifpz6q {
    text-align: left;
  }
  .gamdom-m9st1b .gamdom-ifpz6q {
    margin-bottom: 8px;
  }
  .gamdom-m9st1b img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.gamdom-3wrs8e {
  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;
}

.gamdom-3wrs8e.gamdom-p3a59w {
  display: block;
}

.gamdom-3wrs8e .gamdom-y7cxng {
  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;
}

.gamdom-3wrs8e .gamdom-4sbn1q {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.gamdom-3wrs8e .gamdom-i249cy {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.gamdom-3wrs8e .gamdom-t79gqv {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.gamdom-3wrs8e .gamdom-sbniig {
  min-width: 296px;
  margin-bottom: 0;
}

.gamdom-3wrs8e .gamdom-dz4n9t {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.gamdom-3wrs8e .gamdom-c37ljz {
  position: relative;
  flex: 1 1;
}

.gamdom-3wrs8e .gamdom-c37ljz iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .gamdom-3wrs8e .gamdom-4sbn1q {
    flex-wrap: wrap;
    gap: 8px;
  }
  .gamdom-3wrs8e .gamdom-i249cy {
    order: 1;
  }
  .gamdom-3wrs8e .gamdom-t79gqv {
    order: 3;
    flex: 1 1 100%;
  }
  .gamdom-3wrs8e .gamdom-sbniig {
    width: 100%;
    min-width: unset;
  }
  .gamdom-3wrs8e .gamdom-dz4n9t {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .gamdom-y5258g > .gamdom-jvq10g {
    margin-bottom: 0;
  }
  .gamdom-y5258g > .gamdom-ccd9rm,
  .gamdom-y5258g > p {
    margin-top: 0;
  }
}

.gamdom-7l7c9c img,
.gamdom-rv0zmt img {
  width: auto;
  object-fit: contain;
}

.gamdom-7l7c9c {
  align-items: center;
}

.gamdom-7l7c9c img {
  max-height: 76px;
}

.gamdom-rv0zmt img {
  max-height: 64px;
}

.gamdom-zk2loc {
  overflow: auto;
}

.gamdom-1p5p4j {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.gamdom-tkq4ke:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.gamdom-g81iuh {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.gamdom-nb37q2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.gamdom-g81iuh .gamdom-lw9ydn {
  margin-right: 20px;
  flex-shrink: 0;
}

.gamdom-g81iuh img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.gamdom-0z3kv9 {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.gamdom-0z3kv9 > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .gamdom-g81iuh {
    padding: 15px 10px;
  }
  .gamdom-0z3kv9 {
    padding: 15px 10px;
  }
  .gamdom-g81iuh .gamdom-lw9ydn {
    margin-right: 10px;
  }
}

.gamdom-u74x6v {
  overflow-x: auto;
}

.gamdom-ksi8ys {
  border-collapse: collapse;
  width: 100%;
}

.gamdom-u74x6v th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.gamdom-u74x6v td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.gamdom-u74x6v td.gamdom-6emadu {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.gamdom-u74x6v td.gamdom-zhmzet {
  border-right: none;
}

.gamdom-u74x6v td.gamdom-zhmzet .gamdom-lw9ydn {
  justify-content: flex-start;
}

.gamdom-u74x6v td.gamdom-zhmzet .gamdom-lw9ydn img {
  height: auto;
  width: 90px;
}

.gamdom-u74x6v td.gamdom-vq5vrq,
.gamdom-u74x6v td.gamdom-sl401q {
  font-weight: 600;
  text-align: right;
}

.gamdom-u74x6v td.gamdom-cojznb,
.gamdom-u74x6v td.gamdom-vq5vrq {
  padding-bottom: 10px;
  border-bottom: none;
}

.gamdom-u74x6v td.gamdom-vq5vrq,
.gamdom-u74x6v td.gamdom-sl401q {
  border-left: none;
}

.gamdom-u74x6v td.gamdom-cojznb,
.gamdom-u74x6v td.gamdom-zx61qv {
  border-right: none;
}

.gamdom-u74x6v td.gamdom-zx61qv,
.gamdom-u74x6v td.gamdom-sl401q {
  border-top: none;
  padding-top: 10px;
}

.gamdom-a1ah33 {
  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;
}

.gamdom-a1ah33 .gamdom-panzpp {
  min-width: unset;
  width: 100%;
}

.gamdom-a1ah33 .gamdom-panzpp.gamdom-s0w4d9 {
  grid-column: 1/2;
  grid-row: 1/2;
}

.gamdom-a1ah33 .gamdom-panzpp.gamdom-mk8om5 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.gamdom-a1ah33 .gamdom-eq6f51 {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .gamdom-a1ah33 {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .gamdom-a1ah33 .gamdom-panzpp.gamdom-s0w4d9 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .gamdom-a1ah33 .gamdom-panzpp.gamdom-mk8om5 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .gamdom-a1ah33 .gamdom-eq6f51 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.gamdom-dc5fiu {
  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;
}

.gamdom-4k11zs {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.gamdom-3rklk2 p a img {
  margin: 0 auto;
  display: block;
}

.gamdom-3rklk2 table {
  margin-bottom: 17px;
}

/* contanct form */
.gamdom-ibblhh {
  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;
}

.gamdom-ibblhh label {
  font-size: 14px;
}

.gamdom-ibblhh h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.gamdom-ibblhh input,
.gamdom-ibblhh textarea,
.gamdom-ibblhh 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;
}
.gamdom-ibblhh button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.gamdom-cjpxmf ease;
}
.gamdom-ibblhh button:hover {
  background-color: #691204;
}
.gamdom-nxfp1a {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.gamdom-b6fiq4 ease-in;
}

.gamdom-nxfp1a 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;
}
.gamdom-sr7e5e, .gamdom-tm3zvv, [class*="review-card"],
thead, thead th, table th, .gamdom-5raqge,
.gamdom-wjbzld, [class*="collapsible-header"],
.gamdom-hw5x4q, [class*="updated-block"] {
  color: #ece7dc !important;
}
