* {
  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;
  }
}

.fivegringos-fsbffu {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .fivegringos-fsbffu {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .fivegringos-fsbffu {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.fivegringos-eu96yr {
  overflow: hidden;
}

.fivegringos-0mz8wp img {
  background: var(--Neutral-300);
}

.fivegringos-rcg8we {
  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;
}

.fivegringos-fekp5k {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.fivegringos-fekp5k:hover {
  background: var(--button-bg-hover);
}

.fivegringos-mrb3jk {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.fivegringos-mrb3jk:hover {
  background: var(--button-bg-hover);
}

.fivegringos-zre8gt {
  font-size: 12px;
  line-height: 18px;
}

.fivegringos-wglzp8 {
  font-size: 18px;
  line-height: 26px;
}

.fivegringos-tqhum1 {
  width: 100%;
}

.fivegringos-odbcdk {
  padding: 6px 16px;
}

.fivegringos-jjjq58 {
  padding: 10px 16px;
}

.fivegringos-dqd1gt {
  padding: 15px 26px;
}

.fivegringos-ysnmny {
  flex-shrink: 0;
}

.fivegringos-5d8ptf {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.fivegringos-dfxa6c {
  display: none;
}

.fivegringos-217txy {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.fivegringos-1eqw62 {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.fivegringos-be5wm5 {
  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;
}

.fivegringos-6i6xf0 {
  cursor: grab;
}

.fivegringos-be5wm5::-webkit-scrollbar {
  display: none;
}

.fivegringos-ch4rjg {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.fivegringos-it0t7o {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.fivegringos-wmgzsz {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.fivegringos-wox2ud {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.fivegringos-44nbap {
  visibility: visible;
}

.fivegringos-s8q584 {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.fivegringos-af8301 ease;
}

.fivegringos-vflgk4 {
  background-color: var(--Primary-200);
  width: 16px;
}

.fivegringos-dtffp6 {
  -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.fivegringos-af8301,
    mask-image 0.3s;
}

.fivegringos-dtffp6.fivegringos-g7zq76 {
  -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;
  }
}

.fivegringos-1c53zm: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;
}

.fivegringos-7jbwo9 {
  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.fivegringos-5irbvv.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.fivegringos-5irbvv.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;
}

.fivegringos-tqh6j8 {
  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);
}

.fivegringos-tqh6j8::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%
  );
}

.fivegringos-su7vmm {
  position: relative;
  z-index: 1;
}

.fivegringos-7jcn2q {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.fivegringos-e9bjgi {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.fivegringos-vhxw0x {
  font-size: 40px;
  line-height: 48px;
}

.fivegringos-zsiipl {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.fivegringos-gu3l0q {
  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;
}

.fivegringos-gu3l0q:hover {
  background: var(--Primary-400);
}

.fivegringos-gu3l0q svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.fivegringos-1c53zm 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) {
  .fivegringos-tqh6j8 {
    max-width: 600px;
    padding: 64px;
  }

  .fivegringos-7jcn2q {
    font-size: 24px;
    line-height: 32px;
  }

  .fivegringos-e9bjgi {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .fivegringos-vhxw0x {
    font-size: 50px;
    line-height: 56px;
  }

  .fivegringos-zsiipl {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .fivegringos-7jbwo9 {
    top: 25px;
    right: 25px;
  }
}

.fivegringos-spxbz0,
.fivegringos-9jdnbk {
  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;
}

.fivegringos-cyt442.fivegringos-puwvh1::before,
.fivegringos-9jdnbk::before,
.fivegringos-li9rgp::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.fivegringos-5irbvv.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.fivegringos-s8gudp 14.fivegringos-ex7733.fivegringos-ri8eq8 14.fivegringos-17r1vm 15.fivegringos-a99y31 14.fivegringos-micnot 15.fivegringos-ev943g 14.fivegringos-ggylht.fivegringos-oxhmme 14.fivegringos-89zvl7 19.fivegringos-s48go7 12.fivegringos-v8n9cr 19.fivegringos-s48go7 10.fivegringos-oq5gi2.fivegringos-s48go7 8.fivegringos-fmdinx 17.fivegringos-dwe9n5 7.fivegringos-akhqd8 15.fivegringos-zfy8rm 7.fivegringos-425rzb.fivegringos-ctmjpw 7.fivegringos-akhqd8 11.fivegringos-9gzzup 8.fivegringos-fmdinx 11.fivegringos-9gzzup 10.fivegringos-sdzu8r.fivegringos-9gzzup 12.fivegringos-gnmhaa 13.fivegringos-ls0eu9 14.fivegringos-0iem3a 15.fivegringos-dv1ins 14.fivegringos-c6ub40.fivegringos-kql8fx 14.fivegringos-9ach12 15.fivegringos-z0c1l7 14.fivegringos-mfwolq 15.fivegringos-13xz5o 14.fivegringos-yelarp.fivegringos-s8gudp 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.fivegringos-4adfu5 15.fivegringos-36o4ew.fivegringos-wdohw7 15.fivegringos-8frv71 15.fivegringos-f8tqkr 15.fivegringos-xiju3t 15.fivegringos-8pstkr 15.fivegringos-enmsp9.fivegringos-04ramd 15.fivegringos-xiju3t 15.fivegringos-qtbdea 15.fivegringos-91de05 15.fivegringos-hufyks 15.fivegringos-ef4lai.fivegringos-q3teol 15.fivegringos-jlc74t 7.fivegringos-a8eatc 18.fivegringos-nsrkfe 7.fivegringos-hi1son 23.fivegringos-i2z9tm.fivegringos-8fi0e2.fivegringos-trer6w 18.fivegringos-2krssw 19.fivegringos-tt2mcs 15.fivegringos-i55b6a 15.fivegringos-4adfu5 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.fivegringos-u7wmxd [type="submit"] *,
.fivegringos-6iv3lo button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .fivegringos-y22ivi {
    display: none;
  }
}

.fivegringos-4o1sm2 {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .fivegringos-4o1sm2 {
  display: none;
}

@media (min-width: 768px) {
  .fivegringos-4o1sm2 {
    bottom: 22px;
  }
}

.fivegringos-4o1sm2 input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .fivegringos-4o1sm2 {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.fivegringos-nopxz5.static) .fivegringos-4o1sm2 {
    bottom: 8px;
  }
}

.fivegringos-5t7scb {
  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.fivegringos-5irbvv.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.fivegringos-6p8o5x 3.fivegringos-wrf1rw.fivegringos-ges1hy.fivegringos-zvi9id 3.fivegringos-i1o81y 3.fivegringos-721ffa 5.fivegringos-yuh7m2 3.fivegringos-721ffa 8.fivegringos-vcjlcv.fivegringos-xs51u4.fivegringos-721ffa 26.fivegringos-ubrzod 5.fivegringos-mbg2kc 28.fivegringos-nspwgs 8.fivegringos-zrk37u 28.fivegringos-wk75z3.fivegringos-zrp08n 28.fivegringos-voohyj.fivegringos-wce90w 34.fivegringos-p4zgl1.fivegringos-zlt0du 36.fivegringos-clsj4z 11.fivegringos-ahialm 37.fivegringos-fcxn4z 12.fivegringos-3h7y1z 36.fivegringos-n8a9ya.fivegringos-cx08hr 28.fivegringos-tbwr38.fivegringos-6a3umz.fivegringos-pzfytg 28.fivegringos-d7i0er 36.fivegringos-07n75h 26.fivegringos-56h1gu 36.fivegringos-07n75h 23.fivegringos-tqhby1.fivegringos-czcx33.fivegringos-07n75h 5.fivegringos-xw6v33 34.fivegringos-4omxt7 3.fivegringos-i1o81y 31.fivegringos-6p8o5x 3.fivegringos-s9xejx.fivegringos-zox40q 18.fivegringos-9507lv.fivegringos-6p54zz 18.fivegringos-t579z2 8.fivegringos-wi0l92 17.fivegringos-k1yiu6 8.fivegringos-wi0l92 15.fivegringos-r1uz92.fivegringos-wi0l92 14.fivegringos-c85o0c 9.fivegringos-6p54zz 13.fivegringos-3d2521 11.fivegringos-zox40q 13.fivegringos-9l3x9c.fivegringos-gbalhu 13.fivegringos-3d2521 13.fivegringos-yxchgf 14.fivegringos-c85o0c 13.fivegringos-yxchgf 15.fivegringos-83pxk3.fivegringos-yxchgf 17.fivegringos-k1yiu6 12.fivegringos-gbalhu 18.fivegringos-t579z2 11.fivegringos-zox40q 18.fivegringos-1htk13.fivegringos-u5ylk5 18.fivegringos-3fd1vj.fivegringos-gebbfa 18.fivegringos-t579z2 17.fivegringos-sdjb4y 17.fivegringos-k1yiu6 17.fivegringos-sdjb4y 15.fivegringos-nttsbr.fivegringos-sdjb4y 14.fivegringos-c85o0c 18.fivegringos-gebbfa 13.fivegringos-3d2521 20.fivegringos-u5ylk5 13.fivegringos-flcm5i.fivegringos-2zm8vf 13.fivegringos-3d2521 22.fivegringos-cy0ump 14.fivegringos-c85o0c 22.fivegringos-cy0ump 15.fivegringos-xv3sy2.fivegringos-vuty7u 17.fivegringos-k1yiu6 21.fivegringos-2zm8vf 18.fivegringos-t579z2 20.fivegringos-u5ylk5 18.fivegringos-86vpv8.fivegringos-b9lxsp 18.fivegringos-fckhie.fivegringos-86q30g 18.fivegringos-t579z2 26.fivegringos-37t7c3 17.fivegringos-k1yiu6 26.fivegringos-37t7c3 15.fivegringos-5wgvkq.fivegringos-37t7c3 14.fivegringos-c85o0c 27.fivegringos-86q30g 13.fivegringos-3d2521 28.fivegringos-b9lxsp 13.fivegringos-2pbh36.fivegringos-bndl5l 13.fivegringos-3d2521 31.fivegringos-y1osdp 14.fivegringos-c85o0c 31.fivegringos-y1osdp 15.fivegringos-opns3q.fivegringos-37t7c3 17.fivegringos-k1yiu6 30.fivegringos-bndl5l 18.fivegringos-t579z2 28.fivegringos-b9lxsp 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"])
    .fivegringos-5t7scb {
    display: none;
  }
}

.fivegringos-ob9jse {
  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) {
  .fivegringos-ob9jse {
    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;
}

.fivegringos-6iv3lo {
  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) {
  .fivegringos-6iv3lo {
    padding: 14px 16px;
  }
}

.fivegringos-6iv3lo button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.fivegringos-6iv3lo button:first-child {
  align-content: end;
}

.fivegringos-6iv3lo button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .fivegringos-6iv3lo
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .fivegringos-6iv3lo
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.fivegringos-6iv3lo button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.fivegringos-6iv3lo button:last-child svg {
  width: 38px;
  height: 38px;
}

.fivegringos-li9rgp {
  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;
}

.fivegringos-li9rgp::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .fivegringos-li9rgp,
.pc61d126-chatbot[data-active-screen="3"]
  .fivegringos-li9rgp {
  opacity: 1;
  visibility: visible;
}

.fivegringos-nkv5xu {
  flex: 1 1;
}

.fivegringos-8x14wg {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .fivegringos-8x14wg {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .fivegringos-iy6cdo {
  display: block;
}

.fivegringos-bn9v1q {
  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) {
  .fivegringos-bn9v1q {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.fivegringos-9jdnbk {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.fivegringos-9jdnbk::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.fivegringos-4ptn87 span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.fivegringos-4ptn87 p {
  color: var(--Text-100);
}

.fivegringos-9jdnbk .fivegringos-ryd9s2 {
  grid-area: button;
}

.fivegringos-9jdnbk .fivegringos-ryd9s2::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.fivegringos-5irbvv.org/2000/svg'%3E%3Cpath d='M4.fivegringos-8ck7b6 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.fivegringos-d1fjut 15L16.fivegringos-d1fjut 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.fivegringos-d1fjut 5L16.fivegringos-d1fjut 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .fivegringos-x09dqd {
  display: block;
}

.fivegringos-qm21i4 {
  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) {
  .fivegringos-qm21i4 {
    margin-top: 40px;
  }
}

.fivegringos-spxbz0 label,
.fivegringos-spxbz0 input {
  display: block;
  width: 100%;
}

.fivegringos-spxbz0 label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.fivegringos-spxbz0 label.fivegringos-6diids input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.fivegringos-spxbz0 label.fivegringos-6diids::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;
}

.fivegringos-spxbz0 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;
}

.fivegringos-spxbz0 input::placeholder {
  color: var(--Text-400);
}

.fivegringos-04fwel {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .fivegringos-04fwel {
  display: flex;
}

.fivegringos-04fwel ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .fivegringos-04fwel ol {
    height: 420px;
    padding: 24px;
  }
}

.fivegringos-04fwel ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.fivegringos-u7wmxd {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .fivegringos-u7wmxd {
    padding: 0 24px 24px;
  }
}

.fivegringos-u7wmxd 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;
}

.fivegringos-u7wmxd input::placeholder {
  color: var(--Text-400);
}

.fivegringos-u7wmxd [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.fivegringos-u7wmxd [type="submit"]:disabled {
  opacity: 0.5;
}

.fivegringos-u7wmxd [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .fivegringos-u7wmxd [type="submit"] {
    right: 40px;
  }
}

.fivegringos-cyt442 {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.fivegringos-cyt442.fivegringos-puwvh1 {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.fivegringos-cyt442.fivegringos-puwvh1::before {
  content: "";
  width: 31px;
}

.fivegringos-cyt442.fivegringos-puwvh1 p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.fivegringos-cyt442.fivegringos-k5p2hx p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.fivegringos-cyt442 p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.fivegringos-4o1sm2 .fivegringos-ryd9s2 {
  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;
  }
}

.fivegringos-y22ivi {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .fivegringos-y22ivi {
    padding: 14px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .fivegringos-y22ivi {
    padding: 15px 0;
  }
}

.fivegringos-y22ivi .fivegringos-fsbffu {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .fivegringos-y22ivi .fivegringos-fsbffu {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.fivegringos-jxtpoe {
  display: block;
  width: 100%;
  max-width: 144px;
  height: 36px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .fivegringos-jxtpoe {
    max-width: 180px;
    height: 47px;
  }
}

.fivegringos-jxtpoe picture,
.fivegringos-jxtpoe img {
  display: block;
  width: 100%;
  height: 100%;
}

.fivegringos-jxtpoe img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .fivegringos-5oosyp {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.fivegringos-af8301 ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .fivegringos-y22ivi.fivegringos-yjuu9y .fivegringos-5oosyp {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .fivegringos-5oosyp {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .fivegringos-5oosyp {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.fivegringos-fje7yb,
.fivegringos-tt4fec {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .fivegringos-fje7yb,
  .fivegringos-tt4fec {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .fivegringos-tt4fec {
    display: none;
  }
}

.fivegringos-i8ruh0 {
  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;
}

.fivegringos-yjuu9y .fivegringos-i8ruh0 {
  background: var(--fh-bg-color);
}

.fivegringos-i8ruh0 button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .fivegringos-i8ruh0 {
    display: none;
  }
}

.fivegringos-jbuzb2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .fivegringos-jbuzb2 {
    display: none;
  }
}

.fivegringos-7jxl20 {
  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;
}

.fivegringos-y22ivi.fivegringos-yjuu9y .fivegringos-7jxl20:first-child {
  display: none;
}

.fivegringos-y22ivi.fivegringos-yjuu9y .fivegringos-7jxl20:last-child {
  display: block;
}

.fivegringos-7jxl20:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .fivegringos-7jxl20 {
    display: none;
  }
}

.fivegringos-jo9yie {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .fivegringos-jo9yie {
    display: flex;
  }
}

.fivegringos-jo9yie ul {
  max-height: 350px;
  overflow-y: auto;
}

.fivegringos-jo9yie:hover ul {
  visibility: visible;
  opacity: 1;
}

.fivegringos-jo9yie:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.fivegringos-jo9yie:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.fivegringos-jo9yie:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.fivegringos-jo9yie:hover .fivegringos-jym5q7 svg {
  transform: rotate(180deg);
}

.fivegringos-blgrhj {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.fivegringos-wzxp2x {
  padding: 0 8px;
}

.fivegringos-su1wm9 {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.fivegringos-su1wm9:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .fivegringos-su1wm9 {
    padding: 4px 8px;
  }
}

.fivegringos-80vuav {
  display: flex;
}

.fivegringos-80vuav img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.fivegringos-jym5q7 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.fivegringos-jym5q7 svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.fivegringos-thljsq {
  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) {
  .fivegringos-thljsq {
    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;
  }
}

.fivegringos-frz2qr {
  width: 100%;
}

@media (min-width: 1200px) {
  .fivegringos-frz2qr {
    display: none;
  }
}

.fivegringos-696o9q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.fivegringos-an52o0 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.fivegringos-wujh2c {
  display: flex;
}

.fivegringos-5hqf4x {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.fivegringos-21gqbv {
  list-style: none;
}

@media (max-width: 1199px) {
  .fivegringos-21gqbv {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .fivegringos-21gqbv {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .fivegringos-21gqbv .fivegringos-c47c58 [data-ref-el],
  .fivegringos-21gqbv .fivegringos-c47c58 span,
  .fivegringos-21gqbv .fivegringos-c47c58 a {
    white-space: nowrap;
  }
}

.fivegringos-m1nbn5 {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .fivegringos-m1nbn5.fivegringos-phfsqq > .fivegringos-c47c58 {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .fivegringos-m1nbn5.fivegringos-dnxenl:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .fivegringos-m1nbn5.fivegringos-phfsqq > .fivegringos-jv0vzv {
    height: auto;
  }

  .fivegringos-m1nbn5.fivegringos-phfsqq > div > .fivegringos-8r900j {
    transform: rotate(180deg);
  }
}

.fivegringos-m1nbn5 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.fivegringos-m1nbn5 [data-ref-el],
.fivegringos-m1nbn5 span {
  cursor: pointer;
}

.fivegringos-m1nbn5 [data-ref-el],
.fivegringos-m1nbn5 span,
.fivegringos-m1nbn5 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) {
  .fivegringos-m1nbn5 [data-ref-el],
  .fivegringos-m1nbn5 span,
  .fivegringos-m1nbn5 a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .fivegringos-m1nbn5 [data-ref-el],
  .fivegringos-m1nbn5 span,
  .fivegringos-m1nbn5 a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.fivegringos-jv0vzv {
  height: 0;
  overflow: hidden;
  transition: height 0.fivegringos-af8301 ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.fivegringos-jv0vzv::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.fivegringos-jv0vzv::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.fivegringos-jv0vzv::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .fivegringos-jv0vzv {
    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;
  }

  .fivegringos-jv0vzv:has(> .fivegringos-m1nbn5.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .fivegringos-jv0vzv .fivegringos-jv0vzv {
    padding: 0;
  }

  .fivegringos-jv0vzv .fivegringos-m1nbn5 {
    font-weight: 400;
  }

  .fivegringos-jv0vzv .fivegringos-m1nbn5:hover > .fivegringos-c47c58 {
    background: var(--Neutral-300);
  }

  .fivegringos-jv0vzv .fivegringos-8r900j {
    rotate: -90deg;
  }
}

.fivegringos-c47c58 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .fivegringos-c47c58 {
    padding: 8px;
  }

  .fivegringos-m1nbn5.fivegringos-q6k4wa > .fivegringos-c47c58 {
    background: var(--Neutral-300);
  }
}

.fivegringos-8r900j {
  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.fivegringos-5irbvv.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.fivegringos-tmfiib 0.fivegringos-wruf0m.fivegringos-3qojhs -0.fivegringos-b2vr7d 0.fivegringos-dzh96y -0.fivegringos-b2vr7d 1.fivegringos-cw3h9x 0.fivegringos-aglsl1.fivegringos-loqi90 4.fivegringos-aur8ga.fivegringos-tmfiib 0.fivegringos-bjg550.fivegringos-zewvr7 -0.fivegringos-b2vr7d 9.fivegringos-1lpwap -0.fivegringos-b2vr7d 10.fivegringos-rp5rm9 0.fivegringos-7q4y5m.fivegringos-f7fcld 0.fivegringos-3qojhs 10.fivegringos-f7fcld 0.fivegringos-dzh96y 10.fivegringos-rp5rm9 1.fivegringos-8cfoig.fivegringos-a2usnj 5.fivegringos-kuulpx.fivegringos-j1e049 6.fivegringos-sv16r9 5.fivegringos-olc8pe 6.fivegringos-sv16r9 4.fivegringos-ef76qd 5.fivegringos-uvtdse.fivegringos-tmfiib 1.fivegringos-tfdsm5.fivegringos-b2vr7d 0.fivegringos-dzh96y -0.fivegringos-b2vr7d 0.fivegringos-3qojhs 0.fivegringos-tmfiib 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.fivegringos-af8301 ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .fivegringos-8r900j {
    cursor: default;
  }
}

.fivegringos-7wq9u5 {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.fivegringos-6731c4 {
  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) {
  .fivegringos-6731c4 {
    padding: 40px 4px;
  }
}

.fivegringos-pdkc4y {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .fivegringos-pdkc4y {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.fivegringos-3mdk2r {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .fivegringos-3mdk2r {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.fivegringos-3mdk2r ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.fivegringos-3mdk2r [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.fivegringos-3mdk2r [data-ref-el],
.fivegringos-3mdk2r span,
.fivegringos-3mdk2r a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--footer-text-color);
}

.fivegringos-jb5cld {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .fivegringos-jb5cld {
    margin-bottom: 12px;
  }
}

.fivegringos-hvr7yh {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.fivegringos-hvr7yh img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .fivegringos-hvr7yh:last-child {
    margin-right: 0;
  }
}

.fivegringos-tix9qj {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.fivegringos-jb5cld:hover .fivegringos-kqaq4s {
  visibility: visible;
  opacity: 1;
}

.fivegringos-kqaq4s {
  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);
}

.fivegringos-wyzhkz {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.fivegringos-0zgpxr {
  display: flex;
  margin: 6px;
}

.fivegringos-0zgpxr img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.fivegringos-kqaq4s::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);
}

.fivegringos-kqaq4s::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);
}

.fivegringos-lsmdch {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .fivegringos-lsmdch {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.fivegringos-o21f59 {
  font-size: 14px;
  line-height: 20px;
  color: var(--footer-text-color);
}

@media (min-width: 1200px) {
  .fivegringos-o21f59 {
    margin-right: 32px;
  }
}

.fivegringos-jrgtpx {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .fivegringos-jrgtpx {
    margin-top: 0;
    width: 340px;
  }
}

.fivegringos-jrgtpx a {
  line-height: 19px;
  color: var(--footer-text-color);
  border-bottom: 1px solid var(--Primary-100);
}

.fivegringos-ztg61f {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.fivegringos-jjka5u {
  position: relative;
}

@media (min-width: 768px) {
  .fivegringos-jjka5u {
    margin-top: 40px;
  }
}

.fivegringos-jjka5u + .fivegringos-u5eble,
.fivegringos-jjka5u + .fivegringos-jjka5u {
  margin-top: 24px;
}

.fivegringos-hna3xv {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .fivegringos-hna3xv {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .fivegringos-hna3xv {
    padding: 80px;
  }
}

.fivegringos-cwshob {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .fivegringos-cwshob {
    padding: 0 16px;
}


}

.fivegringos-olk8ct {
  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) {
  .fivegringos-olk8ct {
    font-size: 48px;
    line-height: 56px;
  }
}

.fivegringos-sbsn7b {
  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) {
  .fivegringos-sbsn7b {
    font-size: 24px;
    line-height: 32px;
  }
}

.fivegringos-n38ut4 {
  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;
}

.fivegringos-n38ut4:hover {
  background: var(--button-bg-hover);
}

.fivegringos-d2u8dk {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.fivegringos-d2u8dk img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .fivegringos-d2u8dk img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .fivegringos-d2u8dk img {
  min-height: 100%;
  }
}

.fivegringos-hna3xv::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.fivegringos-yt4v21 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.fivegringos-yt4v21 h1,
.fivegringos-yt4v21 h2,
.fivegringos-yt4v21 h3,
.fivegringos-yt4v21 h4 {
  margin-bottom: 6px;
}

.fivegringos-yt4v21 h1:not(:first-child),
.fivegringos-yt4v21 h2:not(:first-child),
.fivegringos-yt4v21 h3:not(:first-child),
.fivegringos-yt4v21 h4:not(:first-child) {
  margin-top: 16px;
}

.fivegringos-yt4v21 h1,
.fivegringos-yt4v21 h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .fivegringos-yt4v21 h1,
  .fivegringos-yt4v21 h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.fivegringos-yt4v21 h2,
.fivegringos-yt4v21 h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .fivegringos-yt4v21 h2,
  .fivegringos-yt4v21 h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.fivegringos-yt4v21 h3,
.fivegringos-yt4v21 h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .fivegringos-yt4v21 h3,
  .fivegringos-yt4v21 h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.fivegringos-yt4v21 h4,
.fivegringos-yt4v21 h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.fivegringos-yt4v21 ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.fivegringos-yt4v21 ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.fivegringos-yt4v21 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);
}

.fivegringos-yt4v21 ul ul {
  margin-bottom: 8px;
}

.fivegringos-yt4v21 ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.fivegringos-yt4v21 ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.fivegringos-yt4v21 ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.fivegringos-yt4v21 ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.fivegringos-yt4v21 ol li::marker {
  font-weight: 700;
}

.fivegringos-yt4v21 ol ol {
  margin-bottom: 8px;
}

.fivegringos-yt4v21 ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.fivegringos-yt4v21 ol ul li {
  padding-left: 16px;
}

.fivegringos-yt4v21 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) {
  .fivegringos-yt4v21 table {
    padding: 24px;
  }
}

.fivegringos-yt4v21 table.fivegringos-88jdbr {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.fivegringos-af8301,
    mask-image 0.3s;
}

.fivegringos-yt4v21 table.fivegringos-88jdbr.fivegringos-g7zq76 {
  -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) {
  .fivegringos-yt4v21 table {
    display: table;
  }
}

.fivegringos-yt4v21 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);
}

.fivegringos-yt4v21 table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.fivegringos-yt4v21 table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.fivegringos-yt4v21 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) {
  .fivegringos-yt4v21 table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.fivegringos-yt4v21 table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.fivegringos-yt4v21 table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.fivegringos-yt4v21 table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.fivegringos-yt4v21 img {
  max-width: 100%;
  height: auto;
}

.fivegringos-4qivs9 {
  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) {
  .fivegringos-4qivs9 {
    padding: 24px;
  }
}

.fivegringos-wqmmsh {
  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) {
  .fivegringos-wqmmsh {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.fivegringos-wqmmsh > * {
  margin: 0 !important;
}

.fivegringos-wqmmsh img,
.fivegringos-z85jdi {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .fivegringos-wqmmsh img,
  .fivegringos-z85jdi {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.fivegringos-84fafu {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .fivegringos-84fafu {
    width: 32px;
    height: 32px;
  }
}

.fivegringos-23phpz {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.fivegringos-23phpz .fivegringos-k9k8w9 {
  flex-shrink: 0;
}

.fivegringos-23phpz .fivegringos-ncehbh svg {
  display: none;
}

.fivegringos-r6ikm8 {
  display: grid;
  transition: max-height 0.fivegringos-af8301 ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .fivegringos-r6ikm8 {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .fivegringos-r6ikm8 {
    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));
  }
}

.fivegringos-r6ikm8.fivegringos-5ho735 + .fivegringos-k9k8w9 svg {
  transform: rotate(180deg);
}

.fivegringos-ud9pbx {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.fivegringos-ud9pbx > div:nth-child(3n) {
  grid-column: span 2;
}

.fivegringos-ud9pbx
  > div:nth-child(3n)
  .fivegringos-4jh87w
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .fivegringos-ud9pbx {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .fivegringos-ud9pbx > div:nth-child(3n) {
    grid-column: unset;
  }

  .fivegringos-ud9pbx
    > div:nth-child(3n)
    .fivegringos-4jh87w
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .fivegringos-ud9pbx {
    max-width: 270px;
  }
}

.fivegringos-ud9pbx .fivegringos-4jh87w button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .fivegringos-ud9pbx .fivegringos-4jh87w button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .fivegringos-ud9pbx .fivegringos-4jh87w button {
    max-width: 104px;
  }
}

.fivegringos-qb8x0y {
  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) {
  .fivegringos-qb8x0y {
    margin-bottom: 0;
  }
}

.fivegringos-fyiqak {
  display: none;
  opacity: 0;
}

.fivegringos-w5ku2c {
  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;
  }
}

.fivegringos-w5ku2c img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.fivegringos-4jh87w {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.fivegringos-4jh87w button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .fivegringos-4jh87w
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .fivegringos-4jh87w
    button {
    max-width: 145px;
  }
}

.fivegringos-3nzs34:first-child
  .fivegringos-4jh87w
  button {
  max-width: 270px;
}

.fivegringos-mld5lq {
  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%;
}

.fivegringos-qb8x0y picture {
  width: 100%;
  max-width: 100%;
}

.fivegringos-v1i6kf {
  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;
}

.fivegringos-v1i6kf svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.fivegringos-qb8x0y:hover .fivegringos-v1i6kf {
  display: flex;
}

.fivegringos-23xvhe {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.fivegringos-fnysgl {
  display: flex;
}

.fivegringos-fnysgl:hover .fivegringos-3864p9,
.fivegringos-fnysgl .fivegringos-q6k4wa .fivegringos-3864p9 {
  display: flex;
}

.fivegringos-fnysgl svg {
  flex-shrink: 0;
}

.fivegringos-3864p9 {
  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) {
  .fivegringos-3864p9 {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.fivegringos-3864p9:hover {
  display: flex;
}

.fivegringos-3864p9 svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.fivegringos-irfsi7 {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .fivegringos-irfsi7 {
    font-size: 12px;
  }
}

.fivegringos-2fdhmb,
.fivegringos-mpu5hx {
  width: 50%;
  flex-shrink: 0;
}

.fivegringos-2fdhmb {
  font-weight: 700;
}

.fivegringos-xei2ej .fivegringos-r6ikm8 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .fivegringos-xei2ej .fivegringos-r6ikm8 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .fivegringos-xei2ej .fivegringos-r6ikm8 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.fivegringos-xei2ej
  .fivegringos-mld5lq:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.fivegringos-xei2ej .fivegringos-w5ku2c {
  height: 100% !important;
  border-radius: 16px;
}

.fivegringos-xei2ej .fivegringos-4jh87w {
  gap: 4px;
  align-items: center;
}

.fivegringos-xei2ej .fivegringos-4jh87w button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fivegringos-xei2ej .fivegringos-4jh87w svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.fivegringos-xei2ej .fivegringos-ozf13o,
.fivegringos-xei2ej .fivegringos-jccpug {
  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.fivegringos-5irbvv.org/2000/svg'%3E%3Cpath d='M9.fivegringos-33l1xx 4.fivegringos-3xamu7.fivegringos-c5z1wy 5.fivegringos-rv1ed4.fivegringos-n98c4b 5.fivegringos-8v2rxv.fivegringos-sg9u23 5.fivegringos-2o5wcl.fivegringos-v4s39i 8.fivegringos-wa47qd.fivegringos-k5crex 9.fivegringos-2zd58l.fivegringos-z5bv1n 9.fivegringos-tm4z1w.fivegringos-4h6zv3 13.fivegringos-nbu7aq.fivegringos-qnh9ay 11.fivegringos-99qjpb.fivegringos-1qfeu9 11.fivegringos-7t6npm.fivegringos-g3v0no 11.fivegringos-udo5de.fivegringos-ush8dr 13.fivegringos-xnb6sj.fivegringos-gqhwc7 9.fivegringos-g8bgaq.fivegringos-wdrptd 9.fivegringos-ynp4h1.fivegringos-d02eug 8.fivegringos-dowkuo.fivegringos-px7bsl 5.fivegringos-9rzi13.fivegringos-6i79i6 5.fivegringos-fmenou.fivegringos-4kip5p 5.fivegringos-8jwzs3.fivegringos-kyfha1 4.fivegringos-13piku.fivegringos-1qfeu9 1.fivegringos-mlg0h3.fivegringos-33l1xx 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.fivegringos-xei2ej .fivegringos-ozf13o {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.fivegringos-xei2ej .fivegringos-jccpug {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.fivegringos-rwj1to {
  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) {
  .fivegringos-rwj1to {
    padding: 24px;
  }
}

.fivegringos-rwj1to .fivegringos-k9k8w9 {
  display: flex;
}

@media (min-width: 768px) {
  .fivegringos-rwj1to .fivegringos-k9k8w9 {
    display: none;
  }
}

.fivegringos-rwj1to .fivegringos-ncehbh svg {
  display: none;
}

.fivegringos-4kkr7y {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.fivegringos-4kkr7y .fivegringos-rcg8we {
  display: none;
}

@media (min-width: 768px) {
  .fivegringos-4kkr7y .fivegringos-rcg8we {
    display: flex;
  }
}

.fivegringos-dkny00 {
  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) {
  .fivegringos-dkny00 {
    font-size: 40px;
    line-height: 48px;
  }
}

.fivegringos-dkny00 > * {
  margin: 0 !important;
}

.fivegringos-dkny00 img,
.fivegringos-8aoohr {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .fivegringos-dkny00 img,
  .fivegringos-8aoohr {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.fivegringos-lo6v6d {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .fivegringos-lo6v6d {
    width: 32px;
    height: 32px;
  }
}

.fivegringos-vaah13 {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .fivegringos-vaah13 {
    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;
  }

  .fivegringos-vaah13::-webkit-scrollbar {
    display: none;
  }
}

.fivegringos-7y4xr3 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .fivegringos-7y4xr3 {
    padding: 7px 15px;
  }
}

.fivegringos-7y4xr3:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.fivegringos-gogq11 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .fivegringos-gogq11 {
    display: flex;
    opacity: 1;
  }
}

.fivegringos-7y4xr3 picture {
  height: 100%;
  display: block;
}

.fivegringos-7y4xr3 img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .fivegringos-7y4xr3 img {
    width: 88px;
    height: 44px;
  }
}

.fivegringos-7y4xr3 p {
  text-align: center;
  width: 100%;
}

.fivegringos-1o1o59 {
  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) {
  .fivegringos-1o1o59 {
    font-size: 40px;
    line-height: 48px;
  }
}

.fivegringos-1o1o59 img,
.fivegringos-g1o31i {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .fivegringos-1o1o59 img,
  .fivegringos-g1o31i {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.fivegringos-4neoj8 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .fivegringos-4neoj8 {
    width: 32px;
    height: 32px;
  }
}

.fivegringos-u6w3n7 {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.fivegringos-39k417 {
  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;
}

.fivegringos-03atd7 {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.fivegringos-03atd7.fivegringos-q6k4wa {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.fivegringos-hke5r1 {
  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) {
  .fivegringos-hke5r1 {
    font-size: 20px;
    line-height: 28px;
  }
}

.fivegringos-kzz7hk {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--card-text-color, var(--text-color));
}

.fivegringos-ap1dcm {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.fivegringos-af8301 ease;
  opacity: 0;
  color: var(--card-text-color, var(--text-color));
}

.fivegringos-d33lq2 {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.fivegringos-d33lq2 ol,
.fivegringos-d33lq2 ul {
  padding-left: 1.3em;
}

.fivegringos-03atd7.fivegringos-q6k4wa .fivegringos-ap1dcm {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.fivegringos-03atd7.fivegringos-q6k4wa .fivegringos-kzz7hk {
  transform: rotate(180deg);
  color: var(--card-text-color, var(--text-color));
}

.fivegringos-q76s59 {
  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) {
  .fivegringos-q76s59 {
    padding: 24px;
  }
}

.fivegringos-q76s59 .fivegringos-k9k8w9 {
  display: flex;
}

@media (min-width: 768px) {
  .fivegringos-q76s59 .fivegringos-k9k8w9 {
    display: none;
  }
}

.fivegringos-q76s59 .fivegringos-ncehbh svg {
  display: none;
}

.fivegringos-1eabdt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fivegringos-1eabdt .fivegringos-rcg8we {
  display: none;
}

@media (min-width: 768px) {
  .fivegringos-1eabdt .fivegringos-rcg8we {
    display: flex;
  }
}

.fivegringos-oqeick {
  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) {
  .fivegringos-oqeick {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.fivegringos-oqeick > * {
  margin: 0 !important;
}

.fivegringos-oqeick img,
.fivegringos-t76cf0 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .fivegringos-oqeick img,
  .fivegringos-t76cf0 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.fivegringos-21q41w {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .fivegringos-21q41w {
    width: 32px;
    height: 32px;
  }
}

.fivegringos-moy2tu {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .fivegringos-moy2tu {
    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;
  }

  .fivegringos-moy2tu::-webkit-scrollbar {
    display: none;
  }
}

.fivegringos-9n39xp {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.fivegringos-9n39xp:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.fivegringos-98jeer {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .fivegringos-98jeer {
    display: flex;
    opacity: 1;
  }
}

.fivegringos-9n39xp picture {
  width: auto;
  height: 100%;
  display: block;
}

.fivegringos-9n39xp picture img {
  display: block;
  width: auto;
  height: 100%;
}

.fivegringos-65r9zi {
  margin: -24px 0;
}

.fivegringos-65r9zi:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .fivegringos-65r9zi {
    margin: -16px 0;
  }
}

.fivegringos-y593cp {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .fivegringos-y593cp {
    flex-direction: row;
  }
}

.fivegringos-up9l79 {
  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) {
  .fivegringos-up9l79 {
    flex: 1;
  }
}

.fivegringos-up9l79::placeholder {
  color: var(--Text-400);
}

.fivegringos-zfw7dl {
  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;
}

.fivegringos-ayxmrn {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.fivegringos-ayxmrn::-webkit-scrollbar {
  display: none;
}

.fivegringos-6ukmiw {
  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;
}

.fivegringos-6ukmiw img,
.fivegringos-6ukmiw svg {
  margin-right: 8px;
}

.fivegringos-7pf2yu {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.fivegringos-65r9zi + .fivegringos-jkegyd {
  margin-top: 0;
}

@media (min-width: 768px) {
  .fivegringos-65r9zi + .fivegringos-jkegyd {
    margin-top: -16px;
  }
}

.fivegringos-9ou4hz {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.fivegringos-9ou4hz > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.fivegringos-9ou4hz > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.fivegringos-5jfz2n {
  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;
}

.fivegringos-14acqr {
  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;
}

.fivegringos-3hdzbs {
  color: var(--card-text-color, var(--text-color));
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.fivegringos-zvouh3 {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.fivegringos-ulc1wy {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.fivegringos-5jfz2n 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;
}

.fivegringos-5jfz2n 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) {
  .fivegringos-5jfz2n {
    padding: 39px 179px 39px 39px;
  }

  .fivegringos-14acqr {
    font-size: 40px;
    line-height: 48px;
  }

  .fivegringos-ulc1wy {
    height: 348px;
  }

  .fivegringos-5jfz2n button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .fivegringos-5jfz2n button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .fivegringos-5jfz2n {
    padding: 63px;
  }
}

.fivegringos-v05pqi {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .fivegringos-v05pqi {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.fivegringos-3i53wn {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .fivegringos-3i53wn {
    width: auto;
  }
}

.fivegringos-u766r3 {
  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;
}

.fivegringos-u766r3::-webkit-scrollbar {
  display: none;
}

.fivegringos-u766r3 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);
}

.fivegringos-u766r3 a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .fivegringos-u766r3 {
    margin-left: 16px;
    margin-top: 0;
  }
}

.fivegringos-v05pqi .fivegringos-ufvsat {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.fivegringos-af8301,
    mask-image 0.3s;
}

.fivegringos-v05pqi .fivegringos-ufvsat.fivegringos-g7zq76 {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.fivegringos-qllcoj {
  margin: 40px -16px;
}

.fivegringos-hm3o3q + .fivegringos-u5eble,
.fivegringos-hm3o3q + .fivegringos-jjka5u {
  margin-top: 24px;
}

.fivegringos-q05jao {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.fivegringos-q05jao picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.fivegringos-x9f74z {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .fivegringos-x9f74z {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .fivegringos-x9f74z {
    margin-top: 0;
  }
}

.fivegringos-8t6rxc {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .fivegringos-8t6rxc {
    font-size: 24px;
    line-height: 32px;
  }
}

.fivegringos-q5vhuh {
  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) {
  .fivegringos-q5vhuh {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.fivegringos-ta99i5 {
  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) {
  .fivegringos-ta99i5 {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.fivegringos-usibvl {
  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) {
  .fivegringos-usibvl {
    font-size: 20px;
    line-height: 28px;
  }
}

.fivegringos-u110qs {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .fivegringos-u110qs {
    font-size: 32px;
    line-height: 40px;
  }
}

.fivegringos-r6hk1l {
  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;
}

.fivegringos-i8jytk {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.fivegringos-i8jytk img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.fivegringos-jkegyd {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.fivegringos-un62up {
  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) {
  .fivegringos-un62up {
    padding: 15px 48px;
  }
}

main > .fivegringos-jkegyd {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .fivegringos-r6ikm8.fivegringos-frey16 > div:nth-child(n+5) {
    display: none;
  }
}

.fivegringos-yt4v21 p a img {
  display: block;
  margin: 0 auto;
}


.fivegringos-e2ny3q {
  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 */
.fivegringos-pxiibh {
  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;
}

.fivegringos-pxiibh label {
  font-size: 14px;
}

.fivegringos-pxiibh h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.fivegringos-pxiibh input,
.fivegringos-pxiibh textarea,
.fivegringos-pxiibh 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;
}
.fivegringos-pxiibh button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.fivegringos-nbxnpk ease;
}
.fivegringos-pxiibh button:hover {
  background-color: var(--button-bg-hover);
}
.fivegringos-dn53t9 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.fivegringos-f8c5up ease-in;
}

.fivegringos-dn53t9 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;
}
.fivegringos-3bd3wc, .fivegringos-g68b9q, [class*="review-card"],
thead, thead th, table th, .fivegringos-n810ea,
.fivegringos-udq5cb, [class*="collapsible-header"],
.fivegringos-os5w27, [class*="updated-block"] {
  color: #ece7dc !important;
}

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