: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) {
  .gizbo-xu69ud {
    display: none;
  }
}

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

.gizbo-7n4fcm {
  background: var(--menu-color);
  border-radius: var(--border-radius-sm);
}

.gizbo-bsc8oa {
  overflow-y: hidden;
}

.gizbo-ix8467 {
  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;
  }
}

.gizbo-wdbedm {
  margin-left: auto;
  margin-right: auto;
  max-width: 1414px;
  padding: 0 15px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .gizbo-wdbedm {
    max-width: 100%;
  }
}

.gizbo-8d44y9,
body,
html {
  height: 100%;
}

.gizbo-fw7mq6 {
  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;
}

.gizbo-fw7mq6.gizbo-qokcav {
  display: block;
  max-width: var(--sidebar-width);
  transform: scaleX(var(--sidebar-width));
}

.gizbo-23092c {
  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%;
}

.gizbo-23092c.gizbo-qokcav {
  margin-left: var(--sidebar-width);
  max-width: calc(100% - var(--sidebar-width));
}

.gizbo-moavq7 {
  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;
}

.gizbo-moavq7.gizbo-qokcav {
  margin-left: var(--sidebar-width);
  max-width: calc(100% - var(--sidebar-width));
  transform: scaleX(calc(100% - var(--sidebar-width)));
}

.gizbo-moavq7.gizbo-qokcav .gizbo-upl52l {
  display: none;
}

.gizbo-7vjyxu {
  padding-top: calc(var(--header-height) + 1rem);
}

@media screen and (max-width: 1024px) {
  .gizbo-moavq7,
  .gizbo-23092c {
    margin-left: 0;
    max-width: 100%;
  }
}

.gizbo-1s5mqq {
  background: var(--sidebar-bg-color);
  display: block;
}

.gizbo-1s5mqq.gizbo-qokcav .gizbo-upl52l {
  display: inline-block;
}

.gizbo-1s5mqq.gizbo-qokcav .gizbo-13me1t {
  display: flex;
}

.gizbo-1s5mqq.gizbo-qokcav .gizbo-hxvonw {
  transform: translateY(0);
  visibility: visible;
}

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

.gizbo-1s5mqq .gizbo-upl52l {
  display: none;
  margin: 0 auto;
  transform: translateX(calc(var(--header-height) * -1 / 2));
}

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

.gizbo-13me1t::-webkit-scrollbar {
  width: 0;
}

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

.gizbo-0rk0y2.gizbo-qokcav {
  display: none;
}

.gizbo-5uz88y {
  filter: var(--button-text-color);

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

.gizbo-v33f4f {
  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;
}

.gizbo-p1x9js {
  max-width: 40px;
}

.gizbo-pvivd6 {
  display: inline-flex;
  justify-content: center;
  padding: 5px 0;
  width: 100%;
}

.gizbo-pvivd6 svg {
  color: var(--success-color-light);
}

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

.gizbo-myu02o {
  border-top: 1px solid var(--divider-color);
}

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

@media screen and (max-width: 1024px) {
  .gizbo-1s5mqq {
    display: none;
  }
  .gizbo-1s5mqq: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;
  }
}

.gizbo-radn1n {
  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%;
}

.gizbo-8r34og {
  max-width: 40px;
}

.gizbo-zih7l6 {
  font-size: 0.75rem;
  font-weight: 700;
}

.gizbo-4i135m {
  background: var(--fh-bg-color);
}

.gizbo-u2c75g,
.gizbo-dwa4ff {
  align-items: center;
  display: flex;
}

.gizbo-u2c75g {
  gap: 0.5rem;
}

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

.gizbo-4i135m .gizbo-upl52l {
  margin-right: 2rem;
}

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

  .gizbo-4i135m .gizbo-upl52l {
    margin-right: 0rem;
  }
}

@media screen and (max-width: 768px) {
  .gizbo-4i135m .gizbo-94ne57 {
    display: none;
  }
  .gizbo-yt22ga {
    font-size: 0.gizbo-z0xke2 !important;
  }
  .gizbo-4i135m .gizbo-upl52l {
    max-width: 100px;
  }
}

.gizbo-ippruo svg {
  color: var(--icon-color);
}

@media screen and (max-width: 768px) {
  .gizbo-ippruo {
    display: none;
  }
}

.gizbo-upl52l {
  display: inline-block;
  max-width: 125px;
}

.gizbo-lcxwc8 {
  width: 100%;
}

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

.gizbo-659vfu {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.gizbo-jeb3b5,
.gizbo-6a87mf {
  cursor: pointer;
  background: var(--border-color);
  border-radius: 6px;
  transition: var(--transition-duration);
}

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

.gizbo-jeb3b5: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;
}

.gizbo-q03jjj {
  font-size: 0.875rem;
  justify-content: center;
}

.gizbo-1ukir5,
.gizbo-7a7jzf {
  position: relative;
  z-index: 2;
}

.gizbo-1ukir5 {
  max-width: 40px;
}

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

.gizbo-ugaz4b:last-child:nth-child(odd) {
  grid-column: 1/-1;
}

.gizbo-9vrmpx {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 1rem;
}

.gizbo-6a87mf {
  padding: 0.5rem;
}

.gizbo-7cuvmg {
  filter: var(--button-text-color);
  max-width: 1.25rem;
}

@media (any-hover: hover) {
  .gizbo-jeb3b5:hover,
  .gizbo-6a87mf:hover {
    background: var(--border-color);
  }
}

.gizbo-qzugxn {
  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;
}

.gizbo-02sc52 {
  color: var(--button-text-color);
}

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

.gizbo-gjd2n4 .gizbo-02sc52 {
  color: var(--button-text-color);
}

.gizbo-aoovrt {
  padding: 0.gizbo-7k5utn 0.625em;
  width: 100%;
}

.gizbo-4jwv9z {
  font-size: 0.875rem;
}

.gizbo-t5c53a {
  background: var(--success-color);
  border-color: var(--success-color);
}

.gizbo-t5c53a .gizbo-02sc52,
.gizbo-t5c53a svg {
  color: var(--button-text-color);
}

.gizbo-uzzck1 svg {
  color: var(--btn-text-color);
}

@media (any-hover: hover) {
  .gizbo-qzugxn:hover {
    background: var(--button-bg-hover);
    border-color: var(--button-bg-hover);
  }
  .gizbo-gjd2n4:hover {
    background: var(--btn-border-color-outline);
    border-color: var(--btn-border-color-outline);
  }
  .gizbo-t5c53a:hover {
    background: var(--success-color-light);
    border-color: var(--success-color-light);
  }
}

.gizbo-55598i {
  margin-left: 10px;
  margin-right: 5px;
  transform: scaleX(-1);
}

.gizbo-94ne57 {
  background: var(--border-color);
  display: inline-flex;
}

.gizbo-94ne57,
.gizbo-u94m0a {
  border-radius: var(--round-l);
}

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

.gizbo-u94m0a span,
.gizbo-u94m0a svg {
  color: var(--icon-color);
  transition: var(--transition-duration);
}

.gizbo-f9a5p4 {
  background: var(--button-bg-color);
}

.gizbo-f9a5p4 span,
.gizbo-f9a5p4 svg {
  color: var(--button-text-color);
}

.gizbo-nscnqu {
  display: none;
  height: 0;
  margin: 0.gizbo-dgr5ak 0 1rem;
  width: 0;
}

.gizbo-nscnqu .gizbo-u94m0a {
  flex: 1 1 50%;
  justify-content: center;
}

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

@media (any-hover: hover) {
  .gizbo-u94m0a:hover span,
  .gizbo-u94m0a:hover svg {
    color: var(--text-color);
  }
}

.gizbo-oz5im8 {
  height: 200px;
  min-height: 175px;
  overflow-y: hidden;
}

.gizbo-7gmm3h,
.gizbo-boym3l {
  height: 100%;
}

.gizbo-7gmm3h {
  overflow-x: auto;
}

.gizbo-7gmm3h::-webkit-scrollbar {
  width: 0;
}

.gizbo-boym3l {
  display: flex;
  gap: 0.5rem;
  width: auto;
}

.gizbo-jhi1zm {
  flex: 1 0 33%;
  max-width: 33%;
}

@media screen and (max-width: 1024px) {
  .gizbo-oz5im8 {
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .gizbo-oz5im8 {
    height: auto;
    min-height: auto;
  }
  .gizbo-jhi1zm {
    flex: 1 0 100%;
  }
}

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

.gizbo-admjr1 {
  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) {
  .gizbo-admjr1 {
    gap: 0;
  }
}

.gizbo-m6imv7 {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 768px) {
  .gizbo-m6imv7 {
    height: 150px !important;
  }
}

.gizbo-euiw9c {
  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;
}

.gizbo-tkw17j {
  color: var(--text-color);
}

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

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

.gizbo-xx3ni0 {
  font-weight: 600;
}

@media screen and (max-width: 1024px) {
  .gizbo-0z6nls {
    height: 175px;
  }
}

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

.gizbo-bpvtiv {
  display: flex;
  gap: 1rem;
}

@media (any-hover: hover) {
  .gizbo-wvoytf:hover .gizbo-4lxh9j {
    color: var(--accent-color);
  }
}

.gizbo-h9l6qf {
  text-align: center;
}

.gizbo-03novi {
  margin: 2rem 0;
}

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

.gizbo-qyzo4o {
  font-size: 2rem;
  font-weight: 700;
}

.gizbo-mr632r {
  overflow-x: auto;
}

.gizbo-mr632r::-webkit-scrollbar {
  width: 0;
}

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

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

.gizbo-ri72ps {
  display: inline-flex;
  flex-direction: column;
  max-width: 208px;
}

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

.gizbo-m82u1u {
  -o-object-fit: cover;
  object-fit: cover;
}

.gizbo-a2mwu1,
.gizbo-m82u1u {
  height: 100%;
  transition: var(--transition-duration);
  width: 100%;
}

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

.gizbo-9t7agv {
  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;
}

.gizbo-04jwbq {
  color: var(--text-color-label);
  font-size: 0.75rem;
  font-weight: 500;
}

.gizbo-w0vuul {
  padding: 0.5rem;
}

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

.gizbo-a9ooup .gizbo-m82u1u {
  height: 100%;
  max-height: 235px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.gizbo-a9ooup .gizbo-99aup0 {
  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%;
}

.gizbo-a9ooup .gizbo-04jwbq {
  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;
}

.gizbo-a9ooup .gizbo-2p8p26 {
  height: 100%;
  margin-bottom: 0;
  max-height: 235px;
  max-width: 175px;
  width: 100%;
}

.gizbo-a9ooup .gizbo-a2mwu1 {
  display: none;
}

@media (any-hover: hover) {
  .gizbo-ri72ps:hover .gizbo-a2mwu1 {
    opacity: 1;
  }
  .gizbo-ri72ps:hover .gizbo-m82u1u {
    transform: scale(1.1);
    will-change: transform;
  }
}

.gizbo-j6fj9r {
  padding: 2rem 0;
}

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

.gizbo-29pq8v {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gizbo-tpsgh9 {
  font-size: 0.75rem;
  font-weight: 600;
}

.gizbo-uazb4t {
  color: var(--footer-text-color);
}

.gizbo-2d9jjr {
  font-size: 1.25rem;
  font-weight: 600;
}

.gizbo-e91zde {
  color: var(--footer-text-color);
  margin-bottom: 1rem;
}

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

.gizbo-gpj88s {
  transition: var(--transition-duration);
}

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

.gizbo-j6fj9r .gizbo-radn1n {
  margin-top: 0;
  max-width: 150px;
}

@media (any-hover: hover) {
  .gizbo-r73ewu:hover .gizbo-gpj88s {
    color: var(--footer-text-color);
  }
}

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

.gizbo-eekiki {
  margin-bottom: 2rem;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}

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

.gizbo-ybfjyc p img {
  display: block;
  margin: 0 auto;
}

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

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

.gizbo-eekiki h1,
.gizbo-eekiki h2 {
  margin-top: 2rem;
}

.gizbo-eekiki h3,
.gizbo-eekiki h4 {
  margin-top: 1rem;
}

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

.gizbo-eekiki p {
  margin-top: 1rem;
}

.gizbo-eekiki li {
  margin-left: 2.5rem;
  margin-top: 0.5rem;
}

.gizbo-eekiki ol li,
.gizbo-eekiki ul li {
  font-size: 1rem;
}

.gizbo-eekiki ul li {
  list-style-type: disc;
}

.gizbo-eekiki .gizbo-cjuexp {
  max-width: 100%;
  overflow-x: scroll;
}

.gizbo-eekiki .gizbo-cjuexp::-webkit-scrollbar {
  height: 5px;
}

.gizbo-eekiki .gizbo-cjuexp::-webkit-scrollbar-thumb {
  background-color: var(--menu-color);
  border-radius: 20px;
}

.gizbo-eekiki .gizbo-cjuexp::-webkit-scrollbar-track {
  background: transparent;
}

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

.gizbo-eekiki table {
  margin: 1rem 0;
}

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

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

.gizbo-eekiki td {
  padding: 1rem 2rem 1rem 1rem;
  text-align: center;
}

.gizbo-eekiki th {
  padding: 1rem 4rem 1rem 1rem;
}

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

.gizbo-eekiki img {
  display: inline-block;
  margin: 1rem 0;
}

.gizbo-eekiki .gizbo-ri72ps img,
.gizbo-eekiki .gizbo-aty9g2 img {
  margin: 0;
}

.gizbo-eekiki .gizbo-ri72ps {
  border: 2px solid var(--menu-color);
  border-radius: var(--round-base);
  overflow-x: hidden;
}

.gizbo-eekiki .gizbo-99aup0 {
  padding: 0.5rem;
}

.gizbo-eekiki .gizbo-9t7agv {
  color: var(--text-color);
}

.gizbo-eekiki .gizbo-aty9g2 {
  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%;
}

.gizbo-eekiki .gizbo-bud48y {
  display: flex;
  justify-content: center;
  margin: 1rem 0;
}

.gizbo-eekiki .gizbo-aty9g2 img {
  flex: 1 1 50%;
  height: auto;
  min-height: 150px;
}

.gizbo-eekiki .gizbo-evgcz6 {
  height: 100%;
  min-width: 160px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.gizbo-eekiki .gizbo-3f2lq7 {
  flex: 1 1 30%;
  padding: 1rem;
}

.gizbo-eekiki .gizbo-dzccyr {
  color: var(--text-color);
  font-weight: 700;
}

.gizbo-eekiki .gizbo-7tbl2q {
  color: var(--text-color);
  font-weight: 600;
}

.gizbo-eekiki .gizbo-w84x56 {
  color: var(--button-text-color);
}

@media screen and (max-width: 768px) {
  .gizbo-eekiki .gizbo-aty9g2 {
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
  }
  .gizbo-eekiki .gizbo-7tbl2q {
    font-size: 1rem;
  }
  .gizbo-eekiki .gizbo-dzccyr {
    font-size: 0.875rem;
  }
  .gizbo-eekiki .gizbo-aty9g2 img {
    flex: 1 1 auto;
  }
}

.gizbo-eekiki .gizbo-qzugxn {
  margin: 0.gizbo-tobism 0;
}

@media screen and (max-width: 1024px) {
  .gizbo-eekiki,
  .gizbo-eekiki .gizbo-ql1eu8,
  .gizbo-ybfjyc {
    max-width: 100vw;
  }
}

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

.gizbo-c7le6v {
  color: var(--text-color);
  text-align: center;
}

.gizbo-gboc1j {
  margin: 2rem 0;
}

.gizbo-9il5a3,
.gizbo-3rgh61 {
  margin-bottom: 1rem;
}

.gizbo-9il5a3 {
  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%;
}

.gizbo-9il5a3.gizbo-qokcav .gizbo-0m4j84 {
  display: block;
}

.gizbo-9il5a3.gizbo-qokcav .gizbo-bzyann {
  transform: rotate(45deg);
}

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

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

.gizbo-0m4j84 {
  display: none;
  padding-top: 1rem;
}

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

.gizbo-ah36ox.gizbo-qokcav {
  transform: scaleX(-1);
}

.gizbo-jjiwk3 {
  color: var(--icon-color);
}

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

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

.gizbo-rl3is3 {
  display: flex;
  align-items: center;
}

.gizbo-rl3is3 a {
  margin: 0 10px;
}

/* social */

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

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

.gizbo-x47dpt li {
  display: flex;
  margin: 0 7px;
}

.gizbo-x47dpt li svg {
  transition: 0.gizbo-x6m5gv ease-in-out;
}

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

/* faq */

.gizbo-rjpxac {
  margin-bottom: 2rem;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}

.gizbo-utspn3 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1414px;
  padding: 0 15px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .gizbo-utspn3 {
    max-width: 100%;
  }
}

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

.gizbo-n6o7wx h2 {
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .gizbo-rjpxac,
  .gizbo-n6o7wx {
    max-width: 100vw;
  }
}

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

.gizbo-tbkhh9 {
  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.gizbo-rrlub0 ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gizbo-tbkhh9::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.gizbo-rrlub0 ease;
}

.gizbo-l0hraq.gizbo-x4fwd4 .gizbo-tbkhh9::after {
  transform: rotate(45deg);
}

.gizbo-h7rwzq {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.gizbo-x6m5gv ease, padding 0.gizbo-x6m5gv ease;
  padding: 0 20px;
  background: var(--table-2-color);
}

.gizbo-l0hraq.gizbo-x4fwd4 .gizbo-h7rwzq {
  max-height: 100%;
  padding: 15px 20px;
}

/* review */

.gizbo-oyyrvq {
  margin: 25px 0;
}

.gizbo-6ymb05 > input:not(:checked) ~ label:hover,
.gizbo-6ymb05 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.gizbo-w2tvxc.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.gizbo-sq7syp 44.gizbo-psumg9.gizbo-xbwbfw.gizbo-t4op0d.gizbo-artkkq.gizbo-07ma8l.gizbo-h87a7l.gizbo-shl2nz.gizbo-wev6wq.gizbo-eskmj4.gizbo-su1w7a.gizbo-k3emnn.gizbo-y5vx3j 0l-12.gizbo-clziu1 30.gizbo-szwg6g.gizbo-dntchq 2.gizbo-scz9h3.gizbo-dntchq 3.gizbo-8zme5y 3.gizbo-6ps7e3.gizbo-91vsil 3.gizbo-uhw5sc.gizbo-i11yk6.gizbo-roq7v8.gizbo-lkxn8n 7-3.gizbo-clziu1 10.gizbo-my6lgc.gizbo-lkxn8n 23.gizbo-8oanp4.gizbo-p2tj42 1.gizbo-87adkm 2.gizbo-clziu1 3.gizbo-p2tj42 1.gizbo-91vsil 5.gizbo-7oalte.gizbo-91vsil 32.gizbo-bizf2e.gizbo-i11yk6 5.gizbo-y5vx3j 4.gizbo-lkxn8n 9.gizbo-lkxn8n 8.gizbo-91vsil 6.gizbo-1zkcw3.gizbo-s3k3ji.gizbo-206a97.gizbo-0sb34y.gizbo-e84n2v 4.gizbo-hpc6u7.gizbo-e84n2v 6.gizbo-e84n2v 0l29.gizbo-y5vx3j 17.gizbo-ioxjd5.gizbo-auuqgn 2.gizbo-phwaev 10.gizbo-cccd1o.gizbo-clziu1 8.gizbo-rdzigw.gizbo-osg255.gizbo-1dh4te.gizbo-yfmzvi.gizbo-el5wkg.gizbo-i11yk6.gizbo-07ma8l.gizbo-clziu1 1.gizbo-uxenr7.gizbo-1h5tnf.gizbo-19hhuw.gizbo-oowj2k.gizbo-2k8f5u.gizbo-87adkm 1.gizbo-sqbt71.gizbo-f5z9ey.5z'/%3e%3c/svg%3e");
}

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

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

.gizbo-c2he32 {
  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);
}

.gizbo-c2he32.gizbo-0a46pf {
  display: block;
}

.gizbo-c2he32.gizbo-5o7tt2 {
  display: none;
}

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

.gizbo-jrlpp6 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.gizbo-9egiii {
  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);
}

.gizbo-32r62c {
  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;
}

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

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

.gizbo-coc4yj {
  font-size: 16px;
  line-height: 140%;
}

.gizbo-mce60z {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.gizbo-mce60z .gizbo-mbxm03 {
  fill: #c2c0ce;
}

.gizbo-mce60z [rating="1"] .gizbo-mbxm03:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.gizbo-mce60z [rating="2"] .gizbo-mbxm03:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.gizbo-mce60z [rating="3"] .gizbo-mbxm03:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.gizbo-mce60z [rating="4"] .gizbo-mbxm03:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.gizbo-mce60z [rating="5"] .gizbo-mbxm03: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;
}

.gizbo-6yxdfc 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;
}

.gizbo-6yxdfc 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;
  }
}

.gizbo-l214hc {
  text-align: center;
  color: var(--success-color);
}

.gizbo-rcfm27 {
  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;
}

.gizbo-cjuexp table {
  width: 100%;
}

.gizbo-r6cqqp {
  display: flex;
  justify-content: center;
}

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

.gizbo-m6imv7 {
  position: relative;
  z-index: 1;
}

.gizbo-euiw9c {
  position: relative;
  z-index: 2;
}

.gizbo-tkw17j {
  position: relative;
  z-index: 3;
}

.gizbo-c2vfjw {
  position: relative;
  z-index: 4;
}

.gizbo-jwljnm {
  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 */
.gizbo-wly9i2 {
  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;
}

.gizbo-wly9i2 label {
  font-size: 14px;
}

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

.gizbo-pik8h8 h2 {
  color: green;
  font-weight: 500;
}

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

.gizbo-u2c75g .gizbo-yt22ga:last-child {
  margin-right: 5px;
}

  .gizbo-dvuzub {
    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.gizbo-x6m5gv ease;
    z-index: 9999;
    user-select: none;
    height: 75px;
    border: 1px solid rgb(70, 70, 70);
  }

  .gizbo-ojou8g {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .gizbo-ojou8g 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);
  }

  .gizbo-ojou8g button {
    z-index: 2;
  }

  .gizbo-c1i3s2 {
    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.gizbo-rrlub0 ease;
    z-index: 10000;
  }

  

  .gizbo-c1i3s2:hover {
    background: rgba(0, 0, 0, 0.8);
  }

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

  .gizbo-8f9rnf {
    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) {
    .gizbo-8f9rnf {
      font-size: 12px;
    }
  }

  .gizbo-x8zva9 {
  bottom: 40px;
  }
/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.gizbo-0oxcl0, .gizbo-1gg3w3, [class*="review-card"],
thead, thead th, table th, .gizbo-dbucgn,
.gizbo-4sd88w, [class*="collapsible-header"],
.gizbo-x8w3n6, [class*="updated-block"] {
  color: #ece7dc !important;
}
