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-xottcz {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  padding: 66px 0 0;
}

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

.pistolo-d13d7s {
  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-d13d7s: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-u7yqg1 {
  max-width: 800px;
  width: 100%;
  padding: 0 16px;
  text-align: center;
  margin: 50px auto 200px;
}

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

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

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

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

.pistolo-0w90do {
  cursor: pointer;
}

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

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

.pistolo-uuqon5 figure {
  margin: 0;
}

.pistolo-uuqon5.pistolo-pyedjn {
  justify-content: flex-start;
  margin-right: 4px;
}

.pistolo-uuqon5.pistolo-7hq9je {
  justify-content: flex-end;
  margin-left: 4px;
}

.pistolo-uuqon5.pistolo-9i12ik {
  justify-content: center;
}

.pistolo-uuqon5.pistolo-1fd36d {
  justify-content: normal;
}

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

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

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

.pistolo-vxy3tw {
  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-vxy3tw {
    font-size: 32px;
    line-height: 110%;
    font-weight: 700;
  }
}

.pistolo-3ydru4 {
  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-3ydru4 {
    flex-direction: column;
  }
}

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

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

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

.pistolo-3ozhwz {
  max-width: 400px;
  width: 100%;
  flex-basis: 400px;
}

.pistolo-3ozhwz 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-3ozhwz ul {
    margin-bottom: 15px;
  }
}

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

.pistolo-3ozhwz 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-3ozhwz ul li span svg {
  fill: var(--title-color);
}

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

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

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

.pistolo-3ozhwz ul li:last-of-type::after {
  display: none;
}

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

.pistolo-s7bblu {
  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-s7bblu {
    font-size: 24px;
    margin-bottom: 16px;
  }
}

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

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

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

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

.pistolo-n82f67.pistolo-4yomoz {
  background-color: #000;
}

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

.pistolo-kjfxyg {
  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-kjfxyg {
    padding: 80px 16px 0;
  }
}

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

.pistolo-gf9se8 {
  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-gf9se8 {
    flex-direction: column;
  }
}

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

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

.pistolo-iejnrl .pistolo-vp8xho {
  margin-bottom: 28px;
}

.pistolo-iejnrl .pistolo-vp8xho img {
  max-height: 100px;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

.pistolo-an8kjd li svg {
  transition: 0.pistolo-08b5uz ease-in-out;
}

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

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

.pistolo-66kznu + .pistolo-66kznu {
  margin-left: 120px;
}

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

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

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

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

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

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

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

.pistolo-4f0ym8 {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.pistolo-ohpqne ease-in-out;
}

.pistolo-4f0ym8.pistolo-dc9om1 {
  height: auto;
  overflow: visible;
  opacity: 1;
}

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

.pistolo-hpetyq h1,
.pistolo-hpetyq 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-hpetyq h1,
  .pistolo-hpetyq h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

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

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

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

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

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

.pistolo-cfld10 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-08b5uz ease-in-out;
  gap: 7px;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
}

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

.pistolo-cfld10 li a.pistolo-dc9om1 {
  background: var(--border-color);
}

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

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

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

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

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

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

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

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

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

.pistolo-ivu7c0 img {
  width: 100%;
  transition: 0.pistolo-08b5uz ease-in-out;
}

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

.pistolo-ay8uhy {
  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-ay8uhy {
    height: 54px;
  }
}

.pistolo-u8i36p {
  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-u8i36p {
    padding: 0 16px;
  }
}

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 1023px) {
  .pistolo-21mv3h {
    display: block;
  }
  .pistolo-21mv3h li {
    margin: 0;
    font-size: 16px;
    border-bottom: 1px solid var(--border-color);
  }
  .pistolo-21mv3h li a {
    display: flex;
    align-items: center;
    padding: 14px 16px;
    position: relative;
  }
  .pistolo-21mv3h 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-21mv3h li:first-of-type {
    border-top: 1px solid var(--border-color);
  }
}

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

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

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

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

.pistolo-py0q7j.pistolo-qw2n9n {
  margin-right: 0;
}

.pistolo-5makx9 {
  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-5makx9 {
    height: 38px;
    max-width: none;
    width: auto;
    padding: 0 10px;
    white-space: normal;
    text-align: center;
  }
}

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

.pistolo-f3gulc {
  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-f3gulc:hover {
    background: var(--button-bg-hover);
  }
}

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

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

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

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

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

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

.pistolo-jzcay3 {
  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-jzcay3::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-ohpqne ease-in-out;
}

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

.pistolo-iquuqw ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  right: 0;
  transition: 0.pistolo-08b5uz 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-iquuqw ul {
    min-width: 52px;
    max-height: 315px;
    left: 10px;
    right: auto;
  }
}

.pistolo-iquuqw 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-08b5uz ease-in-out;
  overflow: hidden;
}

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

.pistolo-iquuqw 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-iquuqw ul li a:hover {
    text-decoration: underline;
  }
}

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

.pistolo-gwffm9 {
  display: none;
}

.pistolo-cbwetn {
  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-cbwetn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
}

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

@media only screen and (max-width: 1023px) {
  .pistolo-gwffm9:checked ~ .pistolo-35cg4j {
    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-35cg4j {
    display: none;
    transition: display 0.pistolo-08b5uz ease-in-out;
  }
  .pistolo-gwffm9:checked ~ .pistolo-35cg4j {
    display: block;
  }
  .pistolo-gwffm9:checked + .pistolo-cbwetn span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
  }
  .pistolo-gwffm9:checked + .pistolo-cbwetn span:nth-child(2) {
    display: none;
  }
  .pistolo-gwffm9:checked + .pistolo-cbwetn span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}

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

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

.pistolo-2uinyv img {
  margin-bottom: 20px;
}

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

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

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

.pistolo-69sy3f {
  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-69sy3f {
    font-size: 32px;
  }
}

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

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

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

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

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

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

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

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

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

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

.pistolo-vxomth 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-vxomth table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

.pistolo-vxomth 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-vxomth table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

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

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

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

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

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

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

.pistolo-ft9t9y {
  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-ft9t9y {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.pistolo-ft9t9y h1,
.pistolo-ft9t9y h2,
.pistolo-ft9t9y h3,
.pistolo-ft9t9y 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-ft9t9y h1,
  .pistolo-ft9t9y h2,
  .pistolo-ft9t9y h3,
  .pistolo-ft9t9y h4 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

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

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

.pistolo-p3ecsm .pistolo-2xsymi {
  max-width: 545px;
  width: 100%;
  flex-basis: 545px;
  margin: 0;
}

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

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

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

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

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

.pistolo-2xsymi {
  margin: 0 0 28px;
}

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

.pistolo-vpvoe4 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-vpvoe4 h2 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.pistolo-vpvoe4 .pistolo-d13d7s {
  margin-top: 30px;
  margin-bottom: 30px;
}

.pistolo-qz4oen {
  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-qz4oen {
    margin: 0 16px;
    max-width: calc(100% - 32px);
  }
}

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

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

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

.pistolo-zhaauz {
  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-zhaauz span {
  height: 32px;
}

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

.pistolo-zhaauz.pistolo-ljm76k span {
  transform: scaleY(-1);
}

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

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

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

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

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

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

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

.pistolo-ppyxok.pistolo-dckj5g {
  display: none;
}

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

.pistolo-55r846 table {
  width: 100%;
  border-collapse: collapse;
}

.pistolo-55r846 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-55r846 table tr td {
    padding: 12px 4px;
    font-size: 16px;
  }

  .pistolo-55r846 table td {
    min-width: 75px;
  }
}

.pistolo-55r846 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-55r846 table tr th {
    padding: 12px 4px;
    font-size: 16px;
  }
}

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

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

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

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

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

.pistolo-gb996h {
  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-gb996h {
    padding: 16px 14px;
    font-size: 18px;
    text-align: center;
  }
}

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

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

.pistolo-ekcq7s 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-ekcq7s tr td {
    padding: 12px 4px;
    font-size: 16px;
  }
}

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

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

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

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

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

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

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

.pistolo-jtqycj {
  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-en8mkx {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto 100px;
}

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

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

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

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

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

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

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

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

.pistolo-w2e1vm {
  display: none;
}

@media only screen and (max-width: 767px) {
  .pistolo-w2e1vm {
    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-mbt2oh {
  list-style: none;
  margin: 0 -20px;
  padding: 0;
  display: flex;
  align-items: center;
}

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

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

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

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

.pistolo-juer9l {
  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-juer9l {
    padding: 0 16px;
  }
}

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

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

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

.pistolo-juer9l li span {
  opacity: 0.5;
}

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

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

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

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

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

.pistolo-z1mojl 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-z1mojl 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-z1mojl 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-z1mojl tbody tr:first-of-type td {
  z-index: 2;
  border-radius: 10px;
}

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

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

.pistolo-z1mojl 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-z1mojl 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-z1mojl tbody tr td:last-of-type {
  margin-left: auto;
}

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

.pistolo-z1mojl tbody tr td .pistolo-1lftns {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .pistolo-z1mojl tbody tr td .pistolo-1lftns {
    width: 100%;
  }
}

.pistolo-z1mojl tbody tr td .pistolo-qccvwd {
  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-08b5uz ease-in-out;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

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

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

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

.pistolo-z1mojl tbody tr td .pistolo-nufy13 {
  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-z1mojl tbody tr td .pistolo-nufy13:hover {
    text-decoration: none;
  }
}

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

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

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

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

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

.pistolo-par1bd {
  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-par1bd {
    font-size: 26px;
    line-height: normal;
    margin: 0 0 20px;
    text-align: left;
  }
}

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

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

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

.pistolo-93e8we img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.pistolo-08b5uz ease-in-out;
}

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

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

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

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

.pistolo-2vj8jo {
  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-2vj8jo {
    height: 190px;
    margin: 20px auto;
  }
}

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

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

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

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

.pistolo-mth5rn::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-lub305 {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 52px;
  max-width: 200px;
  -webkit-animation: none;
  animation: none;
  transform: translate(-50%, -50%);
}

.pistolo-lub305 svg {
  width: 50px;
  height: 50px;
  fill: #fff;
  cursor: pointer;
  transition: 0.pistolo-08b5uz ease-in-out;
}

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

.pistolo-vlsbi6 {
  padding: 90px 0;
}

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

.pistolo-2g1wsj {
  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-2g1wsj {
    padding: 0 16px;
  }
}

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

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

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

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

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

.pistolo-4y6qqf {
  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-4y6qqf 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-4y6qqf {
    flex-basis: auto;
  }
}

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

.pistolo-6tm3pv {
  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-08b5uz ease-in-out;
}

.pistolo-6tm3pv:hover {
  border: 1px solid #8c8ca2;
}

.pistolo-60e059 {
  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-60e059:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

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

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

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

.pistolo-msxhyc .pistolo-6tm3pv {
  width: 50%;
  margin: 0;
}

.pistolo-221f6i {
  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-221f6i:hover {
  background: linear-gradient(2deg, #9d62d9 0%, #9d62d9 100%, #6262d9 100%);
}

.pistolo-sr7zae {
  margin: 0 0 100px;
}

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

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

.pistolo-487c94 {
  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-487c94 {
    padding: 18px 14px;
    flex-direction: column;
    align-items: flex-start;
  }
}

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

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

.pistolo-75fk5p {
  max-width: 842px;
  width: 100%;
  flex-basis: 842px;
}

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

.pistolo-su8b4t {
  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-su8b4t {
    font-size: 26px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}

.pistolo-su8b4t 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-08b5uz ease-in-out;
}

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

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

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

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

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

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

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

.pistolo-yi5i5n {
  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-yi5i5n {
    padding: 0 16px;
  }
}

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

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

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

.pistolo-s6sq71 h1,
.pistolo-s6sq71 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-s6sq71 h1,
  .pistolo-s6sq71 h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

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

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

.pistolo-5yje7r 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-5yje7r h1 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    margin-bottom: 16px;
  }
}

.pistolo-5yje7r 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-5yje7r h2 {
    font-size: 24px;
    line-height: 110%;
    margin-bottom: 16px;
    min-height: auto;
  }
}

.pistolo-5yje7r 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-5yje7r 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-5yje7r table tr td {
    padding: 12px 4px;
  }
}

.pistolo-5yje7r 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-5yje7r table tr th {
    padding: 12px 4px;
  }
}

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

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

.pistolo-qdvapy {
  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-qdvapy {
    min-height: 190px;
  }
}

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

.pistolo-erdaif::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-1atsmb {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.pistolo-1atsmb.pistolo-uk508y {
  display: none;
}

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

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

.pistolo-3u2vsl iframe.pistolo-dvjipx {
  position: fixed;
  inset: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0px;
}

.pistolo-3u2vsl.pistolo-2vrq63 {
  opacity: 1;
  pointer-events: all;
}

.pistolo-yif2kx {
  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-08b5uz ease-in-out;
}

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

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

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

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

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

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

.pistolo-yi5i5n .pistolo-vpvoe4 {
  padding: 0;
  grid-area: content-section;
  width: 100%;
  margin: 24px 0 0;
}

.pistolo-yi5i5n .pistolo-vpvoe4 h1,
.pistolo-yi5i5n .pistolo-vpvoe4 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-yi5i5n .pistolo-vpvoe4 h1,
  .pistolo-yi5i5n .pistolo-vpvoe4 h2 {
    font-size: 26px;
    margin: 0 0 18px;
  }
}

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

.pistolo-ismezp {
  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-ismezp {
    padding: 0 16px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pistolo-9p9m3k img {
  width: 100%;
}

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

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

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

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

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

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

.pistolo-wlhq93 .pistolo-mmldio {
  position: relative;
}

.pistolo-wlhq93 .pistolo-ivr966 {
  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-wlhq93 .pistolo-ivr966.pistolo-uk508y {
  display: none;
}

.pistolo-wlhq93 .pistolo-42jwgr {
  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-wlhq93 .pistolo-42jwgr {
    bottom: 90px;
    padding: 14px 16px;
    flex-direction: column;
    max-width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 520px) {
  .pistolo-wlhq93 .pistolo-42jwgr {
    bottom: 90px;
  }
}

.pistolo-wlhq93 .pistolo-42jwgr .pistolo-jkwzer {
  max-width: 300px;
  width: 100%;
}

.pistolo-wlhq93 .pistolo-42jwgr .pistolo-jkwzer .pistolo-3x4bse {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: var(--title-color);
}

@media only screen and (max-width: 767px) {
  .pistolo-wlhq93 .pistolo-42jwgr .pistolo-jkwzer .pistolo-3x4bse {
    font-size: 32px;
    text-align: center;
  }
}

.pistolo-wlhq93 .pistolo-42jwgr .pistolo-jkwzer .pistolo-3xgrhr {
  margin-top: 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: var(--text-color);
}

@media only screen and (max-width: 767px) {
  .pistolo-wlhq93 .pistolo-42jwgr .pistolo-jkwzer .pistolo-3xgrhr {
    text-align: center;
  }
}

.pistolo-wlhq93 .pistolo-42jwgr .pistolo-qw2n9n {
  max-width: 488px;
  width: 100%;
  gap: 14px;
  display: flex;
  align-items: center;
}

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

.pistolo-wlhq93 .pistolo-42jwgr .pistolo-qw2n9n .pistolo-klb6wq {
  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-08b5uz ease-in-out;
}

.pistolo-wlhq93 .pistolo-42jwgr .pistolo-qw2n9n .pistolo-klb6wq:hover {
  background: #a8a6b3;
}

@media only screen and (max-width: 767px) {
  .pistolo-wlhq93 .pistolo-42jwgr .pistolo-qw2n9n .pistolo-klb6wq {
    width: 100%;
  }
}

.pistolo-wlhq93 .pistolo-42jwgr .pistolo-qw2n9n .pistolo-yijrd7 {
  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-08b5uz ease-in-out;
  overflow: hidden;
}

.pistolo-wlhq93 .pistolo-42jwgr .pistolo-qw2n9n .pistolo-yijrd7 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-wlhq93 .pistolo-42jwgr .pistolo-qw2n9n .pistolo-yijrd7: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-wlhq93 .pistolo-42jwgr .pistolo-qw2n9n .pistolo-yijrd7:hover {
  background: linear-gradient(180deg, #ffea00 0%, #fdcc06 100%);
}

@media only screen and (max-width: 767px) {
  .pistolo-wlhq93 .pistolo-42jwgr .pistolo-qw2n9n .pistolo-yijrd7 {
    width: 100%;
  }
}

.pistolo-wlhq93 .pistolo-42jwgr.pistolo-uk508y {
  display: none;
}

.pistolo-wlhq93 .pistolo-a4seux {
  display: none;
}

.pistolo-wlhq93 .pistolo-a4seux.pistolo-2vrq63 {
  display: block;
}

.pistolo-wlhq93 .pistolo-a4seux iframe {
  width: 100%;
  height: calc(100vh - 66px);
}

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

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

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

.pistolo-wlhq93 .pistolo-yd2tq9 .pistolo-3x4bse {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: var(--title-color);
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .pistolo-wlhq93 .pistolo-yd2tq9 .pistolo-3x4bse {
    margin-bottom: 24px;
  }
}

.pistolo-wlhq93 .pistolo-yd2tq9 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-wlhq93 .pistolo-yd2tq9 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-wlhq93 .pistolo-yd2tq9 table tr td {
    padding: 12px 4px;
  }
}

.pistolo-wlhq93 .pistolo-yd2tq9 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-wlhq93 .pistolo-yd2tq9 table tr th {
    padding: 12px 4px;
  }
}

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

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

.pistolo-x31yv6.pistolo-dc9om1 {
  display: block;
}

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

.pistolo-x31yv6 .pistolo-rqpqf4 {
  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-x31yv6 .pistolo-r9wwh8 {
  height: 72px;
  padding: 8px 16px 18px;
  background: var(--main-theme-color);
}

.pistolo-x31yv6 .pistolo-yijrd7 {
  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-08b5uz ease-in-out;
}

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

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

.pistolo-ijq9jm.pistolo-dc9om1 {
  display: block;
}

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

.pistolo-m2e67e {
  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-x2fust {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

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

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

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

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

.pistolo-2ojs1z.pistolo-uk508y {
  display: none;
}

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

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

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

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

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

.pistolo-2cgwf9 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-08b5uz ease-in-out;
  border: 1px solid rgba(245, 245, 245, 0.05);
}

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

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

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

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

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

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

.pistolo-su9s3e {
  margin-bottom: 36px;
}

.pistolo-su9s3e 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-su9s3e textarea::-moz-placeholder {
  color: var(--text-color);
  opacity: 0.6;
}

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

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

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

.pistolo-i3yopo {
  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-08b5uz ease-in-out;
}

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

.pistolo-p1yvtc {
  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-08b5uz ease-in-out;
}

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

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

.pistolo-smqmnm.pistolo-uk508y {
  display: none;
}

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

.pistolo-smqmnm .pistolo-i3yopo {
  margin: 0 auto;
}

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

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

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

.pistolo-0tp4z5 {
  filter: grayscale(100%);
}

.pistolo-5fapkc > input {
  display: none;
}

.pistolo-5fapkc > 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-ckcp4b.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.pistolo-52s56l 44.pistolo-hj70wp.pistolo-vw814w.pistolo-pilpky.pistolo-svacvl.pistolo-g6gp7n.pistolo-u0lcm8.pistolo-vu7zbg.pistolo-4pc859.pistolo-g9k42d.pistolo-nb1wuz.pistolo-3y9dwk.pistolo-to2caz 0l-12.pistolo-rl3312 30.pistolo-pa29e6.pistolo-ti9f9n 2.pistolo-usu9d9.pistolo-ti9f9n 3.pistolo-i0ahj8 3.pistolo-gkcg4r.pistolo-e3ihcz 3.pistolo-rv1qr3.pistolo-ks324w.pistolo-7t232t.pistolo-ju6fnv 7-3.pistolo-rl3312 10.pistolo-ixebny.pistolo-ju6fnv 23.pistolo-fx22r0.pistolo-xyuk2s 1.pistolo-mlgrb8 2.pistolo-rl3312 3.pistolo-xyuk2s 1.pistolo-e3ihcz 5.pistolo-cs5el2.pistolo-e3ihcz 32.pistolo-vk9jda.pistolo-ks324w 5.pistolo-to2caz 4.pistolo-ju6fnv 9.pistolo-ju6fnv 8.pistolo-e3ihcz 6.pistolo-z3g82o.pistolo-bcuq38.pistolo-hrap8w.pistolo-69b0c5.pistolo-6cbu1y 4.pistolo-6rwyz6.pistolo-6cbu1y 6.pistolo-6cbu1y 0l29.pistolo-to2caz 17.pistolo-fv2x1u.pistolo-3cdf0q 2.pistolo-msykdh 10.pistolo-o5n1ef.pistolo-rl3312 8.pistolo-r5marr.pistolo-38v0pu.pistolo-tb64dk.pistolo-fd2m6a.pistolo-qxuz2o.pistolo-ks324w.pistolo-g6gp7n.pistolo-rl3312 1.pistolo-uettjt.pistolo-f97q0e.pistolo-jepckb.pistolo-71qbuo.pistolo-78fcs5.pistolo-mlgrb8 1.pistolo-8gmbpw.pistolo-j7167h.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  font-size: 0;
  transition: 0.3s;
}

.pistolo-5fapkc > input:checked ~ label,
.pistolo-5fapkc > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.pistolo-ckcp4b.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.pistolo-52s56l 44.pistolo-hj70wp.pistolo-vw814w.pistolo-pilpky.pistolo-svacvl.pistolo-g6gp7n.pistolo-u0lcm8.pistolo-vu7zbg.pistolo-4pc859.pistolo-g9k42d.pistolo-nb1wuz.pistolo-3y9dwk.pistolo-to2caz 0l-12.pistolo-rl3312 30.pistolo-pa29e6.pistolo-ti9f9n 2.pistolo-usu9d9.pistolo-ti9f9n 3.pistolo-i0ahj8 3.pistolo-gkcg4r.pistolo-e3ihcz 3.pistolo-rv1qr3.pistolo-ks324w.pistolo-7t232t.pistolo-ju6fnv 7-3.pistolo-rl3312 10.pistolo-ixebny.pistolo-ju6fnv 23.pistolo-fx22r0.pistolo-xyuk2s 1.pistolo-mlgrb8 2.pistolo-rl3312 3.pistolo-xyuk2s 1.pistolo-e3ihcz 5.pistolo-cs5el2.pistolo-e3ihcz 32.pistolo-vk9jda.pistolo-ks324w 5.pistolo-to2caz 4.pistolo-ju6fnv 9.pistolo-ju6fnv 8.pistolo-e3ihcz 6.pistolo-z3g82o.pistolo-bcuq38.pistolo-hrap8w.pistolo-69b0c5.pistolo-6cbu1y 4.pistolo-6rwyz6.pistolo-6cbu1y 6.pistolo-6cbu1y 0l29.pistolo-to2caz 17.pistolo-fv2x1u.pistolo-3cdf0q 2.pistolo-msykdh 10.pistolo-o5n1ef.pistolo-rl3312 8.pistolo-r5marr.pistolo-38v0pu.pistolo-tb64dk.pistolo-fd2m6a.pistolo-qxuz2o.pistolo-ks324w.pistolo-g6gp7n.pistolo-rl3312 1.pistolo-uettjt.pistolo-f97q0e.pistolo-jepckb.pistolo-71qbuo.pistolo-78fcs5.pistolo-mlgrb8 1.pistolo-8gmbpw.pistolo-j7167h.5z'/%3e%3c/svg%3e");
}

.pistolo-5fapkc > input:not(:checked) ~ label:hover,
.pistolo-5fapkc > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.pistolo-ckcp4b.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.pistolo-52s56l 44.pistolo-hj70wp.pistolo-vw814w.pistolo-pilpky.pistolo-svacvl.pistolo-g6gp7n.pistolo-u0lcm8.pistolo-vu7zbg.pistolo-4pc859.pistolo-g9k42d.pistolo-nb1wuz.pistolo-3y9dwk.pistolo-to2caz 0l-12.pistolo-rl3312 30.pistolo-pa29e6.pistolo-ti9f9n 2.pistolo-usu9d9.pistolo-ti9f9n 3.pistolo-i0ahj8 3.pistolo-gkcg4r.pistolo-e3ihcz 3.pistolo-rv1qr3.pistolo-ks324w.pistolo-7t232t.pistolo-ju6fnv 7-3.pistolo-rl3312 10.pistolo-ixebny.pistolo-ju6fnv 23.pistolo-fx22r0.pistolo-xyuk2s 1.pistolo-mlgrb8 2.pistolo-rl3312 3.pistolo-xyuk2s 1.pistolo-e3ihcz 5.pistolo-cs5el2.pistolo-e3ihcz 32.pistolo-vk9jda.pistolo-ks324w 5.pistolo-to2caz 4.pistolo-ju6fnv 9.pistolo-ju6fnv 8.pistolo-e3ihcz 6.pistolo-z3g82o.pistolo-bcuq38.pistolo-hrap8w.pistolo-69b0c5.pistolo-6cbu1y 4.pistolo-6rwyz6.pistolo-6cbu1y 6.pistolo-6cbu1y 0l29.pistolo-to2caz 17.pistolo-fv2x1u.pistolo-3cdf0q 2.pistolo-msykdh 10.pistolo-o5n1ef.pistolo-rl3312 8.pistolo-r5marr.pistolo-38v0pu.pistolo-tb64dk.pistolo-fd2m6a.pistolo-qxuz2o.pistolo-ks324w.pistolo-g6gp7n.pistolo-rl3312 1.pistolo-uettjt.pistolo-f97q0e.pistolo-jepckb.pistolo-71qbuo.pistolo-78fcs5.pistolo-mlgrb8 1.pistolo-8gmbpw.pistolo-j7167h.5z'/%3e%3c/svg%3e");
}

#rating-container-1:checked ~ .pistolo-v3r7v0 > .pistolo-5q90kv {
  transform: translateY(-100px);
}

#rating-container-2:checked ~ .pistolo-v3r7v0 > .pistolo-5q90kv {
  transform: translateY(-200px);
}

#rating-container-3:checked ~ .pistolo-v3r7v0 > .pistolo-5q90kv {
  transform: translateY(-300px);
}

#rating-container-4:checked ~ .pistolo-v3r7v0 > .pistolo-5q90kv {
  transform: translateY(-400px);
}

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

#rating-0 {
  display: none;
}

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

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

.pistolo-msfbia.pistolo-uk508y {
  display: none;
}

.pistolo-fbyg6x {
  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-fbyg6x {
    height: 74px;
    overflow: visible;
  }
}

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

.pistolo-uh6z7u {
  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-uh6z7u::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border: 20px solid transparent;
}

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

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

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

@media only screen and (max-width: 767px) {
  .pistolo-uh6z7u {
    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-uh6z7u img {
    max-width: 60px;
    border-radius: 7px;
  }
}

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

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

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

.pistolo-83pti4 {
  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-83pti4::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-83pti4::before {
    left: 0;
    width: 137px;
    height: 145px;
  }
}

.pistolo-83pti4::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-83pti4::after {
    display: none;
  }
}

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

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

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

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

.pistolo-mvyymf {
  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-08b5uz ease-in-out;
  background: linear-gradient(138deg, #f2f55d 0%, #fbff21 74.32%);
}

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

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

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

.pistolo-msfbia.pistolo-ye4pkj .pistolo-fbyg6x {
  background: #2b3b67;
}

.pistolo-msfbia.pistolo-ye4pkj .pistolo-uh6z7u {
  background: linear-gradient(138deg, #14193e 0%, #030045 74.32%);
}

.pistolo-msfbia.pistolo-ye4pkj .pistolo-uh6z7u::before {
  border-top: 40px solid #2b3b67;
  border-right: 10px solid #2b3b67;
}

.pistolo-msfbia.pistolo-ye4pkj .pistolo-uh6z7u::after {
  border-right: 10px solid #2b3b67;
  border-bottom: 36px solid #2b3b67;
}

.pistolo-msfbia.pistolo-ye4pkj .pistolo-83pti4::before {
  background: #0e0f41;
}

.pistolo-msfbia.pistolo-ye4pkj .pistolo-83pti4::after {
  background: #152557;
}

.pistolo-msfbia.pistolo-h9ppm1 .pistolo-fbyg6x {
  background: #1f35fa;
}

.pistolo-msfbia.pistolo-h9ppm1 .pistolo-uh6z7u {
  background: linear-gradient(138deg, #1d2ba5 0%, #3d22c4 74.32%);
}

.pistolo-msfbia.pistolo-h9ppm1 .pistolo-uh6z7u::before {
  border-top: 40px solid #1f35fa;
  border-right: 10px solid #1f35fa;
}

.pistolo-msfbia.pistolo-h9ppm1 .pistolo-uh6z7u::after {
  border-right: 10px solid #1f35fa;
  border-bottom: 36px solid #1f35fa;
}

.pistolo-msfbia.pistolo-h9ppm1 .pistolo-83pti4::before {
  background: linear-gradient(138deg, #1f35fa 0%, #4e17a5 74.32%);
}

.pistolo-msfbia.pistolo-h9ppm1 .pistolo-83pti4::after {
  background: #192ac8;
}

.pistolo-msfbia.pistolo-tn9q4q .pistolo-fbyg6x {
  background: #fa771f;
}

.pistolo-msfbia.pistolo-tn9q4q .pistolo-uh6z7u {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.pistolo-msfbia.pistolo-tn9q4q .pistolo-uh6z7u::before {
  border-top: 40px solid #fa771f;
  border-right: 10px solid #fa771f;
}

.pistolo-msfbia.pistolo-tn9q4q .pistolo-uh6z7u::after {
  border-right: 10px solid #fa771f;
  border-bottom: 36px solid #fa771f;
}

.pistolo-msfbia.pistolo-tn9q4q .pistolo-83pti4::before {
  background: linear-gradient(138deg, #ff5f1b 0%, #ff422d 74.32%);
}

.pistolo-msfbia.pistolo-tn9q4q .pistolo-83pti4::after {
  background: #fa8535;
}

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

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

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

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

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

.pistolo-gq6abk {
  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-gq6abk {
    flex-direction: column;
    justify-content: center;
    padding: 20px 16px;
    margin-bottom: 16px;
  }
}

.pistolo-lgrmjb {
  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-lgrmjb {
    display: block;
    text-align: center;
    margin: 0 auto 5px;
  }
}

.pistolo-28axyi {
  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-28axyi:hover {
    background: var(--button-bg-hover);
  }
}

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

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

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

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

.pistolo-1ls01k {
  width: 120px;
  height: 22px;
}

.pistolo-1ls01k .pistolo-1fp1ct {
  fill: #c2c0ce;
}

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

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

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

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

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

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

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

.pistolo-kuw514 {
  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-kuw514.pistolo-2vrq63 {
  display: block;
}

.pistolo-kuw514.pistolo-uk508y {
  display: none;
}

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

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

.pistolo-is2w7p {
  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-9kgubo {
  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-cmdypk small {
  font-size: 14px;
  display: block;
  color: var(--text-color);
}

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

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

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

.pistolo-bhvivy .pistolo-1fp1ct {
  fill: #c2c0ce;
}

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

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

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

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

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

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

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

/* Review Hero Block Styles */

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

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

.pistolo-995nrt {
  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-995nrt {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

.pistolo-j7ubcl {
  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-j7ubcl {
    padding: 12px;
    gap: 12px;
  }
}

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

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

.pistolo-p2m0bo {
  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-j9o43x {
  flex: 1;
  min-width: 0;
}

.pistolo-rxdmzl {
  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-rxdmzl {
    font-size: 14px;
    gap: 6px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pistolo-tkqg8k .pistolo-21mv3h {
  justify-content: center;
}

/* faq */

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

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

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

.pistolo-wb2nsa.pistolo-dc9om1 .pistolo-knccgd::after {
  transform: rotate(45deg);
}

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

.pistolo-wb2nsa.pistolo-dc9om1 .pistolo-omnwtx {
  max-height: 200px;
  padding: 15px 20px;
}
/* faq end */

/* review block style */

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

.pistolo-5fapkc > input:not(:checked) ~ label:hover,
.pistolo-5fapkc > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.pistolo-ztpwgw.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.pistolo-ebfyty 44.pistolo-ye2lm1.pistolo-thtu5m.pistolo-sgj0d9.pistolo-qdvteb.pistolo-7m853m.pistolo-tlwpxy.pistolo-rhrfld.pistolo-45cxxk.pistolo-qf7vi3.pistolo-beb9k4.pistolo-8ykh2o.pistolo-80hl5q 0l-12.pistolo-xgrbev 30.pistolo-lgmi11.pistolo-o86pvb 2.pistolo-egqnn8.pistolo-o86pvb 3.pistolo-k8qd29 3.pistolo-0puxl0.pistolo-whpch4 3.pistolo-okm2iv.pistolo-fxth7m.pistolo-ohy4no.pistolo-7bsldn 7-3.pistolo-xgrbev 10.pistolo-me1xmv.pistolo-7bsldn 23.pistolo-lu8fhy.pistolo-ok5tc5 1.pistolo-3o4hd8 2.pistolo-xgrbev 3.pistolo-ok5tc5 1.pistolo-whpch4 5.pistolo-3jkq7s.pistolo-whpch4 32.pistolo-p51sh4.pistolo-fxth7m 5.pistolo-80hl5q 4.pistolo-7bsldn 9.pistolo-7bsldn 8.pistolo-whpch4 6.pistolo-1lxj06.pistolo-ewhn5y.pistolo-ehf0kn.pistolo-n4h6sf.pistolo-ivoudj 4.pistolo-a5js0l.pistolo-ivoudj 6.pistolo-ivoudj 0l29.pistolo-80hl5q 17.pistolo-or8eu9.pistolo-bn7pb6 2.pistolo-cf4m4i 10.pistolo-i8j7s6.pistolo-xgrbev 8.pistolo-am3m1h.pistolo-szqc97.pistolo-xcs13d.pistolo-v1lf0q.pistolo-s4hr6k.pistolo-fxth7m.pistolo-7m853m.pistolo-xgrbev 1.pistolo-e0c1al.pistolo-65822x.pistolo-fpjji1.pistolo-1gxy8z.pistolo-v2qpn3.pistolo-3o4hd8 1.pistolo-ifpyg2.pistolo-2kd1vb.5z'/%3e%3c/svg%3e");
}

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

.pistolo-3r5ky6 {
  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-3r5ky6.pistolo-d35q9b {
  display: block;
}

.pistolo-3r5ky6.pistolo-3k1fnz {
  display: none;
}

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

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

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

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

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

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

.pistolo-3ov3b0 .pistolo-ps7gwm {
  fill: #c2c0ce;
}

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

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

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

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

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

/* review block style end */

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

.pistolo-fturwm 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-fturwm 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-4j2ay3 {
  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-4j2ay3.pistolo-9m9feq {
  opacity: 1;
  pointer-events: auto;
}

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

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

.pistolo-lkcbba 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-9fnjtk, .pistolo-6emkb6, [class*="review-card"],
thead, thead th, table th, .pistolo-yh5gy5,
.pistolo-rypd5h, [class*="collapsible-header"],
.pistolo-cq6tf0, [class*="updated-block"] {
  color: #ece7dc !important;
}
