: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) {
  .pistolo-43ynto {
    display: none;
  }
}

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

.pistolo-wztmi2 {
  background: var(--menu-color);
  border-radius: var(--border-radius-sm);
}

.pistolo-hucjt7 {
  overflow-y: hidden;
}

.pistolo-8tulou {
  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;
  }
}

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

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

.pistolo-464lmk,
body,
html {
  height: 100%;
}

.pistolo-7du31c {
  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;
}

.pistolo-7du31c.pistolo-vpcdvn {
  display: block;
  max-width: var(--sidebar-width);
  transform: scaleX(var(--sidebar-width));
}

.pistolo-qbf583 {
  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%;
}

.pistolo-qbf583.pistolo-vpcdvn {
  margin-left: var(--sidebar-width);
  max-width: calc(100% - var(--sidebar-width));
}

.pistolo-rshg44 {
  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;
}

.pistolo-rshg44.pistolo-vpcdvn {
  margin-left: var(--sidebar-width);
  max-width: calc(100% - var(--sidebar-width));
  transform: scaleX(calc(100% - var(--sidebar-width)));
}

.pistolo-rshg44.pistolo-vpcdvn .pistolo-iq1dhj {
  display: none;
}

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

@media screen and (max-width: 1024px) {
  .pistolo-rshg44,
  .pistolo-qbf583 {
    margin-left: 0;
    max-width: 100%;
  }
}

.pistolo-j22mn4 {
  background: var(--sidebar-bg-color);
  display: block;
}

.pistolo-j22mn4.pistolo-vpcdvn .pistolo-iq1dhj {
  display: inline-block;
}

.pistolo-j22mn4.pistolo-vpcdvn .pistolo-n1a472 {
  display: flex;
}

.pistolo-j22mn4.pistolo-vpcdvn .pistolo-cisngh {
  transform: translateY(0);
  visibility: visible;
}

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

.pistolo-j22mn4 .pistolo-iq1dhj {
  display: none;
  margin: 0 auto;
  transform: translateX(calc(var(--header-height) * -1 / 2));
}

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

.pistolo-n1a472::-webkit-scrollbar {
  width: 0;
}

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

.pistolo-pqo44b.pistolo-vpcdvn {
  display: none;
}

.pistolo-yiavro {
  filter: var(--button-text-color);

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

.pistolo-wpold3 {
  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;
}

.pistolo-beadsg {
  max-width: 40px;
}

.pistolo-623l4d {
  display: inline-flex;
  justify-content: center;
  padding: 5px 0;
  width: 100%;
}

.pistolo-623l4d svg {
  color: var(--success-color-light);
}

.pistolo-7td2t6 {
  border-bottom: 1px solid var(--divider-color);
}

.pistolo-7gzjm9 {
  border-top: 1px solid var(--divider-color);
}

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

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

.pistolo-km9ioz {
  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%;
}

.pistolo-mvwnat {
  max-width: 40px;
}

.pistolo-qlt0k8 {
  font-size: 0.75rem;
  font-weight: 700;
}

.pistolo-majoa2 {
  background: var(--fh-bg-color);
}

.pistolo-i8ydtm,
.pistolo-pmub5t {
  align-items: center;
  display: flex;
}

.pistolo-i8ydtm {
  gap: 0.5rem;
}

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

.pistolo-majoa2 .pistolo-iq1dhj {
  margin-right: 2rem;
}

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

  .pistolo-majoa2 .pistolo-iq1dhj {
    margin-right: 0rem;
  }
}

@media screen and (max-width: 768px) {
  .pistolo-majoa2 .pistolo-zx1pa1 {
    display: none;
  }
  .pistolo-h6u4dw {
    font-size: 0.pistolo-kbhy4s !important;
  }
  .pistolo-majoa2 .pistolo-iq1dhj {
    max-width: 100px;
  }
}

.pistolo-qtd45u svg {
  color: var(--icon-color);
}

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

.pistolo-iq1dhj {
  display: inline-block;
  max-width: 125px;
}

.pistolo-dcxac1 {
  width: 100%;
}

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

.pistolo-ng7cwr {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.pistolo-og9gkh,
.pistolo-9qtqsv {
  cursor: pointer;
  background: var(--border-color);
  border-radius: 6px;
  transition: var(--transition-duration);
}

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

.pistolo-og9gkh: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;
}

.pistolo-xm5kp1 {
  font-size: 0.875rem;
  justify-content: center;
}

.pistolo-i2px4l,
.pistolo-jmdspv {
  position: relative;
  z-index: 2;
}

.pistolo-i2px4l {
  max-width: 40px;
}

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

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

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

.pistolo-9qtqsv {
  padding: 0.5rem;
}

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

@media (any-hover: hover) {
  .pistolo-og9gkh:hover,
  .pistolo-9qtqsv:hover {
    background: var(--border-color);
  }
}

.pistolo-rlikkr {
  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;
}

.pistolo-ozld7o {
  color: var(--button-text-color);
}

.pistolo-7k69ac {
  /* background: transparent; */
  border-color: var(--btn-border-color-outline);
}

.pistolo-7k69ac .pistolo-ozld7o {
  color: var(--button-text-color);
}

.pistolo-btstic {
  padding: 0.pistolo-x75qik 0.625em;
  width: 100%;
}

.pistolo-rxq16s {
  font-size: 0.875rem;
}

.pistolo-f5ae8q {
  background: var(--success-color);
  border-color: var(--success-color);
}

.pistolo-f5ae8q .pistolo-ozld7o,
.pistolo-f5ae8q svg {
  color: var(--button-text-color);
}

.pistolo-sfrc4v svg {
  color: var(--btn-text-color);
}

@media (any-hover: hover) {
  .pistolo-rlikkr:hover {
    background: var(--button-bg-hover);
    border-color: var(--button-bg-hover);
  }
  .pistolo-7k69ac:hover {
    background: var(--btn-border-color-outline);
    border-color: var(--btn-border-color-outline);
  }
  .pistolo-f5ae8q:hover {
    background: var(--success-color-light);
    border-color: var(--success-color-light);
  }
}

.pistolo-q695yq {
  margin-left: 10px;
  margin-right: 5px;
  transform: scaleX(-1);
}

.pistolo-zx1pa1 {
  background: var(--border-color);
  display: inline-flex;
}

.pistolo-zx1pa1,
.pistolo-e4ianr {
  border-radius: var(--round-l);
}

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

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

.pistolo-fx1s84 {
  background: var(--button-bg-color);
}

.pistolo-fx1s84 span,
.pistolo-fx1s84 svg {
  color: var(--button-text-color);
}

.pistolo-i8491h {
  display: none;
  height: 0;
  margin: 0.pistolo-95dqwx 0 1rem;
  width: 0;
}

.pistolo-i8491h .pistolo-e4ianr {
  flex: 1 1 50%;
  justify-content: center;
}

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

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

.pistolo-fxalk2 {
  height: 200px;
  min-height: 175px;
  overflow-y: hidden;
}

.pistolo-oh3q0a,
.pistolo-2rgly1 {
  height: 100%;
}

.pistolo-oh3q0a {
  overflow-x: auto;
}

.pistolo-oh3q0a::-webkit-scrollbar {
  width: 0;
}

.pistolo-2rgly1 {
  display: flex;
  gap: 0.5rem;
  width: auto;
}

.pistolo-inwqe5 {
  flex: 1 0 33%;
  max-width: 33%;
}

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

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

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

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

.pistolo-bt3zqi {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

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

.pistolo-acn45z {
  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;
}

.pistolo-h6p79m {
  color: var(--text-color);
}

.pistolo-402sn1 {
  font-size: 1rem;
  font-weight: 900;
  max-width: 200px;
}

@media (max-width: 1026px) {
  .pistolo-402sn1 {
    font-size: 16px;
  }
}

.pistolo-mw8bk0 {
  font-weight: 600;
}

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

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

.pistolo-8hbit3 {
  display: flex;
  gap: 1rem;
}

@media (any-hover: hover) {
  .pistolo-g38u40:hover .pistolo-8n6gr0 {
    color: var(--accent-color);
  }
}

.pistolo-hg3nyc {
  text-align: center;
}

.pistolo-5ew51n {
  margin: 2rem 0;
}

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

.pistolo-ewz6im {
  font-size: 2rem;
  font-weight: 700;
}

.pistolo-xkfxlk {
  overflow-x: auto;
}

.pistolo-xkfxlk::-webkit-scrollbar {
  width: 0;
}

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

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

.pistolo-gpc4n6 {
  display: inline-flex;
  flex-direction: column;
  max-width: 208px;
}

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

.pistolo-t7gqbd {
  -o-object-fit: cover;
  object-fit: cover;
}

.pistolo-cubodg,
.pistolo-t7gqbd {
  height: 100%;
  transition: var(--transition-duration);
  width: 100%;
}

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

.pistolo-05jz46 {
  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;
}

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

.pistolo-yazbhj {
  padding: 0.5rem;
}

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

.pistolo-fsayyc .pistolo-t7gqbd {
  height: 100%;
  max-height: 235px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.pistolo-fsayyc .pistolo-oz7das {
  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%;
}

.pistolo-fsayyc .pistolo-iwsq3h {
  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;
}

.pistolo-fsayyc .pistolo-g6lkak {
  height: 100%;
  margin-bottom: 0;
  max-height: 235px;
  max-width: 175px;
  width: 100%;
}

.pistolo-fsayyc .pistolo-cubodg {
  display: none;
}

@media (any-hover: hover) {
  .pistolo-gpc4n6:hover .pistolo-cubodg {
    opacity: 1;
  }
  .pistolo-gpc4n6:hover .pistolo-t7gqbd {
    transform: scale(1.1);
    will-change: transform;
  }
}

.pistolo-sbhs4a {
  padding: 2rem 0;
}

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

.pistolo-7uhsen {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pistolo-x6qnql {
  font-size: 0.75rem;
  font-weight: 600;
}

.pistolo-irkory {
  color: var(--footer-text-color);
}

.pistolo-zb1obi {
  font-size: 1.25rem;
  font-weight: 600;
}

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

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

.pistolo-ycdi07 {
  transition: var(--transition-duration);
}

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

.pistolo-sbhs4a .pistolo-km9ioz {
  margin-top: 0;
  max-width: 150px;
}

@media (any-hover: hover) {
  .pistolo-ap7qmp:hover .pistolo-ycdi07 {
    color: var(--footer-text-color);
  }
}

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

.pistolo-tpnuoa {
  margin-bottom: 2rem;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}

.pistolo-2xmfc7 {
  margin: 0 auto;
  max-width: var(--seo-content-width);
}

.pistolo-2xmfc7 p img {
  display: block;
  margin: 0 auto;
}

.pistolo-2xmfc7 table {
  width: 100% !important;
  margin-top:5px;
  margin-bottom:5px;
}

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

.pistolo-tpnuoa h1,
.pistolo-tpnuoa h2 {
  margin-top: 2rem;
}

.pistolo-tpnuoa h3,
.pistolo-tpnuoa h4 {
  margin-top: 1rem;
}

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

.pistolo-tpnuoa p {
  margin-top: 1rem;
}

.pistolo-tpnuoa li {
  margin-left: 2.5rem;
  margin-top: 0.5rem;
}

.pistolo-tpnuoa ol li,
.pistolo-tpnuoa ul li {
  font-size: 1rem;
}

.pistolo-tpnuoa ul li {
  list-style-type: disc;
}

.pistolo-tpnuoa .pistolo-eztf9q {
  max-width: 100%;
  overflow-x: scroll;
}

.pistolo-tpnuoa .pistolo-eztf9q::-webkit-scrollbar {
  height: 5px;
}

.pistolo-tpnuoa .pistolo-eztf9q::-webkit-scrollbar-thumb {
  background-color: var(--menu-color);
  border-radius: 20px;
}

.pistolo-tpnuoa .pistolo-eztf9q::-webkit-scrollbar-track {
  background: transparent;
}

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

.pistolo-tpnuoa table {
  margin: 1rem 0;
}

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

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

.pistolo-tpnuoa td {
  padding: 1rem 2rem 1rem 1rem;
  text-align: center;
}

.pistolo-tpnuoa th {
  padding: 1rem 4rem 1rem 1rem;
}

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

.pistolo-tpnuoa img {
  display: inline-block;
  margin: 1rem 0;
}

.pistolo-tpnuoa .pistolo-gpc4n6 img,
.pistolo-tpnuoa .pistolo-0xzj2s img {
  margin: 0;
}

.pistolo-tpnuoa .pistolo-gpc4n6 {
  border: 2px solid var(--menu-color);
  border-radius: var(--round-base);
  overflow-x: hidden;
}

.pistolo-tpnuoa .pistolo-oz7das {
  padding: 0.5rem;
}

.pistolo-tpnuoa .pistolo-05jz46 {
  color: var(--text-color);
}

.pistolo-tpnuoa .pistolo-0xzj2s {
  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%;
}

.pistolo-tpnuoa .pistolo-j07uqw {
  display: flex;
  justify-content: center;
  margin: 1rem 0;
}

.pistolo-tpnuoa .pistolo-0xzj2s img {
  flex: 1 1 50%;
  height: auto;
  min-height: 150px;
}

.pistolo-tpnuoa .pistolo-t1y6r7 {
  height: 100%;
  min-width: 160px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.pistolo-tpnuoa .pistolo-mhcg7l {
  flex: 1 1 30%;
  padding: 1rem;
}

.pistolo-tpnuoa .pistolo-wma37z {
  color: var(--text-color);
  font-weight: 700;
}

.pistolo-tpnuoa .pistolo-2zoe2w {
  color: var(--text-color);
  font-weight: 600;
}

.pistolo-tpnuoa .pistolo-uiay1z {
  color: var(--button-text-color);
}

@media screen and (max-width: 768px) {
  .pistolo-tpnuoa .pistolo-0xzj2s {
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
  }
  .pistolo-tpnuoa .pistolo-2zoe2w {
    font-size: 1rem;
  }
  .pistolo-tpnuoa .pistolo-wma37z {
    font-size: 0.875rem;
  }
  .pistolo-tpnuoa .pistolo-0xzj2s img {
    flex: 1 1 auto;
  }
}

.pistolo-tpnuoa .pistolo-rlikkr {
  margin: 0.pistolo-5vq52b 0;
}

@media screen and (max-width: 1024px) {
  .pistolo-tpnuoa,
  .pistolo-tpnuoa .pistolo-icthff,
  .pistolo-2xmfc7 {
    max-width: 100vw;
  }
}

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

.pistolo-8tp7d1 {
  color: var(--text-color);
  text-align: center;
}

.pistolo-7x1tkx {
  margin: 2rem 0;
}

.pistolo-m7bchy,
.pistolo-r8anmf {
  margin-bottom: 1rem;
}

.pistolo-m7bchy {
  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%;
}

.pistolo-m7bchy.pistolo-vpcdvn .pistolo-hac7lc {
  display: block;
}

.pistolo-m7bchy.pistolo-vpcdvn .pistolo-mdl4z7 {
  transform: rotate(45deg);
}

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

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

.pistolo-hac7lc {
  display: none;
  padding-top: 1rem;
}

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

.pistolo-t1bgnl.pistolo-vpcdvn {
  transform: scaleX(-1);
}

.pistolo-4eq31a {
  color: var(--icon-color);
}

@media screen and (min-width: 1025px) {
  .pistolo-89xxhn {
    display: none;
  }
}

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

.pistolo-0067is {
  display: flex;
  align-items: center;
}

.pistolo-0067is a {
  margin: 0 10px;
}

/* social */

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

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

.pistolo-z1c2oh li {
  display: flex;
  margin: 0 7px;
}

.pistolo-z1c2oh li svg {
  transition: 0.pistolo-qqyx5j ease-in-out;
}

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

/* faq */

.pistolo-yd1r92 {
  margin-bottom: 2rem;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}

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

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

.pistolo-6zwuin {
  margin: 0 auto;
  max-width: var(--seo-content-width);
}

.pistolo-6zwuin h2 {
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .pistolo-yd1r92,
  .pistolo-6zwuin {
    max-width: 100vw;
  }
}

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

.pistolo-qo7m0i {
  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.pistolo-i1gtqy ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pistolo-qo7m0i::after {
  content: "+";
  font-weight: bold;
  transition: transform 0.pistolo-i1gtqy ease;
}

.pistolo-we981f.pistolo-rm6py0 .pistolo-qo7m0i::after {
  transform: rotate(45deg);
}

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

.pistolo-we981f.pistolo-rm6py0 .pistolo-lc0c6i {
  max-height: 100%;
  padding: 15px 20px;
}

/* review */

.pistolo-sfwy9y {
  margin: 25px 0;
}

.pistolo-o5hnj9 > input:not(:checked) ~ label:hover,
.pistolo-o5hnj9 > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.pistolo-usve0j.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.pistolo-zxs3v8 44.pistolo-m8opxk.pistolo-9z972m.pistolo-9sar86.pistolo-70djjm.pistolo-a8qw97.pistolo-7515rq.pistolo-wsr41z.pistolo-7u1uv8.pistolo-e848x9.pistolo-lkmcrn.pistolo-g4uwro.pistolo-tq3y1x 0l-12.pistolo-yibfsp 30.pistolo-co26j7.pistolo-yq2rcb 2.pistolo-wd5isn.pistolo-yq2rcb 3.pistolo-9s8ic9 3.pistolo-bw37qr.pistolo-d6gmzt 3.pistolo-s78lcr.pistolo-4xm0k8.pistolo-72c2c7.pistolo-ztrkh3 7-3.pistolo-yibfsp 10.pistolo-czhuv5.pistolo-ztrkh3 23.pistolo-gaj8pu.pistolo-r2ts4a 1.pistolo-qrssmg 2.pistolo-yibfsp 3.pistolo-r2ts4a 1.pistolo-d6gmzt 5.pistolo-f55vao.pistolo-d6gmzt 32.pistolo-qb48ij.pistolo-4xm0k8 5.pistolo-tq3y1x 4.pistolo-ztrkh3 9.pistolo-ztrkh3 8.pistolo-d6gmzt 6.pistolo-bx9kkn.pistolo-vj2gz2.pistolo-bavzxt.pistolo-xkc84z.pistolo-isreor 4.pistolo-doheoo.pistolo-isreor 6.pistolo-isreor 0l29.pistolo-tq3y1x 17.pistolo-fffjli.pistolo-gwr3bl 2.pistolo-ijntgg 10.pistolo-o27fmd.pistolo-yibfsp 8.pistolo-2099nf.pistolo-jkhxmd.pistolo-cludkh.pistolo-golu1v.pistolo-jbdfkr.pistolo-4xm0k8.pistolo-a8qw97.pistolo-yibfsp 1.pistolo-c8fmbr.pistolo-bi1mxl.pistolo-fqj8su.pistolo-3kbwm5.pistolo-t82me0.pistolo-qrssmg 1.pistolo-9411lu.pistolo-7ob112.5z'/%3e%3c/svg%3e");
}

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

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

.pistolo-bup96h {
  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);
}

.pistolo-bup96h.pistolo-5wy9jm {
  display: block;
}

.pistolo-bup96h.pistolo-4k5fm8 {
  display: none;
}

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

.pistolo-iriax6 {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.pistolo-0gombf {
  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);
}

.pistolo-o1wxd8 {
  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;
}

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

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

.pistolo-gutg0w {
  font-size: 16px;
  line-height: 140%;
}

.pistolo-2m7on5 {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.pistolo-2m7on5 .pistolo-3mkn5r {
  fill: #c2c0ce;
}

.pistolo-2m7on5 [rating="1"] .pistolo-3mkn5r:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

.pistolo-2m7on5 [rating="2"] .pistolo-3mkn5r:not(:nth-child(n + 3)) {
  fill: #ffbe16;
}

.pistolo-2m7on5 [rating="3"] .pistolo-3mkn5r:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.pistolo-2m7on5 [rating="4"] .pistolo-3mkn5r:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.pistolo-2m7on5 [rating="5"] .pistolo-3mkn5r: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;
}

.pistolo-a2mt4r 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;
}

.pistolo-a2mt4r 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;
  }
}

.pistolo-bzpwv6 {
  text-align: center;
  color: var(--success-color);
}

.pistolo-5qie4p {
  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;
}

.pistolo-eztf9q table {
  width: 100%;
}

.pistolo-ev1jq9 {
  display: flex;
  justify-content: center;
}

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

.pistolo-bt3zqi {
  position: relative;
  z-index: 1;
}

.pistolo-acn45z {
  position: relative;
  z-index: 2;
}

.pistolo-h6p79m {
  position: relative;
  z-index: 3;
}

.pistolo-bcme2w {
  position: relative;
  z-index: 4;
}

.pistolo-3olkmk {
  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 */
.pistolo-lsidui {
  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;
}

.pistolo-lsidui label {
  font-size: 14px;
}

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

.pistolo-s7clii h2 {
  color: green;
  font-weight: 500;
}

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

.pistolo-i8ydtm .pistolo-h6u4dw:last-child {
  margin-right: 5px;
}

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

  .pistolo-p41stw {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .pistolo-p41stw 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);
  }

  .pistolo-p41stw button {
    z-index: 2;
  }

  .pistolo-fxs2rf {
    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.pistolo-i1gtqy ease;
    z-index: 10000;
  }

  

  .pistolo-fxs2rf:hover {
    background: rgba(0, 0, 0, 0.8);
  }

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

  .pistolo-x2x7u5 {
    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) {
    .pistolo-x2x7u5 {
      font-size: 12px;
    }
  }

  .pistolo-twt1no {
  bottom: 40px;
  }
/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.pistolo-op6gn9, .pistolo-xrso3n, [class*="review-card"],
thead, thead th, table th, .pistolo-2k4cil,
.pistolo-f0mzdf, [class*="collapsible-header"],
.pistolo-9diw7q, [class*="updated-block"] {
  color: #ece7dc !important;
}
