* {
  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;
  }
}

.go-fish-zvhnjt {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .go-fish-zvhnjt {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .go-fish-zvhnjt {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.go-fish-gvtrr8 {
  overflow: hidden;
}

.go-fish-fpazo6 img {
  background: var(--Neutral-300);
}

.go-fish-e7r3jc {
  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;
}

.go-fish-7f0nlv {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.go-fish-7f0nlv:hover {
  background: var(--button-bg-hover);
}

.go-fish-0ulchl {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.go-fish-0ulchl:hover {
  background: var(--button-bg-hover);
}

.go-fish-kj4yko {
  font-size: 12px;
  line-height: 18px;
}

.go-fish-gt8059 {
  font-size: 18px;
  line-height: 26px;
}

.go-fish-a7nzow {
  width: 100%;
}

.go-fish-t2tj98 {
  padding: 6px 16px;
}

.go-fish-bjzmjr {
  padding: 10px 16px;
}

.go-fish-dguhkg {
  padding: 15px 26px;
}

.go-fish-48cv4c {
  flex-shrink: 0;
}

.go-fish-nlpmw8 {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.go-fish-5gg691 {
  display: none;
}

.go-fish-8dqgcl {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.go-fish-4ogqnj {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.go-fish-4kdwqf {
  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;
}

.go-fish-70097c {
  cursor: grab;
}

.go-fish-4kdwqf::-webkit-scrollbar {
  display: none;
}

.go-fish-mvhh92 {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.go-fish-qzirxo {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.go-fish-esq56w {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.go-fish-yfkk3c {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.go-fish-2hsyhc {
  visibility: visible;
}

.go-fish-cao9ep {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.go-fish-arecog ease;
}

.go-fish-duwecn {
  background-color: var(--Primary-200);
  width: 16px;
}

.go-fish-iodmkg {
  -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.go-fish-arecog,
    mask-image 0.3s;
}

.go-fish-iodmkg.go-fish-itsrfo {
  -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;
  }
}

.go-fish-b42k20: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;
}

.go-fish-xpp1q0 {
  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.go-fish-1wj249.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.go-fish-1wj249.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;
}

.go-fish-ftf43l {
  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);
}

.go-fish-ftf43l::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%
  );
}

.go-fish-usouuw {
  position: relative;
  z-index: 1;
}

.go-fish-6o790g {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.go-fish-f79mh3 {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.go-fish-fsbd5v {
  font-size: 40px;
  line-height: 48px;
}

.go-fish-a4x02p {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.go-fish-lc1870 {
  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;
}

.go-fish-lc1870:hover {
  background: var(--Primary-400);
}

.go-fish-lc1870 svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.go-fish-b42k20 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) {
  .go-fish-ftf43l {
    max-width: 600px;
    padding: 64px;
  }

  .go-fish-6o790g {
    font-size: 24px;
    line-height: 32px;
  }

  .go-fish-f79mh3 {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .go-fish-fsbd5v {
    font-size: 50px;
    line-height: 56px;
  }

  .go-fish-a4x02p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .go-fish-xpp1q0 {
    top: 25px;
    right: 25px;
  }
}

.go-fish-9kkk6v,
.go-fish-yrxy12 {
  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;
}

.go-fish-0d5act.go-fish-rgzyw2::before,
.go-fish-yrxy12::before,
.go-fish-0bo6ev::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.go-fish-1wj249.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.go-fish-v5lioy 14.go-fish-wvoqo6.go-fish-u1pxk2 14.go-fish-ja4nki 15.go-fish-e4nurr 14.go-fish-4io9qu 15.go-fish-hvovci 14.go-fish-3ybd2u.go-fish-jla0b1 14.go-fish-a60dky 19.go-fish-kwo2gr 12.go-fish-17dqdl 19.go-fish-kwo2gr 10.go-fish-yh49nr.go-fish-kwo2gr 8.go-fish-xm3y2d 17.go-fish-ao7qw4 7.go-fish-3v6g8r 15.go-fish-isyzu6 7.go-fish-b5gw03.go-fish-p3je80 7.go-fish-3v6g8r 11.go-fish-6h8xpk 8.go-fish-xm3y2d 11.go-fish-6h8xpk 10.go-fish-jqjhfi.go-fish-6h8xpk 12.go-fish-0i0q9m 13.go-fish-9tajkq 14.go-fish-4eoeta 15.go-fish-69mxwu 14.go-fish-20qf5y.go-fish-6cxk1r 14.go-fish-ngisys 15.go-fish-6ctexo 14.go-fish-tmktbf 15.go-fish-a9iekl 14.go-fish-6ubisb.go-fish-v5lioy 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.go-fish-t4vbb0 15.go-fish-qtp018.go-fish-ooqko1 15.go-fish-of2faz 15.go-fish-ynzrf2 15.go-fish-lp6yft 15.go-fish-hxd6z8 15.go-fish-yt1fwi.go-fish-m2dbkh 15.go-fish-lp6yft 15.go-fish-ncnldb 15.go-fish-ijeupx 15.go-fish-bio9fj 15.go-fish-8y6yjl.go-fish-tb9cg9 15.go-fish-z47rk7 7.go-fish-2te7xp 18.go-fish-degb9s 7.go-fish-f3ogxq 23.go-fish-fbjx39.go-fish-z8oi2b.go-fish-xt9164 18.go-fish-r52uds 19.go-fish-c4y4za 15.go-fish-0e33b1 15.go-fish-t4vbb0 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.go-fish-m362vm [type="submit"] *,
.go-fish-sa8kut button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .go-fish-28en78 {
    display: none;
  }
}

.go-fish-g9payw {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .go-fish-g9payw {
  display: none;
}

@media (min-width: 768px) {
  .go-fish-g9payw {
    bottom: 22px;
  }
}

.go-fish-g9payw input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .go-fish-g9payw {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.go-fish-mdv26j.static) .go-fish-g9payw {
    bottom: 8px;
  }
}

.go-fish-o8rst1 {
  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.go-fish-1wj249.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.go-fish-jfj3v9 3.go-fish-eujkf4.go-fish-e1s07k.go-fish-y9p2q2 3.go-fish-n9p8bz 3.go-fish-kgh20q 5.go-fish-75g8sv 3.go-fish-kgh20q 8.go-fish-tbln22.go-fish-wo34xe.go-fish-kgh20q 26.go-fish-2zgrpz 5.go-fish-qhdtn0 28.go-fish-o31szr 8.go-fish-vt2qkx 28.go-fish-cqfu4o.go-fish-q5khpw 28.go-fish-xcoj2x.go-fish-nfl2a5 34.go-fish-uuanv4.go-fish-whgqre 36.go-fish-uihxvu 11.go-fish-akijwg 37.go-fish-656b1i 12.go-fish-j5ds2l 36.go-fish-bxdr8e.go-fish-0ttqd7 28.go-fish-ve32zm.go-fish-397k38.go-fish-8qy7kb 28.go-fish-7vob9p 36.go-fish-pnlmsh 26.go-fish-i22883 36.go-fish-pnlmsh 23.go-fish-qr29n5.go-fish-pceje7.go-fish-pnlmsh 5.go-fish-grz053 34.go-fish-a0kvru 3.go-fish-n9p8bz 31.go-fish-jfj3v9 3.go-fish-ui8538.go-fish-vqxejr 18.go-fish-3vp8mr.go-fish-5xcgm7 18.go-fish-1eqote 8.go-fish-wdlmcg 17.go-fish-raoe1k 8.go-fish-wdlmcg 15.go-fish-9fukuj.go-fish-wdlmcg 14.go-fish-mo7zbh 9.go-fish-5xcgm7 13.go-fish-2rpwjv 11.go-fish-vqxejr 13.go-fish-0otktp.go-fish-8l66ra 13.go-fish-2rpwjv 13.go-fish-u7hytc 14.go-fish-mo7zbh 13.go-fish-u7hytc 15.go-fish-1mjocr.go-fish-u7hytc 17.go-fish-raoe1k 12.go-fish-8l66ra 18.go-fish-1eqote 11.go-fish-vqxejr 18.go-fish-zzytz9.go-fish-x0qju2 18.go-fish-8uoy4w.go-fish-938f1j 18.go-fish-1eqote 17.go-fish-5p4w4c 17.go-fish-raoe1k 17.go-fish-5p4w4c 15.go-fish-115adv.go-fish-5p4w4c 14.go-fish-mo7zbh 18.go-fish-938f1j 13.go-fish-2rpwjv 20.go-fish-x0qju2 13.go-fish-0yfp62.go-fish-qrl18x 13.go-fish-2rpwjv 22.go-fish-dx7ald 14.go-fish-mo7zbh 22.go-fish-dx7ald 15.go-fish-cmp5qz.go-fish-q37qza 17.go-fish-raoe1k 21.go-fish-qrl18x 18.go-fish-1eqote 20.go-fish-x0qju2 18.go-fish-4m49db.go-fish-na0st3 18.go-fish-44iy82.go-fish-p5p93i 18.go-fish-1eqote 26.go-fish-q139zn 17.go-fish-raoe1k 26.go-fish-q139zn 15.go-fish-j9928x.go-fish-q139zn 14.go-fish-mo7zbh 27.go-fish-p5p93i 13.go-fish-2rpwjv 28.go-fish-na0st3 13.go-fish-u5pge1.go-fish-itfzm4 13.go-fish-2rpwjv 31.go-fish-zj84t2 14.go-fish-mo7zbh 31.go-fish-zj84t2 15.go-fish-v497i4.go-fish-q139zn 17.go-fish-raoe1k 30.go-fish-itfzm4 18.go-fish-1eqote 28.go-fish-na0st3 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"])
    .go-fish-o8rst1 {
    display: none;
  }
}

.go-fish-7xij5x {
  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) {
  .go-fish-7xij5x {
    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;
}

.go-fish-sa8kut {
  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) {
  .go-fish-sa8kut {
    padding: 14px 16px;
  }
}

.go-fish-sa8kut button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.go-fish-sa8kut button:first-child {
  align-content: end;
}

.go-fish-sa8kut button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .go-fish-sa8kut
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .go-fish-sa8kut
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.go-fish-sa8kut button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.go-fish-sa8kut button:last-child svg {
  width: 38px;
  height: 38px;
}

.go-fish-0bo6ev {
  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;
}

.go-fish-0bo6ev::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .go-fish-0bo6ev,
.pc61d126-chatbot[data-active-screen="3"]
  .go-fish-0bo6ev {
  opacity: 1;
  visibility: visible;
}

.go-fish-r3b3ny {
  flex: 1 1;
}

.go-fish-o3us17 {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .go-fish-o3us17 {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .go-fish-x9bcge {
  display: block;
}

.go-fish-sa8zbd {
  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) {
  .go-fish-sa8zbd {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.go-fish-yrxy12 {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.go-fish-yrxy12::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.go-fish-8zx7i9 span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.go-fish-8zx7i9 p {
  color: var(--Text-100);
}

.go-fish-yrxy12 .go-fish-h2kuuz {
  grid-area: button;
}

.go-fish-yrxy12 .go-fish-h2kuuz::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.go-fish-1wj249.org/2000/svg'%3E%3Cpath d='M4.go-fish-ap09zg 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.go-fish-p5ju79 15L16.go-fish-p5ju79 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.go-fish-p5ju79 5L16.go-fish-p5ju79 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .go-fish-cqc8ge {
  display: block;
}

.go-fish-375dx1 {
  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) {
  .go-fish-375dx1 {
    margin-top: 40px;
  }
}

.go-fish-9kkk6v label,
.go-fish-9kkk6v input {
  display: block;
  width: 100%;
}

.go-fish-9kkk6v label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.go-fish-9kkk6v label.go-fish-dpl5bq input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.go-fish-9kkk6v label.go-fish-dpl5bq::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;
}

.go-fish-9kkk6v 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;
}

.go-fish-9kkk6v input::placeholder {
  color: var(--Text-400);
}

.go-fish-i8znxm {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .go-fish-i8znxm {
  display: flex;
}

.go-fish-i8znxm ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .go-fish-i8znxm ol {
    height: 420px;
    padding: 24px;
  }
}

.go-fish-i8znxm ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.go-fish-m362vm {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .go-fish-m362vm {
    padding: 0 24px 24px;
  }
}

.go-fish-m362vm 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;
}

.go-fish-m362vm input::placeholder {
  color: var(--Text-400);
}

.go-fish-m362vm [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.go-fish-m362vm [type="submit"]:disabled {
  opacity: 0.5;
}

.go-fish-m362vm [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .go-fish-m362vm [type="submit"] {
    right: 40px;
  }
}

.go-fish-0d5act {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.go-fish-0d5act.go-fish-rgzyw2 {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.go-fish-0d5act.go-fish-rgzyw2::before {
  content: "";
  width: 31px;
}

.go-fish-0d5act.go-fish-rgzyw2 p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.go-fish-0d5act.go-fish-3x8310 p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.go-fish-0d5act p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.go-fish-g9payw .go-fish-h2kuuz {
  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;
  }
}

.go-fish-28en78 {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .go-fish-28en78 {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .go-fish-28en78 {
    padding: 18px 0;
  }
}

.go-fish-28en78 .go-fish-zvhnjt {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .go-fish-28en78 .go-fish-zvhnjt {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.go-fish-2oym3x {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .go-fish-2oym3x {
    max-width: 160px;
    height: 40px;
  }
}

.go-fish-2oym3x picture,
.go-fish-2oym3x img {
  display: block;
  width: 100%;
  height: 100%;
}

.go-fish-2oym3x img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .go-fish-zxr307 {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.go-fish-arecog ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .go-fish-28en78.go-fish-nuore1 .go-fish-zxr307 {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .go-fish-zxr307 {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .go-fish-zxr307 {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.go-fish-nj0u3u,
.go-fish-q9itks {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .go-fish-nj0u3u,
  .go-fish-q9itks {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .go-fish-q9itks {
    display: none;
  }
}

.go-fish-oesg8k {
  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;
}

.go-fish-nuore1 .go-fish-oesg8k {
  background: var(--fh-bg-color);
}

.go-fish-oesg8k button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .go-fish-oesg8k {
    display: none;
  }
}

.go-fish-ctvhrg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .go-fish-ctvhrg {
    display: none;
  }
}

.go-fish-lsxac5 {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.go-fish-28en78.go-fish-nuore1 .go-fish-lsxac5:first-child {
  display: none;
}

.go-fish-28en78.go-fish-nuore1 .go-fish-lsxac5:last-child {
  display: block;
}

.go-fish-lsxac5:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .go-fish-lsxac5 {
    display: none;
  }
}

.go-fish-ak4j7c {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .go-fish-ak4j7c {
    display: flex;
  }
}

.go-fish-ak4j7c ul {
  max-height: 350px;
  overflow-y: auto;
}

.go-fish-ak4j7c:hover ul {
  visibility: visible;
  opacity: 1;
}

.go-fish-ak4j7c:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.go-fish-ak4j7c:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.go-fish-ak4j7c:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.go-fish-ak4j7c:hover .go-fish-a8al5x svg {
  transform: rotate(180deg);
}

.go-fish-8pvonl {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.go-fish-qzqc5x {
  padding: 0 8px;
}

.go-fish-gbuxvs {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.go-fish-gbuxvs:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .go-fish-gbuxvs {
    padding: 4px 8px;
  }
}

.go-fish-gtibmx {
  display: flex;
}

.go-fish-gtibmx img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.go-fish-a8al5x {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.go-fish-a8al5x svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.go-fish-6m8420 {
  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) {
  .go-fish-6m8420 {
    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;
  }
}

.go-fish-x16y0l {
  width: 100%;
}

@media (min-width: 1200px) {
  .go-fish-x16y0l {
    display: none;
  }
}

.go-fish-1if5id {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.go-fish-1qe5sb {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.go-fish-saq9gu {
  display: flex;
}

.go-fish-gi5x1l {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.go-fish-bp91ak {
  list-style: none;
}

@media (max-width: 1199px) {
  .go-fish-bp91ak {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .go-fish-bp91ak {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .go-fish-bp91ak .go-fish-hfikre [data-ref-el],
  .go-fish-bp91ak .go-fish-hfikre span,
  .go-fish-bp91ak .go-fish-hfikre a {
    white-space: nowrap;
  }
}

.go-fish-tlray4 {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .go-fish-tlray4.go-fish-83fp3s > .go-fish-hfikre {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .go-fish-tlray4.go-fish-6ce1s2:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .go-fish-tlray4.go-fish-83fp3s > .go-fish-xuhp1u {
    height: auto;
  }

  .go-fish-tlray4.go-fish-83fp3s > div > .go-fish-zjw4ao {
    transform: rotate(180deg);
  }
}

.go-fish-tlray4 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.go-fish-tlray4 [data-ref-el],
.go-fish-tlray4 span {
  cursor: pointer;
}

.go-fish-tlray4 [data-ref-el],
.go-fish-tlray4 span,
.go-fish-tlray4 a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .go-fish-tlray4 [data-ref-el],
  .go-fish-tlray4 span,
  .go-fish-tlray4 a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .go-fish-tlray4 [data-ref-el],
  .go-fish-tlray4 span,
  .go-fish-tlray4 a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.go-fish-xuhp1u {
  height: 0;
  overflow: hidden;
  transition: height 0.go-fish-arecog ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.go-fish-xuhp1u::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.go-fish-xuhp1u::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.go-fish-xuhp1u::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .go-fish-xuhp1u {
    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;
  }

  .go-fish-xuhp1u:has(> .go-fish-tlray4.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .go-fish-xuhp1u .go-fish-xuhp1u {
    padding: 0;
  }

  .go-fish-xuhp1u .go-fish-tlray4 {
    font-weight: 400;
  }

  .go-fish-xuhp1u .go-fish-tlray4:hover > .go-fish-hfikre {
    background: var(--Neutral-300);
  }

  .go-fish-xuhp1u .go-fish-zjw4ao {
    rotate: -90deg;
  }
}

.go-fish-hfikre {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .go-fish-hfikre {
    padding: 8px;
  }

  .go-fish-tlray4.go-fish-pdwuia > .go-fish-hfikre {
    background: var(--Neutral-300);
  }
}

.go-fish-zjw4ao {
  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.go-fish-1wj249.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.go-fish-lk7pqb 0.go-fish-bp4ita.go-fish-p8j8iw -0.go-fish-4u3x92 0.go-fish-e9b5pl -0.go-fish-4u3x92 1.go-fish-k7e306 0.go-fish-wlic5u.go-fish-bcqkh2 4.go-fish-x1wltk.go-fish-lk7pqb 0.go-fish-9i904z.go-fish-12soui -0.go-fish-4u3x92 9.go-fish-1jfj34 -0.go-fish-4u3x92 10.go-fish-3e8ywt 0.go-fish-ly9no3.go-fish-y7ruy5 0.go-fish-p8j8iw 10.go-fish-y7ruy5 0.go-fish-e9b5pl 10.go-fish-3e8ywt 1.go-fish-em1npp.go-fish-kc2frn 5.go-fish-miew2m.go-fish-j7vyw9 6.go-fish-0hx1tp 5.go-fish-7zd07d 6.go-fish-0hx1tp 4.go-fish-7vhgx3 5.go-fish-o3iols.go-fish-lk7pqb 1.go-fish-djtr9m.go-fish-4u3x92 0.go-fish-e9b5pl -0.go-fish-4u3x92 0.go-fish-p8j8iw 0.go-fish-lk7pqb 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.go-fish-arecog ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .go-fish-zjw4ao {
    cursor: default;
  }
}

.go-fish-eyy3x5 {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.go-fish-hrsap0 {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .go-fish-hrsap0 {
    padding: 40px 4px;
  }
}

.go-fish-ni3sfp {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .go-fish-ni3sfp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.go-fish-zz30c4 {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .go-fish-zz30c4 {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.go-fish-zz30c4 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.go-fish-zz30c4 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.go-fish-zz30c4 [data-ref-el],
.go-fish-zz30c4 span,
.go-fish-zz30c4 a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.go-fish-ij9wa6 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .go-fish-ij9wa6 {
    margin-bottom: 12px;
  }
}

.go-fish-accadx {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.go-fish-accadx img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .go-fish-accadx:last-child {
    margin-right: 0;
  }
}

.go-fish-l4cp3n {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.go-fish-ij9wa6:hover .go-fish-ppgyvb {
  visibility: visible;
  opacity: 1;
}

.go-fish-ppgyvb {
  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);
}

.go-fish-wj3v73 {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.go-fish-31qzvl {
  display: flex;
  margin: 6px;
}

.go-fish-31qzvl img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.go-fish-ppgyvb::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);
}

.go-fish-ppgyvb::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);
}

.go-fish-x1pg62 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .go-fish-x1pg62 {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.go-fish-336y4u {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .go-fish-336y4u {
    margin-right: 32px;
  }
}

.go-fish-1k9wun {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .go-fish-1k9wun {
    margin-top: 0;
    width: 340px;
  }
}

.go-fish-1k9wun a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.go-fish-h5gq9v {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.go-fish-s6k2fo {
  position: relative;
}

@media (min-width: 768px) {
  .go-fish-s6k2fo {
    margin-top: 40px;
  }
}

.go-fish-s6k2fo + .go-fish-fkh9gy,
.go-fish-s6k2fo + .go-fish-s6k2fo {
  margin-top: 24px;
}

.go-fish-id6wqd {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .go-fish-id6wqd {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .go-fish-id6wqd {
    padding: 80px;
  }
}

.go-fish-zrl36s {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .go-fish-zrl36s {
    padding: 0 16px;
}


}

.go-fish-bxofiy {
  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) {
  .go-fish-bxofiy {
    font-size: 48px;
    line-height: 56px;
  }
}

.go-fish-dm58qa {
  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) {
  .go-fish-dm58qa {
    font-size: 24px;
    line-height: 32px;
  }
}

.go-fish-8ti23x {
  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;
}

.go-fish-8ti23x:hover {
  background: var(--button-bg-hover);
}

.go-fish-gz1gx5 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.go-fish-gz1gx5 img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .go-fish-gz1gx5 img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .go-fish-gz1gx5 img {
  min-height: 100%;
  }
}

.go-fish-id6wqd::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.go-fish-ge44db {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.go-fish-ge44db h1,
.go-fish-ge44db h2,
.go-fish-ge44db h3,
.go-fish-ge44db h4 {
  margin-bottom: 6px;
}

.go-fish-ge44db h1:not(:first-child),
.go-fish-ge44db h2:not(:first-child),
.go-fish-ge44db h3:not(:first-child),
.go-fish-ge44db h4:not(:first-child) {
  margin-top: 16px;
}

.go-fish-ge44db h1,
.go-fish-ge44db h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .go-fish-ge44db h1,
  .go-fish-ge44db h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.go-fish-ge44db h2,
.go-fish-ge44db h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .go-fish-ge44db h2,
  .go-fish-ge44db h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.go-fish-ge44db h3,
.go-fish-ge44db h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .go-fish-ge44db h3,
  .go-fish-ge44db h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.go-fish-ge44db h4,
.go-fish-ge44db h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.go-fish-ge44db ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.go-fish-ge44db ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.go-fish-ge44db 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);
}

.go-fish-ge44db ul ul {
  margin-bottom: 8px;
}

.go-fish-ge44db ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.go-fish-ge44db ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.go-fish-ge44db ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.go-fish-ge44db ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.go-fish-ge44db ol li::marker {
  font-weight: 700;
}

.go-fish-ge44db ol ol {
  margin-bottom: 8px;
}

.go-fish-ge44db ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.go-fish-ge44db ol ul li {
  padding-left: 16px;
}

.go-fish-ge44db 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) {
  .go-fish-ge44db table {
    padding: 24px;
  }
}

.go-fish-ge44db table.go-fish-v3cuhx {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.go-fish-arecog,
    mask-image 0.3s;
}

.go-fish-ge44db table.go-fish-v3cuhx.go-fish-itsrfo {
  -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) {
  .go-fish-ge44db table {
    display: table;
  }
}

.go-fish-ge44db table thead th {
  font-weight: 700;
  padding: 12px 18px;
  text-align: left;
  white-space: nowrap;
  background-color: var(--table-1-color);
  border: 1px solid var(--border-color);
}

.go-fish-ge44db table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.go-fish-ge44db table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.go-fish-ge44db 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) {
  .go-fish-ge44db table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.go-fish-ge44db table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.go-fish-ge44db table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.go-fish-ge44db table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.go-fish-ge44db img {
  max-width: 100%;
  height: auto;
}

.go-fish-ckg21n {
  padding: 16px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
  background: 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) {
  .go-fish-ckg21n {
    padding: 24px;
  }
}

.go-fish-holnov {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .go-fish-holnov {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.go-fish-holnov > * {
  margin: 0 !important;
}

.go-fish-holnov img,
.go-fish-x3odpr {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .go-fish-holnov img,
  .go-fish-x3odpr {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.go-fish-n5x19x {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .go-fish-n5x19x {
    width: 32px;
    height: 32px;
  }
}

.go-fish-weffxk {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.go-fish-weffxk .go-fish-od6np6 {
  flex-shrink: 0;
}

.go-fish-weffxk .go-fish-tvtao2 svg {
  display: none;
}

.go-fish-azp826 {
  display: grid;
  transition: max-height 0.go-fish-arecog ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .go-fish-azp826 {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .go-fish-azp826 {
    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));
  }
}

.go-fish-azp826.go-fish-1kdvx0 + .go-fish-od6np6 svg {
  transform: rotate(180deg);
}

.go-fish-v55jfa {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.go-fish-v55jfa > div:nth-child(3n) {
  grid-column: span 2;
}

.go-fish-v55jfa
  > div:nth-child(3n)
  .go-fish-5kazbn
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .go-fish-v55jfa {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .go-fish-v55jfa > div:nth-child(3n) {
    grid-column: unset;
  }

  .go-fish-v55jfa
    > div:nth-child(3n)
    .go-fish-5kazbn
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .go-fish-v55jfa {
    max-width: 270px;
  }
}

.go-fish-v55jfa .go-fish-5kazbn button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .go-fish-v55jfa .go-fish-5kazbn button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .go-fish-v55jfa .go-fish-5kazbn button {
    max-width: 104px;
  }
}

.go-fish-mlpk0y {
  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) {
  .go-fish-mlpk0y {
    margin-bottom: 0;
  }
}

.go-fish-vimkcw {
  display: none;
  opacity: 0;
}

.go-fish-d3g0uq {
  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;
  }
}

.go-fish-d3g0uq img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.go-fish-5kazbn {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.go-fish-5kazbn button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .go-fish-5kazbn
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .go-fish-5kazbn
    button {
    max-width: 145px;
  }
}

.go-fish-3h2x2b:first-child
  .go-fish-5kazbn
  button {
  max-width: 270px;
}

.go-fish-cdum4j {
  position: relative;
  overflow-wrap: break-word;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  text-align: left;
  color: var(--text-color);
  background: rgba(0, 0, 0, 0);
  width: 100%;
}

.go-fish-mlpk0y picture {
  width: 100%;
  max-width: 100%;
}

.go-fish-tkjsun {
  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;
}

.go-fish-tkjsun svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.go-fish-mlpk0y:hover .go-fish-tkjsun {
  display: flex;
}

.go-fish-qotz4p {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.go-fish-6b51bo {
  display: flex;
}

.go-fish-6b51bo:hover .go-fish-62o9zk,
.go-fish-6b51bo .go-fish-pdwuia .go-fish-62o9zk {
  display: flex;
}

.go-fish-6b51bo svg {
  flex-shrink: 0;
}

.go-fish-62o9zk {
  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) {
  .go-fish-62o9zk {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.go-fish-62o9zk:hover {
  display: flex;
}

.go-fish-62o9zk svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.go-fish-bqtq4e {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .go-fish-bqtq4e {
    font-size: 12px;
  }
}

.go-fish-tdqdnd,
.go-fish-da1jjh {
  width: 50%;
  flex-shrink: 0;
}

.go-fish-tdqdnd {
  font-weight: 700;
}

.go-fish-nik0v8 .go-fish-azp826 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .go-fish-nik0v8 .go-fish-azp826 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .go-fish-nik0v8 .go-fish-azp826 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.go-fish-nik0v8
  .go-fish-cdum4j:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.go-fish-nik0v8 .go-fish-d3g0uq {
  height: 100% !important;
  border-radius: 16px;
}

.go-fish-nik0v8 .go-fish-5kazbn {
  gap: 4px;
  align-items: center;
}

.go-fish-nik0v8 .go-fish-5kazbn button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.go-fish-nik0v8 .go-fish-5kazbn svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.go-fish-nik0v8 .go-fish-8ur6hm,
.go-fish-nik0v8 .go-fish-b00j8g {
  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.go-fish-1wj249.org/2000/svg'%3E%3Cpath d='M9.go-fish-t0emzk 4.go-fish-e8vknz.go-fish-3xotul 5.go-fish-k1l0ch.go-fish-586vkk 5.go-fish-sneqwx.go-fish-l2dluk 5.go-fish-rf8ddc.go-fish-h1bde1 8.go-fish-rpy612.go-fish-v3hxh7 9.go-fish-i6gqyx.go-fish-vjs6yb 9.go-fish-x0pb2i.go-fish-mk7gcy 13.go-fish-w1bos2.go-fish-vxa327 11.go-fish-ik28tt.go-fish-gf94gu 11.go-fish-kqvzts.go-fish-ecnybp 11.go-fish-nfrr11.go-fish-pv1ru1 13.go-fish-y0fbyb.go-fish-5c86gm 9.go-fish-fb1c7l.go-fish-m7tqw8 9.go-fish-kyox17.go-fish-v0ps3n 8.go-fish-veljcf.go-fish-83ao1h 5.go-fish-mxl1u2.go-fish-wxyg19 5.go-fish-bqybzt.go-fish-2cwiec 5.go-fish-uyh8e1.go-fish-ckn05h 4.go-fish-sbb1lx.go-fish-gf94gu 1.go-fish-fnnx4g.go-fish-t0emzk 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.go-fish-nik0v8 .go-fish-8ur6hm {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.go-fish-nik0v8 .go-fish-b00j8g {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.go-fish-v0rxbg {
  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) {
  .go-fish-v0rxbg {
    padding: 24px;
  }
}

.go-fish-v0rxbg .go-fish-od6np6 {
  display: flex;
}

@media (min-width: 768px) {
  .go-fish-v0rxbg .go-fish-od6np6 {
    display: none;
  }
}

.go-fish-v0rxbg .go-fish-tvtao2 svg {
  display: none;
}

.go-fish-v4gcvw {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.go-fish-v4gcvw .go-fish-e7r3jc {
  display: none;
}

@media (min-width: 768px) {
  .go-fish-v4gcvw .go-fish-e7r3jc {
    display: flex;
  }
}

.go-fish-46klpu {
  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) {
  .go-fish-46klpu {
    font-size: 40px;
    line-height: 48px;
  }
}

.go-fish-46klpu > * {
  margin: 0 !important;
}

.go-fish-46klpu img,
.go-fish-epgto3 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .go-fish-46klpu img,
  .go-fish-epgto3 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.go-fish-33kzdq {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .go-fish-33kzdq {
    width: 32px;
    height: 32px;
  }
}

.go-fish-vy2mtf {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .go-fish-vy2mtf {
    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;
  }

  .go-fish-vy2mtf::-webkit-scrollbar {
    display: none;
  }
}

.go-fish-frkoxz {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .go-fish-frkoxz {
    padding: 7px 15px;
  }
}

.go-fish-frkoxz:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.go-fish-8vgzpr {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .go-fish-8vgzpr {
    display: flex;
    opacity: 1;
  }
}

.go-fish-frkoxz picture {
  height: 100%;
  display: block;
}

.go-fish-frkoxz img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .go-fish-frkoxz img {
    width: 88px;
    height: 44px;
  }
}

.go-fish-frkoxz p {
  text-align: center;
  width: 100%;
}

.go-fish-kko337 {
  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) {
  .go-fish-kko337 {
    font-size: 40px;
    line-height: 48px;
  }
}

.go-fish-kko337 img,
.go-fish-bnb44z {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .go-fish-kko337 img,
  .go-fish-bnb44z {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.go-fish-94bdjl {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .go-fish-94bdjl {
    width: 32px;
    height: 32px;
  }
}

.go-fish-2h8d8i {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.go-fish-q6wp7b {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
 background: 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;
}

.go-fish-zlztgk {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.go-fish-zlztgk.go-fish-pdwuia {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.go-fish-7i2xew {
  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(--text-color);
}

@media screen and (min-width: 768px) {
  .go-fish-7i2xew {
    font-size: 20px;
    line-height: 28px;
  }
}

.go-fish-25eubn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.go-fish-tjkgfg {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.go-fish-arecog ease;
  opacity: 0;
  color: var(--text-color);
}

.go-fish-6gsta1 {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.go-fish-6gsta1 ol,
.go-fish-6gsta1 ul {
  padding-left: 1.3em;
}

.go-fish-zlztgk.go-fish-pdwuia .go-fish-tjkgfg {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.go-fish-zlztgk.go-fish-pdwuia .go-fish-25eubn {
  transform: rotate(180deg);
  color: var(--text-color);
}

.go-fish-8v0v7n {
  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) {
  .go-fish-8v0v7n {
    padding: 24px;
  }
}

.go-fish-8v0v7n .go-fish-od6np6 {
  display: flex;
}

@media (min-width: 768px) {
  .go-fish-8v0v7n .go-fish-od6np6 {
    display: none;
  }
}

.go-fish-8v0v7n .go-fish-tvtao2 svg {
  display: none;
}

.go-fish-jl2ykg {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.go-fish-jl2ykg .go-fish-e7r3jc {
  display: none;
}

@media (min-width: 768px) {
  .go-fish-jl2ykg .go-fish-e7r3jc {
    display: flex;
  }
}

.go-fish-wglt1r {
  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) {
  .go-fish-wglt1r {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.go-fish-wglt1r > * {
  margin: 0 !important;
}

.go-fish-wglt1r img,
.go-fish-sbot1c {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .go-fish-wglt1r img,
  .go-fish-sbot1c {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.go-fish-8uljin {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .go-fish-8uljin {
    width: 32px;
    height: 32px;
  }
}

.go-fish-y8nuf6 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .go-fish-y8nuf6 {
    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;
  }

  .go-fish-y8nuf6::-webkit-scrollbar {
    display: none;
  }
}

.go-fish-aoxjrm {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.go-fish-aoxjrm:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.go-fish-3v8i95 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .go-fish-3v8i95 {
    display: flex;
    opacity: 1;
  }
}

.go-fish-aoxjrm picture {
  width: auto;
  height: 100%;
  display: block;
}

.go-fish-aoxjrm picture img {
  display: block;
  width: auto;
  height: 100%;
}

.go-fish-n74i46 {
  margin: -24px 0;
}

.go-fish-n74i46:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .go-fish-n74i46 {
    margin: -16px 0;
  }
}

.go-fish-3u5xac {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .go-fish-3u5xac {
    flex-direction: row;
  }
}

.go-fish-thh49w {
  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) {
  .go-fish-thh49w {
    flex: 1;
  }
}

.go-fish-thh49w::placeholder {
  color: var(--Text-400);
}

.go-fish-9hourk {
  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;
}

.go-fish-6uhk83 {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.go-fish-6uhk83::-webkit-scrollbar {
  display: none;
}

.go-fish-twdcox {
  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;
}

.go-fish-twdcox img,
.go-fish-twdcox svg {
  margin-right: 8px;
}

.go-fish-bqeakm {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.go-fish-n74i46 + .go-fish-ouyf0x {
  margin-top: 0;
}

@media (min-width: 768px) {
  .go-fish-n74i46 + .go-fish-ouyf0x {
    margin-top: -16px;
  }
}

.go-fish-ssbe90 {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.go-fish-ssbe90 > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.go-fish-ssbe90 > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.go-fish-e012w0 {
  border-radius: 24px;
  border: 1px solid var(--border-color);

  background: 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;
}

.go-fish-sgkt9s {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.go-fish-5wiz5n {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.go-fish-2akeha {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.go-fish-17bmay {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.go-fish-e012w0 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;
}

.go-fish-e012w0 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) {
  .go-fish-e012w0 {
    padding: 39px 179px 39px 39px;
  }

  .go-fish-sgkt9s {
    font-size: 40px;
    line-height: 48px;
  }

  .go-fish-17bmay {
    height: 348px;
  }

  .go-fish-e012w0 button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .go-fish-e012w0 button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .go-fish-e012w0 {
    padding: 63px;
  }
}

.go-fish-xn4cg0 {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .go-fish-xn4cg0 {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.go-fish-hfdebe {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .go-fish-hfdebe {
    width: auto;
  }
}

.go-fish-uffavg {
  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;
}

.go-fish-uffavg::-webkit-scrollbar {
  display: none;
}

.go-fish-uffavg 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);
}

.go-fish-uffavg a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .go-fish-uffavg {
    margin-left: 16px;
    margin-top: 0;
  }
}

.go-fish-xn4cg0 .go-fish-aasi6h {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.go-fish-arecog,
    mask-image 0.3s;
}

.go-fish-xn4cg0 .go-fish-aasi6h.go-fish-itsrfo {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.go-fish-gff59x {
  margin: 40px -16px;
}

.go-fish-inhiob + .go-fish-fkh9gy,
.go-fish-inhiob + .go-fish-s6k2fo {
  margin-top: 24px;
}

.go-fish-t409y9 {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.go-fish-t409y9 picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.go-fish-mk1jdb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .go-fish-mk1jdb {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .go-fish-mk1jdb {
    margin-top: 0;
  }
}

.go-fish-cm0xpe {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .go-fish-cm0xpe {
    font-size: 24px;
    line-height: 32px;
  }
}

.go-fish-nht2tc {
  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) {
  .go-fish-nht2tc {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.go-fish-khn0wy {
  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) {
  .go-fish-khn0wy {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.go-fish-aeuh0r {
  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) {
  .go-fish-aeuh0r {
    font-size: 20px;
    line-height: 28px;
  }
}

.go-fish-1e0hgx {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .go-fish-1e0hgx {
    font-size: 32px;
    line-height: 40px;
  }
}

.go-fish-ojveyt {
  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;
}

.go-fish-9jggf3 {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.go-fish-9jggf3 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.go-fish-ouyf0x {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.go-fish-0ci9gw {
  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) {
  .go-fish-0ci9gw {
    padding: 15px 48px;
  }
}

main > .go-fish-ouyf0x {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .go-fish-azp826.go-fish-x172ot > div:nth-child(n+5) {
    display: none;
  }
}

.go-fish-ge44db p a img {
  display: block;
  margin: 0 auto;
}


.go-fish-qifrpv {
  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 */
.go-fish-zxxnbv {
  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;
}

.go-fish-zxxnbv label {
  font-size: 14px;
}

.go-fish-zxxnbv h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.go-fish-zxxnbv input,
.go-fish-zxxnbv textarea,
.go-fish-zxxnbv 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;
}
.go-fish-zxxnbv button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.go-fish-3uvv6x ease;
}
.go-fish-zxxnbv button:hover {
  background-color: var(--button-bg-hover);
}
.go-fish-wqgytb {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.go-fish-w6rn7z ease-in;
}

.go-fish-wqgytb 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;
}
.go-fish-76ykz9, .go-fish-26cahe, [class*="review-card"],
thead, thead th, table th, .go-fish-hgpu9j,
.go-fish-sb64am, [class*="collapsible-header"],
.go-fish-4bcj7l, [class*="updated-block"] {
  color: #ece7dc !important;
}
