* {
  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;
  }
}

.robocat-ychham {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .robocat-ychham {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .robocat-ychham {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.robocat-dyz9j1 {
  overflow: hidden;
}

.robocat-2je48n img {
  background: var(--Neutral-300);
}

.robocat-3jh32g {
  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;
}

.robocat-xs2mt8 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.robocat-xs2mt8:hover {
  background: var(--button-bg-hover);
}

.robocat-k5x19v {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.robocat-k5x19v:hover {
  background: var(--button-bg-hover);
}

.robocat-ffgakf {
  font-size: 12px;
  line-height: 18px;
}

.robocat-5cm70r {
  font-size: 18px;
  line-height: 26px;
}

.robocat-uo64ds {
  width: 100%;
}

.robocat-c13iur {
  padding: 6px 16px;
}

.robocat-f60jn7 {
  padding: 10px 16px;
}

.robocat-b1t5ot {
  padding: 15px 26px;
}

.robocat-zecgis {
  flex-shrink: 0;
}

.robocat-eqeo3m {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.robocat-t2ab6g {
  display: none;
}

.robocat-nziqnn {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.robocat-7zu8fc {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.robocat-dpevtr {
  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;
}

.robocat-8slgnp {
  cursor: grab;
}

.robocat-dpevtr::-webkit-scrollbar {
  display: none;
}

.robocat-2lfsuc {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.robocat-ckm5ox {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.robocat-2iruyh {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.robocat-nwau3o {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.robocat-8zjtg6 {
  visibility: visible;
}

.robocat-tweh9c {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.robocat-lcy7oz ease;
}

.robocat-npewn6 {
  background-color: var(--Primary-200);
  width: 16px;
}

.robocat-cbig6d {
  -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.robocat-lcy7oz,
    mask-image 0.3s;
}

.robocat-cbig6d.robocat-k4coak {
  -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;
  }
}

.robocat-5wsetv: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;
}

.robocat-dirf9m {
  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.robocat-qr5l3t.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.robocat-qr5l3t.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;
}

.robocat-hydpoa {
  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);
}

.robocat-hydpoa::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%
  );
}

.robocat-v5bo0u {
  position: relative;
  z-index: 1;
}

.robocat-ljjdvf {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.robocat-swyeav {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.robocat-6pse4j {
  font-size: 40px;
  line-height: 48px;
}

.robocat-yitfvo {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.robocat-yuy6mp {
  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;
}

.robocat-yuy6mp:hover {
  background: var(--Primary-400);
}

.robocat-yuy6mp svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.robocat-5wsetv 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) {
  .robocat-hydpoa {
    max-width: 600px;
    padding: 64px;
  }

  .robocat-ljjdvf {
    font-size: 24px;
    line-height: 32px;
  }

  .robocat-swyeav {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .robocat-6pse4j {
    font-size: 50px;
    line-height: 56px;
  }

  .robocat-yitfvo {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .robocat-dirf9m {
    top: 25px;
    right: 25px;
  }
}

.robocat-61kbg9,
.robocat-e6h149 {
  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;
}

.robocat-be9wxo.robocat-lyh5zt::before,
.robocat-e6h149::before,
.robocat-zmwop8::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.robocat-qr5l3t.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.robocat-5y1giz 14.robocat-1jookj.robocat-g8tsbn 14.robocat-9d1qx4 15.robocat-7p479w 14.robocat-nycnwb 15.robocat-7wzpwr 14.robocat-76pdhc.robocat-n7nnu8 14.robocat-kfanep 19.robocat-na2zyp 12.robocat-cuyk0b 19.robocat-na2zyp 10.robocat-g2bjgh.robocat-na2zyp 8.robocat-gzhvaz 17.robocat-p9y3na 7.robocat-ubtzja 15.robocat-2pjgbo 7.robocat-gf1xhw.robocat-1tmumg 7.robocat-ubtzja 11.robocat-54behr 8.robocat-gzhvaz 11.robocat-54behr 10.robocat-0tbj3d.robocat-54behr 12.robocat-di0bnx 13.robocat-suh63p 14.robocat-9cdyp0 15.robocat-17x11v 14.robocat-ps4uxa.robocat-hlaxgx 14.robocat-5vhu4k 15.robocat-i5ztsn 14.robocat-fx08t5 15.robocat-l1slum 14.robocat-2vb97b.robocat-5y1giz 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.robocat-axylf8 15.robocat-3f47tc.robocat-yfvb2u 15.robocat-uf0q9h 15.robocat-u0ldbv 15.robocat-0h5kii 15.robocat-nnzoib 15.robocat-j3mibf.robocat-65ai9s 15.robocat-0h5kii 15.robocat-xqfyu7 15.robocat-ishevx 15.robocat-0rk3yx 15.robocat-plsl1z.robocat-dlr41u 15.robocat-zcvfjg 7.robocat-od6khz 18.robocat-yjy8rg 7.robocat-fkf7tt 23.robocat-ubnfyg.robocat-g26upr.robocat-ta4yye 18.robocat-vaxi5w 19.robocat-p8uiu4 15.robocat-wb7rt9 15.robocat-axylf8 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.robocat-o7cg9l [type="submit"] *,
.robocat-f1z4g5 button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .robocat-6kp6q0 {
    display: none;
  }
}

.robocat-ygg3mw {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .robocat-ygg3mw {
  display: none;
}

@media (min-width: 768px) {
  .robocat-ygg3mw {
    bottom: 22px;
  }
}

.robocat-ygg3mw input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .robocat-ygg3mw {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.robocat-42i51u.static) .robocat-ygg3mw {
    bottom: 8px;
  }
}

.robocat-wxsbwg {
  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.robocat-qr5l3t.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.robocat-jj9f9w 3.robocat-k3wdbv.robocat-5yrsz3.robocat-c73k8d 3.robocat-ggt7c4 3.robocat-iqe7r3 5.robocat-95abek 3.robocat-iqe7r3 8.robocat-hio0iq.robocat-w7jiwl.robocat-iqe7r3 26.robocat-l0wh70 5.robocat-p920jm 28.robocat-03h0wn 8.robocat-mph4ca 28.robocat-qgyusy.robocat-yfml6i 28.robocat-haycmo.robocat-eyugfb 34.robocat-ded0xy.robocat-5esbqn 36.robocat-aocbfy 11.robocat-xhqx6f 37.robocat-z1yhwu 12.robocat-neaaxj 36.robocat-505efe.robocat-3knjkv 28.robocat-6ts6vj.robocat-36tlad.robocat-648kxt 28.robocat-s4y61q 36.robocat-j0z7xi 26.robocat-nqdn1t 36.robocat-j0z7xi 23.robocat-9iqvm0.robocat-pt2mbu.robocat-j0z7xi 5.robocat-eiruv9 34.robocat-8o5p2q 3.robocat-ggt7c4 31.robocat-jj9f9w 3.robocat-efr3zg.robocat-ziuzvm 18.robocat-ocbusq.robocat-5cq508 18.robocat-1hcia3 8.robocat-k3zolt 17.robocat-mbwhb3 8.robocat-k3zolt 15.robocat-ra5j7g.robocat-k3zolt 14.robocat-cm4q0q 9.robocat-5cq508 13.robocat-2n9g5l 11.robocat-ziuzvm 13.robocat-30jy5e.robocat-bbkff5 13.robocat-2n9g5l 13.robocat-tanqxy 14.robocat-cm4q0q 13.robocat-tanqxy 15.robocat-8dbmsr.robocat-tanqxy 17.robocat-mbwhb3 12.robocat-bbkff5 18.robocat-1hcia3 11.robocat-ziuzvm 18.robocat-xzhp16.robocat-b61cz2 18.robocat-h8qhwf.robocat-nr3fn1 18.robocat-1hcia3 17.robocat-4avpjx 17.robocat-mbwhb3 17.robocat-4avpjx 15.robocat-9yj3v1.robocat-4avpjx 14.robocat-cm4q0q 18.robocat-nr3fn1 13.robocat-2n9g5l 20.robocat-b61cz2 13.robocat-h0muj4.robocat-w0x5tv 13.robocat-2n9g5l 22.robocat-cg66gg 14.robocat-cm4q0q 22.robocat-cg66gg 15.robocat-f39n2m.robocat-ilvjpy 17.robocat-mbwhb3 21.robocat-w0x5tv 18.robocat-1hcia3 20.robocat-b61cz2 18.robocat-uwge5c.robocat-qqgimo 18.robocat-0c21i6.robocat-v9qlsu 18.robocat-1hcia3 26.robocat-na9s7y 17.robocat-mbwhb3 26.robocat-na9s7y 15.robocat-5rnt7j.robocat-na9s7y 14.robocat-cm4q0q 27.robocat-v9qlsu 13.robocat-2n9g5l 28.robocat-qqgimo 13.robocat-txozkc.robocat-veqlqr 13.robocat-2n9g5l 31.robocat-l58p7n 14.robocat-cm4q0q 31.robocat-l58p7n 15.robocat-hs1uff.robocat-na9s7y 17.robocat-mbwhb3 30.robocat-veqlqr 18.robocat-1hcia3 28.robocat-qqgimo 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"])
    .robocat-wxsbwg {
    display: none;
  }
}

.robocat-w1o3k6 {
  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) {
  .robocat-w1o3k6 {
    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;
}

.robocat-f1z4g5 {
  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) {
  .robocat-f1z4g5 {
    padding: 14px 16px;
  }
}

.robocat-f1z4g5 button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.robocat-f1z4g5 button:first-child {
  align-content: end;
}

.robocat-f1z4g5 button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .robocat-f1z4g5
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .robocat-f1z4g5
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.robocat-f1z4g5 button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.robocat-f1z4g5 button:last-child svg {
  width: 38px;
  height: 38px;
}

.robocat-zmwop8 {
  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;
}

.robocat-zmwop8::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .robocat-zmwop8,
.pc61d126-chatbot[data-active-screen="3"]
  .robocat-zmwop8 {
  opacity: 1;
  visibility: visible;
}

.robocat-enubcq {
  flex: 1 1;
}

.robocat-h5pwq6 {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .robocat-h5pwq6 {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .robocat-z93gnm {
  display: block;
}

.robocat-hwmth9 {
  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) {
  .robocat-hwmth9 {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.robocat-e6h149 {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.robocat-e6h149::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.robocat-mtpcje span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.robocat-mtpcje p {
  color: var(--Text-100);
}

.robocat-e6h149 .robocat-ruspfs {
  grid-area: button;
}

.robocat-e6h149 .robocat-ruspfs::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.robocat-qr5l3t.org/2000/svg'%3E%3Cpath d='M4.robocat-xvl4f5 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.robocat-eokzvi 15L16.robocat-eokzvi 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.robocat-eokzvi 5L16.robocat-eokzvi 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .robocat-hrrmtm {
  display: block;
}

.robocat-267u18 {
  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) {
  .robocat-267u18 {
    margin-top: 40px;
  }
}

.robocat-61kbg9 label,
.robocat-61kbg9 input {
  display: block;
  width: 100%;
}

.robocat-61kbg9 label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.robocat-61kbg9 label.robocat-byj055 input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.robocat-61kbg9 label.robocat-byj055::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;
}

.robocat-61kbg9 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;
}

.robocat-61kbg9 input::placeholder {
  color: var(--Text-400);
}

.robocat-8vdcpn {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .robocat-8vdcpn {
  display: flex;
}

.robocat-8vdcpn ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .robocat-8vdcpn ol {
    height: 420px;
    padding: 24px;
  }
}

.robocat-8vdcpn ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.robocat-o7cg9l {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .robocat-o7cg9l {
    padding: 0 24px 24px;
  }
}

.robocat-o7cg9l 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;
}

.robocat-o7cg9l input::placeholder {
  color: var(--Text-400);
}

.robocat-o7cg9l [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.robocat-o7cg9l [type="submit"]:disabled {
  opacity: 0.5;
}

.robocat-o7cg9l [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .robocat-o7cg9l [type="submit"] {
    right: 40px;
  }
}

.robocat-be9wxo {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.robocat-be9wxo.robocat-lyh5zt {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.robocat-be9wxo.robocat-lyh5zt::before {
  content: "";
  width: 31px;
}

.robocat-be9wxo.robocat-lyh5zt p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.robocat-be9wxo.robocat-oemgv6 p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.robocat-be9wxo p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.robocat-ygg3mw .robocat-ruspfs {
  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;
  }
}

.robocat-6kp6q0 {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .robocat-6kp6q0 {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .robocat-6kp6q0 {
    padding: 18px 0;
  }
}

.robocat-6kp6q0 .robocat-ychham {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .robocat-6kp6q0 .robocat-ychham {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.robocat-w0nuiv {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .robocat-w0nuiv {
    max-width: 160px;
    height: 40px;
  }
}

.robocat-w0nuiv picture,
.robocat-w0nuiv img {
  display: block;
  width: 100%;
  height: 100%;
}

.robocat-w0nuiv img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .robocat-a8hhnl {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.robocat-lcy7oz ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .robocat-6kp6q0.robocat-kpljhl .robocat-a8hhnl {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .robocat-a8hhnl {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .robocat-a8hhnl {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.robocat-rpi1et,
.robocat-fvideq {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .robocat-rpi1et,
  .robocat-fvideq {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .robocat-fvideq {
    display: none;
  }
}

.robocat-2nhqr5 {
  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;
}

.robocat-kpljhl .robocat-2nhqr5 {
  background: var(--fh-bg-color);
}

.robocat-2nhqr5 button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .robocat-2nhqr5 {
    display: none;
  }
}

.robocat-k74gat {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .robocat-k74gat {
    display: none;
  }
}

.robocat-9sq81e {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.robocat-6kp6q0.robocat-kpljhl .robocat-9sq81e:first-child {
  display: none;
}

.robocat-6kp6q0.robocat-kpljhl .robocat-9sq81e:last-child {
  display: block;
}

.robocat-9sq81e:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .robocat-9sq81e {
    display: none;
  }
}

.robocat-dvvko7 {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .robocat-dvvko7 {
    display: flex;
  }
}

.robocat-dvvko7 ul {
  max-height: 350px;
  overflow-y: auto;
}

.robocat-dvvko7:hover ul {
  visibility: visible;
  opacity: 1;
}

.robocat-dvvko7:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.robocat-dvvko7:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.robocat-dvvko7:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.robocat-dvvko7:hover .robocat-nejw9k svg {
  transform: rotate(180deg);
}

.robocat-qsjfsh {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.robocat-xme49a {
  padding: 0 8px;
}

.robocat-dsrj6b {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.robocat-dsrj6b:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .robocat-dsrj6b {
    padding: 4px 8px;
  }
}

.robocat-srqcer {
  display: flex;
}

.robocat-srqcer img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.robocat-nejw9k {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.robocat-nejw9k svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.robocat-fp9ymq {
  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) {
  .robocat-fp9ymq {
    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;
  }
}

.robocat-679wog {
  width: 100%;
}

@media (min-width: 1200px) {
  .robocat-679wog {
    display: none;
  }
}

.robocat-36bhyx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.robocat-wlcdvs {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.robocat-wxc2gj {
  display: flex;
}

.robocat-s9064z {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.robocat-r12ndw {
  list-style: none;
}

@media (max-width: 1199px) {
  .robocat-r12ndw {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .robocat-r12ndw {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .robocat-r12ndw .robocat-mpiqvy [data-ref-el],
  .robocat-r12ndw .robocat-mpiqvy span,
  .robocat-r12ndw .robocat-mpiqvy a {
    white-space: nowrap;
  }
}

.robocat-2sarj4 {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .robocat-2sarj4.robocat-wuzsop > .robocat-mpiqvy {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .robocat-2sarj4.robocat-sesuvm:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .robocat-2sarj4.robocat-wuzsop > .robocat-iq40gj {
    height: auto;
  }

  .robocat-2sarj4.robocat-wuzsop > div > .robocat-7iwteh {
    transform: rotate(180deg);
  }
}

.robocat-2sarj4 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.robocat-2sarj4 [data-ref-el],
.robocat-2sarj4 span {
  cursor: pointer;
}

.robocat-2sarj4 [data-ref-el],
.robocat-2sarj4 span,
.robocat-2sarj4 a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .robocat-2sarj4 [data-ref-el],
  .robocat-2sarj4 span,
  .robocat-2sarj4 a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .robocat-2sarj4 [data-ref-el],
  .robocat-2sarj4 span,
  .robocat-2sarj4 a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.robocat-iq40gj {
  height: 0;
  overflow: hidden;
  transition: height 0.robocat-lcy7oz ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.robocat-iq40gj::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.robocat-iq40gj::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.robocat-iq40gj::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .robocat-iq40gj {
    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;
  }

  .robocat-iq40gj:has(> .robocat-2sarj4.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .robocat-iq40gj .robocat-iq40gj {
    padding: 0;
  }

  .robocat-iq40gj .robocat-2sarj4 {
    font-weight: 400;
  }

  .robocat-iq40gj .robocat-2sarj4:hover > .robocat-mpiqvy {
    background: var(--Neutral-300);
  }

  .robocat-iq40gj .robocat-7iwteh {
    rotate: -90deg;
  }
}

.robocat-mpiqvy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .robocat-mpiqvy {
    padding: 8px;
  }

  .robocat-2sarj4.robocat-fvn5a7 > .robocat-mpiqvy {
    background: var(--Neutral-300);
  }
}

.robocat-7iwteh {
  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.robocat-qr5l3t.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.robocat-j71kun 0.robocat-j2rvd1.robocat-23nqdp -0.robocat-gqkt7c 0.robocat-d7b8el -0.robocat-gqkt7c 1.robocat-mf680c 0.robocat-9gmg78.robocat-gf3x9t 4.robocat-y1zaop.robocat-j71kun 0.robocat-m6k8ik.robocat-psm8yg -0.robocat-gqkt7c 9.robocat-4i76wf -0.robocat-gqkt7c 10.robocat-i4pdp1 0.robocat-8fpcnj.robocat-mqh6e2 0.robocat-23nqdp 10.robocat-mqh6e2 0.robocat-d7b8el 10.robocat-i4pdp1 1.robocat-agw6i6.robocat-vnios3 5.robocat-h99doe.robocat-6dmizr 6.robocat-ukbcvg 5.robocat-firnvz 6.robocat-ukbcvg 4.robocat-21r6jz 5.robocat-z6h15s.robocat-j71kun 1.robocat-i7by7j.robocat-gqkt7c 0.robocat-d7b8el -0.robocat-gqkt7c 0.robocat-23nqdp 0.robocat-j71kun 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.robocat-lcy7oz ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .robocat-7iwteh {
    cursor: default;
  }
}

.robocat-gi3uud {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.robocat-l3j3zc {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .robocat-l3j3zc {
    padding: 40px 4px;
  }
}

.robocat-c0jdec {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .robocat-c0jdec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.robocat-vqp350 {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .robocat-vqp350 {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.robocat-vqp350 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.robocat-vqp350 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.robocat-vqp350 [data-ref-el],
.robocat-vqp350 span,
.robocat-vqp350 a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.robocat-thsdkv {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .robocat-thsdkv {
    margin-bottom: 12px;
  }
}

.robocat-llurki {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.robocat-llurki img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .robocat-llurki:last-child {
    margin-right: 0;
  }
}

.robocat-l66yak {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.robocat-thsdkv:hover .robocat-j4m42m {
  visibility: visible;
  opacity: 1;
}

.robocat-j4m42m {
  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);
}

.robocat-zrcwxz {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.robocat-9tr54r {
  display: flex;
  margin: 6px;
}

.robocat-9tr54r img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.robocat-j4m42m::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);
}

.robocat-j4m42m::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);
}

.robocat-czyxml {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .robocat-czyxml {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.robocat-n6kt59 {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .robocat-n6kt59 {
    margin-right: 32px;
  }
}

.robocat-vwpv4u {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .robocat-vwpv4u {
    margin-top: 0;
    width: 340px;
  }
}

.robocat-vwpv4u a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.robocat-l7drhr {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.robocat-cpokol {
  position: relative;
}

@media (min-width: 768px) {
  .robocat-cpokol {
    margin-top: 40px;
  }
}

.robocat-cpokol + .robocat-7f0qai,
.robocat-cpokol + .robocat-cpokol {
  margin-top: 24px;
}

.robocat-dvtcdn {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .robocat-dvtcdn {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .robocat-dvtcdn {
    padding: 80px;
  }
}

.robocat-e25jh1 {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .robocat-e25jh1 {
    padding: 0 16px;
}


}

.robocat-xmj9qf {
  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) {
  .robocat-xmj9qf {
    font-size: 48px;
    line-height: 56px;
  }
}

.robocat-ufxkk4 {
  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) {
  .robocat-ufxkk4 {
    font-size: 24px;
    line-height: 32px;
  }
}

.robocat-wexlpb {
  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;
}

.robocat-wexlpb:hover {
  background: var(--button-bg-hover);
}

.robocat-hct3ho {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.robocat-hct3ho img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .robocat-hct3ho img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .robocat-hct3ho img {
  min-height: 100%;
  }
}

.robocat-dvtcdn::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.robocat-8m14ek {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.robocat-8m14ek h1,
.robocat-8m14ek h2,
.robocat-8m14ek h3,
.robocat-8m14ek h4 {
  margin-bottom: 6px;
}

.robocat-8m14ek h1:not(:first-child),
.robocat-8m14ek h2:not(:first-child),
.robocat-8m14ek h3:not(:first-child),
.robocat-8m14ek h4:not(:first-child) {
  margin-top: 16px;
}

.robocat-8m14ek h1,
.robocat-8m14ek h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .robocat-8m14ek h1,
  .robocat-8m14ek h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.robocat-8m14ek h2,
.robocat-8m14ek h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .robocat-8m14ek h2,
  .robocat-8m14ek h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.robocat-8m14ek h3,
.robocat-8m14ek h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .robocat-8m14ek h3,
  .robocat-8m14ek h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.robocat-8m14ek h4,
.robocat-8m14ek h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.robocat-8m14ek ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.robocat-8m14ek ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.robocat-8m14ek 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);
}

.robocat-8m14ek ul ul {
  margin-bottom: 8px;
}

.robocat-8m14ek ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.robocat-8m14ek ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.robocat-8m14ek ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.robocat-8m14ek ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.robocat-8m14ek ol li::marker {
  font-weight: 700;
}

.robocat-8m14ek ol ol {
  margin-bottom: 8px;
}

.robocat-8m14ek ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.robocat-8m14ek ol ul li {
  padding-left: 16px;
}

.robocat-8m14ek 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) {
  .robocat-8m14ek table {
    padding: 24px;
  }
}

.robocat-8m14ek table.robocat-nzljv1 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.robocat-lcy7oz,
    mask-image 0.3s;
}

.robocat-8m14ek table.robocat-nzljv1.robocat-k4coak {
  -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) {
  .robocat-8m14ek table {
    display: table;
  }
}

.robocat-8m14ek 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);
}

.robocat-8m14ek table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.robocat-8m14ek table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.robocat-8m14ek 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) {
  .robocat-8m14ek table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.robocat-8m14ek table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.robocat-8m14ek table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.robocat-8m14ek table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.robocat-8m14ek img {
  max-width: 100%;
  height: auto;
}

.robocat-gesq89 {
  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) {
  .robocat-gesq89 {
    padding: 24px;
  }
}

.robocat-nly8zf {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .robocat-nly8zf {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.robocat-nly8zf > * {
  margin: 0 !important;
}

.robocat-nly8zf img,
.robocat-34tedl {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .robocat-nly8zf img,
  .robocat-34tedl {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.robocat-39u6zd {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .robocat-39u6zd {
    width: 32px;
    height: 32px;
  }
}

.robocat-8mtmq5 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.robocat-8mtmq5 .robocat-621730 {
  flex-shrink: 0;
}

.robocat-8mtmq5 .robocat-g7vg5j svg {
  display: none;
}

.robocat-wxqnyo {
  display: grid;
  transition: max-height 0.robocat-lcy7oz ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .robocat-wxqnyo {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .robocat-wxqnyo {
    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));
  }
}

.robocat-wxqnyo.robocat-uxnqf0 + .robocat-621730 svg {
  transform: rotate(180deg);
}

.robocat-7yke70 {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.robocat-7yke70 > div:nth-child(3n) {
  grid-column: span 2;
}

.robocat-7yke70
  > div:nth-child(3n)
  .robocat-qgli9e
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .robocat-7yke70 {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .robocat-7yke70 > div:nth-child(3n) {
    grid-column: unset;
  }

  .robocat-7yke70
    > div:nth-child(3n)
    .robocat-qgli9e
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .robocat-7yke70 {
    max-width: 270px;
  }
}

.robocat-7yke70 .robocat-qgli9e button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .robocat-7yke70 .robocat-qgli9e button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .robocat-7yke70 .robocat-qgli9e button {
    max-width: 104px;
  }
}

.robocat-0y09cz {
  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) {
  .robocat-0y09cz {
    margin-bottom: 0;
  }
}

.robocat-77nlwp {
  display: none;
  opacity: 0;
}

.robocat-yhfyc4 {
  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;
  }
}

.robocat-yhfyc4 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.robocat-qgli9e {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.robocat-qgli9e button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .robocat-qgli9e
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .robocat-qgli9e
    button {
    max-width: 145px;
  }
}

.robocat-i6u9ph:first-child
  .robocat-qgli9e
  button {
  max-width: 270px;
}

.robocat-lfa21g {
  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%;
}

.robocat-0y09cz picture {
  width: 100%;
  max-width: 100%;
}

.robocat-c081fq {
  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;
}

.robocat-c081fq svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.robocat-0y09cz:hover .robocat-c081fq {
  display: flex;
}

.robocat-6pg7gh {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.robocat-a6vo9b {
  display: flex;
}

.robocat-a6vo9b:hover .robocat-l2qh95,
.robocat-a6vo9b .robocat-fvn5a7 .robocat-l2qh95 {
  display: flex;
}

.robocat-a6vo9b svg {
  flex-shrink: 0;
}

.robocat-l2qh95 {
  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) {
  .robocat-l2qh95 {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.robocat-l2qh95:hover {
  display: flex;
}

.robocat-l2qh95 svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.robocat-we1fvp {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .robocat-we1fvp {
    font-size: 12px;
  }
}

.robocat-pev8n6,
.robocat-0n89mf {
  width: 50%;
  flex-shrink: 0;
}

.robocat-pev8n6 {
  font-weight: 700;
}

.robocat-ds1587 .robocat-wxqnyo {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .robocat-ds1587 .robocat-wxqnyo {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .robocat-ds1587 .robocat-wxqnyo {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.robocat-ds1587
  .robocat-lfa21g:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.robocat-ds1587 .robocat-yhfyc4 {
  height: 100% !important;
  border-radius: 16px;
}

.robocat-ds1587 .robocat-qgli9e {
  gap: 4px;
  align-items: center;
}

.robocat-ds1587 .robocat-qgli9e button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.robocat-ds1587 .robocat-qgli9e svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.robocat-ds1587 .robocat-cp0y3i,
.robocat-ds1587 .robocat-wm39z2 {
  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.robocat-qr5l3t.org/2000/svg'%3E%3Cpath d='M9.robocat-7o5yzk 4.robocat-1a2gia.robocat-nu5i3q 5.robocat-lujokb.robocat-a5jamh 5.robocat-hb9fp4.robocat-bzyets 5.robocat-1rx2ez.robocat-m688ry 8.robocat-92ambg.robocat-7u5k0k 9.robocat-661v1u.robocat-7m50r0 9.robocat-03xjrq.robocat-pnz0p3 13.robocat-v98nod.robocat-l6es8h 11.robocat-myw5fp.robocat-j24au7 11.robocat-vsl6ms.robocat-7jttsv 11.robocat-nhp9oa.robocat-b5o5b1 13.robocat-sqofui.robocat-o1sszu 9.robocat-1luw99.robocat-srxw5e 9.robocat-0xv7ut.robocat-rcewjv 8.robocat-abpb8m.robocat-qx3j76 5.robocat-fzxa5g.robocat-87incw 5.robocat-va8jdb.robocat-hibzht 5.robocat-t4si4u.robocat-3mxqxe 4.robocat-5czwp4.robocat-j24au7 1.robocat-lek1vj.robocat-7o5yzk 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.robocat-ds1587 .robocat-cp0y3i {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.robocat-ds1587 .robocat-wm39z2 {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.robocat-emcljt {
  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) {
  .robocat-emcljt {
    padding: 24px;
  }
}

.robocat-emcljt .robocat-621730 {
  display: flex;
}

@media (min-width: 768px) {
  .robocat-emcljt .robocat-621730 {
    display: none;
  }
}

.robocat-emcljt .robocat-g7vg5j svg {
  display: none;
}

.robocat-lwj0w4 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.robocat-lwj0w4 .robocat-3jh32g {
  display: none;
}

@media (min-width: 768px) {
  .robocat-lwj0w4 .robocat-3jh32g {
    display: flex;
  }
}

.robocat-1dweqd {
  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) {
  .robocat-1dweqd {
    font-size: 40px;
    line-height: 48px;
  }
}

.robocat-1dweqd > * {
  margin: 0 !important;
}

.robocat-1dweqd img,
.robocat-1wkaqv {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .robocat-1dweqd img,
  .robocat-1wkaqv {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.robocat-9i5369 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .robocat-9i5369 {
    width: 32px;
    height: 32px;
  }
}

.robocat-oa4ppw {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .robocat-oa4ppw {
    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;
  }

  .robocat-oa4ppw::-webkit-scrollbar {
    display: none;
  }
}

.robocat-nb2nr8 {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .robocat-nb2nr8 {
    padding: 7px 15px;
  }
}

.robocat-nb2nr8:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.robocat-c22hrh {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .robocat-c22hrh {
    display: flex;
    opacity: 1;
  }
}

.robocat-nb2nr8 picture {
  height: 100%;
  display: block;
}

.robocat-nb2nr8 img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .robocat-nb2nr8 img {
    width: 88px;
    height: 44px;
  }
}

.robocat-nb2nr8 p {
  text-align: center;
  width: 100%;
}

.robocat-xgpq0w {
  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) {
  .robocat-xgpq0w {
    font-size: 40px;
    line-height: 48px;
  }
}

.robocat-xgpq0w img,
.robocat-x6j7pe {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .robocat-xgpq0w img,
  .robocat-x6j7pe {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.robocat-tw5y57 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .robocat-tw5y57 {
    width: 32px;
    height: 32px;
  }
}

.robocat-1t3jzw {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.robocat-srmlbz {
  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;
}

.robocat-4hvh5y {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.robocat-4hvh5y.robocat-fvn5a7 {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.robocat-xn56lf {
  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) {
  .robocat-xn56lf {
    font-size: 20px;
    line-height: 28px;
  }
}

.robocat-xr58d8 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.robocat-5yqwmh {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.robocat-lcy7oz ease;
  opacity: 0;
  color: var(--text-color);
}

.robocat-h1kh7g {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.robocat-h1kh7g ol,
.robocat-h1kh7g ul {
  padding-left: 1.3em;
}

.robocat-4hvh5y.robocat-fvn5a7 .robocat-5yqwmh {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.robocat-4hvh5y.robocat-fvn5a7 .robocat-xr58d8 {
  transform: rotate(180deg);
  color: var(--text-color);
}

.robocat-iutzcc {
  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) {
  .robocat-iutzcc {
    padding: 24px;
  }
}

.robocat-iutzcc .robocat-621730 {
  display: flex;
}

@media (min-width: 768px) {
  .robocat-iutzcc .robocat-621730 {
    display: none;
  }
}

.robocat-iutzcc .robocat-g7vg5j svg {
  display: none;
}

.robocat-88lbob {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.robocat-88lbob .robocat-3jh32g {
  display: none;
}

@media (min-width: 768px) {
  .robocat-88lbob .robocat-3jh32g {
    display: flex;
  }
}

.robocat-jonvps {
  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) {
  .robocat-jonvps {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.robocat-jonvps > * {
  margin: 0 !important;
}

.robocat-jonvps img,
.robocat-bj00ld {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .robocat-jonvps img,
  .robocat-bj00ld {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.robocat-80g0el {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .robocat-80g0el {
    width: 32px;
    height: 32px;
  }
}

.robocat-egnph2 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .robocat-egnph2 {
    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;
  }

  .robocat-egnph2::-webkit-scrollbar {
    display: none;
  }
}

.robocat-c7uejf {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.robocat-c7uejf:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.robocat-i1yyma {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .robocat-i1yyma {
    display: flex;
    opacity: 1;
  }
}

.robocat-c7uejf picture {
  width: auto;
  height: 100%;
  display: block;
}

.robocat-c7uejf picture img {
  display: block;
  width: auto;
  height: 100%;
}

.robocat-w0ce97 {
  margin: -24px 0;
}

.robocat-w0ce97:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .robocat-w0ce97 {
    margin: -16px 0;
  }
}

.robocat-4z5qbz {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .robocat-4z5qbz {
    flex-direction: row;
  }
}

.robocat-domclr {
  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) {
  .robocat-domclr {
    flex: 1;
  }
}

.robocat-domclr::placeholder {
  color: var(--Text-400);
}

.robocat-ocb23y {
  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;
}

.robocat-ezul1k {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.robocat-ezul1k::-webkit-scrollbar {
  display: none;
}

.robocat-hf7cqz {
  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;
}

.robocat-hf7cqz img,
.robocat-hf7cqz svg {
  margin-right: 8px;
}

.robocat-vdquqq {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.robocat-w0ce97 + .robocat-riybdv {
  margin-top: 0;
}

@media (min-width: 768px) {
  .robocat-w0ce97 + .robocat-riybdv {
    margin-top: -16px;
  }
}

.robocat-r96bl2 {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.robocat-r96bl2 > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.robocat-r96bl2 > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.robocat-gpvd8v {
  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;
}

.robocat-kuju3f {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.robocat-oie19v {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.robocat-jlbsja {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.robocat-raxdyb {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.robocat-gpvd8v 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;
}

.robocat-gpvd8v 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) {
  .robocat-gpvd8v {
    padding: 39px 179px 39px 39px;
  }

  .robocat-kuju3f {
    font-size: 40px;
    line-height: 48px;
  }

  .robocat-raxdyb {
    height: 348px;
  }

  .robocat-gpvd8v button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .robocat-gpvd8v button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .robocat-gpvd8v {
    padding: 63px;
  }
}

.robocat-1zm63b {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .robocat-1zm63b {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.robocat-dy1ekv {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .robocat-dy1ekv {
    width: auto;
  }
}

.robocat-3v7ye9 {
  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;
}

.robocat-3v7ye9::-webkit-scrollbar {
  display: none;
}

.robocat-3v7ye9 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);
}

.robocat-3v7ye9 a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .robocat-3v7ye9 {
    margin-left: 16px;
    margin-top: 0;
  }
}

.robocat-1zm63b .robocat-nl9ysb {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.robocat-lcy7oz,
    mask-image 0.3s;
}

.robocat-1zm63b .robocat-nl9ysb.robocat-k4coak {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.robocat-mcjgg2 {
  margin: 40px -16px;
}

.robocat-vkt2vh + .robocat-7f0qai,
.robocat-vkt2vh + .robocat-cpokol {
  margin-top: 24px;
}

.robocat-xa6wqu {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.robocat-xa6wqu picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.robocat-kbxyfa {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .robocat-kbxyfa {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .robocat-kbxyfa {
    margin-top: 0;
  }
}

.robocat-nf85xt {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .robocat-nf85xt {
    font-size: 24px;
    line-height: 32px;
  }
}

.robocat-a5cj4z {
  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) {
  .robocat-a5cj4z {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.robocat-fepvjt {
  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) {
  .robocat-fepvjt {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.robocat-anir38 {
  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) {
  .robocat-anir38 {
    font-size: 20px;
    line-height: 28px;
  }
}

.robocat-kjjykg {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .robocat-kjjykg {
    font-size: 32px;
    line-height: 40px;
  }
}

.robocat-h0mdt8 {
  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;
}

.robocat-n3jj38 {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.robocat-n3jj38 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.robocat-riybdv {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.robocat-hfq7be {
  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) {
  .robocat-hfq7be {
    padding: 15px 48px;
  }
}

main > .robocat-riybdv {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .robocat-wxqnyo.robocat-ogmbpn > div:nth-child(n+5) {
    display: none;
  }
}

.robocat-8m14ek p a img {
  display: block;
  margin: 0 auto;
}


.robocat-2ydwyi {
  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 */
.robocat-3x0xui {
  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;
}

.robocat-3x0xui label {
  font-size: 14px;
}

.robocat-3x0xui h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.robocat-3x0xui input,
.robocat-3x0xui textarea,
.robocat-3x0xui 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;
}
.robocat-3x0xui button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.robocat-nbnj8o ease;
}
.robocat-3x0xui button:hover {
  background-color: var(--button-bg-hover);
}
.robocat-v4lmei {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.robocat-gpagge ease-in;
}

.robocat-v4lmei 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;
}
.robocat-4bvhlv, .robocat-ftxyir, [class*="review-card"],
thead, thead th, table th, .robocat-u9y2y8,
.robocat-4l3h15, [class*="collapsible-header"],
.robocat-sp6gvh, [class*="updated-block"] {
  color: #ece7dc !important;
}
