html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

table caption {
  font-size: 26px;
  padding: 15px 0;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

[hidden] {
  display: none;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

input:not([type="checkbox"]):not([type="radio"]),
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

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

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

body {
  height: 100%;
  font-family: "Roboto", sans-serif;
  background: var(--main-theme-color);
  color: var(--text-color);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
}

a {
  cursor: pointer;
}

* {
  outline: none;
  box-sizing: border-box;
}

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

svg {
  transform: translateZ(0);
}

input,
textarea {
  font-family: Arial, Helvetica, Verdana, sans-serif;
}

h1 {
  font-weight: 700;
  font-size: 36px;
  line-height: normal;
  margin: 0 auto 32px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}

h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
  margin: 0 auto 32px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: normal;
  margin: 0 auto 28px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h3 {
    font-size: 22px;
    margin-bottom: 16px;
  }
}

h4 {
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
  margin: 0 auto 20px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h4 {
    font-size: 20px;
    margin-bottom: 16px;
  }
}

h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: normal;
  margin: 0 auto 20px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h5 {
    font-size: 18px;
    margin-bottom: 16px;
  }
}

h6 {
  font-weight: 500;
  font-size: 20px;
  line-height: normal;
  margin: 0 auto 20px;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  h6 {
    font-size: 16px;
    margin-bottom: 16px;
  }
}

.pistolo-97ioyp {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

@media only screen and (max-width: 767px) {
  .pistolo-97ioyp {
    padding: 54px 0 0;
  }
}

.pistolo-wkvdsc {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 350px;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  border-radius: 6px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  cursor: pointer;
  border: none;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  .pistolo-wkvdsc:hover {
    background: var(--button-bg-hover);
  }
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 var(--button-bg-color);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 4px 24px 0 var(--button-bg-hover);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 transparent;
  }
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 var(--button-bg-color);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 4px 24px 0 var(--button-bg-hover);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 transparent;
  }
}

.pistolo-55ag0n {
  max-width: 800px;
  width: 100%;
  padding: 0 16px;
  text-align: center;
  margin: 50px auto 200px;
}

@media only screen and (max-width: 767px) {
  .pistolo-55ag0n {
    margin: 20px auto 100px;
  }
}

.pistolo-55ag0n h1 {
  font-size: 200px;
  font-weight: bold;
  line-height: normal;
  margin: 0;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .pistolo-55ag0n h1 {
    font-size: 120px;
  }
}

.pistolo-55ag0n p {
  color: var(--text-color);
  font-size: 20px;
  line-height: normal;
  margin: 0 0 50px;
}

.pistolo-56e13n {
  cursor: pointer;
}

.pistolo-rc83md {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}

.pistolo-503gt0 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.pistolo-503gt0 figure {
  margin: 0;
}

.pistolo-503gt0.pistolo-2vyrrf {
  justify-content: flex-start;
  margin-right: 4px;
}

.pistolo-503gt0.pistolo-jp2rto {
  justify-content: flex-end;
  margin-left: 4px;
}

.pistolo-503gt0.pistolo-u50pv6 {
  justify-content: center;
}

.pistolo-503gt0.pistolo-b0piw9 {
  justify-content: normal;
}

.pistolo-arh058 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 991px) {
  .pistolo-arh058 {
    padding: 0 16px;
    margin: 0 auto 80px;
  }
}

@media only screen and (max-width: 767px) {
  .pistolo-arh058 {
    padding: 0 16px;
    margin: 0 auto 60px;
  }
}

.pistolo-3hz5d3 {
  font-size: 60px;
  line-height: 66px;
  font-weight: 600;
  margin: 0 0 32px;
  text-align: center;
  color: var(--title-color);
  cursor: pointer;
}

@media only screen and (max-width: 991px) {
  .pistolo-3hz5d3 {
    font-size: 32px;
    line-height: 110%;
    font-weight: 700;
  }
}

.pistolo-gf5lqf {
  max-width: 794px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .pistolo-gf5lqf {
    flex-direction: column;
  }
}

.pistolo-q8cfqs {
  max-width: 370px;
  width: 100%;
  max-width: 370px;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 24px;
}

.pistolo-q8cfqs img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .pistolo-q8cfqs {
    flex-basis: auto;
    margin: 0 auto 16px;
  }
}

.pistolo-5tg4qi {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

.pistolo-5tg4qi ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 22px;
}

@media only screen and (max-width: 767px) {
  .pistolo-5tg4qi ul {
    margin-bottom: 15px;
  }
}

.pistolo-5tg4qi ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  position: relative;
}

.pistolo-5tg4qi ul li span {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  gap: 2px;
  height: 22px;
  color: var(--title-color);
}

.pistolo-5tg4qi ul li span svg {
  fill: var(--title-color);
}

.pistolo-5tg4qi ul li small {
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #c2c0ce;
}

@media only screen and (max-width: 767px) {
  .pistolo-5tg4qi ul li small {
    font-size: 12px;
  }
}

.pistolo-5tg4qi ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 22px;
  background: #c2c0ce;
}

.pistolo-5tg4qi ul li:last-of-type::after {
  display: none;
}

@media only screen and (max-width: 767px) {
  .pistolo-5tg4qi {
    flex-basis: auto;
    margin: 0 auto;
  }
}

.pistolo-zolb7l {
  font-weight: 700;
  font-size: 26px;
  line-height: 110%;
  margin-bottom: 24px;
  color: var(--title-color);
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .pistolo-zolb7l {
    font-size: 24px;
    margin-bottom: 16px;
  }
}

.pistolo-3zv41p {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}

.pistolo-dstj4a {
  width: 100%;
  height: 52px;
  border-radius: 6px;
  margin: 0 5px;
  background-color: #fff;
  transition: 0.pistolo-de4jd3 ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
}

@media only screen and (max-width: 767px) {
  .pistolo-dstj4a {
    height: 50px;
  }
}

@media only screen and (min-width: 1025px) {
  .pistolo-dstj4a:hover {
    box-shadow: 0px 2px 16px 0px rgba(255, 255, 255, 0.5);
  }
}

.pistolo-dstj4a.pistolo-hedknc {
  background-color: #000;
}

@media only screen and (min-width: 1025px) {
  .pistolo-dstj4a.pistolo-hedknc:hover {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.5);
  }
}

.pistolo-wpdac7 {
  padding: 80px 0 0;
  background: var(--fh-bg-color);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 1200px) {
  .pistolo-wpdac7 {
    padding: 80px 16px 0;
  }
}

@media only screen and (max-width: 767px) {
  .pistolo-wpdac7 {
    padding: 50px 16px 68px;
  }
}

.pistolo-q1mozx {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .pistolo-q1mozx {
    flex-direction: column;
  }
}

.pistolo-hqd5w6 {
  margin-bottom: 94px;
}

@media only screen and (max-width: 767px) {
  .pistolo-hqd5w6 {
    margin-bottom: 40px;
  }
}

.pistolo-phbvz5 .pistolo-7goeom {
  margin-bottom: 28px;
}

.pistolo-phbvz5 .pistolo-7goeom img {
  max-height: 100px;
  width: auto;
}

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

.pistolo-m7ieaz a + a {
  margin-left: 24px;
}

.pistolo-m7ieaz img {
  max-height: 56px;
  width: auto;
}

.pistolo-m7ieaz img + img {
  margin-left: 24px;
}

.pistolo-4foyvx {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
}

@media only screen and (max-width: 767px) {
  .pistolo-4foyvx {
    padding: 0 0 50px;
    justify-content: flex-start;
  }
}

.pistolo-qd4ksj {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .pistolo-qd4ksj {
    margin: 40px 0 0;
    flex-direction: column;
  }
}

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

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

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

.pistolo-10xge0 li svg {
  transition: 0.pistolo-de4jd3 ease-in-out;
}

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

.pistolo-52rkub {
  color: var(--footer-text-color);
  font-size: 12px;
  text-align: center;
  max-width: 350px;
  width: 100%;
  word-wrap: break-word;
}

.pistolo-6et06m + .pistolo-6et06m {
  margin-left: 120px;
}

@media only screen and (max-width: 767px) {
  .pistolo-6et06m + .pistolo-6et06m {
    margin: 36px 0 0;
  }
}

.pistolo-cikrbh {
  color: var(--footer-text-color);
  font-size: 20px;
  margin-bottom: 24px;
}

.pistolo-ajvo4a {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pistolo-ajvo4a li {
  font-size: 16px;
}

.pistolo-ajvo4a li a {
  color: var(--footer-menu-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .pistolo-ajvo4a li a:hover {
    text-decoration: underline;
  }
}

.pistolo-ajvo4a li + li {
  margin-top: 16px;
}

.pistolo-f0u642 {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.pistolo-xagaz1 ease-in-out;
}

.pistolo-f0u642.pistolo-j2gb4o {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.pistolo-umq73k {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.pistolo-umq73k h1,
.pistolo-umq73k h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: normal;
  text-align: center;
  margin: 0 auto 32px;
}

@media only screen and (max-width: 767px) {
  .pistolo-umq73k h1,
  .pistolo-umq73k h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1200px) {
  .pistolo-umq73k {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .pistolo-umq73k {
    margin-bottom: 60px;
  }
}

.pistolo-thujm1 {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  align-items: center;
  gap: 14px;
}

@media only screen and (max-width: 767px) {
  .pistolo-thujm1 {
    gap: 6px;
    overflow-x: auto;
    margin: 0 0 20px;
  }
}

.pistolo-thujm1 li {
  width: 100%;
}

.pistolo-thujm1 li a {
  font-size: 16px;
  font-weight: 600;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.pistolo-de4jd3 ease-in-out;
  gap: 7px;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
}

.pistolo-thujm1 li a svg {
  fill: var(--button-text-color);
}

.pistolo-thujm1 li a.pistolo-j2gb4o {
  background: var(--border-color);
}

@media only screen and (min-width: 1025px) {
  .pistolo-thujm1 li a:hover {
    background: var(--border-color);
  }
}

@media only screen and (max-width: 767px) {
  .pistolo-thujm1 li a {
    font-size: 14px;
    height: 36px;
    padding: 0 10pxr;
  }
  .pistolo-thujm1 li a img {
    max-width: 16px;
  }
}

.pistolo-1bubb6 {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
}

@media only screen and (max-width: 767px) {
  .pistolo-1bubb6 {
    margin: 0 -5px;
  }
}

.pistolo-vqfltb {
  max-width: calc(25% - 20px);
  width: 100%;
  flex-basis: calc(25% - 20px);
  margin: 0 10px 20px;
  display: block;
  text-decoration: none;
  cursor: pointer;
}

.pistolo-vqfltb span {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  color: var(--text-color);
}

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

@media only screen and (max-width: 767px) {
  .pistolo-vqfltb {
    max-width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    margin: 0 5px 10px;
  }
  .pistolo-vqfltb span {
    font-size: 16px;
    margin-bottom: 2px;
  }
}

.pistolo-6swkyc {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.pistolo-6swkyc img {
  width: 100%;
  transition: 0.pistolo-de4jd3 ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .pistolo-6swkyc:hover img {
    transform: scale(1.1);
  }
}

.pistolo-77iyko {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 66px;
  background: var(--fh-bg-color);
  z-index: 99;
}

@media only screen and (max-width: 767px) {
  .pistolo-77iyko {
    height: 54px;
  }
}

.pistolo-q3bbky {
  max-width: 1310px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

@media only screen and (max-width: 1400px) {
  .pistolo-q3bbky {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 1023px) {
  .pistolo-q3bbky {
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .pistolo-q3bbky .pistolo-7goeom img {
    max-width: 90px;
  }
}

.pistolo-7goeom img {
  max-height: 50px;
  width: auto;
}

@media only screen and (max-width: 1023px) {
  .pistolo-7goeom {
    order: -2;
  }
}

@media only screen and (max-width: 1023px) {
  .pistolo-hz03oo {
    display: none;
  }
  .pistolo-hz03oo::before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 300%;
    background: rgba(0, 0, 0, 0.6);
    pointer-events: none;
  }
}

.pistolo-chfz5e {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pistolo-chfz5e li {
  font-size: 16px;
  margin: 0 20px;
}

.pistolo-chfz5e li a {
  color: var(--menu-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .pistolo-chfz5e li a:hover {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 1023px) {
  .pistolo-chfz5e {
    display: block;
  }
  .pistolo-chfz5e li {
    margin: 0;
    font-size: 16px;
    border-bottom: 1px solid var(--border-color);
  }
  .pistolo-chfz5e li a {
    display: flex;
    align-items: center;
    padding: 14px 16px;
    position: relative;
  }
  .pistolo-chfz5e li a::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    border: 5px solid transparent;
    border-left: 5px solid var(--menu-color);
  }
  .pistolo-chfz5e li:first-of-type {
    border-top: 1px solid var(--border-color);
  }
}

.pistolo-pmi55w {
  display: flex;
  align-items: center;
  margin-right: 120px;
}

@media only screen and (max-width: 1400px) {
  .pistolo-pmi55w {
    margin-right: 105px;
  }
}

@media only screen and (max-width: 1023px) {
  .pistolo-pmi55w {
    order: -1;
    margin-left: auto;
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .pistolo-pmi55w {
    max-width: 230px;
    justify-content: flex-end;
  }
}

.pistolo-pmi55w.pistolo-t15y68 {
  margin-right: 0;
}

.pistolo-ihrgre {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
  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;
}

@media only screen and (max-width: 767px) {
  .pistolo-ihrgre {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

@media only screen and (min-width: 1025px) {
  .pistolo-ihrgre:hover {
    background: var(--button-bg-color);
    opacity: 0.9;
  }
}

.pistolo-4j05yc {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
  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;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}

@media only screen and (min-width: 1025px) {
  .pistolo-4j05yc:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .pistolo-4j05yc {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

.pistolo-d4roj9 {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 1023px) {
  .pistolo-d4roj9 {
    top: 9px;
    transform: none;
    right: auto;
    left: 0;
  }
}

.pistolo-d4roj9:hover > ul {
  display: flex;
}

.pistolo-d4roj9:focus > ul {
  display: flex;
}

.pistolo-d4roj9:focus-within > ul {
  display: flex;
}

.pistolo-9k7ybh {
  position: relative;
  border-radius: 10px;
  height: 42px;
  padding: 5px 32px 5px 12px;
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-left: 10px;
  cursor: pointer;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  gap: 5px;
}

.pistolo-9k7ybh::after {
  border-bottom: 1px solid var(--button-text-color);
  border-right: 1px solid var(--button-text-color);
  content: "";
  height: 7px;
  width: 7px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.pistolo-xagaz1 ease-in-out;
}

@media only screen and (max-width: 767px) {
  .pistolo-9k7ybh {
    padding: 5px 30px 5px 5px;
    font-size: 14px;
    height: 38px;
    gap: 3px;
  }
  .pistolo-9k7ybh img {
    max-width: 20px;
  }
}

.pistolo-d4roj9 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  right: 0;
  transition: 0.pistolo-de4jd3 ease-in-out;
  z-index: 2;
  border-radius: 10px;
  min-width: 66px;
  display: none;
  max-height: 465px;
  overflow: hidden;
  flex-direction: column;
  flex-wrap: wrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: var(--button-bg-color);
}

@media only screen and (max-width: 767px) {
  .pistolo-d4roj9 ul {
    min-width: 52px;
    max-height: 315px;
    left: 10px;
    right: auto;
  }
}

.pistolo-d4roj9 ul li {
  padding: 10px 12px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  transition: 0.pistolo-de4jd3 ease-in-out;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .pistolo-d4roj9 ul li {
    padding: 5px;
  }
}

.pistolo-d4roj9 ul li a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--button-text-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .pistolo-d4roj9 ul li a:hover {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 767px) {
  .pistolo-d4roj9 ul li a {
    font-size: 14px;
    gap: 3px;
  }
  .pistolo-d4roj9 ul li a img {
    max-width: 20px;
  }
}

.pistolo-0i8ydw {
  display: none;
}

.pistolo-shdb7i {
  width: 38px;
  height: 38px;
  display: none;
  cursor: pointer;
  border-radius: 6px;
  background: var(--button-bg-color);
  padding: 12px 5px;
  z-index: 99;
  margin-left: 8px;
}

@media only screen and (max-width: 1023px) {
  .pistolo-shdb7i {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
}

.pistolo-shdb7i span {
  display: block;
  height: 1px;
  border-radius: 4px;
  width: 20px;
  background: var(--button-text-color);
}

@media only screen and (max-width: 1023px) {
  .pistolo-0i8ydw:checked ~ .pistolo-hz03oo {
    display: block;
    position: absolute;
    height: 100vh;
    background: var(--fh-bg-color);
    top: 0;
    right: 0;
    max-width: 286px;
    width: 100%;
    z-index: 9;
    padding: 85px 0;
  }
  .pistolo-hz03oo {
    display: none;
    transition: display 0.pistolo-de4jd3 ease-in-out;
  }
  .pistolo-0i8ydw:checked ~ .pistolo-hz03oo {
    display: block;
  }
  .pistolo-0i8ydw:checked + .pistolo-shdb7i span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
  }
  .pistolo-0i8ydw:checked + .pistolo-shdb7i span:nth-child(2) {
    display: none;
  }
  .pistolo-0i8ydw:checked + .pistolo-shdb7i span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}

.pistolo-76u9d9 {
  padding: 24px 0 0;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .pistolo-76u9d9 {
    padding: 0 16px;
  }
}

.pistolo-76u9d9 img {
  margin-bottom: 20px;
}

.pistolo-76u9d9 p {
  color: var(--text-color);
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .pistolo-76u9d9 p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .pistolo-76u9d9 {
    margin-bottom: 60px;
  }
}

.pistolo-1bp755 {
  font-size: 60px;
  font-weight: 700;
  line-height: 110%;
  color: var(--title-color);
  text-align: center;
  max-width: 985px;
  width: 100%;
  margin: 0 auto 20px;
}

@media only screen and (max-width: 767px) {
  .pistolo-1bp755 {
    font-size: 32px;
  }
}

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

.pistolo-y0lupu {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

@media only screen and (max-width: 767px) {
  .pistolo-y0lupu {
    font-size: 16px;
    line-height: 140%;
  }
}

.pistolo-y0lupu p {
  color: var(--text-color);
  font-size: 18px;
  line-height: 135%;
}

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

.pistolo-y0lupu p:first-of-type {
  margin-top: 0;
}

.pistolo-y0lupu p:last-of-type {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .pistolo-y0lupu p {
    font-size: 18px;
    line-height: 140%;
  }
}

.pistolo-y0lupu ul {
  padding: 0 0 0 20px;
}

.pistolo-y0lupu table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
}

.pistolo-y0lupu table tr td {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: var(--text-color);
  border: 1px solid var(--border-color);
  background: var(--table-1-color);
}

@media only screen and (max-width: 767px) {
  .pistolo-y0lupu table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.pistolo-y0lupu table tr th {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: var(--text-color);
  border: 1px solid var(--border-color);
  background: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .pistolo-y0lupu table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.pistolo-y0lupu table tr:nth-child(even) td {
  background: var(--table-2-color);
}

.pistolo-y0lupu iframe {
  max-width: 100%;
  width: 100%;
  height: 620px;
  border: none;
  margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .pistolo-y0lupu iframe {
    height: 200px;
  }
}

.pistolo-cx1pne {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 50px;
}

@media only screen and (max-width: 1200px) {
  .pistolo-cx1pne {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .pistolo-cx1pne {
    margin-bottom: 60px;
  }
}

.pistolo-5kkg4y {
  color: var(--title-color);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  .pistolo-5kkg4y {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.pistolo-5kkg4y h1,
.pistolo-5kkg4y h2,
.pistolo-5kkg4y h3,
.pistolo-5kkg4y h4 {
  color: var(--title-color);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .pistolo-5kkg4y h1,
  .pistolo-5kkg4y h2,
  .pistolo-5kkg4y h3,
  .pistolo-5kkg4y h4 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.pistolo-k19r5p {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  .pistolo-k19r5p {
    flex-direction: column-reverse;
  }
}

.pistolo-k19r5p .pistolo-xzp3dq {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .pistolo-k19r5p .pistolo-xzp3dq {
    max-width: 100%;
    flex-basis: auto;
    margin: 0;
  }
}

.pistolo-k19r5p .pistolo-d1ytlb {
  max-width: 514px;
  width: 100%;
  flex-basis: 514px;
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .pistolo-k19r5p .pistolo-d1ytlb {
    max-width: 100%;
    flex-basis: auto;
    margin: 0 0 18px;
  }
  .pistolo-k19r5p .pistolo-d1ytlb img {
    width: 100%;
  }
}

.pistolo-d1ytlb {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .pistolo-d1ytlb {
    margin-bottom: 18px;
  }
}

.pistolo-xzp3dq {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .pistolo-xzp3dq {
    margin-bottom: 18px;
  }
}

.pistolo-cx1pne h2 {
  color: var(--title-color);
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .pistolo-cx1pne h2 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.pistolo-cx1pne .pistolo-wkvdsc {
  margin-top: 30px;
  margin-bottom: 30px;
}

.pistolo-te9167 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 110px;
  border-radius: 10px;
  border: 1px solid var(--border-color);
  background: #1a1b2d;
  overflow: hidden;
}

@media only screen and (max-width: 1200px) {
  .pistolo-te9167 {
    margin: 0 16px;
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 767px) {
  .pistolo-te9167 {
    margin-bottom: 60px;
  }
}

.pistolo-rycjgs {
  position: relative;
  border: none;
}

.pistolo-rycjgs::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: var(--fh-bg-color);
}

.pistolo-trfypn {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
  font-size: 24px;
  font-weight: 700;
  background: var(--fh-bg-color);
  color: var(--title-color);
  border-bottom: 1px solid var(--border-color);
  cursor: pointer;
}

.pistolo-trfypn span {
  height: 32px;
}

.pistolo-trfypn span svg rect {
  fill: var(--table-2-color);
  stroke: var(--table-2-color);
}

.pistolo-trfypn.pistolo-e4qliy span {
  transform: scaleY(-1);
}

@media only screen and (max-width: 767px) {
  .pistolo-trfypn {
    padding: 0 14px;
    font-size: 22px;
    height: 68px;
  }
}

.pistolo-49weaj {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pistolo-49weaj li {
  font-size: 18px;
  background: var(--fh-bg-color);
  border-bottom: 1px solid var(--border-color);
}

@media only screen and (max-width: 767px) {
  .pistolo-49weaj li {
    font-size: 16px;
  }
}

.pistolo-49weaj li a {
  display: block;
  color: var(--text-color);
  padding: 14px 32px;
  text-decoration: none;
  transition: 0.pistolo-de4jd3 ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .pistolo-49weaj li a:hover {
    background: var(--main-theme-color);
  }
}

@media only screen and (max-width: 767px) {
  .pistolo-49weaj li a {
    padding: 12px 14px;
  }
}

.pistolo-49weaj.pistolo-j0avl8 {
  display: none;
}

.pistolo-9ehti3 {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

.pistolo-9ehti3 table {
  width: 100%;
  border-collapse: collapse;
}

.pistolo-9ehti3 table tr td {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  color: #a29eb6;
  text-align: center;
  border: 1px solid #262646;
  background: #171a2b;
}

@media only screen and (max-width: 767px) {
  .pistolo-9ehti3 table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }

  .pistolo-9ehti3 table td {
    min-width: 75px;
  }
}

.pistolo-9ehti3 table tr th {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: var(--text-color);
  border: 1px solid var(--border-color);
  background: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .pistolo-9ehti3 table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.pistolo-9ehti3 table tr:nth-child(even) td {
  background: rgba(29, 33, 60, 0.6);
}

.pistolo-9ehti3 p {
  color: #a29eb6;
  font-size: 18px;
  line-height: 135%;
}

@media only screen and (max-width: 767px) {
  .pistolo-9ehti3 p {
    font-size: 16px;
    line-height: 140%;
  }
}

@media only screen and (max-width: 1200px) {
  .pistolo-9ehti3 {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .pistolo-9ehti3 {
    margin-bottom: 60px;
  }
}

.pistolo-sgpk1y {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--fh-bg-color);
  color: var(--title-color);
  font-size: 28px;
  font-weight: 700;
  padding: 24px 32px;
  border-radius: 12px 12px 0 0;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .pistolo-sgpk1y {
    padding: 16px 14px;
    font-size: 18px;
    text-align: center;
  }
}

.pistolo-6zjg4w {
  width: 100%;
  border-collapse: collapse;
}

@media only screen and (max-width: 500px) {
  .pistolo-6zjg4w {
    width: 100%;
    border-collapse: collapse;
    display: block;
    width: 100%;
    overflow-x: auto;
  }
}

.pistolo-6zjg4w tr td {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  color: #a29eb6;
  text-align: center;
  border: 1px solid #262646;
  background: #171a2b;
}

@media only screen and (max-width: 767px) {
  .pistolo-6zjg4w tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.pistolo-6zjg4w tr:nth-child(even) td {
  background: rgba(29, 33, 60, 0.6);
}

.pistolo-y9ruxy table tr td {
  color: var(--text-color);
  background: var(--table-1-color);
  border-color: var(--border-color);
}

.pistolo-y9ruxy table tr:nth-child(even) td {
  background: var(--table-2-color);
}

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

.pistolo-q4t00n {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .pistolo-q4t00n {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .pistolo-q4t00n {
    margin-bottom: 60px;
  }
}

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

.pistolo-z0bf4z {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .pistolo-z0bf4z {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .pistolo-z0bf4z {
    margin-bottom: 60px;
  }
}

.pistolo-6znoil {
  border-radius: 10px;
  background: var(--fh-bg-color);
  border: 1px solid var(--border-color);
  margin-bottom: 10px;
  padding: 20px 32px 20px;
}

.pistolo-6znoil h3 {
  position: relative;
  color: var(--title-color);
  font-size: 26px;
  cursor: pointer;
  margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .pistolo-6znoil h3 {
    font-size: 22px;
    font-weight: 600;
  }
}

.pistolo-6znoil p {
  padding: 0;
  font-size: 18px;
  line-height: 135%;
  margin: 0;
  color: var(--text-color);
}

.pistolo-6znoil p + p {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .pistolo-6znoil p {
    font-size: 16px;
  }
}

.pistolo-hky3c5 {
  display: none;
}

@media only screen and (max-width: 767px) {
  .pistolo-hky3c5 {
    display: flex;
    justify-content: center;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    height: 68px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: #161d33;
    padding: 0 40px;
  }
}

.pistolo-q3ka6e {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

.pistolo-q3ka6e li {
  margin: 0 20px;
}

.pistolo-q3ka6e li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  text-decoration: none;
}

.pistolo-q3ka6e li a img {
  margin-bottom: 4px;
}

@media only screen and (min-width: 1025px) {
  .pistolo-q3ka6e li a:hover {
    color: #2ab765;
  }
}

.pistolo-6y0jg2 {
  max-width: 1110px;
  width: 100%;
  list-style: none;
  margin: 10px auto;
  padding: 0;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1200px) {
  .pistolo-6y0jg2 {
    padding: 0 16px;
  }
}

.pistolo-6y0jg2 li {
  font-size: 16px;
  position: relative;
}

.pistolo-6y0jg2 li a {
  color: var(--text-color);
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .pistolo-6y0jg2 li a:hover {
    text-decoration: underline;
  }
}

.pistolo-6y0jg2 li span {
  opacity: 0.5;
}

.pistolo-6y0jg2 li + li {
  margin-left: 30px;
}

.pistolo-6y0jg2 li + li::before {
  content: "-";
  left: -20px;
  top: 50%;
  font-size: 20px;
  transform: translateY(-50%);
  color: var(--text-color);
  position: absolute;
}

h2.pistolo-5kkg4y {
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  h2.pistolo-5kkg4y {
    margin-bottom: 18px;
  }
}

.pistolo-asjhw8 {
  border-collapse: separate;
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: var(--text-color);
  counter-reset: table-row;
}

.pistolo-asjhw8 tbody tr {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px 36px;
  padding: 20px 24px;
  border-radius: 10px;
  margin-bottom: 16px;
  cursor: pointer;
  background-color: var(--fh-bg-color);
}

.pistolo-asjhw8 tbody tr:first-of-type::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  z-index: -1;
  background: var(--fh-bg-color);
  border-radius: 10px;
}

.pistolo-asjhw8 tbody tr:first-of-type::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: var(--fh-bg-color);
  border-radius: 10px;
}

.pistolo-asjhw8 tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}

.pistolo-asjhw8 tbody tr:last-of-type {
  margin-bottom: 0;
}

.pistolo-asjhw8 tbody tr td:first-of-type {
  flex-shrink: 0;
}

.pistolo-asjhw8 tbody tr td:first-of-type > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid var(--rate-image-border);
}

.pistolo-asjhw8 tbody tr td:first-of-type > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 0 10px 0;
  padding: 2px 9px;
  width: 28px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  counter-increment: table-row;
  content: counter(table-row);
  background: var(--rate-counter-bg);
}

.pistolo-asjhw8 tbody tr td:last-of-type {
  margin-left: auto;
}

@media only screen and (max-width: 767px) {
  .pistolo-asjhw8 tbody tr td:last-of-type {
    margin-left: 0;
    width: 100%;
  }
}

.pistolo-asjhw8 tbody tr td .pistolo-5yyi2u {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .pistolo-asjhw8 tbody tr td .pistolo-5yyi2u {
    width: 100%;
  }
}

.pistolo-asjhw8 tbody tr td .pistolo-9h5ob4 {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 10px;
  width: 181px;
  height: 46px;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  transition: 0.pistolo-de4jd3 ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

@media only screen and (min-width: 1025px) {
  .pistolo-asjhw8 tbody tr td .pistolo-9h5ob4:hover {
    background: var(--button-bg-hover);
  }
}

@media only screen and (max-width: 767px) {
  .pistolo-asjhw8 tbody tr td .pistolo-9h5ob4 {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 420px) {
  .pistolo-asjhw8 tbody tr td .pistolo-9h5ob4 {
    width: 100%;
  }
}

.pistolo-asjhw8 tbody tr td .pistolo-pqc2tq {
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: var(--text-color);
}

@media only screen and (min-width: 1025px) {
  .pistolo-asjhw8 tbody tr td .pistolo-pqc2tq:hover {
    text-decoration: none;
  }
}

@media only screen and (max-width: 767px) {
  .pistolo-asjhw8 tbody tr {
    flex-direction: column;
  }
}

.pistolo-asjhw8 tbody tr:nth-child(-n + 3) td > a::before {
  background: var(--rate-counter-bg-top);
}

.pistolo-bq5kem {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .pistolo-bq5kem {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .pistolo-bq5kem {
    margin: 0 auto 60px;
  }
}

.pistolo-x265bf {
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
  margin: 0 0 32px;
  text-align: center;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .pistolo-x265bf {
    font-size: 26px;
    line-height: normal;
    margin: 0 0 20px;
    text-align: left;
  }
}

.pistolo-u6pvko {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}

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

.pistolo-6h84q7 {
  max-width: calc(25% - 20px);
  width: 100%;
  flex-basis: calc(25% - 20px);
  margin: 0 10px 20px;
  text-decoration: none;
  cursor: pointer;
}

.pistolo-6h84q7 img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.pistolo-de4jd3 ease-in-out;
}

.pistolo-6h84q7 p {
  font-size: 18px;
  line-height: 24px;
  margin: 10px 0 0;
  color: var(--text-color);
}

@media only screen and (min-width: 1025px) {
  .pistolo-6h84q7:hover img {
    transform: scale(1.01);
  }
}

@media only screen and (max-width: 991px) {
  .pistolo-6h84q7 {
    max-width: calc(33.33333% - 20px);
    flex-basis: calc(33.33333% - 20px);
  }
}

@media only screen and (max-width: 767px) {
  .pistolo-6h84q7 {
    max-width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    margin: 0 5px 12px;
  }
  .pistolo-6h84q7 p {
    font-size: 16px;
  }
}

.pistolo-6d92vd {
  position: relative;
  max-width: 800px;
  height: 400px;
  width: 100%;
  margin: 40px auto;
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 520px) {
  .pistolo-6d92vd {
    height: 190px;
    margin: 20px auto;
  }
}

.pistolo-6d92vd img {
  width: 100%;
  height: 100%;
}

.pistolo-6d92vd iframe {
  width: 100%;
  height: 400px;
  margin: 0;
}

@media only screen and (max-width: 520px) {
  .pistolo-6d92vd iframe {
    height: 190px;
  }
}

.pistolo-4xr7nm {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: -1;
  filter: blur(3px);
}

.pistolo-4xr7nm::before {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  content: "";
}

.pistolo-1j0wu2 {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 52px;
  max-width: 200px;
  -webkit-animation: none;
  animation: none;
  transform: translate(-50%, -50%);
}

.pistolo-1j0wu2 svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.pistolo-de4jd3 ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .pistolo-1j0wu2:hover svg {
    transform: scale(1.1);
  }
}

.pistolo-6i2ok5 {
  padding: 90px 0;
}

@media only screen and (max-width: 767px) {
  .pistolo-6i2ok5 {
    padding: 40px 0;
  }
}

.pistolo-5kkrsi {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
}

@media only screen and (max-width: 1200px) {
  .pistolo-5kkrsi {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 991px) {
  .pistolo-5kkrsi {
    flex-direction: column-reverse;
  }
}

.pistolo-2tbail {
  max-width: 520px;
  width: 100%;
  flex-basis: 520px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 24px;
}

.pistolo-2tbail img {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .pistolo-2tbail {
    max-width: 565px;
    flex-basis: auto;
    margin: 24px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .pistolo-2tbail {
    margin: 10px 0 0;
  }
}

.pistolo-sg3y5y {
  max-width: 565px;
  width: 100%;
  flex-basis: 565px;
  border-radius: 10px;
  padding: 36px 32px;
  background: radial-gradient(
    114.2% 133.85% at 7.14% 3.6%,
    rgba(35, 35, 54, 0.7) 0%,
    rgba(35, 35, 54, 0.7) 0.01%,
    rgba(35, 35, 54, 0.1) 100%
  );
  border: 1px solid #383853;
}

.pistolo-sg3y5y h2 {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  margin: 0 0 16px;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .pistolo-sg3y5y {
    flex-basis: auto;
  }
}

@media only screen and (max-width: 767px) {
  .pistolo-sg3y5y {
    padding: 24px 10px;
  }
}

.pistolo-71mgba {
  background: rgba(30, 30, 53, 0.6);
  border: 1px solid #383853;
  border-radius: 6px;
  padding: 14px 20px;
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  margin: 0 0 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #a29eb6;
  transition: 0.pistolo-de4jd3 ease-in-out;
}

.pistolo-71mgba:hover {
  border: 1px solid #8c8ca2;
}

.pistolo-ubvso9 {
  margin: 20px auto 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  border-radius: 6px;
  padding: 15px 10px;
  width: 100%;
  height: 52px;
  cursor: pointer;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: linear-gradient(2deg, #6262d9 0%, #9d62d9 100%, #9d62d9 100%);
}

.pistolo-ubvso9:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

.pistolo-8sz23m {
  max-width: 342px;
  width: 100%;
  margin: 20px auto 0;
  font-size: 12px;
  line-height: 140%;
  text-align: center;
  color: #c0c0c0;
  text-align: center;
}

.pistolo-8sz23m a {
  text-decoration: underline;
  color: #8babff;
}

.pistolo-rmlsvm {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin: 0 0 10px;
}

.pistolo-rmlsvm .pistolo-71mgba {
  width: 50%;
  margin: 0;
}

.pistolo-p7dsls {
  border-radius: 6px;
  padding: 15px 10px;
  width: 50%;
  height: 52px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: linear-gradient(2deg, #6262d9 0%, #9d62d9 100%, #9d62d9 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}

.pistolo-p7dsls:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

.pistolo-81f94b {
  margin: 0 0 100px;
}

@media only screen and (max-width: 1200px) {
  .pistolo-81f94b {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .pistolo-81f94b {
    margin: 0 0 60px;
  }
}

.pistolo-eyc1vh {
  position: relative;
  padding: 20px 24px;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  border-radius: 10px;
  background-color: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .pistolo-eyc1vh {
    padding: 18px 14px;
    flex-direction: column;
    align-items: flex-start;
  }
}

.pistolo-zznou2 {
  max-width: 200px;
  width: 100%;
  flex-basis: 200px;
  margin-right: 20px;
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .pistolo-zznou2 {
    max-width: 80px;
    flex-basis: auto;
    margin-bottom: 10px;
  }
}

.pistolo-1oehm5 {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

.pistolo-iiu8tz {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 40px;
  font-weight: 700;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .pistolo-iiu8tz {
    font-size: 26px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}

.pistolo-iiu8tz a {
  width: 26px;
  height: 26px;
  background: #5277e7;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  margin-left: 20px;
  border-radius: 4px;
  transition: 0.pistolo-de4jd3 ease-in-out;
}

@media only screen and (max-width: 767px) {
  .pistolo-iiu8tz a {
    margin: 1px 0 4px;
  }
}

.pistolo-iiu8tz a svg {
  fill: #fff;
}

.pistolo-iiu8tz a:hover {
  background: #3d68e7;
}

.pistolo-rbk5cs {
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.9;
}

.pistolo-aa4a0q {
  margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
  .pistolo-aa4a0q {
    position: absolute;
    top: 18px;
    left: 115px;
  }
}

.pistolo-h2g9r1 {
  font-size: 16px;
  color: var(--text-color);
}

.pistolo-4cnd0j {
  display: grid;
  grid-template-areas: "play-block__left" "content-section" "play-block__right";
  max-width: 1110px;
  width: 100%;
  margin: 40px auto 100px;
}

@media only screen and (max-width: 1200px) {
  .pistolo-4cnd0j {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .pistolo-4cnd0j {
    margin: 20px auto 60px;
  }
}

@media only screen and (min-width: 992px) {
  .pistolo-4cnd0j {
    grid-template-areas: "play-block__left play-block__right" "content-section content-section";
    grid-template-columns: 65% 35%;
  }
}

.pistolo-9qgzbk {
  grid-area: play-block__left;
  width: 100%;
  padding-right: 0;
}

.pistolo-9qgzbk h1,
.pistolo-9qgzbk h2 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  color: var(--title-color);
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .pistolo-9qgzbk h1,
  .pistolo-9qgzbk h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

@media only screen and (min-width: 992px) {
  .pistolo-9qgzbk {
    margin: 0;
    padding-right: 20px;
  }
}

.pistolo-1ee8j1 {
  grid-area: play-block__right;
  margin: 24px 0 0;
  width: 100%;
}

.pistolo-1ee8j1 h1 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  color: var(--title-color);
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .pistolo-1ee8j1 h1 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

.pistolo-1ee8j1 h2 {
  display: flex;
  align-items: center;
  min-height: 68px;
  font-size: 26px;
  line-height: normal;
  font-weight: 700;
  color: var(--title-color);
  margin: 0 0 6px;
}

@media only screen and (max-width: 767px) {
  .pistolo-1ee8j1 h2 {
    font-size: 24px;
    line-height: 110%;
    margin-bottom: 16px;
    min-height: auto;
  }
}

.pistolo-1ee8j1 table {
  border-radius: 10px;
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--border-color);
  box-shadow: 0 0 0 1px var(--border-color);
}

.pistolo-1ee8j1 table tr td {
  padding: 12px 28px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--table-1-color);
  border-top: none;
  border-left: none;
  border-right: none;
}

@media only screen and (max-width: 767px) {
  .pistolo-1ee8j1 table tr td {
    padding: 12px 4px;
  }
}

.pistolo-1ee8j1 table tr th {
  padding: 12px 28px;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--fh-bg-color);
  border-top: none;
  border-left: none;
  border-right: none;
}

@media only screen and (max-width: 767px) {
  .pistolo-1ee8j1 table tr th {
    padding: 12px 4px;
  }
}

.pistolo-1ee8j1 table tr:last-of-type td {
  border-bottom: none;
}

@media only screen and (min-width: 992px) {
  .pistolo-1ee8j1 {
    margin: 0;
  }
}

.pistolo-hqvt43 {
  width: 100%;
  min-height: 356px;
  border-radius: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .pistolo-hqvt43 {
    min-height: 190px;
  }
}

.pistolo-k4v9jz {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: -1;
  filter: blur(5px);
}

.pistolo-k4v9jz::before {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  content: "";
}

.pistolo-ht205t {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.pistolo-ht205t.pistolo-7iwxyg {
  display: none;
}

.pistolo-stbgl0 {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  opacity: 0;
  pointer-events: none;
}

.pistolo-stbgl0 iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pistolo-stbgl0 iframe.pistolo-stc0ca {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.pistolo-stbgl0.pistolo-w1zu7f {
  opacity: 1;
  pointer-events: all;
}

.pistolo-k3full {
  border: none;
  cursor: pointer;
  text-decoration: none;
  max-width: 252px;
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #c2c0ce;
  margin: 0 auto;
  color: #090909;
  font-size: 16px;
  font-weight: 700;
  transition: 0.pistolo-de4jd3 ease-in-out;
}

.pistolo-k3full svg {
  margin-right: 10px;
}

.pistolo-k3full + .pistolo-k3full {
  margin-top: 14px;
}

@media only screen and (min-width: 1025px) {
  .pistolo-k3full:hover {
    background: #a8a6b3;
  }
}

.pistolo-iegzxw {
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
}

@media only screen and (min-width: 1025px) {
  .pistolo-iegzxw:hover {
    background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
  }
}

@media only screen and (max-width: 767px) {
  .pistolo-k3full {
    height: 42px;
    max-width: 220px;
  }
}

.pistolo-4cnd0j .pistolo-cx1pne {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.pistolo-4cnd0j .pistolo-cx1pne h1,
.pistolo-4cnd0j .pistolo-cx1pne h2 {
  color: var(--title-color);
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 28px;
}

@media only screen and (max-width: 767px) {
  .pistolo-4cnd0j .pistolo-cx1pne h1,
  .pistolo-4cnd0j .pistolo-cx1pne h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 991px) {
  .pistolo-4cnd0j .pistolo-cx1pne {
    margin: 28px 0 0;
  }
}

.pistolo-hs9qzo {
  max-width: 1110px;
  width: 100%;
  margin: 40px auto 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 1200px) {
  .pistolo-hs9qzo {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 991px) {
  .pistolo-hs9qzo {
    flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .pistolo-hs9qzo {
    margin: 20px auto 60px;
  }
}

.pistolo-aopy3m {
  max-width: 545px;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .pistolo-aopy3m {
    max-width: 100%;
    margin: 0 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .pistolo-aopy3m {
    max-width: 100%;
    margin: 0 0 10px;
  }
}

.pistolo-ibu5g3 {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  border-radius: 20px;
}

.pistolo-ibu5g3 iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pistolo-ikqrzd {
  max-width: 540px;
  width: 100%;
  margin-left: 24px;
}

.pistolo-ikqrzd h1 {
  font-weight: 600;
  font-size: 60px;
  line-height: normal;
  margin: 0;
  color: var(--title-color);
}

@media only screen and (max-width: 1200px) {
  .pistolo-ikqrzd h1 {
    font-size: 44px;
  }
}

@media only screen and (max-width: 767px) {
  .pistolo-ikqrzd h1 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 991px) {
  .pistolo-ikqrzd {
    max-width: 100%;
    margin: 0;
  }
}

.pistolo-iqbtsd {
  padding: 25px 20px;
  border-radius: 10px;
  background: var(--fh-bg-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .pistolo-iqbtsd {
    padding: 14px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
}

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

@media only screen and (max-width: 767px) {
  .pistolo-f5rxgj {
    flex-direction: column;
    margin: 0 0 0 20px;
  }
}

.pistolo-mas4ja {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-right: 12px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.pistolo-mas4ja span {
  margin-right: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff0000;
}

@media only screen and (max-width: 767px) {
  .pistolo-mas4ja {
    margin: 0;
  }
  .pistolo-mas4ja:last-of-type {
    margin-top: 4px;
  }
}

.pistolo-is2jip {
  display: flex;
  align-items: center;
  padding: 14px 20px;
  border-radius: 10px;
  background: var(--fh-bg-color);
}

@media only screen and (max-width: 540px) {
  .pistolo-is2jip {
    padding: 10px;
  }
}

.pistolo-is2jip .pistolo-wkvdsc {
  max-width: 156px;
  height: 46px;
  font-size: 16px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 540px) {
  .pistolo-is2jip .pistolo-wkvdsc {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

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

.pistolo-uzu5t2 {
  width: 98px;
  flex-shrink: 0;
  margin-right: 12px;
}

.pistolo-uzu5t2 img {
  width: 100%;
}

.pistolo-obg3no {
  max-width: 230px;
  width: 100%;
  margin-right: 5px;
}

@media only screen and (max-width: 540px) {
  .pistolo-obg3no {
    max-width: 200px;
    margin: 0;
  }
}

.pistolo-ib9h94 {
  font-size: 14px;
  color: var(--title-color);
  opacity: 0.8;
}

.pistolo-3to8vs {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: var(--text-color);
}

.pistolo-7ekz7g {
  width: 100%;
  margin: 0 0 100px;
}

@media only screen and (max-width: 767px) {
  .pistolo-7ekz7g {
    margin: 0 0 60px;
  }
}

.pistolo-7ekz7g .pistolo-quvs17 {
  position: relative;
}

.pistolo-7ekz7g .pistolo-v3li0j {
  width: 100%;
  height: calc(100vh - 54px);
  height: 100dvh;
  height: calc(100dvh - env(safe-area-inset-bottom, 0px));
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.pistolo-7ekz7g .pistolo-v3li0j.pistolo-7iwxyg {
  display: none;
}

.pistolo-7ekz7g .pistolo-e36qkq {
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 32px;
  max-width: 910px;
  width: 100%;
  border-radius: 20px;
  padding: 17px 40px;
  background: var(--main-theme-color);
  border: 1px solid var(--border-color);
  margin-bottom: env(safe-area-inset-bottom, 0px);
}

@media only screen and (max-width: 991px) {
  .pistolo-7ekz7g .pistolo-e36qkq {
    bottom: 90px;
    padding: 14px 16px;
    flex-direction: column;
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 520px) {
  .pistolo-7ekz7g .pistolo-e36qkq {
    bottom: 90px;
  }
}

.pistolo-7ekz7g .pistolo-e36qkq .pistolo-o5wu6u {
  max-width: 300px;
  width: 100%;
}

.pistolo-7ekz7g .pistolo-e36qkq .pistolo-o5wu6u .pistolo-jxm0sz {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .pistolo-7ekz7g .pistolo-e36qkq .pistolo-o5wu6u .pistolo-jxm0sz {
    font-size: 32px;
    text-align: center;
  }
}

.pistolo-7ekz7g .pistolo-e36qkq .pistolo-o5wu6u .pistolo-e08em8 {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .pistolo-7ekz7g .pistolo-e36qkq .pistolo-o5wu6u .pistolo-e08em8 {
    text-align: center;
  }
}

.pistolo-7ekz7g .pistolo-e36qkq .pistolo-t15y68 {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .pistolo-7ekz7g .pistolo-e36qkq .pistolo-t15y68 {
    flex-direction: column-reverse;
  }
}

.pistolo-7ekz7g .pistolo-e36qkq .pistolo-t15y68 .pistolo-jgb6wb {
  border-radius: 10px;
  padding: 12px 28px;
  width: 200px;
  height: 46px;
  background: #a9afbc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #0b0b10;
  cursor: pointer;
  transition: 0.pistolo-de4jd3 ease-in-out;
}

.pistolo-7ekz7g .pistolo-e36qkq .pistolo-t15y68 .pistolo-jgb6wb:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .pistolo-7ekz7g .pistolo-e36qkq .pistolo-t15y68 .pistolo-jgb6wb {
    width: 100%;
  }
}

.pistolo-7ekz7g .pistolo-e36qkq .pistolo-t15y68 .pistolo-j9sttn {
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 10px;
  width: 274px;
  height: 46px;
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #0b0b10;
  cursor: pointer;
  position: relative;
  transition: 0.pistolo-de4jd3 ease-in-out;
  overflow: hidden;
}

.pistolo-7ekz7g .pistolo-e36qkq .pistolo-t15y68 .pistolo-j9sttn span {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

@keyframes slideLeftRight {
  0% {
    left: -16px;
  }
  100% {
    left: calc(100% + 16px);
  }
}

.pistolo-7ekz7g .pistolo-e36qkq .pistolo-t15y68 .pistolo-j9sttn:before {
  content: "";
  border-radius: 10px;
  position: absolute;
  height: 100%;
  width: 32px;
  top: 0;
  left: -16px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.75) 50%,
    transparent 100%
  );
  z-index: 0;
  backdrop-filter: blur(5px);
  animation: slideLeftRight 2s infinite;
}

.pistolo-7ekz7g .pistolo-e36qkq .pistolo-t15y68 .pistolo-j9sttn:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .pistolo-7ekz7g .pistolo-e36qkq .pistolo-t15y68 .pistolo-j9sttn {
    width: 100%;
  }
}

.pistolo-7ekz7g .pistolo-e36qkq.pistolo-7iwxyg {
  display: none;
}

.pistolo-7ekz7g .pistolo-btvozm {
  display: none;
}

.pistolo-7ekz7g .pistolo-btvozm.pistolo-w1zu7f {
  display: block;
}

.pistolo-7ekz7g .pistolo-btvozm iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

@media only screen and (max-width: 767px) {
  .pistolo-7ekz7g .pistolo-btvozm iframe {
    height: calc(100vh - 54px);
  }
}

.pistolo-7ekz7g .pistolo-yp3dvb {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0 0;
}

@media only screen and (max-width: 1200px) {
  .pistolo-7ekz7g .pistolo-yp3dvb {
    padding: 24px 16px 0;
  }
}

.pistolo-7ekz7g .pistolo-yp3dvb .pistolo-jxm0sz {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .pistolo-7ekz7g .pistolo-yp3dvb .pistolo-jxm0sz {
    margin-bottom: 24px;
  }
}

.pistolo-7ekz7g .pistolo-yp3dvb table {
  border-radius: 10px;
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--border-color);
  box-shadow: 0 0 0 1px var(--border-color);
}

.pistolo-7ekz7g .pistolo-yp3dvb table tr td {
  padding: 12px 28px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--table-1-color);
  border-top: none;
}

@media only screen and (max-width: 767px) {
  .pistolo-7ekz7g .pistolo-yp3dvb table tr td {
    padding: 12px 4px;
  }
}

.pistolo-7ekz7g .pistolo-yp3dvb table tr th {
  padding: 12px 28px;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  background: var(--fh-bg-color);
  border-top: none;
}

@media only screen and (max-width: 767px) {
  .pistolo-7ekz7g .pistolo-yp3dvb table tr th {
    padding: 12px 4px;
  }
}

.pistolo-7ekz7g .pistolo-yp3dvb table tr:last-of-type td {
  border-bottom: none;
}

.pistolo-bdocmh {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  background: var(--main-theme-color);
}

.pistolo-bdocmh.pistolo-j2gb4o {
  display: block;
}

.pistolo-bdocmh iframe {
  width: 100%;
  height: calc(100% - 72px);
  border: none;
}

.pistolo-bdocmh .pistolo-ww2418 {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
  color: #000;
  border: 1px solid #000;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  z-index: 10000;
}

.pistolo-bdocmh .pistolo-e58xr7 {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.pistolo-bdocmh .pistolo-j9sttn {
  bottom: 20px;
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 10px;
  height: 46px;
  width: 100%;
  background: linear-gradient(180deg, #fdcc06 0%, #ffea00 100%);
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #0b0b10;
  cursor: pointer;
  z-index: 10000;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  transition: 0.pistolo-de4jd3 ease-in-out;
}

.pistolo-bdocmh .pistolo-j9sttn:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

.pistolo-9t21mo {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 20;
  display: none;
  overflow: auto;
}

.pistolo-9t21mo.pistolo-j2gb4o {
  display: block;
}

.pistolo-xkjoxg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.pistolo-y8nyow {
  position: relative;
  top: 100px;
  margin: 0 auto;
  z-index: 999;
  max-width: 600px;
  width: 100%;
  background: var(--fh-bg-color);
  border: 1px solid var(--border-color);
  border-radius: 20px;
  padding: 28px 44px;
}

.pistolo-uttn0k {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
  .pistolo-y8nyow {
    width: calc(100% - 20px);
    max-width: 100%;
    padding: 28px 16px;
  }
}

.pistolo-rhw8jj {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.pistolo-rhw8jj svg {
  width: 15px;
  height: 15px;
  fill: #000;
}

.pistolo-yi1x4p {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pistolo-92z9g4.pistolo-7iwxyg {
  display: none;
}

.pistolo-tyet7x {
  font-size: 16px;
  line-height: 140%;
  color: var(--title-color);
  text-align: center;
  margin-bottom: 36px;
}

@media only screen and (max-width: 767px) {
  .pistolo-tyet7x {
    margin-bottom: 20px;
  }
}

.pistolo-m8surh {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--border-color);
}

.pistolo-m8surh span {
  font-weight: 500;
  font-size: 20px;
  color: var(--text-color);
  display: block;
  margin-bottom: 4px;
}

.pistolo-m8surh small {
  font-weight: 400;
  font-size: 16px;
  color: var(--text-color);
  opacity: 0.8;
  display: block;
  margin-bottom: 16px;
}

.pistolo-m8surh input {
  border-radius: 46px;
  padding: 0 20px;
  width: 100%;
  height: 50px;
  background: rgba(245, 245, 245, 0.05);
  color: var(--text-color);
  border: none;
  font-size: 16px;
  transition: 0.pistolo-de4jd3 ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

.pistolo-m8surh input::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.pistolo-m8surh input::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.pistolo-m8surh input:hover {
  border-color: rgba(194, 192, 206, 0.5);
}

.pistolo-m8surh input:active {
  border-color: #c2c0ce;
}

.pistolo-m8surh input:focus {
  border-color: #c2c0ce;
}

@media only screen and (max-width: 767px) {
  .pistolo-m8surh {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.pistolo-5p1fsg {
  margin-bottom: 36px;
}

.pistolo-5p1fsg textarea {
  border-radius: 20px;
  padding: 14px 20px;
  width: 100%;
  height: 120px;
  resize: none;
  overflow: hidden;
  background: rgba(245, 245, 245, 0.05);
  color: var(--text-color);
  border: 1px solid #c2c0ce;
  font-size: 16px;
}

.pistolo-5p1fsg textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

.pistolo-5p1fsg textarea::placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

@media only screen and (max-width: 767px) {
  .pistolo-5p1fsg {
    margin-bottom: 24px;
  }
}

.pistolo-djqril {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.pistolo-b22l2t {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  width: 136px;
  height: 42px;
  font-size: 16px;
  font-weight: 700;
  color: var(--title-color);
  border: 1px solid var(--border-color);
  transition: 0.pistolo-de4jd3 ease-in-out;
}

.pistolo-b22l2t:hover {
  background: var(--border-color);
}

.pistolo-mh66iz {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #197bff;
  color: var(--title-color);
  border-radius: 6px;
  padding: 10px;
  width: 193px;
  height: 42px;
  margin-left: 16px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  transition: 0.pistolo-de4jd3 ease-in-out;
}

.pistolo-mh66iz:hover {
  background: #166ad9;
}

.pistolo-yuk698 {
  max-width: 292px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.pistolo-yuk698.pistolo-7iwxyg {
  display: none;
}

.pistolo-2t9oiv {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: var(--title-color);
  margin: 16px 0 20px;
}

.pistolo-yuk698 .pistolo-b22l2t {
  margin: 0 auto;
}

.pistolo-69asot {
  padding: 0;
  border: none;
  margin: 0 auto 24px;
}

@media only screen and (max-width: 767px) {
  .pistolo-69asot {
    margin-bottom: 16px;
  }
}

.pistolo-ka6a8y {
  display: flex;
  width: 100%;
  justify-content: center;
  overflow: hidden;
  flex-direction: row-reverse;
  height: auto;
  position: relative;
}

.pistolo-5nd56i {
  filter: grayscale(100%);
}

.pistolo-ka6a8y > input {
  display: none;
}

.pistolo-ka6a8y > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.pistolo-y0c46q.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.pistolo-rruheh 44.pistolo-9mvak6.pistolo-2fn50t.pistolo-uiqbr8.pistolo-45f4dm.pistolo-4a2e69.pistolo-eaobzv.pistolo-25048z.pistolo-42csf9.pistolo-jg93wd.pistolo-cv8bof.pistolo-sa0ch0.pistolo-rvc29p 0l-12.pistolo-4ay6b2 30.pistolo-f9sp70.pistolo-exc2uv 2.pistolo-s7d7cn.pistolo-exc2uv 3.pistolo-qbp4wa 3.pistolo-6bznc0.pistolo-irn6tn 3.pistolo-a0yvtp.pistolo-hl0m8y.pistolo-kd4a5j.pistolo-vose4s 7-3.pistolo-4ay6b2 10.pistolo-xcr0oy.pistolo-vose4s 23.pistolo-pe2za9.pistolo-67irf3 1.pistolo-3xkzng 2.pistolo-4ay6b2 3.pistolo-67irf3 1.pistolo-irn6tn 5.pistolo-7h616o.pistolo-irn6tn 32.pistolo-9s1q9r.pistolo-hl0m8y 5.pistolo-rvc29p 4.pistolo-vose4s 9.pistolo-vose4s 8.pistolo-irn6tn 6.pistolo-40n6pq.pistolo-l66s2o.pistolo-3of9ha.pistolo-s8iwxr.pistolo-ouej92 4.pistolo-x7u03k.pistolo-ouej92 6.pistolo-ouej92 0l29.pistolo-rvc29p 17.pistolo-vlwf1r.pistolo-5b8ccz 2.pistolo-0izgi7 10.pistolo-ilj772.pistolo-4ay6b2 8.pistolo-nl22ut.pistolo-357zca.pistolo-pv4rgt.pistolo-7dswg4.pistolo-bqmzy1.pistolo-hl0m8y.pistolo-4a2e69.pistolo-4ay6b2 1.pistolo-ozbbir.pistolo-9xmfvk.pistolo-nb6tbx.pistolo-3r8tvx.pistolo-unsix9.pistolo-3xkzng 1.pistolo-v40ozj.pistolo-xillax.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.pistolo-ka6a8y > input:checked ~ label,
.pistolo-ka6a8y > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.pistolo-y0c46q.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.pistolo-rruheh 44.pistolo-9mvak6.pistolo-2fn50t.pistolo-uiqbr8.pistolo-45f4dm.pistolo-4a2e69.pistolo-eaobzv.pistolo-25048z.pistolo-42csf9.pistolo-jg93wd.pistolo-cv8bof.pistolo-sa0ch0.pistolo-rvc29p 0l-12.pistolo-4ay6b2 30.pistolo-f9sp70.pistolo-exc2uv 2.pistolo-s7d7cn.pistolo-exc2uv 3.pistolo-qbp4wa 3.pistolo-6bznc0.pistolo-irn6tn 3.pistolo-a0yvtp.pistolo-hl0m8y.pistolo-kd4a5j.pistolo-vose4s 7-3.pistolo-4ay6b2 10.pistolo-xcr0oy.pistolo-vose4s 23.pistolo-pe2za9.pistolo-67irf3 1.pistolo-3xkzng 2.pistolo-4ay6b2 3.pistolo-67irf3 1.pistolo-irn6tn 5.pistolo-7h616o.pistolo-irn6tn 32.pistolo-9s1q9r.pistolo-hl0m8y 5.pistolo-rvc29p 4.pistolo-vose4s 9.pistolo-vose4s 8.pistolo-irn6tn 6.pistolo-40n6pq.pistolo-l66s2o.pistolo-3of9ha.pistolo-s8iwxr.pistolo-ouej92 4.pistolo-x7u03k.pistolo-ouej92 6.pistolo-ouej92 0l29.pistolo-rvc29p 17.pistolo-vlwf1r.pistolo-5b8ccz 2.pistolo-0izgi7 10.pistolo-ilj772.pistolo-4ay6b2 8.pistolo-nl22ut.pistolo-357zca.pistolo-pv4rgt.pistolo-7dswg4.pistolo-bqmzy1.pistolo-hl0m8y.pistolo-4a2e69.pistolo-4ay6b2 1.pistolo-ozbbir.pistolo-9xmfvk.pistolo-nb6tbx.pistolo-3r8tvx.pistolo-unsix9.pistolo-3xkzng 1.pistolo-v40ozj.pistolo-xillax.5z'/%3e%3c/svg%3e");
}

.pistolo-ka6a8y > input:not(:checked) ~ label:hover,
.pistolo-ka6a8y > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.pistolo-y0c46q.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.pistolo-rruheh 44.pistolo-9mvak6.pistolo-2fn50t.pistolo-uiqbr8.pistolo-45f4dm.pistolo-4a2e69.pistolo-eaobzv.pistolo-25048z.pistolo-42csf9.pistolo-jg93wd.pistolo-cv8bof.pistolo-sa0ch0.pistolo-rvc29p 0l-12.pistolo-4ay6b2 30.pistolo-f9sp70.pistolo-exc2uv 2.pistolo-s7d7cn.pistolo-exc2uv 3.pistolo-qbp4wa 3.pistolo-6bznc0.pistolo-irn6tn 3.pistolo-a0yvtp.pistolo-hl0m8y.pistolo-kd4a5j.pistolo-vose4s 7-3.pistolo-4ay6b2 10.pistolo-xcr0oy.pistolo-vose4s 23.pistolo-pe2za9.pistolo-67irf3 1.pistolo-3xkzng 2.pistolo-4ay6b2 3.pistolo-67irf3 1.pistolo-irn6tn 5.pistolo-7h616o.pistolo-irn6tn 32.pistolo-9s1q9r.pistolo-hl0m8y 5.pistolo-rvc29p 4.pistolo-vose4s 9.pistolo-vose4s 8.pistolo-irn6tn 6.pistolo-40n6pq.pistolo-l66s2o.pistolo-3of9ha.pistolo-s8iwxr.pistolo-ouej92 4.pistolo-x7u03k.pistolo-ouej92 6.pistolo-ouej92 0l29.pistolo-rvc29p 17.pistolo-vlwf1r.pistolo-5b8ccz 2.pistolo-0izgi7 10.pistolo-ilj772.pistolo-4ay6b2 8.pistolo-nl22ut.pistolo-357zca.pistolo-pv4rgt.pistolo-7dswg4.pistolo-bqmzy1.pistolo-hl0m8y.pistolo-4a2e69.pistolo-4ay6b2 1.pistolo-ozbbir.pistolo-9xmfvk.pistolo-nb6tbx.pistolo-3r8tvx.pistolo-unsix9.pistolo-3xkzng 1.pistolo-v40ozj.pistolo-xillax.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .pistolo-ehkfge > .pistolo-0hfq71 {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .pistolo-ehkfge > .pistolo-0hfq71 {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .pistolo-ehkfge > .pistolo-0hfq71 {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .pistolo-ehkfge > .pistolo-0hfq71 {
  transform: translateY(-400px);
}

#rating-container-5:checked ~ .pistolo-ehkfge > .pistolo-0hfq71 {
  transform: translateY(-500px);
}

#rating-0 {
  display: none;
}

label[for="rating-0"] {
  display: none;
}

.pistolo-nlvp8w {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  text-decoration: none;
}

.pistolo-nlvp8w.pistolo-7iwxyg {
  display: none;
}

.pistolo-6atb8w {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  height: 110px;
  border-radius: 30px 30px 0 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 1023px) {
  .pistolo-6atb8w {
    height: 74px;
    overflow: visible;
  }
}

@media only screen and (max-width: 767px) {
  .pistolo-6atb8w {
    border-radius: 20px 20px 0 0;
  }
}

.pistolo-x97196 {
  max-width: 360px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 0 0 52px;
  gap: 16px;
  font-size: 20px;
  font-weight: 700;
  overflow: hidden;
  color: #fff;
  border-top-left-radius: 30px;
}

.pistolo-x97196::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

.pistolo-x97196::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border: 20px solid transparent;
}

.pistolo-x97196 img {
  border-radius: 16px;
  overflow: hidden;
}

@media only screen and (max-width: 1023px) {
  .pistolo-x97196 {
    max-width: 300px;
    padding: 0 10px;
    font-size: 16px;
  }
  .pistolo-x97196 img {
    max-width: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .pistolo-x97196 {
    max-width: 120px;
    font-size: 14px;
    border-top-left-radius: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 5px;
    font-size: 14px;
  }
  .pistolo-x97196 img {
    max-width: 60px;
    border-radius: 7px;
  }
}

.pistolo-9tif1i {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  color: #fff;
}

@media only screen and (max-width: 1023px) {
  .pistolo-9tif1i {
    font-size: 16px;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .pistolo-9tif1i {
    font-size: 14px;
  }
}

.pistolo-q2ncnu {
  max-width: 360px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 52px 0 0;
  z-index: 2;
  overflow: hidden;
  border-top-right-radius: 30px;
}

.pistolo-q2ncnu::before {
  content: "";
  position: absolute;
  left: 42px;
  top: 50%;
  transform: translateY(-50%);
  height: 410px;
  width: 388px;
  border-radius: 50%;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .pistolo-q2ncnu::before {
    left: 0;
    width: 137px;
    height: 145px;
  }
}

.pistolo-q2ncnu::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 410px;
  width: 388px;
  border-radius: 50%;
  z-index: -2;
}

@media only screen and (max-width: 767px) {
  .pistolo-q2ncnu::after {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .pistolo-q2ncnu {
    max-width: 300px;
    padding: 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .pistolo-q2ncnu {
    max-width: 120px;
    border-top-right-radius: 20px;
  }
}

.pistolo-275com {
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 2;
}

@media only screen and (max-width: 1023px) {
  .pistolo-275com {
    top: -20px;
  }
}

.pistolo-14wlqp {
  width: 220px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  color: #090909;
  font-size: 16px;
  font-weight: 700;
  transition: 0.pistolo-de4jd3 ease-in-out;
  background: linear-gradient(138deg, #f2f55d 0%, #fbff21 74.32%);
}

@media only screen and (min-width: 1025px) {
  .pistolo-14wlqp:hover {
    background: linear-gradient(138deg, #fbff21 0%, #f2f55d 74.32%);
  }
}

@media only screen and (max-width: 1023px) {
  .pistolo-14wlqp {
    width: 200px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .pistolo-14wlqp {
    width: 90px;
    height: 40px;
  }
}

.pistolo-nlvp8w.pistolo-hxdd1v .pistolo-6atb8w {
  background: #2b3b67;
}

.pistolo-nlvp8w.pistolo-hxdd1v .pistolo-x97196 {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.pistolo-nlvp8w.pistolo-hxdd1v .pistolo-x97196::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.pistolo-nlvp8w.pistolo-hxdd1v .pistolo-x97196::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.pistolo-nlvp8w.pistolo-hxdd1v .pistolo-q2ncnu::before {
  background: #0e0f41;
}

.pistolo-nlvp8w.pistolo-hxdd1v .pistolo-q2ncnu::after {
  background: #152557;
}

.pistolo-nlvp8w.pistolo-ue6pjg .pistolo-6atb8w {
  background: #1f35fa;
}

.pistolo-nlvp8w.pistolo-ue6pjg .pistolo-x97196 {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.pistolo-nlvp8w.pistolo-ue6pjg .pistolo-x97196::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.pistolo-nlvp8w.pistolo-ue6pjg .pistolo-x97196::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.pistolo-nlvp8w.pistolo-ue6pjg .pistolo-q2ncnu::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.pistolo-nlvp8w.pistolo-ue6pjg .pistolo-q2ncnu::after {
  background: #192ac8;
}

.pistolo-nlvp8w.pistolo-75qdnh .pistolo-6atb8w {
  background: #fa771f;
}

.pistolo-nlvp8w.pistolo-75qdnh .pistolo-x97196 {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.pistolo-nlvp8w.pistolo-75qdnh .pistolo-x97196::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.pistolo-nlvp8w.pistolo-75qdnh .pistolo-x97196::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.pistolo-nlvp8w.pistolo-75qdnh .pistolo-q2ncnu::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.pistolo-nlvp8w.pistolo-75qdnh .pistolo-q2ncnu::after {
  background: #fa8535;
}

.pistolo-t9l1as {
  max-width: 1110px;
  width: 100%;
  margin: 64px auto 100px;
}

@media only screen and (max-width: 1200px) {
  .pistolo-t9l1as {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .pistolo-t9l1as {
    margin: 24px 0 60px;
  }
}

.pistolo-t9l1as h1 {
  font-size: 60px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 32px;
}

@media only screen and (max-width: 767px) {
  .pistolo-t9l1as h1 {
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 18px;
  }
}

.pistolo-03no4f {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  padding: 20px 24px;
  margin-bottom: 24px;
  background-color: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .pistolo-03no4f {
    flex-direction: column;
    justify-content: center;
    padding: 20px 16px;
    margin-bottom: 16px;
  }
}

.pistolo-6z6p53 {
  display: flex;
  align-items: center;
  color: var(--text-color);
  gap: 6px;
  font-weight: 700;
  font-size: 24px;
}

@media only screen and (max-width: 767px) {
  .pistolo-6z6p53 {
    display: block;
    text-align: center;
    margin: 0 auto 5px;
  }
}

.pistolo-qed3vr {
  max-width: 200px;
  width: 100%;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: var(--button-bg-color);
  color: var(--button-text-color);
  cursor: pointer;
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .pistolo-qed3vr:hover {
    background: var(--button-bg-hover);
  }
}

.pistolo-evk9tq {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pistolo-evk9tq span {
  font-weight: 600;
  font-size: 24px;
  color: var(--text-color);
}

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

@media only screen and (max-width: 767px) {
  .pistolo-evk9tq {
    margin-bottom: 16px;
  }
}

.pistolo-14wb5g {
  width: 120px;
  height: 22px;
}

.pistolo-14wb5g .pistolo-9u0chs {
  fill: #c2c0ce;
}

.pistolo-14wb5g [rating="1"] .pistolo-9u0chs:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

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

.pistolo-14wb5g [rating="3"] .pistolo-9u0chs:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.pistolo-14wb5g [rating="4"] .pistolo-9u0chs:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

.pistolo-14wb5g [rating="5"] .pistolo-9u0chs:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

.pistolo-sefjf5 {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 20px 0;
}

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

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

.pistolo-8fgoq3.pistolo-w1zu7f {
  display: block;
}

.pistolo-8fgoq3.pistolo-7iwxyg {
  display: none;
}

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

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

.pistolo-gbpo5h {
  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-rjrq0m {
  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-uc8dtm small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

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

.pistolo-6hyi1n {
  width: 88px;
  height: 16px;
  margin-bottom: 14px;
}

.pistolo-6hyi1n .pistolo-9u0chs {
  fill: #c2c0ce;
}

.pistolo-6hyi1n [rating="1"] .pistolo-9u0chs:not(:nth-child(n + 2)) {
  fill: #ffbe16;
}

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

.pistolo-6hyi1n [rating="3"] .pistolo-9u0chs:not(:nth-child(n + 4)) {
  fill: #ffbe16;
}

.pistolo-6hyi1n [rating="4"] .pistolo-9u0chs:not(:nth-child(n + 5)) {
  fill: #ffbe16;
}

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

.pistolo-z7wdtm {
  max-width: 214px;
  height: 46px;
  font-size: 16px;
  margin: 32px auto 0;
}

@media only screen and (max-width: 767px) {
  .pistolo-z7wdtm {
    margin: 18px auto 0;
  }
}

/* Review Hero Block Styles */

.pistolo-6gf4xi {
  max-width: 1110px;
  width: 100%;
  margin: 32px auto;
}

@media screen and (max-width: 1200px) {
  .pistolo-6gf4xi {
    padding: 0 16px;
  }
}

.pistolo-zqdo64 {
  font-size: 60px;
  font-weight: 700;
  line-height: 110%;
  color: var(--title-color);
  text-align: center;
  max-width: 985px;
  width: 100%;
  margin: 0 auto 20px;
}

@media only screen and (max-width: 767px) {
  .pistolo-zqdo64 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.pistolo-w3p6d1 {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 24px;
  padding: 16px;
  border-radius: 10px;
  background-color: var(--fh-bg-color);
}

@media only screen and (max-width: 767px) {
  .pistolo-w3p6d1 {
    padding: 12px;
    gap: 12px;
  }
}

.pistolo-r1al28 {
  position: relative;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}

.pistolo-r1al28 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pistolo-jltr2a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    135deg,
    var(--button-bg-color) 0%,
    var(--button-bg-hover) 100%
  );
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.pistolo-pksojx {
  flex: 1;
  min-width: 0;
}

.pistolo-wdlqd5 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: 4px;
}

@media only screen and (max-width: 767px) {
  .pistolo-wdlqd5 {
    font-size: 14px;
    gap: 6px;
  }
}

.pistolo-jgixjr {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.pistolo-jgixjr svg,
.pistolo-jgixjr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pistolo-jgixjr svg path {
  fill: var(--button-bg-color);
}

.pistolo-jgixjr svg circle {
  fill: var(--button-text-color);
}

.pistolo-a4n6n0 {
  font-size: 14px;
  color: var(--text-color);
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .pistolo-a4n6n0 {
    font-size: 12px;
  }
}

.pistolo-a4n6n0 strong {
  font-weight: 600;
}

.pistolo-c56zrw {
  font-size: 16px;
  line-height: 160%;
  color: var(--text-color);
  margin: 0;
}

.pistolo-c56zrw p {
  margin: 0 0 16px;
}

.pistolo-c56zrw p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .pistolo-c56zrw {
    font-size: 14px;
    line-height: 150%;
  }
}

.pistolo-hfd6pv {
  max-width: 300px;
  width: 100%;
}

.pistolo-hfd6pv a {
  width: 100%;
}

@media (max-width: 575px) {
  .pistolo-hfd6pv {
    max-width: 200px;
  }
}

.pistolo-a5ulga {
  justify-content: center;
}

.pistolo-lzitxg {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pistolo-mdjaj7 {
  flex-wrap: wrap;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .pistolo-fnirss {
    padding: 0 0 50px;
    justify-content: center;
  }
}

.pistolo-ruiin9 {
  padding: 5px 0;
  justify-content: center;
  background: color-mix(in srgb, var(--fh-bg-color), transparent 20%);
}

.pistolo-ruiin9 .pistolo-chfz5e {
  justify-content: center;
}

/* faq */

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

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

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

.pistolo-sm244l.pistolo-j2gb4o .pistolo-f6ifg5::after {
  transform: rotate(45deg);
}

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

.pistolo-sm244l.pistolo-j2gb4o .pistolo-545ca1 {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

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

.pistolo-ka6a8y > input:not(:checked) ~ label:hover,
.pistolo-ka6a8y > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.pistolo-uch8pg.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.pistolo-b6xsh9 44.pistolo-ov9vog.pistolo-tezkzm.pistolo-g6mtgt.pistolo-rg1wjg.pistolo-407wu6.pistolo-jhxbvu.pistolo-ibmptf.pistolo-smebbb.pistolo-tlumwm.pistolo-j5itep.pistolo-bct3z4.pistolo-py8197 0l-12.pistolo-epph6t 30.pistolo-lsgxqo.pistolo-qez9xj 2.pistolo-yfcw67.pistolo-qez9xj 3.pistolo-jb4rg6 3.pistolo-ngwu7b.pistolo-u7h7sj 3.pistolo-nz5f28.pistolo-ddijo7.pistolo-9g5c5a.pistolo-9st5dr 7-3.pistolo-epph6t 10.pistolo-rjsxp9.pistolo-9st5dr 23.pistolo-lzz3o8.pistolo-2q8u2g 1.pistolo-urqkh9 2.pistolo-epph6t 3.pistolo-2q8u2g 1.pistolo-u7h7sj 5.pistolo-6l34c4.pistolo-u7h7sj 32.pistolo-z8zt4x.pistolo-ddijo7 5.pistolo-py8197 4.pistolo-9st5dr 9.pistolo-9st5dr 8.pistolo-u7h7sj 6.pistolo-5bx1x5.pistolo-rt23p2.pistolo-9ol29j.pistolo-p2yjir.pistolo-1e29dl 4.pistolo-6gobtq.pistolo-1e29dl 6.pistolo-1e29dl 0l29.pistolo-py8197 17.pistolo-pp263n.pistolo-tun0hq 2.pistolo-fp7fse 10.pistolo-636bad.pistolo-epph6t 8.pistolo-nb2no9.pistolo-15g4ho.pistolo-yx4i1i.pistolo-8w3a8x.pistolo-f5csp2.pistolo-ddijo7.pistolo-407wu6.pistolo-epph6t 1.pistolo-tcm3sa.pistolo-84emx5.pistolo-071298.pistolo-fcmj97.pistolo-xmfg7y.pistolo-urqkh9 1.pistolo-ymueu7.pistolo-s6qtg0.5z'/%3e%3c/svg%3e");
}

.pistolo-27xtvq {
  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-27xtvq {
    gap: 16px 0;
  }
}

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

.pistolo-ef54lg.pistolo-oobhfp {
  display: block;
}

.pistolo-ef54lg.pistolo-mlwmu1 {
  display: none;
}

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

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

.pistolo-zmmaew {
  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-veekvz {
  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-0xoiq1 small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

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

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

.pistolo-yh5t1v .pistolo-g8mzhe {
  fill: #c2c0ce;
}

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

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

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

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

.pistolo-yh5t1v [rating="5"] .pistolo-g8mzhe:not(:nth-child(n + 6)) {
  fill: #ffbe16;
}

/* review block style end */

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

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

/* up */

.pistolo-ff3mo9 {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
  border: 1px solid var(--border-color);
  border-radius: 50%;
  font-size: 22px;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.pistolo-ff3mo9.pistolo-w2t9wp {
  opacity: 1;
  pointer-events: auto;
}

/* contanct form */
.pistolo-mx3za1 {
  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-mx3za1 label {
  font-size: 14px;
}

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

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

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

/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.pistolo-oytvl8, .pistolo-iy5uie, [class*="review-card"],
thead, thead th, table th, .pistolo-1g765d,
.pistolo-79vqck, [class*="collapsible-header"],
.pistolo-q4t00n, [class*="updated-block"] {
  color: #ece7dc !important;
}
