* {
  box-sizing: border-box;
  outline: none;
  font-family:
    "Exo",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: none;
  text-decoration: none;
  border: none;
}

h1,
h2,
h3,
h4 {
  font-weight: 700;
  overflow-wrap: break-word;
  color: var(--Text-100);
}

h1 {
  font-size: 48px;
  line-height: 60px;
  letter-spacing: 0.2px;
}

h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  text-transform: capitalize;
}

@media screen and (min-width: 1200px) {
  h2 {
    font-size: 40px;
    line-height: 48px;
  }
}

h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

@media screen and (min-width: 1200px) {
  h3 {
    font-size: 32px;
    line-height: 40px;
  }
}

h4 {
  font-size: 24px;
  line-height: 32px;
}

p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  overflow-wrap: break-word;
}

s {
  text-decoration: line-through;
}

a {
  color: var(--text-color);
}

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 72px;
}

body {
  margin-top: 128px;
  font-size: 16px;
  line-height: 24px;
  background-color: var(--main-theme-color);
  color: var(--text-color);
}

@media screen and (min-width: 768px) {
  body {
    margin-top: 72px;
  }
}

.pistolo-aynoog {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .pistolo-aynoog {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .pistolo-aynoog {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.pistolo-s27gxo {
  overflow: hidden;
}

.pistolo-qtbcb2 img {
  background: var(--Neutral-300);
}

.pistolo-ltuwq1 {
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  line-height: 20px;
  padding: 9px 15px;
  color: var(--button-text-color);
  border-radius: 16px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
}

.pistolo-t28uh2 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.pistolo-t28uh2:hover {
  background: var(--button-bg-hover);
}

.pistolo-dws2qo {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.pistolo-dws2qo:hover {
  background: var(--button-bg-hover);
}

.pistolo-z1wf57 {
  font-size: 12px;
  line-height: 18px;
}

.pistolo-y1nhoh {
  font-size: 18px;
  line-height: 26px;
}

.pistolo-smaepi {
  width: 100%;
}

.pistolo-7pvadh {
  padding: 6px 16px;
}

.pistolo-y7cw2h {
  padding: 10px 16px;
}

.pistolo-s76u4a {
  padding: 15px 26px;
}

.pistolo-atlckl {
  flex-shrink: 0;
}

.pistolo-s84qq4 {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.pistolo-jik0st {
  display: none;
}

.pistolo-8u93ce {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.pistolo-dn2y1k {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.pistolo-ebbkpe {
  display: flex;
  scroll-snap-type: x mandatory;
  overflow-x: auto;
  scroll-behavior: smooth;
  cursor: grab;
  padding-bottom: 20px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.pistolo-aisy64 {
  cursor: grab;
}

.pistolo-ebbkpe::-webkit-scrollbar {
  display: none;
}

.pistolo-5foi8m {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.pistolo-vmypkd {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.pistolo-c7kxgm {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.pistolo-his46s {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.pistolo-se8lm3 {
  visibility: visible;
}

.pistolo-eyam0j {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.pistolo-we8dki ease;
}

.pistolo-7q4ywp {
  background-color: var(--Primary-200);
  width: 16px;
}

.pistolo-phw1dv {
  -webkit-mask-image: linear-gradient(
    to right,
    var(--Neutral-300) 96%,
    transparent
  );
  mask-image: linear-gradient(to right, var(--Neutral-300) 96%, transparent);
  transition:
    -webkit-mask-image 0.pistolo-we8dki,
    mask-image 0.3s;
}

.pistolo-phw1dv.pistolo-z59n68 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

main {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  gap: 48px;
}

@media (min-width: 768px) {
  main {
    gap: 56px;
  }
}

.pistolo-ieoaet:not([hidden]) {
  position: fixed;
  background: var(--neutral-30060);
  backdrop-filter: blur(8px);
  inset: 0;
  z-index: 1100;
  padding: 16px;
  isolation: isolate;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pistolo-2fpiot {
  cursor: pointer;
  display: block;
  border: none;
  width: 22px;
  height: 22px;
  background-color: var(--Neutral-50);
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.pistolo-isw22i.org/2000/svg'%3E%3Cpath d='M21 1L1 21M1 1L21 21' stroke='%23F0E1DF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.pistolo-isw22i.org/2000/svg'%3E%3Cpath d='M21 1L1 21M1 1L21 21' stroke='%23F0E1DF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}

.pistolo-vxjy82 {
  border-radius: 24px;
  background: var(--Neutral-400);
  padding: 40px 24px 40px;
  position: relative;
  text-align: center;
  overflow: hidden;
  width: 100%;
  max-width: 600px;
  box-shadow: 0 12px 24px 0 rgba(191, 191, 191, 0.2);
}

.pistolo-vxjy82::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300, #53109f) 0%,
    var(--neutral-30080, rgba(21, 24, 41, 0.75)) 49.52%
  );
}

.pistolo-99vj6c {
  position: relative;
  z-index: 1;
}

.pistolo-enttwe {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.pistolo-cb2r5m {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.pistolo-hoqw7a {
  font-size: 40px;
  line-height: 48px;
}

.pistolo-bdhfum {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.pistolo-4mbtjc {
  border-radius: 16px;
  background: var(--Primary-200);
  color: var(--Text-00);
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  padding: 15px 16px;
  align-content: center;
  display: block;
  width: 100%;
  margin-top: 24px;
  cursor: pointer;
  text-transform: capitalize;
  transition: 0.3s;
}

.pistolo-4mbtjc:hover {
  background: var(--Primary-400);
}

.pistolo-4mbtjc svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.pistolo-ieoaet img {
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  object-fit: cover;
  pointer-events: none;
  touch-action: none;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .pistolo-vxjy82 {
    max-width: 600px;
    padding: 64px;
  }

  .pistolo-enttwe {
    font-size: 24px;
    line-height: 32px;
  }

  .pistolo-cb2r5m {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .pistolo-hoqw7a {
    font-size: 50px;
    line-height: 56px;
  }

  .pistolo-bdhfum {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .pistolo-2fpiot {
    top: 25px;
    right: 25px;
  }
}

.pistolo-ktsv8s,
.pistolo-t30xll {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
  padding: 16px 14px;
}

.pistolo-0do51v.pistolo-kiickn::before,
.pistolo-t30xll::before,
.pistolo-gkke74::before {
  display: block;
  aspect-ratio: 1/1;
  background: no-repeat center/contain rgba(0, 0, 0, 0)
    url("data:image/svg+xml,%3Csvg width='31' height='31' viewBox='0 0 31 31' fill='none' xmlns='http://www.pistolo-isw22i.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.pistolo-0wt6c4 14.pistolo-dbkn8o.pistolo-g16siy 14.pistolo-gjuzgf 15.pistolo-nloabh 14.pistolo-xajlzu 15.pistolo-hg3qk6 14.pistolo-p886ly.pistolo-s9yeza 14.pistolo-00p9ir 19.pistolo-7pcmm0 12.pistolo-vhxywd 19.pistolo-7pcmm0 10.pistolo-x1gu2x.pistolo-7pcmm0 8.pistolo-apz9ai 17.pistolo-9wivnd 7.pistolo-74kora 15.pistolo-hng5nm 7.pistolo-io67oy.pistolo-72c5j4 7.pistolo-74kora 11.pistolo-swulxq 8.pistolo-apz9ai 11.pistolo-swulxq 10.pistolo-ta1ek0.pistolo-swulxq 12.pistolo-d2umi8 13.pistolo-7amrn9 14.pistolo-lxdg1h 15.pistolo-dk7zej 14.pistolo-03ovla.pistolo-zxcngb 14.pistolo-0xbuwv 15.pistolo-rptbgm 14.pistolo-5x0zjx 15.pistolo-xbkyew 14.pistolo-f2gk9j.pistolo-0wt6c4 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.pistolo-uaili2 15.pistolo-qzqbly.pistolo-6rr6km 15.pistolo-0326l3 15.pistolo-p7uwy1 15.pistolo-d0prdm 15.pistolo-e4j9pi 15.pistolo-q38cse.pistolo-yzmcga 15.pistolo-d0prdm 15.pistolo-07d2eu 15.pistolo-0k9em4 15.pistolo-a29z03 15.pistolo-7gnbs6.pistolo-avnujx 15.pistolo-yrwive 7.pistolo-jyv1kn 18.pistolo-cippqp 7.pistolo-u4ifv4 23.pistolo-d859yk.pistolo-eqyb31.pistolo-6zbts2 18.pistolo-yfreqa 19.pistolo-mvvwdn 15.pistolo-oea9t6 15.pistolo-uaili2 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.pistolo-la31q6 [type="submit"] *,
.pistolo-ksu3bs button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .pistolo-o9m7vd {
    display: none;
  }
}

.pistolo-04pg30 {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .pistolo-04pg30 {
  display: none;
}

@media (min-width: 768px) {
  .pistolo-04pg30 {
    bottom: 22px;
  }
}

.pistolo-04pg30 input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .pistolo-04pg30 {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.pistolo-tmgqj7.static) .pistolo-04pg30 {
    bottom: 8px;
  }
}

.pistolo-y7j7zs {
  width: 80px;
  height: 80px;
  cursor: pointer;
  border: 1px solid var(--Primary-100);
  background: no-repeat center/40px var(--Primary-200)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.pistolo-isw22i.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.pistolo-zncg9w 3.pistolo-5im4jx.pistolo-ozhck7.pistolo-j17sz2 3.pistolo-p39u8s 3.pistolo-nppt7h 5.pistolo-i7wba9 3.pistolo-nppt7h 8.pistolo-l295ow.pistolo-2qpk3c.pistolo-nppt7h 26.pistolo-c5fxzh 5.pistolo-7lhiup 28.pistolo-37h7w2 8.pistolo-ohblrk 28.pistolo-32hrna.pistolo-g3lskz 28.pistolo-1svtq5.pistolo-cr2kgr 34.pistolo-tq9ljj.pistolo-od0hdu 36.pistolo-0iq5vd 11.pistolo-tmi78l 37.pistolo-3qglpd 12.pistolo-qc99du 36.pistolo-s6hre9.pistolo-9usd8t 28.pistolo-87riv9.pistolo-ekaadv.pistolo-zodrjk 28.pistolo-bzm0ns 36.pistolo-93isj2 26.pistolo-htsglv 36.pistolo-93isj2 23.pistolo-r0wt4p.pistolo-vfbzks.pistolo-93isj2 5.pistolo-mn9rnj 34.pistolo-nalkz5 3.pistolo-p39u8s 31.pistolo-zncg9w 3.pistolo-rb3kku.pistolo-lebdlc 18.pistolo-96ku8k.pistolo-b5yxad 18.pistolo-k33go5 8.pistolo-mzeqiw 17.pistolo-d8e51p 8.pistolo-mzeqiw 15.pistolo-q4lnk2.pistolo-mzeqiw 14.pistolo-d1wg7p 9.pistolo-b5yxad 13.pistolo-8zyeb0 11.pistolo-lebdlc 13.pistolo-g2enac.pistolo-phlna0 13.pistolo-8zyeb0 13.pistolo-hu8sj5 14.pistolo-d1wg7p 13.pistolo-hu8sj5 15.pistolo-rmzf0a.pistolo-hu8sj5 17.pistolo-d8e51p 12.pistolo-phlna0 18.pistolo-k33go5 11.pistolo-lebdlc 18.pistolo-qxllhv.pistolo-lrk44j 18.pistolo-x0mft1.pistolo-wiv9t5 18.pistolo-k33go5 17.pistolo-8aoq8q 17.pistolo-d8e51p 17.pistolo-8aoq8q 15.pistolo-i1cl1n.pistolo-8aoq8q 14.pistolo-d1wg7p 18.pistolo-wiv9t5 13.pistolo-8zyeb0 20.pistolo-lrk44j 13.pistolo-3md5op.pistolo-8unhwx 13.pistolo-8zyeb0 22.pistolo-ui20gj 14.pistolo-d1wg7p 22.pistolo-ui20gj 15.pistolo-mxbnni.pistolo-gga0k7 17.pistolo-d8e51p 21.pistolo-8unhwx 18.pistolo-k33go5 20.pistolo-lrk44j 18.pistolo-dbqprc.pistolo-6wyvqu 18.pistolo-o8v4fy.pistolo-d4otw6 18.pistolo-k33go5 26.pistolo-u80clt 17.pistolo-d8e51p 26.pistolo-u80clt 15.pistolo-a7lmhg.pistolo-u80clt 14.pistolo-d1wg7p 27.pistolo-d4otw6 13.pistolo-8zyeb0 28.pistolo-6wyvqu 13.pistolo-y8k3cm.pistolo-y8hsk7 13.pistolo-8zyeb0 31.pistolo-rup1gw 14.pistolo-d1wg7p 31.pistolo-rup1gw 15.pistolo-bs0sjx.pistolo-u80clt 17.pistolo-d8e51p 30.pistolo-y8hsk7 18.pistolo-k33go5 28.pistolo-6wyvqu 18.5087Z' fill='%23F7F7F7'/%3E%3C/svg%3E");
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"])
    .pistolo-y7j7zs {
    display: none;
  }
}

.pistolo-wpbvfm {
  position: fixed;
  inset: 0;
  z-index: 101;
  background: var(--Neutral-400);
  box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  overscroll-behavior: contain;
  overflow: auto;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

@media screen and (min-width: 768px) {
  .pistolo-wpbvfm {
    inset: auto 24px 24px auto;
    width: 448px;
    height: 600px;
    border-radius: 24px;
    border: 1px solid var(--Neutral-200);
    box-shadow: 0 12px 24px 0 rgba(191, 191, 191, 0.16);
  }
}

.pc61d126-chatbot-window[aria-hidden="true"] {
  display: none;
}

.pistolo-ksu3bs {
  border-bottom: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  color: var(--Text-300);
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0;
}

@media (min-width: 768px) {
  .pistolo-ksu3bs {
    padding: 14px 16px;
  }
}

.pistolo-ksu3bs button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.pistolo-ksu3bs button:first-child {
  align-content: end;
}

.pistolo-ksu3bs button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .pistolo-ksu3bs
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .pistolo-ksu3bs
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.pistolo-ksu3bs button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.pistolo-ksu3bs button:last-child svg {
  width: 38px;
  height: 38px;
}

.pistolo-gkke74 {
  flex: 1 1;
  align-content: center;
  display: flex;
  align-items: center;
  gap: 10px;
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  opacity: 0;
  visibility: hidden;
}

.pistolo-gkke74::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .pistolo-gkke74,
.pc61d126-chatbot[data-active-screen="3"]
  .pistolo-gkke74 {
  opacity: 1;
  visibility: visible;
}

.pistolo-bnvax1 {
  flex: 1 1;
}

.pistolo-z7tf1y {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .pistolo-z7tf1y {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .pistolo-lnlmsx {
  display: block;
}

.pistolo-2odykw {
  color: var(--Text-100);
  font-feature-settings: "liga" off;
  font-weight: 700;
  margin-bottom: 24px;
  font-size: 40px;
  line-height: 48px;
  text-transform: capitalize;
}

@media screen and (min-width: 768px) {
  .pistolo-2odykw {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.pistolo-t30xll {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.pistolo-t30xll::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.pistolo-i3ljo1 span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.pistolo-i3ljo1 p {
  color: var(--Text-100);
}

.pistolo-t30xll .pistolo-vflud0 {
  grid-area: button;
}

.pistolo-t30xll .pistolo-vflud0::after {
  content: "";
  display: inline-block;
  vertical-align: sub;
  margin-left: 8px;
  width: 20px;
  height: 20px;
  background: no-repeat center/contain rgba(0, 0, 0, 0)
    url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.pistolo-isw22i.org/2000/svg'%3E%3Cpath d='M4.pistolo-1j4ng8 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.pistolo-ff3ho9 15L16.pistolo-ff3ho9 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.pistolo-ff3ho9 5L16.pistolo-ff3ho9 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .pistolo-o4fe3r {
  display: block;
}

.pistolo-tol72q {
  color: var(--Text-100);
  font-feature-settings: "liga" off;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .pistolo-tol72q {
    margin-top: 40px;
  }
}

.pistolo-ktsv8s label,
.pistolo-ktsv8s input {
  display: block;
  width: 100%;
}

.pistolo-ktsv8s label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.pistolo-ktsv8s label.pistolo-m4rtuf input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.pistolo-ktsv8s label.pistolo-m4rtuf::after {
  content: attr(data-error);
  display: block;
  color: var(--Accent-100);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
  margin-top: 4px;
}

.pistolo-ktsv8s input {
  color: var(--Text-100);
  border-radius: 16px;
  background: var(--Neutral-400);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  padding: 17px 16px;
  margin-top: 4px;
}

.pistolo-ktsv8s input::placeholder {
  color: var(--Text-400);
}

.pistolo-u46tb4 {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .pistolo-u46tb4 {
  display: flex;
}

.pistolo-u46tb4 ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .pistolo-u46tb4 ol {
    height: 420px;
    padding: 24px;
  }
}

.pistolo-u46tb4 ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.pistolo-la31q6 {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .pistolo-la31q6 {
    padding: 0 24px 24px;
  }
}

.pistolo-la31q6 input {
  display: block;
  width: 100%;
  padding: 16px 44px 16px 16px;
  border-radius: 24px;
  background: var(--Neutral-300);
  color: var(--Text-100);
  font-size: 16px;
  line-height: 24px;
}

.pistolo-la31q6 input::placeholder {
  color: var(--Text-400);
}

.pistolo-la31q6 [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.pistolo-la31q6 [type="submit"]:disabled {
  opacity: 0.5;
}

.pistolo-la31q6 [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .pistolo-la31q6 [type="submit"] {
    right: 40px;
  }
}

.pistolo-0do51v {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.pistolo-0do51v.pistolo-kiickn {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.pistolo-0do51v.pistolo-kiickn::before {
  content: "";
  width: 31px;
}

.pistolo-0do51v.pistolo-kiickn p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.pistolo-0do51v.pistolo-0in3pf p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.pistolo-0do51v p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.pistolo-04pg30 .pistolo-vflud0 {
  border-radius: 16px;
  background: var(--Primary-200);
  text-align: center;
  padding: 9px;
  color: var(--Text-00);
  font-feature-settings: "liga" off;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  width: 100%;
  cursor: pointer;
}

@media (max-width: 767px) {
  body:has(header.mobile-menu) {
    overflow: hidden;
  }
}

.pistolo-o9m7vd {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .pistolo-o9m7vd {
    padding: 14px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .pistolo-o9m7vd {
    padding: 15px 0;
  }
}

.pistolo-o9m7vd .pistolo-aynoog {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .pistolo-o9m7vd .pistolo-aynoog {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.pistolo-pr320h {
  display: block;
  width: 100%;
  max-width: 144px;
  height: 36px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .pistolo-pr320h {
    max-width: 180px;
    height: 47px;
  }
}

.pistolo-pr320h picture,
.pistolo-pr320h img {
  display: block;
  width: 100%;
  height: 100%;
}

.pistolo-pr320h img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .pistolo-hbwxzh {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.pistolo-we8dki ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .pistolo-o9m7vd.pistolo-470v3y .pistolo-hbwxzh {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .pistolo-hbwxzh {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .pistolo-hbwxzh {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.pistolo-ri3p10,
.pistolo-c5twlt {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .pistolo-ri3p10,
  .pistolo-c5twlt {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .pistolo-c5twlt {
    display: none;
  }
}

.pistolo-etrbiv {
  display: flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(
    0deg,
    rgba(0, 3, 20, 0) 0%,
    var(--fh-bg-color) 70%
  );
  padding: 0 16px 16px;
  justify-content: center;
}

.pistolo-470v3y .pistolo-etrbiv {
  background: var(--fh-bg-color);
}

.pistolo-etrbiv button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .pistolo-etrbiv {
    display: none;
  }
}

.pistolo-rpg4tj {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .pistolo-rpg4tj {
    display: none;
  }
}

.pistolo-8mbhuf {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--header-text-color, var(--text-color));
  pointer-events: none;
  touch-action: none;
}

.pistolo-o9m7vd.pistolo-470v3y .pistolo-8mbhuf:first-child {
  display: none;
}

.pistolo-o9m7vd.pistolo-470v3y .pistolo-8mbhuf:last-child {
  display: block;
}

.pistolo-8mbhuf:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .pistolo-8mbhuf {
    display: none;
  }
}

.pistolo-m07zvd {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .pistolo-m07zvd {
    display: flex;
  }
}

.pistolo-m07zvd ul {
  max-height: 350px;
  overflow-y: auto;
}

.pistolo-m07zvd:hover ul {
  visibility: visible;
  opacity: 1;
}

.pistolo-m07zvd:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.pistolo-m07zvd:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.pistolo-m07zvd:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.pistolo-m07zvd:hover .pistolo-t4u7zc svg {
  transform: rotate(180deg);
}

.pistolo-6vlbsg {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.pistolo-m3bftd {
  padding: 0 8px;
}

.pistolo-oy43tk {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.pistolo-oy43tk:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .pistolo-oy43tk {
    padding: 4px 8px;
  }
}

.pistolo-l9a3s1 {
  display: flex;
}

.pistolo-l9a3s1 img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.pistolo-t4u7zc {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.pistolo-t4u7zc svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.pistolo-2d8xg9 {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  visibility: hidden;
  align-items: flex-start;
  flex-direction: column;
  width: auto;
  max-height: 0;
  transition: max-height 0.3s;
  opacity: 0;
  background: unset;
  gap: 0;
}

@media (min-width: 1200px) {
  .pistolo-2d8xg9 {
    position: absolute;
    top: 40px;
    left: 0;
    width: 112px;
    padding: 8px;
    border-radius: 8px;
    background: var(--fh-bg-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
    gap: 2px;
  }
}

.pistolo-3x1rap {
  width: 100%;
}

@media (min-width: 1200px) {
  .pistolo-3x1rap {
    display: none;
  }
}

.pistolo-z5xmfu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.pistolo-r2oexv {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.pistolo-ld0qfn {
  display: flex;
}

.pistolo-q8dyto {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.pistolo-fawn6k {
  list-style: none;
}

@media (max-width: 1199px) {
  .pistolo-fawn6k {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .pistolo-fawn6k {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .pistolo-fawn6k .pistolo-i32wth [data-ref-el],
  .pistolo-fawn6k .pistolo-i32wth span,
  .pistolo-fawn6k .pistolo-i32wth a {
    white-space: nowrap;
  }
}

.pistolo-iaz7ri {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .pistolo-iaz7ri.pistolo-0o13yj > .pistolo-i32wth {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .pistolo-iaz7ri.pistolo-l6lo0e:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .pistolo-iaz7ri.pistolo-0o13yj > .pistolo-3sb7dm {
    height: auto;
  }

  .pistolo-iaz7ri.pistolo-0o13yj > div > .pistolo-y0o0x2 {
    transform: rotate(180deg);
  }
}

.pistolo-iaz7ri [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.pistolo-iaz7ri [data-ref-el],
.pistolo-iaz7ri span {
  cursor: pointer;
}

.pistolo-iaz7ri [data-ref-el],
.pistolo-iaz7ri span,
.pistolo-iaz7ri a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--header-text-color, var(--text-color));
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .pistolo-iaz7ri [data-ref-el],
  .pistolo-iaz7ri span,
  .pistolo-iaz7ri a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .pistolo-iaz7ri [data-ref-el],
  .pistolo-iaz7ri span,
  .pistolo-iaz7ri a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.pistolo-3sb7dm {
  height: 0;
  overflow: hidden;
  transition: height 0.pistolo-we8dki ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.pistolo-3sb7dm::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.pistolo-3sb7dm::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.pistolo-3sb7dm::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .pistolo-3sb7dm {
    width: 300px;
    position: absolute;
    z-index: 1001;
    border-radius: 0 0 24px 24px;
    background: var(--Neutral-400);
    box-shadow: 0 12px 24px 0 rgba(191, 191, 191, 0.2);
    padding: 8px;
    opacity: 0;
    visibility: hidden;
    max-height: 290px;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .pistolo-3sb7dm:has(> .pistolo-iaz7ri.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .pistolo-3sb7dm .pistolo-3sb7dm {
    padding: 0;
  }

  .pistolo-3sb7dm .pistolo-iaz7ri {
    font-weight: 400;
  }

  .pistolo-3sb7dm .pistolo-iaz7ri:hover > .pistolo-i32wth {
    background: var(--Neutral-300);
  }

  .pistolo-3sb7dm .pistolo-y0o0x2 {
    rotate: -90deg;
  }
}

.pistolo-i32wth {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .pistolo-i32wth {
    padding: 8px;
  }

  .pistolo-iaz7ri.pistolo-pcaol9 > .pistolo-i32wth {
    background: var(--Neutral-300);
  }
}

.pistolo-y0o0x2 {
  width: 24px;
  height: 24px;
  border: none;
  cursor: pointer;
  mask-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.pistolo-isw22i.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.pistolo-s53ip8 0.pistolo-fuqmx9.pistolo-fc9y1m -0.pistolo-c2p6o3 0.pistolo-aomi3v -0.pistolo-c2p6o3 1.pistolo-wiqpau 0.pistolo-kbw3o9.pistolo-hji69k 4.pistolo-v58joe.pistolo-s53ip8 0.pistolo-i5f7vx.pistolo-xnli5z -0.pistolo-c2p6o3 9.pistolo-3sn4fa -0.pistolo-c2p6o3 10.pistolo-q5iwih 0.pistolo-itqopc.pistolo-w55kse 0.pistolo-fc9y1m 10.pistolo-w55kse 0.pistolo-aomi3v 10.pistolo-q5iwih 1.pistolo-zgydpm.pistolo-3e4q76 5.pistolo-dfylkd.pistolo-t2vz68 6.pistolo-q2zf65 5.pistolo-hwo653 6.pistolo-q2zf65 4.pistolo-kxz8kr 5.pistolo-9dyzcs.pistolo-s53ip8 1.pistolo-5d4x3m.pistolo-c2p6o3 0.pistolo-aomi3v -0.pistolo-c2p6o3 0.pistolo-fc9y1m 0.pistolo-s53ip8 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.pistolo-we8dki ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .pistolo-y0o0x2 {
    cursor: default;
  }
}

.pistolo-l8padl {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.pistolo-z6vrqy {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--footer-bg-color, var(--main-theme-color));
  color: var(--footer-text-color);
}

@media screen and (min-width: 768px) {
  .pistolo-z6vrqy {
    padding: 40px 4px;
  }
}

.pistolo-7fd44u {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .pistolo-7fd44u {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.pistolo-ump4go {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .pistolo-ump4go {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.pistolo-ump4go ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.pistolo-ump4go [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.pistolo-ump4go [data-ref-el],
.pistolo-ump4go span,
.pistolo-ump4go a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--footer-text-color);
}

.pistolo-bbaoj7 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .pistolo-bbaoj7 {
    margin-bottom: 12px;
  }
}

.pistolo-o6yvej {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.pistolo-o6yvej img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .pistolo-o6yvej:last-child {
    margin-right: 0;
  }
}

.pistolo-lfboqu {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.pistolo-bbaoj7:hover .pistolo-ctidw1 {
  visibility: visible;
  opacity: 1;
}

.pistolo-ctidw1 {
  position: absolute;
  right: -13px;
  bottom: 30px;
  visibility: hidden;
  max-width: 240px;
  padding: 16px;
  transition: 0.3s;
  opacity: 0;
  border: 1px solid var(--Neutral-200);
  border-radius: 8px;
  background-color: var(--Neutral-300);
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.14);
}

.pistolo-rzlf8f {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.pistolo-r6zqal {
  display: flex;
  margin: 6px;
}

.pistolo-r6zqal img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.pistolo-ctidw1::after {
  position: absolute;
  right: 18px;
  bottom: -8px;
  width: 0;
  height: 0;
  content: "";
  border-top: 8px solid var(--Neutral-300);
  border-right: 8px solid rgba(0, 0, 0, 0);
  border-left: 8px solid rgba(0, 0, 0, 0);
}

.pistolo-ctidw1::before {
  position: absolute;
  right: 16px;
  bottom: -10px;
  width: 0;
  height: 0;
  content: "";
  border-top: 10px solid var(--Neutral-200);
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-left: 10px solid rgba(0, 0, 0, 0);
}

.pistolo-vrvl8x {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .pistolo-vrvl8x {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.pistolo-aj5nii {
  font-size: 14px;
  line-height: 20px;
  color: var(--footer-text-color);
}

@media (min-width: 1200px) {
  .pistolo-aj5nii {
    margin-right: 32px;
  }
}

.pistolo-sbtddc {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .pistolo-sbtddc {
    margin-top: 0;
    width: 340px;
  }
}

.pistolo-sbtddc a {
  line-height: 19px;
  color: var(--footer-text-color);
  border-bottom: 1px solid var(--Primary-100);
}

.pistolo-jjosif {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.pistolo-gx8m41 {
  position: relative;
}

@media (min-width: 768px) {
  .pistolo-gx8m41 {
    margin-top: 40px;
  }
}

.pistolo-gx8m41 + .pistolo-uuym1c,
.pistolo-gx8m41 + .pistolo-gx8m41 {
  margin-top: 24px;
}

.pistolo-rje56n {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .pistolo-rje56n {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .pistolo-rje56n {
    padding: 80px;
  }
}

.pistolo-txg5iu {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .pistolo-txg5iu {
    padding: 0 16px;
}


}

.pistolo-xnop3s {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  text-transform: capitalize;
  margin-bottom: 8px;
  color: var(--text-color);
  overflow-wrap: break-word;
}

@media (min-width: 768px) {
  .pistolo-xnop3s {
    font-size: 48px;
    line-height: 56px;
  }
}

.pistolo-jgxjbj {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-transform: capitalize;
  margin-bottom: 24px;
  color: var(--Text-200);
  overflow-wrap: break-word;
}

@media (min-width: 768px) {
  .pistolo-jgxjbj {
    font-size: 24px;
    line-height: 32px;
  }
}

.pistolo-x3n4ro {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  margin: auto;
  width: 240px;
  padding: 15px 23px;
  transition: 0.3s;
  color: var(--button-text-color);
  border-radius: 16px;
  border: none;
  background: var(--button-bg-color);
  gap: 8px;
  cursor: pointer;
}

.pistolo-x3n4ro:hover {
  background: var(--button-bg-hover);
}

.pistolo-cry3v7 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.pistolo-cry3v7 img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .pistolo-cry3v7 img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .pistolo-cry3v7 img {
  min-height: 100%;
  }
}

.pistolo-rje56n::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.pistolo-ynpq1v {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.pistolo-ynpq1v h1,
.pistolo-ynpq1v h2,
.pistolo-ynpq1v h3,
.pistolo-ynpq1v h4 {
  margin-bottom: 6px;
}

.pistolo-ynpq1v h1:not(:first-child),
.pistolo-ynpq1v h2:not(:first-child),
.pistolo-ynpq1v h3:not(:first-child),
.pistolo-ynpq1v h4:not(:first-child) {
  margin-top: 16px;
}

.pistolo-ynpq1v h1,
.pistolo-ynpq1v h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .pistolo-ynpq1v h1,
  .pistolo-ynpq1v h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.pistolo-ynpq1v h2,
.pistolo-ynpq1v h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .pistolo-ynpq1v h2,
  .pistolo-ynpq1v h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.pistolo-ynpq1v h3,
.pistolo-ynpq1v h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .pistolo-ynpq1v h3,
  .pistolo-ynpq1v h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.pistolo-ynpq1v h4,
.pistolo-ynpq1v h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.pistolo-ynpq1v ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.pistolo-ynpq1v ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.pistolo-ynpq1v ul li::before {
  position: absolute;
  top: 11px;
  left: 0;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  content: "";
  transform: translateY(-50%);
  border-radius: 50%;
  background: var(--Text-300);
}

.pistolo-ynpq1v ul ul {
  margin-bottom: 8px;
}

.pistolo-ynpq1v ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.pistolo-ynpq1v ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.pistolo-ynpq1v ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.pistolo-ynpq1v ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.pistolo-ynpq1v ol li::marker {
  font-weight: 700;
}

.pistolo-ynpq1v ol ol {
  margin-bottom: 8px;
}

.pistolo-ynpq1v ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.pistolo-ynpq1v ol ul li {
  padding-left: 16px;
}

.pistolo-ynpq1v table {
  display: block;
  overflow-x: auto;
  width: 100%;
  margin-top: 16px;
  border-spacing: 0 4px;
  overflow-wrap: break-word;
  font-size: 16px;
  position: relative;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-mask-image: none;
  mask-image: none;
  border-radius: 24px;
  border: 1px solid var(--border-color);
  /* background: var(--Neutral-300); */
  padding: 16px;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .pistolo-ynpq1v table {
    padding: 24px;
  }
}

.pistolo-ynpq1v table.pistolo-80jldk {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.pistolo-we8dki,
    mask-image 0.3s;
}

.pistolo-ynpq1v table.pistolo-80jldk.pistolo-z59n68 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

@media (min-width: 1200px) {
  .pistolo-ynpq1v table {
    display: table;
  }
}

.pistolo-ynpq1v table thead th {
  font-weight: 700;
  padding: 12px 18px;
  text-align: left;
  white-space: nowrap;
  background-color: var(--table-head-bg-color, var(--table-1-color));
  color: var(--table-head-text-color, var(--text-color));
  border: 1px solid var(--border-color);
}

.pistolo-ynpq1v table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.pistolo-ynpq1v table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.pistolo-ynpq1v table tbody td {
  background-color: var(--table-2-color);
  width: 150px;
  padding: 11px 18px;
  white-space: nowrap;
  border: 1px solid var(--border-color);
}

@media (min-width: 1200px) {
  .pistolo-ynpq1v table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.pistolo-ynpq1v table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.pistolo-ynpq1v table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.pistolo-ynpq1v table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.pistolo-ynpq1v img {
  max-width: 100%;
  height: auto;
}

.pistolo-2oni42 {
  padding: 16px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
  background: var(--card-bg-color, radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--fh-bg-color) 0%,
    color-mix(in srgb, var(--menu-color) 50%, transparent)
  ));
}

@media (min-width: 768px) {
  .pistolo-2oni42 {
    padding: 24px;
  }
}

.pistolo-4rgwsx {
  color: var(--card-text-color, var(--text-color));
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .pistolo-4rgwsx {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.pistolo-4rgwsx > * {
  margin: 0 !important;
}

.pistolo-4rgwsx img,
.pistolo-63etie {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .pistolo-4rgwsx img,
  .pistolo-63etie {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.pistolo-t4h7yo {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .pistolo-t4h7yo {
    width: 32px;
    height: 32px;
  }
}

.pistolo-zijj6n {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.pistolo-zijj6n .pistolo-qehsmn {
  flex-shrink: 0;
}

.pistolo-zijj6n .pistolo-wdklcn svg {
  display: none;
}

.pistolo-ag8mek {
  display: grid;
  transition: max-height 0.pistolo-we8dki ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .pistolo-ag8mek {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .pistolo-ag8mek {
    grid-template-columns: 1fr 270px 1fr 270px;
  }
}

.pc61d126-games__list[data-games-type="Live Shows"] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .pc61d126-games__list[data-games-type="Live Shows"] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list[data-games-type="Live Shows"] {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.pistolo-ag8mek.pistolo-8frbtv + .pistolo-qehsmn svg {
  transform: rotate(180deg);
}

.pistolo-e7q5cr {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.pistolo-e7q5cr > div:nth-child(3n) {
  grid-column: span 2;
}

.pistolo-e7q5cr
  > div:nth-child(3n)
  .pistolo-1p7xad
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .pistolo-e7q5cr {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .pistolo-e7q5cr > div:nth-child(3n) {
    grid-column: unset;
  }

  .pistolo-e7q5cr
    > div:nth-child(3n)
    .pistolo-1p7xad
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .pistolo-e7q5cr {
    max-width: 270px;
  }
}

.pistolo-e7q5cr .pistolo-1p7xad button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .pistolo-e7q5cr .pistolo-1p7xad button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .pistolo-e7q5cr .pistolo-1p7xad button {
    max-width: 104px;
  }
}

.pistolo-casej3 {
  height: calc(100% - 16px);
  transition: 0.3s;
  overflow-wrap: break-word;
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-radius: 16px;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .pistolo-casej3 {
    margin-bottom: 0;
  }
}

.pistolo-77ry06 {
  display: none;
  opacity: 0;
}

.pistolo-vxaqc9 {
  width: 100%;
  height: 190px;
  max-width: 100%;
  aspect-ratio: 1/1;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item-logo[data-game-type="Live Shows"] {
    width: 152px;
    height: 152px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item-logo[data-game-type="Live Shows"] {
    width: 173px;
    height: 173px;
  }
}

.pistolo-vxaqc9 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.pistolo-1p7xad {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.pistolo-1p7xad button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .pistolo-1p7xad
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .pistolo-1p7xad
    button {
    max-width: 145px;
  }
}

.pistolo-cglc4r:first-child
  .pistolo-1p7xad
  button {
  max-width: 270px;
}

.pistolo-bg4y48 {
  position: relative;
  overflow-wrap: break-word;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  text-align: left;
  color: var(--card-text-color, var(--text-color));
  background: rgba(0, 0, 0, 0);
  width: 100%;
}

.pistolo-casej3 picture {
  width: 100%;
  max-width: 100%;
}

.pistolo-xqv7a0 {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--Neutral-30060);
  backdrop-filter: blur(8px);
  border-radius: 16px;
  overflow: hidden;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}

.pistolo-xqv7a0 svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.pistolo-casej3:hover .pistolo-xqv7a0 {
  display: flex;
}

.pistolo-b9zzwp {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.pistolo-ucf1zr {
  display: flex;
}

.pistolo-ucf1zr:hover .pistolo-fz4uvt,
.pistolo-ucf1zr .pistolo-pcaol9 .pistolo-fz4uvt {
  display: flex;
}

.pistolo-ucf1zr svg {
  flex-shrink: 0;
}

.pistolo-fz4uvt {
  display: none;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  position: absolute;
  z-index: 2;
  top: 34px;
  right: -20px;
  width: 130px;
}

@media (min-width: 768px) {
  .pistolo-fz4uvt {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.pistolo-fz4uvt:hover {
  display: flex;
}

.pistolo-fz4uvt svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.pistolo-4f98xn {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .pistolo-4f98xn {
    font-size: 12px;
  }
}

.pistolo-8a8j7g,
.pistolo-tmagtj {
  width: 50%;
  flex-shrink: 0;
}

.pistolo-8a8j7g {
  font-weight: 700;
}

.pistolo-1hwydx .pistolo-ag8mek {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .pistolo-1hwydx .pistolo-ag8mek {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .pistolo-1hwydx .pistolo-ag8mek {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.pistolo-1hwydx
  .pistolo-bg4y48:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.pistolo-1hwydx .pistolo-vxaqc9 {
  height: 100% !important;
  border-radius: 16px;
}

.pistolo-1hwydx .pistolo-1p7xad {
  gap: 4px;
  align-items: center;
}

.pistolo-1hwydx .pistolo-1p7xad button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pistolo-1hwydx .pistolo-1p7xad svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.pistolo-1hwydx .pistolo-id4kux,
.pistolo-1hwydx .pistolo-7gdc8d {
  margin-left: -1px;
  height: 12px;
  max-width: 100%;
  mask-repeat: repeat;
  mask-position: left center;
  mask-size: 16px 12px;
  mask-image: url("data:image/svg+xml,%3Csvg width='16' height='15' viewBox='0 0 16 15' fill='none' xmlns='http://www.pistolo-isw22i.org/2000/svg'%3E%3Cpath d='M9.pistolo-0mnsgq 4.pistolo-hid8hj.pistolo-au851o 5.pistolo-0gfo9h.pistolo-9de1vv 5.pistolo-ss7by7.pistolo-fdxppp 5.pistolo-j57xpj.pistolo-zhep62 8.pistolo-8aqe4m.pistolo-uplf3o 9.pistolo-r386jk.pistolo-k9pfc9 9.pistolo-u34h4y.pistolo-bj4aen 13.pistolo-57dz1b.pistolo-5m7ygg 11.pistolo-h7ozio.pistolo-des9pb 11.pistolo-cpp2iz.pistolo-8d6pwg 11.pistolo-ts9q3v.pistolo-f7i2eh 13.pistolo-ti7wk9.pistolo-oofhuw 9.pistolo-3ebm2y.pistolo-43jzf2 9.pistolo-wc1ea8.pistolo-8yk9nl 8.pistolo-hpfhvq.pistolo-fm61de 5.pistolo-b5zuhc.pistolo-sjqc8y 5.pistolo-4kopge.pistolo-295l0u 5.pistolo-5o3f5f.pistolo-lxx6s2 4.pistolo-f6s0er.pistolo-des9pb 1.pistolo-yl1fii.pistolo-0mnsgq 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.pistolo-1hwydx .pistolo-id4kux {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.pistolo-1hwydx .pistolo-7gdc8d {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.pistolo-twyphm {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-self: stretch;
  border-radius: var(--M, 24px);
  border: 1px solid var(--Neutral-200);
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300) 0%,
    var(--Neutral-300) 49.52%
  );
  padding: 16px;
}

@media (min-width: 768px) {
  .pistolo-twyphm {
    padding: 24px;
  }
}

.pistolo-twyphm .pistolo-qehsmn {
  display: flex;
}

@media (min-width: 768px) {
  .pistolo-twyphm .pistolo-qehsmn {
    display: none;
  }
}

.pistolo-twyphm .pistolo-wdklcn svg {
  display: none;
}

.pistolo-ewgptl {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.pistolo-ewgptl .pistolo-ltuwq1 {
  display: none;
}

@media (min-width: 768px) {
  .pistolo-ewgptl .pistolo-ltuwq1 {
    display: flex;
  }
}

.pistolo-mn4obj {
  color: var(--Text-100);
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 12px;
}

@media screen and (min-width: 768px) {
  .pistolo-mn4obj {
    font-size: 40px;
    line-height: 48px;
  }
}

.pistolo-mn4obj > * {
  margin: 0 !important;
}

.pistolo-mn4obj img,
.pistolo-9hnfwr {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .pistolo-mn4obj img,
  .pistolo-9hnfwr {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.pistolo-2aunp1 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .pistolo-2aunp1 {
    width: 32px;
    height: 32px;
  }
}

.pistolo-0gd16g {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .pistolo-0gd16g {
    gap: 16px;
    margin: 13px 0 16px;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    user-select: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
    touch-action: pan-x;
  }

  .pistolo-0gd16g::-webkit-scrollbar {
    display: none;
  }
}

.pistolo-s537fk {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .pistolo-s537fk {
    padding: 7px 15px;
  }
}

.pistolo-s537fk:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.pistolo-qjptw5 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .pistolo-qjptw5 {
    display: flex;
    opacity: 1;
  }
}

.pistolo-s537fk picture {
  height: 100%;
  display: block;
}

.pistolo-s537fk img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .pistolo-s537fk img {
    width: 88px;
    height: 44px;
  }
}

.pistolo-s537fk p {
  text-align: center;
  width: 100%;
}

.pistolo-ujkh8x {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

@media screen and (min-width: 768px) {
  .pistolo-ujkh8x {
    font-size: 40px;
    line-height: 48px;
  }
}

.pistolo-ujkh8x img,
.pistolo-xlqr8i {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .pistolo-ujkh8x img,
  .pistolo-xlqr8i {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.pistolo-5nqcan {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .pistolo-5nqcan {
    width: 32px;
    height: 32px;
  }
}

.pistolo-wlsbl9 {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.pistolo-0lxhv5 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
 background: var(--card-bg-color, radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--fh-bg-color) 0%,
    color-mix(in srgb, var(--menu-color) 50%, transparent)
  ));
  padding: 24px;
  padding-top: 30px;
}

.pistolo-ri54a4 {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.pistolo-ri54a4.pistolo-pcaol9 {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.pistolo-z1aejj {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  color: var(--card-text-color, var(--text-color));
}

@media screen and (min-width: 768px) {
  .pistolo-z1aejj {
    font-size: 20px;
    line-height: 28px;
  }
}

.pistolo-uq0ref {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--card-text-color, var(--text-color));
}

.pistolo-4ldz5l {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.pistolo-we8dki ease;
  opacity: 0;
  color: var(--card-text-color, var(--text-color));
}

.pistolo-c8rht9 {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.pistolo-c8rht9 ol,
.pistolo-c8rht9 ul {
  padding-left: 1.3em;
}

.pistolo-ri54a4.pistolo-pcaol9 .pistolo-4ldz5l {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.pistolo-ri54a4.pistolo-pcaol9 .pistolo-uq0ref {
  transform: rotate(180deg);
  color: var(--card-text-color, var(--text-color));
}

.pistolo-vcfria {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-self: stretch;
  border-radius: var(--M, 24px);
  border: 1px solid var(--Neutral-200);
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300) 0%,
    var(--Neutral-300) 49.52%
  );
  padding: 16px;
}

@media (min-width: 768px) {
  .pistolo-vcfria {
    padding: 24px;
  }
}

.pistolo-vcfria .pistolo-qehsmn {
  display: flex;
}

@media (min-width: 768px) {
  .pistolo-vcfria .pistolo-qehsmn {
    display: none;
  }
}

.pistolo-vcfria .pistolo-wdklcn svg {
  display: none;
}

.pistolo-qd6qcs {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pistolo-qd6qcs .pistolo-ltuwq1 {
  display: none;
}

@media (min-width: 768px) {
  .pistolo-qd6qcs .pistolo-ltuwq1 {
    display: flex;
  }
}

.pistolo-hkx86i {
  color: var(--Text-100);
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 12px;
}

@media screen and (min-width: 768px) {
  .pistolo-hkx86i {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.pistolo-hkx86i > * {
  margin: 0 !important;
}

.pistolo-hkx86i img,
.pistolo-dh12p9 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .pistolo-hkx86i img,
  .pistolo-dh12p9 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.pistolo-9ibp9f {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .pistolo-9ibp9f {
    width: 32px;
    height: 32px;
  }
}

.pistolo-m8r1kz {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .pistolo-m8r1kz {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    user-select: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
    touch-action: pan-x;
  }

  .pistolo-m8r1kz::-webkit-scrollbar {
    display: none;
  }
}

.pistolo-m5nytj {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.pistolo-m5nytj:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.pistolo-pe3wbk {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .pistolo-pe3wbk {
    display: flex;
    opacity: 1;
  }
}

.pistolo-m5nytj picture {
  width: auto;
  height: 100%;
  display: block;
}

.pistolo-m5nytj picture img {
  display: block;
  width: auto;
  height: 100%;
}

.pistolo-4qa0b1 {
  margin: -24px 0;
}

.pistolo-4qa0b1:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .pistolo-4qa0b1 {
    margin: -16px 0;
  }
}

.pistolo-5rgal5 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .pistolo-5rgal5 {
    flex-direction: row;
  }
}

.pistolo-j9da0n {
  padding: 12px 12px 12px 50px;
  border-radius: 16px;
  background:
    url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTguMzk5OSAxNy42TDIzLjk5OTkgMjMuMiIgc3Ryb2tlPSIjOTk5OTk5IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgogIDxjaXJjbGUgY3g9IjExLjIiIGN5PSIxMS4yIiByPSI5LjQiIHN0cm9rZT0iIzk5OTk5OSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+")
      no-repeat 16px center,
    var(--Neutral-300);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  color: var(--Text-400);
}

@media (min-width: 768px) {
  .pistolo-j9da0n {
    flex: 1;
  }
}

.pistolo-j9da0n::placeholder {
  color: var(--Text-400);
}

.pistolo-f6xdtg {
  padding: 10px 15px;
  border-radius: 16px;
  border: 1px solid var(--Primary-200);
  background: var(--neutral-30060);
  backdrop-filter: blur(8px);
  display: flex;
  justify-content: center;
  gap: 8px;
  color: var(--Text-100);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}

.pistolo-ixobp9 {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.pistolo-ixobp9::-webkit-scrollbar {
  display: none;
}

.pistolo-s94lsh {
  border-radius: 16px;
  background-color: var(--neutral-30060);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  color: var(--Text-100);
  margin: 4px;
  text-align: center;
  padding: 7px 15.5px;
  border: 1px solid var(--Primary-200);
  flex-shrink: 0;
  cursor: pointer;
}

.pistolo-s94lsh img,
.pistolo-s94lsh svg {
  margin-right: 8px;
}

.pistolo-9wsycv {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.pistolo-4qa0b1 + .pistolo-uqbb72 {
  margin-top: 0;
}

@media (min-width: 768px) {
  .pistolo-4qa0b1 + .pistolo-uqbb72 {
    margin-top: -16px;
  }
}

.pistolo-7bknek {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.pistolo-7bknek > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.pistolo-7bknek > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.pistolo-mu7ppv {
  border-radius: 24px;
  border: 1px solid var(--border-color);

  background: var(--card-bg-color, radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--fh-bg-color) 0%,
    color-mix(in srgb, var(--menu-color) 50%, transparent)
  ));
  padding: 15px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.pistolo-sfga3f {
  color: var(--card-text-color, var(--text-color));
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.pistolo-0wqzr9 {
  color: var(--card-text-color, var(--text-color));
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.pistolo-7z1hyu {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.pistolo-dl5rcj {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.pistolo-mu7ppv button {
  border-radius: 16px;
  background: var(--button-bg-color);
  padding: 10px 15px;
  color: var(--button-text-color);
  text-align: center;
  font-feature-settings: "liga" off;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  flex: 1;
}

.pistolo-mu7ppv button svg {
  pointer-events: none;
  touch-action: none;
  display: inline-block;
  vertical-align: sub;
  margin-right: 6px;
  width: 20px;
  height: 20px;
  object-position: center;
  object-fit: contain;
}

@media screen and (min-width: 768px) {
  .pistolo-mu7ppv {
    padding: 39px 179px 39px 39px;
  }

  .pistolo-sfga3f {
    font-size: 40px;
    line-height: 48px;
  }

  .pistolo-dl5rcj {
    height: 348px;
  }

  .pistolo-mu7ppv button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .pistolo-mu7ppv button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .pistolo-mu7ppv {
    padding: 63px;
  }
}

.pistolo-iq9ih4 {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .pistolo-iq9ih4 {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.pistolo-86vnji {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .pistolo-86vnji {
    width: auto;
  }
}

.pistolo-dkd4mp {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  user-select: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
  touch-action: pan-x;
  margin-top: 4px;
}

.pistolo-dkd4mp::-webkit-scrollbar {
  display: none;
}

.pistolo-dkd4mp a {
  background-color: var(--Neutral-300);
  color: var(--Text-300);
  padding: 8px 16px;
  flex-shrink: 0;
  display: flex;
  white-space: nowrap;
  font-weight: 700;
  font-size: 16px;
  margin-right: 8px;
  border-radius: var(--M, 8px);
}

.pistolo-dkd4mp a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .pistolo-dkd4mp {
    margin-left: 16px;
    margin-top: 0;
  }
}

.pistolo-iq9ih4 .pistolo-u9gt0j {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.pistolo-we8dki,
    mask-image 0.3s;
}

.pistolo-iq9ih4 .pistolo-u9gt0j.pistolo-z59n68 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.pistolo-9wrphl {
  margin: 40px -16px;
}

.pistolo-2i6tbz + .pistolo-uuym1c,
.pistolo-2i6tbz + .pistolo-gx8m41 {
  margin-top: 24px;
}

.pistolo-k0lpwa {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.pistolo-k0lpwa picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.pistolo-ugkock {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .pistolo-ugkock {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .pistolo-ugkock {
    margin-top: 0;
  }
}

.pistolo-3kg9f9 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .pistolo-3kg9f9 {
    font-size: 24px;
    line-height: 32px;
  }
}

.pistolo-0qv6mh {
  max-width: 700px;
  padding: 18px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30080);
  backdrop-filter: blur(8px);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (min-width: 768px) {
  .pistolo-0qv6mh {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.pistolo-oyhmol {
  position: relative;
  z-index: 1;
  width: 100%;
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300) 0%,
    var(--neutral-30080) 49.52%
  );
  padding: 16px 16px;
}

@media (min-width: 1200px) {
  .pistolo-oyhmol {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.pistolo-8azyd7 {
  font-weight: 700;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  color: var(--Text-300);
  font-size: 18px;
  line-height: 26px;
  text-transform: capitalize;
}

@media (min-width: 1200px) {
  .pistolo-8azyd7 {
    font-size: 20px;
    line-height: 28px;
  }
}

.pistolo-55v57y {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .pistolo-55v57y {
    font-size: 32px;
    line-height: 40px;
  }
}

.pistolo-0wcvbg {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  display: flex;
  padding: 8px;
  align-items: center;
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.14);
  color: var(--Text-100);
  text-align: center;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
}

.pistolo-8ef19s {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.pistolo-8ef19s img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.pistolo-uqbb72 {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.pistolo-z1k90k {
  border-radius: 16px;
  background: var(--Primary-200);
  padding: 15px 24px;
  color: var(--Text-00);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}

@media (min-width: 768px) {
  .pistolo-z1k90k {
    padding: 15px 48px;
  }
}

main > .pistolo-uqbb72 {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .pistolo-ag8mek.pistolo-exk1om > div:nth-child(n+5) {
    display: none;
  }
}

.pistolo-ynpq1v p a img {
  display: block;
  margin: 0 auto;
}


.pistolo-0wa1y5 {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 350px;
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: 600;
  color: var(--button-text-color);
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
  text-decoration: none;
  background: var(--button-bg-color);
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  margin: 25px auto;
}

/* contanct form */
.pistolo-clse1b {
  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-clse1b label {
  font-size: 14px;
}

.pistolo-clse1b h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.pistolo-clse1b input,
.pistolo-clse1b textarea,
.pistolo-clse1b 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-clse1b button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.pistolo-k1imwc ease;
}
.pistolo-clse1b button:hover {
  background-color: var(--button-bg-hover);
}
.pistolo-fqzwc9 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.pistolo-gga3gx ease-in;
}

.pistolo-fqzwc9 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-imnq8u, .pistolo-7d5fqd, [class*="review-card"],
thead, thead th, table th, .pistolo-ogyqjz,
.pistolo-7hgymp, [class*="collapsible-header"],
.pistolo-7q756p, [class*="updated-block"] {
  color: #ece7dc !important;
}

/* brandauto-contrast-fix v4 */
header nav li a, header ul li a { color: var(--text-color) !important; }
