* {
  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;
  }
}

.mateslots-zz5359 {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .mateslots-zz5359 {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .mateslots-zz5359 {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.mateslots-zyqvai {
  overflow: hidden;
}

.mateslots-qoe0b5 img {
  background: var(--Neutral-300);
}

.mateslots-mbhq2h {
  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;
}

.mateslots-79zl8n {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.mateslots-79zl8n:hover {
  background: var(--button-bg-hover);
}

.mateslots-g8xcvk {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.mateslots-g8xcvk:hover {
  background: var(--button-bg-hover);
}

.mateslots-o0iji4 {
  font-size: 12px;
  line-height: 18px;
}

.mateslots-hxpkau {
  font-size: 18px;
  line-height: 26px;
}

.mateslots-zblv6t {
  width: 100%;
}

.mateslots-by2o6h {
  padding: 6px 16px;
}

.mateslots-kbxzx3 {
  padding: 10px 16px;
}

.mateslots-cw7zlq {
  padding: 15px 26px;
}

.mateslots-zk0vow {
  flex-shrink: 0;
}

.mateslots-668aj9 {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.mateslots-vgcq0p {
  display: none;
}

.mateslots-im0s7t {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.mateslots-vqirrx {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.mateslots-k6pn1e {
  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;
}

.mateslots-giv45g {
  cursor: grab;
}

.mateslots-k6pn1e::-webkit-scrollbar {
  display: none;
}

.mateslots-xb5017 {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.mateslots-pmq2ep {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.mateslots-1g2wzo {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.mateslots-0wzbcs {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.mateslots-pzkywo {
  visibility: visible;
}

.mateslots-773tgb {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.mateslots-tk1c7b ease;
}

.mateslots-9stinl {
  background-color: var(--Primary-200);
  width: 16px;
}

.mateslots-e5pmg7 {
  -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.mateslots-tk1c7b,
    mask-image 0.3s;
}

.mateslots-e5pmg7.mateslots-1d3z7u {
  -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;
  }
}

.mateslots-xnzcou: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;
}

.mateslots-gmy50g {
  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.mateslots-gvxbsp.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.mateslots-gvxbsp.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;
}

.mateslots-6r4fwu {
  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);
}

.mateslots-6r4fwu::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%
  );
}

.mateslots-5j3hi1 {
  position: relative;
  z-index: 1;
}

.mateslots-uv70mh {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.mateslots-n03746 {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.mateslots-n9b4ow {
  font-size: 40px;
  line-height: 48px;
}

.mateslots-3a206g {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.mateslots-225uyb {
  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;
}

.mateslots-225uyb:hover {
  background: var(--Primary-400);
}

.mateslots-225uyb svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.mateslots-xnzcou 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) {
  .mateslots-6r4fwu {
    max-width: 600px;
    padding: 64px;
  }

  .mateslots-uv70mh {
    font-size: 24px;
    line-height: 32px;
  }

  .mateslots-n03746 {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .mateslots-n9b4ow {
    font-size: 50px;
    line-height: 56px;
  }

  .mateslots-3a206g {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .mateslots-gmy50g {
    top: 25px;
    right: 25px;
  }
}

.mateslots-cu1r1i,
.mateslots-iq1amc {
  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;
}

.mateslots-wfpp4h.mateslots-m6bkq7::before,
.mateslots-iq1amc::before,
.mateslots-gho16w::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.mateslots-gvxbsp.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.mateslots-btkc7h 14.mateslots-r0hg31.mateslots-n4fun0 14.mateslots-xmfmfn 15.mateslots-dmygha 14.mateslots-22p63n 15.mateslots-k23x3c 14.mateslots-wvr7et.mateslots-dlods4 14.mateslots-xvdbvs 19.mateslots-fxo84o 12.mateslots-5coue3 19.mateslots-fxo84o 10.mateslots-jlnt22.mateslots-fxo84o 8.mateslots-24xwzt 17.mateslots-jel0so 7.mateslots-2xfpmr 15.mateslots-k6zhyz 7.mateslots-pmw11r.mateslots-c9xp2r 7.mateslots-2xfpmr 11.mateslots-ybyf8y 8.mateslots-24xwzt 11.mateslots-ybyf8y 10.mateslots-3qh6ii.mateslots-ybyf8y 12.mateslots-m69h4t 13.mateslots-qmlr9j 14.mateslots-4y5umm 15.mateslots-d6hujb 14.mateslots-bblx1r.mateslots-5xe9ra 14.mateslots-f3sg35 15.mateslots-iu6lnl 14.mateslots-ev5khd 15.mateslots-xok4m8 14.mateslots-vvhisj.mateslots-btkc7h 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.mateslots-tla5bs 15.mateslots-mln4fq.mateslots-yis4bb 15.mateslots-13b3is 15.mateslots-n93loj 15.mateslots-ck0h1c 15.mateslots-kmob0z 15.mateslots-jx9g6s.mateslots-k6oyxw 15.mateslots-ck0h1c 15.mateslots-4p6kq5 15.mateslots-eh55xc 15.mateslots-ag93sg 15.mateslots-6vqfcb.mateslots-9k3dte 15.mateslots-mqv6px 7.mateslots-1rsjqx 18.mateslots-0d5v3n 7.mateslots-mawxk0 23.mateslots-h65prc.mateslots-5qp0ho.mateslots-p78nbc 18.mateslots-wmrla2 19.mateslots-3p8it1 15.mateslots-cacvxp 15.mateslots-tla5bs 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.mateslots-m3a58y [type="submit"] *,
.mateslots-7wp4qn button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .mateslots-3blzyi {
    display: none;
  }
}

.mateslots-0bvda7 {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .mateslots-0bvda7 {
  display: none;
}

@media (min-width: 768px) {
  .mateslots-0bvda7 {
    bottom: 22px;
  }
}

.mateslots-0bvda7 input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .mateslots-0bvda7 {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.mateslots-trnq99.static) .mateslots-0bvda7 {
    bottom: 8px;
  }
}

.mateslots-i6za2d {
  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.mateslots-gvxbsp.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.mateslots-uacowj 3.mateslots-h6xfqn.mateslots-waiy5k.mateslots-qhp3vh 3.mateslots-urusvw 3.mateslots-sizu1w 5.mateslots-5ax4xc 3.mateslots-sizu1w 8.mateslots-11v655.mateslots-2osuc3.mateslots-sizu1w 26.mateslots-61vcx1 5.mateslots-yrvf25 28.mateslots-loo46k 8.mateslots-w99hcv 28.mateslots-9mx72c.mateslots-qp4sky 28.mateslots-kwlwzu.mateslots-kizu5k 34.mateslots-08wqtr.mateslots-eql9dg 36.mateslots-021ggq 11.mateslots-ccnn0l 37.mateslots-05n2b9 12.mateslots-v583fo 36.mateslots-icyfeu.mateslots-bcg71z 28.mateslots-1p6xf4.mateslots-uh4p0c.mateslots-snxcf4 28.mateslots-crogzf 36.mateslots-lb0nks 26.mateslots-9ary2b 36.mateslots-lb0nks 23.mateslots-432aq2.mateslots-yphn5b.mateslots-lb0nks 5.mateslots-8q0hrp 34.mateslots-abpo8t 3.mateslots-urusvw 31.mateslots-uacowj 3.mateslots-mcfm8v.mateslots-sfkuf1 18.mateslots-oryerx.mateslots-4wle02 18.mateslots-go182c 8.mateslots-md9c11 17.mateslots-7l4asr 8.mateslots-md9c11 15.mateslots-iyftdi.mateslots-md9c11 14.mateslots-6zm73h 9.mateslots-4wle02 13.mateslots-qf68rm 11.mateslots-sfkuf1 13.mateslots-lnlx6w.mateslots-2mzn35 13.mateslots-qf68rm 13.mateslots-f8t7zs 14.mateslots-6zm73h 13.mateslots-f8t7zs 15.mateslots-kg6dvm.mateslots-f8t7zs 17.mateslots-7l4asr 12.mateslots-2mzn35 18.mateslots-go182c 11.mateslots-sfkuf1 18.mateslots-oiou48.mateslots-vkfmqd 18.mateslots-l6jczq.mateslots-db99z4 18.mateslots-go182c 17.mateslots-4bxh3f 17.mateslots-7l4asr 17.mateslots-4bxh3f 15.mateslots-ih2j3r.mateslots-4bxh3f 14.mateslots-6zm73h 18.mateslots-db99z4 13.mateslots-qf68rm 20.mateslots-vkfmqd 13.mateslots-xhvsd3.mateslots-nnr86u 13.mateslots-qf68rm 22.mateslots-3afbki 14.mateslots-6zm73h 22.mateslots-3afbki 15.mateslots-7qnyn1.mateslots-so8w1r 17.mateslots-7l4asr 21.mateslots-nnr86u 18.mateslots-go182c 20.mateslots-vkfmqd 18.mateslots-uk2e87.mateslots-5zxh2o 18.mateslots-d5z8d4.mateslots-lpnmjy 18.mateslots-go182c 26.mateslots-kt1nyu 17.mateslots-7l4asr 26.mateslots-kt1nyu 15.mateslots-bpnpmd.mateslots-kt1nyu 14.mateslots-6zm73h 27.mateslots-lpnmjy 13.mateslots-qf68rm 28.mateslots-5zxh2o 13.mateslots-3xbbc1.mateslots-m6rgbt 13.mateslots-qf68rm 31.mateslots-hbhqm8 14.mateslots-6zm73h 31.mateslots-hbhqm8 15.mateslots-mniu83.mateslots-kt1nyu 17.mateslots-7l4asr 30.mateslots-m6rgbt 18.mateslots-go182c 28.mateslots-5zxh2o 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"])
    .mateslots-i6za2d {
    display: none;
  }
}

.mateslots-ibfgrx {
  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) {
  .mateslots-ibfgrx {
    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;
}

.mateslots-7wp4qn {
  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) {
  .mateslots-7wp4qn {
    padding: 14px 16px;
  }
}

.mateslots-7wp4qn button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.mateslots-7wp4qn button:first-child {
  align-content: end;
}

.mateslots-7wp4qn button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .mateslots-7wp4qn
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .mateslots-7wp4qn
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.mateslots-7wp4qn button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.mateslots-7wp4qn button:last-child svg {
  width: 38px;
  height: 38px;
}

.mateslots-gho16w {
  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;
}

.mateslots-gho16w::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .mateslots-gho16w,
.pc61d126-chatbot[data-active-screen="3"]
  .mateslots-gho16w {
  opacity: 1;
  visibility: visible;
}

.mateslots-r81oje {
  flex: 1 1;
}

.mateslots-7st4cv {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .mateslots-7st4cv {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .mateslots-ujkxq6 {
  display: block;
}

.mateslots-sfwvpl {
  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) {
  .mateslots-sfwvpl {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.mateslots-iq1amc {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.mateslots-iq1amc::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.mateslots-ruqsb0 span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.mateslots-ruqsb0 p {
  color: var(--Text-100);
}

.mateslots-iq1amc .mateslots-ty97aa {
  grid-area: button;
}

.mateslots-iq1amc .mateslots-ty97aa::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.mateslots-gvxbsp.org/2000/svg'%3E%3Cpath d='M4.mateslots-buk7rs 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.mateslots-3pwm74 15L16.mateslots-3pwm74 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.mateslots-3pwm74 5L16.mateslots-3pwm74 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .mateslots-zky4jm {
  display: block;
}

.mateslots-8jcve6 {
  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) {
  .mateslots-8jcve6 {
    margin-top: 40px;
  }
}

.mateslots-cu1r1i label,
.mateslots-cu1r1i input {
  display: block;
  width: 100%;
}

.mateslots-cu1r1i label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.mateslots-cu1r1i label.mateslots-cu6kpf input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.mateslots-cu1r1i label.mateslots-cu6kpf::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;
}

.mateslots-cu1r1i 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;
}

.mateslots-cu1r1i input::placeholder {
  color: var(--Text-400);
}

.mateslots-fjkv5s {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .mateslots-fjkv5s {
  display: flex;
}

.mateslots-fjkv5s ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .mateslots-fjkv5s ol {
    height: 420px;
    padding: 24px;
  }
}

.mateslots-fjkv5s ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.mateslots-m3a58y {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .mateslots-m3a58y {
    padding: 0 24px 24px;
  }
}

.mateslots-m3a58y 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;
}

.mateslots-m3a58y input::placeholder {
  color: var(--Text-400);
}

.mateslots-m3a58y [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.mateslots-m3a58y [type="submit"]:disabled {
  opacity: 0.5;
}

.mateslots-m3a58y [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .mateslots-m3a58y [type="submit"] {
    right: 40px;
  }
}

.mateslots-wfpp4h {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.mateslots-wfpp4h.mateslots-m6bkq7 {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.mateslots-wfpp4h.mateslots-m6bkq7::before {
  content: "";
  width: 31px;
}

.mateslots-wfpp4h.mateslots-m6bkq7 p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.mateslots-wfpp4h.mateslots-2owav8 p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.mateslots-wfpp4h p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.mateslots-0bvda7 .mateslots-ty97aa {
  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;
  }
}

.mateslots-3blzyi {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .mateslots-3blzyi {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .mateslots-3blzyi {
    padding: 18px 0;
  }
}

.mateslots-3blzyi .mateslots-zz5359 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .mateslots-3blzyi .mateslots-zz5359 {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.mateslots-0c3j2e {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .mateslots-0c3j2e {
    max-width: 160px;
    height: 40px;
  }
}

.mateslots-0c3j2e picture,
.mateslots-0c3j2e img {
  display: block;
  width: 100%;
  height: 100%;
}

.mateslots-0c3j2e img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .mateslots-gi24wx {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.mateslots-tk1c7b ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .mateslots-3blzyi.mateslots-j73yls .mateslots-gi24wx {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .mateslots-gi24wx {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .mateslots-gi24wx {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.mateslots-sbldn3,
.mateslots-orpf9p {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .mateslots-sbldn3,
  .mateslots-orpf9p {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .mateslots-orpf9p {
    display: none;
  }
}

.mateslots-afdd91 {
  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;
}

.mateslots-j73yls .mateslots-afdd91 {
  background: var(--fh-bg-color);
}

.mateslots-afdd91 button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .mateslots-afdd91 {
    display: none;
  }
}

.mateslots-220x0t {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .mateslots-220x0t {
    display: none;
  }
}

.mateslots-j6dlop {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.mateslots-3blzyi.mateslots-j73yls .mateslots-j6dlop:first-child {
  display: none;
}

.mateslots-3blzyi.mateslots-j73yls .mateslots-j6dlop:last-child {
  display: block;
}

.mateslots-j6dlop:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .mateslots-j6dlop {
    display: none;
  }
}

.mateslots-iwm7vh {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .mateslots-iwm7vh {
    display: flex;
  }
}

.mateslots-iwm7vh ul {
  max-height: 350px;
  overflow-y: auto;
}

.mateslots-iwm7vh:hover ul {
  visibility: visible;
  opacity: 1;
}

.mateslots-iwm7vh:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.mateslots-iwm7vh:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.mateslots-iwm7vh:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.mateslots-iwm7vh:hover .mateslots-7m2wrc svg {
  transform: rotate(180deg);
}

.mateslots-uv78k2 {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.mateslots-vcsmtz {
  padding: 0 8px;
}

.mateslots-48vcod {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.mateslots-48vcod:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .mateslots-48vcod {
    padding: 4px 8px;
  }
}

.mateslots-t5naie {
  display: flex;
}

.mateslots-t5naie img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.mateslots-7m2wrc {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.mateslots-7m2wrc svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.mateslots-qw6w4a {
  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) {
  .mateslots-qw6w4a {
    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;
  }
}

.mateslots-nk5hjc {
  width: 100%;
}

@media (min-width: 1200px) {
  .mateslots-nk5hjc {
    display: none;
  }
}

.mateslots-pa0oqg {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.mateslots-uo3eui {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.mateslots-4d3wqq {
  display: flex;
}

.mateslots-pegi6f {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.mateslots-6az864 {
  list-style: none;
}

@media (max-width: 1199px) {
  .mateslots-6az864 {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .mateslots-6az864 {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .mateslots-6az864 .mateslots-c5zsio [data-ref-el],
  .mateslots-6az864 .mateslots-c5zsio span,
  .mateslots-6az864 .mateslots-c5zsio a {
    white-space: nowrap;
  }
}

.mateslots-wh4zpn {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .mateslots-wh4zpn.mateslots-gjiutd > .mateslots-c5zsio {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .mateslots-wh4zpn.mateslots-rit1p4:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .mateslots-wh4zpn.mateslots-gjiutd > .mateslots-2m15jw {
    height: auto;
  }

  .mateslots-wh4zpn.mateslots-gjiutd > div > .mateslots-zbjuwf {
    transform: rotate(180deg);
  }
}

.mateslots-wh4zpn [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.mateslots-wh4zpn [data-ref-el],
.mateslots-wh4zpn span {
  cursor: pointer;
}

.mateslots-wh4zpn [data-ref-el],
.mateslots-wh4zpn span,
.mateslots-wh4zpn a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .mateslots-wh4zpn [data-ref-el],
  .mateslots-wh4zpn span,
  .mateslots-wh4zpn a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .mateslots-wh4zpn [data-ref-el],
  .mateslots-wh4zpn span,
  .mateslots-wh4zpn a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.mateslots-2m15jw {
  height: 0;
  overflow: hidden;
  transition: height 0.mateslots-tk1c7b ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.mateslots-2m15jw::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.mateslots-2m15jw::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.mateslots-2m15jw::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .mateslots-2m15jw {
    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;
  }

  .mateslots-2m15jw:has(> .mateslots-wh4zpn.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .mateslots-2m15jw .mateslots-2m15jw {
    padding: 0;
  }

  .mateslots-2m15jw .mateslots-wh4zpn {
    font-weight: 400;
  }

  .mateslots-2m15jw .mateslots-wh4zpn:hover > .mateslots-c5zsio {
    background: var(--Neutral-300);
  }

  .mateslots-2m15jw .mateslots-zbjuwf {
    rotate: -90deg;
  }
}

.mateslots-c5zsio {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .mateslots-c5zsio {
    padding: 8px;
  }

  .mateslots-wh4zpn.mateslots-ujfwxj > .mateslots-c5zsio {
    background: var(--Neutral-300);
  }
}

.mateslots-zbjuwf {
  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.mateslots-gvxbsp.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.mateslots-mh7sam 0.mateslots-6c3mfc.mateslots-tfhnd4 -0.mateslots-apydp6 0.mateslots-0byfeg -0.mateslots-apydp6 1.mateslots-b7ivn7 0.mateslots-fw2lgm.mateslots-l15wgi 4.mateslots-l8plby.mateslots-mh7sam 0.mateslots-02i48l.mateslots-aplh0b -0.mateslots-apydp6 9.mateslots-ftbn8r -0.mateslots-apydp6 10.mateslots-uchv47 0.mateslots-id1avu.mateslots-uybiix 0.mateslots-tfhnd4 10.mateslots-uybiix 0.mateslots-0byfeg 10.mateslots-uchv47 1.mateslots-y6ng7h.mateslots-yt1yxh 5.mateslots-a25wfr.mateslots-2lt6up 6.mateslots-rvlf3j 5.mateslots-dp47qt 6.mateslots-rvlf3j 4.mateslots-lyixs4 5.mateslots-vp4s8x.mateslots-mh7sam 1.mateslots-0rc1g6.mateslots-apydp6 0.mateslots-0byfeg -0.mateslots-apydp6 0.mateslots-tfhnd4 0.mateslots-mh7sam 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.mateslots-tk1c7b ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .mateslots-zbjuwf {
    cursor: default;
  }
}

.mateslots-tq0h0c {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.mateslots-n4pij2 {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .mateslots-n4pij2 {
    padding: 40px 4px;
  }
}

.mateslots-0no8v4 {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .mateslots-0no8v4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.mateslots-fbuymo {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .mateslots-fbuymo {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.mateslots-fbuymo ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.mateslots-fbuymo [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.mateslots-fbuymo [data-ref-el],
.mateslots-fbuymo span,
.mateslots-fbuymo a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.mateslots-espy04 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .mateslots-espy04 {
    margin-bottom: 12px;
  }
}

.mateslots-ongh6a {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.mateslots-ongh6a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .mateslots-ongh6a:last-child {
    margin-right: 0;
  }
}

.mateslots-opzi78 {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.mateslots-espy04:hover .mateslots-0jxdj3 {
  visibility: visible;
  opacity: 1;
}

.mateslots-0jxdj3 {
  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);
}

.mateslots-n0j53m {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.mateslots-tq6clh {
  display: flex;
  margin: 6px;
}

.mateslots-tq6clh img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.mateslots-0jxdj3::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);
}

.mateslots-0jxdj3::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);
}

.mateslots-h152uw {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .mateslots-h152uw {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.mateslots-fg2eba {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .mateslots-fg2eba {
    margin-right: 32px;
  }
}

.mateslots-dyhgzn {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .mateslots-dyhgzn {
    margin-top: 0;
    width: 340px;
  }
}

.mateslots-dyhgzn a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.mateslots-gp4c2v {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.mateslots-n824ur {
  position: relative;
}

@media (min-width: 768px) {
  .mateslots-n824ur {
    margin-top: 40px;
  }
}

.mateslots-n824ur + .mateslots-lntqxz,
.mateslots-n824ur + .mateslots-n824ur {
  margin-top: 24px;
}

.mateslots-jo0b96 {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .mateslots-jo0b96 {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .mateslots-jo0b96 {
    padding: 80px;
  }
}

.mateslots-sr03k6 {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .mateslots-sr03k6 {
    padding: 0 16px;
}


}

.mateslots-ngu4kv {
  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) {
  .mateslots-ngu4kv {
    font-size: 48px;
    line-height: 56px;
  }
}

.mateslots-zqf5y8 {
  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) {
  .mateslots-zqf5y8 {
    font-size: 24px;
    line-height: 32px;
  }
}

.mateslots-n8julx {
  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;
}

.mateslots-n8julx:hover {
  background: var(--button-bg-hover);
}

.mateslots-3kibq3 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.mateslots-3kibq3 img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .mateslots-3kibq3 img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .mateslots-3kibq3 img {
  min-height: 100%;
  }
}

.mateslots-jo0b96::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.mateslots-2fia44 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.mateslots-2fia44 h1,
.mateslots-2fia44 h2,
.mateslots-2fia44 h3,
.mateslots-2fia44 h4 {
  margin-bottom: 6px;
}

.mateslots-2fia44 h1:not(:first-child),
.mateslots-2fia44 h2:not(:first-child),
.mateslots-2fia44 h3:not(:first-child),
.mateslots-2fia44 h4:not(:first-child) {
  margin-top: 16px;
}

.mateslots-2fia44 h1,
.mateslots-2fia44 h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .mateslots-2fia44 h1,
  .mateslots-2fia44 h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.mateslots-2fia44 h2,
.mateslots-2fia44 h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .mateslots-2fia44 h2,
  .mateslots-2fia44 h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.mateslots-2fia44 h3,
.mateslots-2fia44 h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .mateslots-2fia44 h3,
  .mateslots-2fia44 h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.mateslots-2fia44 h4,
.mateslots-2fia44 h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.mateslots-2fia44 ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.mateslots-2fia44 ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.mateslots-2fia44 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);
}

.mateslots-2fia44 ul ul {
  margin-bottom: 8px;
}

.mateslots-2fia44 ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.mateslots-2fia44 ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.mateslots-2fia44 ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.mateslots-2fia44 ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.mateslots-2fia44 ol li::marker {
  font-weight: 700;
}

.mateslots-2fia44 ol ol {
  margin-bottom: 8px;
}

.mateslots-2fia44 ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.mateslots-2fia44 ol ul li {
  padding-left: 16px;
}

.mateslots-2fia44 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) {
  .mateslots-2fia44 table {
    padding: 24px;
  }
}

.mateslots-2fia44 table.mateslots-mahuzh {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.mateslots-tk1c7b,
    mask-image 0.3s;
}

.mateslots-2fia44 table.mateslots-mahuzh.mateslots-1d3z7u {
  -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) {
  .mateslots-2fia44 table {
    display: table;
  }
}

.mateslots-2fia44 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);
}

.mateslots-2fia44 table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.mateslots-2fia44 table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.mateslots-2fia44 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) {
  .mateslots-2fia44 table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.mateslots-2fia44 table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.mateslots-2fia44 table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.mateslots-2fia44 table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.mateslots-2fia44 img {
  max-width: 100%;
  height: auto;
}

.mateslots-2qzddl {
  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) {
  .mateslots-2qzddl {
    padding: 24px;
  }
}

.mateslots-xr53gh {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .mateslots-xr53gh {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.mateslots-xr53gh > * {
  margin: 0 !important;
}

.mateslots-xr53gh img,
.mateslots-hbpj56 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mateslots-xr53gh img,
  .mateslots-hbpj56 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mateslots-xiov2a {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mateslots-xiov2a {
    width: 32px;
    height: 32px;
  }
}

.mateslots-mx0jy7 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.mateslots-mx0jy7 .mateslots-4hb8jq {
  flex-shrink: 0;
}

.mateslots-mx0jy7 .mateslots-un5tzd svg {
  display: none;
}

.mateslots-cee9sm {
  display: grid;
  transition: max-height 0.mateslots-tk1c7b ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .mateslots-cee9sm {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .mateslots-cee9sm {
    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));
  }
}

.mateslots-cee9sm.mateslots-dzacqh + .mateslots-4hb8jq svg {
  transform: rotate(180deg);
}

.mateslots-mtxrgw {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.mateslots-mtxrgw > div:nth-child(3n) {
  grid-column: span 2;
}

.mateslots-mtxrgw
  > div:nth-child(3n)
  .mateslots-3xm2r1
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .mateslots-mtxrgw {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .mateslots-mtxrgw > div:nth-child(3n) {
    grid-column: unset;
  }

  .mateslots-mtxrgw
    > div:nth-child(3n)
    .mateslots-3xm2r1
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .mateslots-mtxrgw {
    max-width: 270px;
  }
}

.mateslots-mtxrgw .mateslots-3xm2r1 button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .mateslots-mtxrgw .mateslots-3xm2r1 button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .mateslots-mtxrgw .mateslots-3xm2r1 button {
    max-width: 104px;
  }
}

.mateslots-pis250 {
  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) {
  .mateslots-pis250 {
    margin-bottom: 0;
  }
}

.mateslots-bowd5j {
  display: none;
  opacity: 0;
}

.mateslots-6w3zrs {
  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;
  }
}

.mateslots-6w3zrs img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.mateslots-3xm2r1 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.mateslots-3xm2r1 button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .mateslots-3xm2r1
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .mateslots-3xm2r1
    button {
    max-width: 145px;
  }
}

.mateslots-4c82qt:first-child
  .mateslots-3xm2r1
  button {
  max-width: 270px;
}

.mateslots-0tbdg1 {
  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%;
}

.mateslots-pis250 picture {
  width: 100%;
  max-width: 100%;
}

.mateslots-wx0i54 {
  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;
}

.mateslots-wx0i54 svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.mateslots-pis250:hover .mateslots-wx0i54 {
  display: flex;
}

.mateslots-4bs4rw {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.mateslots-a02b66 {
  display: flex;
}

.mateslots-a02b66:hover .mateslots-078w9g,
.mateslots-a02b66 .mateslots-ujfwxj .mateslots-078w9g {
  display: flex;
}

.mateslots-a02b66 svg {
  flex-shrink: 0;
}

.mateslots-078w9g {
  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) {
  .mateslots-078w9g {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.mateslots-078w9g:hover {
  display: flex;
}

.mateslots-078w9g svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.mateslots-hb69yj {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .mateslots-hb69yj {
    font-size: 12px;
  }
}

.mateslots-54zj9w,
.mateslots-o7r093 {
  width: 50%;
  flex-shrink: 0;
}

.mateslots-54zj9w {
  font-weight: 700;
}

.mateslots-zs3xxy .mateslots-cee9sm {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .mateslots-zs3xxy .mateslots-cee9sm {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .mateslots-zs3xxy .mateslots-cee9sm {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.mateslots-zs3xxy
  .mateslots-0tbdg1:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.mateslots-zs3xxy .mateslots-6w3zrs {
  height: 100% !important;
  border-radius: 16px;
}

.mateslots-zs3xxy .mateslots-3xm2r1 {
  gap: 4px;
  align-items: center;
}

.mateslots-zs3xxy .mateslots-3xm2r1 button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mateslots-zs3xxy .mateslots-3xm2r1 svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.mateslots-zs3xxy .mateslots-8sbnwr,
.mateslots-zs3xxy .mateslots-er1udu {
  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.mateslots-gvxbsp.org/2000/svg'%3E%3Cpath d='M9.mateslots-53i5x8 4.mateslots-6si8ar.mateslots-psvswh 5.mateslots-gdu4rs.mateslots-fvhy6o 5.mateslots-5ksla9.mateslots-k570f5 5.mateslots-kys3u7.mateslots-h4yzlr 8.mateslots-0s3g1t.mateslots-lgyh8e 9.mateslots-u1995s.mateslots-26xo17 9.mateslots-c61jlx.mateslots-v9dr3w 13.mateslots-c8p9k7.mateslots-5ckwfq 11.mateslots-4sqacl.mateslots-tozy5j 11.mateslots-q8wj92.mateslots-slo1me 11.mateslots-fo9btf.mateslots-uuue1v 13.mateslots-ckrtm6.mateslots-zhjuj5 9.mateslots-lygka6.mateslots-js260u 9.mateslots-se0uw2.mateslots-ghsqlx 8.mateslots-gzlqr3.mateslots-8lacqd 5.mateslots-nxkfd5.mateslots-ufl9x2 5.mateslots-7z8yjd.mateslots-8uybzy 5.mateslots-k2huss.mateslots-jxfhj9 4.mateslots-pauejn.mateslots-tozy5j 1.mateslots-hewymu.mateslots-53i5x8 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.mateslots-zs3xxy .mateslots-8sbnwr {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.mateslots-zs3xxy .mateslots-er1udu {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.mateslots-4t89sp {
  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) {
  .mateslots-4t89sp {
    padding: 24px;
  }
}

.mateslots-4t89sp .mateslots-4hb8jq {
  display: flex;
}

@media (min-width: 768px) {
  .mateslots-4t89sp .mateslots-4hb8jq {
    display: none;
  }
}

.mateslots-4t89sp .mateslots-un5tzd svg {
  display: none;
}

.mateslots-tjundc {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.mateslots-tjundc .mateslots-mbhq2h {
  display: none;
}

@media (min-width: 768px) {
  .mateslots-tjundc .mateslots-mbhq2h {
    display: flex;
  }
}

.mateslots-nxcnby {
  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) {
  .mateslots-nxcnby {
    font-size: 40px;
    line-height: 48px;
  }
}

.mateslots-nxcnby > * {
  margin: 0 !important;
}

.mateslots-nxcnby img,
.mateslots-9nzb3m {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mateslots-nxcnby img,
  .mateslots-9nzb3m {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mateslots-hkyij1 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mateslots-hkyij1 {
    width: 32px;
    height: 32px;
  }
}

.mateslots-lx73x3 {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .mateslots-lx73x3 {
    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;
  }

  .mateslots-lx73x3::-webkit-scrollbar {
    display: none;
  }
}

.mateslots-4rkryd {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .mateslots-4rkryd {
    padding: 7px 15px;
  }
}

.mateslots-4rkryd:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.mateslots-jg3he0 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .mateslots-jg3he0 {
    display: flex;
    opacity: 1;
  }
}

.mateslots-4rkryd picture {
  height: 100%;
  display: block;
}

.mateslots-4rkryd img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .mateslots-4rkryd img {
    width: 88px;
    height: 44px;
  }
}

.mateslots-4rkryd p {
  text-align: center;
  width: 100%;
}

.mateslots-xkiybj {
  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) {
  .mateslots-xkiybj {
    font-size: 40px;
    line-height: 48px;
  }
}

.mateslots-xkiybj img,
.mateslots-jg8lsa {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mateslots-xkiybj img,
  .mateslots-jg8lsa {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mateslots-mg5c0n {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mateslots-mg5c0n {
    width: 32px;
    height: 32px;
  }
}

.mateslots-knksm3 {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.mateslots-r0pwuw {
  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;
}

.mateslots-ey89w2 {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.mateslots-ey89w2.mateslots-ujfwxj {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.mateslots-zefqad {
  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) {
  .mateslots-zefqad {
    font-size: 20px;
    line-height: 28px;
  }
}

.mateslots-o1b0lm {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.mateslots-wdwcki {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.mateslots-tk1c7b ease;
  opacity: 0;
  color: var(--text-color);
}

.mateslots-x7uyqx {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.mateslots-x7uyqx ol,
.mateslots-x7uyqx ul {
  padding-left: 1.3em;
}

.mateslots-ey89w2.mateslots-ujfwxj .mateslots-wdwcki {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.mateslots-ey89w2.mateslots-ujfwxj .mateslots-o1b0lm {
  transform: rotate(180deg);
  color: var(--text-color);
}

.mateslots-iexmxx {
  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) {
  .mateslots-iexmxx {
    padding: 24px;
  }
}

.mateslots-iexmxx .mateslots-4hb8jq {
  display: flex;
}

@media (min-width: 768px) {
  .mateslots-iexmxx .mateslots-4hb8jq {
    display: none;
  }
}

.mateslots-iexmxx .mateslots-un5tzd svg {
  display: none;
}

.mateslots-mjeme5 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mateslots-mjeme5 .mateslots-mbhq2h {
  display: none;
}

@media (min-width: 768px) {
  .mateslots-mjeme5 .mateslots-mbhq2h {
    display: flex;
  }
}

.mateslots-toj9wa {
  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) {
  .mateslots-toj9wa {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.mateslots-toj9wa > * {
  margin: 0 !important;
}

.mateslots-toj9wa img,
.mateslots-uca5cj {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .mateslots-toj9wa img,
  .mateslots-uca5cj {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.mateslots-lxnfs2 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .mateslots-lxnfs2 {
    width: 32px;
    height: 32px;
  }
}

.mateslots-xamhe0 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .mateslots-xamhe0 {
    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;
  }

  .mateslots-xamhe0::-webkit-scrollbar {
    display: none;
  }
}

.mateslots-6cycqm {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.mateslots-6cycqm:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.mateslots-t5ivqb {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .mateslots-t5ivqb {
    display: flex;
    opacity: 1;
  }
}

.mateslots-6cycqm picture {
  width: auto;
  height: 100%;
  display: block;
}

.mateslots-6cycqm picture img {
  display: block;
  width: auto;
  height: 100%;
}

.mateslots-rpehd1 {
  margin: -24px 0;
}

.mateslots-rpehd1:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .mateslots-rpehd1 {
    margin: -16px 0;
  }
}

.mateslots-dm79mi {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .mateslots-dm79mi {
    flex-direction: row;
  }
}

.mateslots-gc4vgh {
  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) {
  .mateslots-gc4vgh {
    flex: 1;
  }
}

.mateslots-gc4vgh::placeholder {
  color: var(--Text-400);
}

.mateslots-3s7gwq {
  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;
}

.mateslots-cx9tqs {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.mateslots-cx9tqs::-webkit-scrollbar {
  display: none;
}

.mateslots-6uq31q {
  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;
}

.mateslots-6uq31q img,
.mateslots-6uq31q svg {
  margin-right: 8px;
}

.mateslots-kpocpz {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.mateslots-rpehd1 + .mateslots-85k60x {
  margin-top: 0;
}

@media (min-width: 768px) {
  .mateslots-rpehd1 + .mateslots-85k60x {
    margin-top: -16px;
  }
}

.mateslots-c8x8wp {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.mateslots-c8x8wp > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.mateslots-c8x8wp > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.mateslots-0vvka3 {
  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;
}

.mateslots-y5kh7f {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.mateslots-vgvje2 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.mateslots-npb006 {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.mateslots-ukqamg {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.mateslots-0vvka3 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;
}

.mateslots-0vvka3 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) {
  .mateslots-0vvka3 {
    padding: 39px 179px 39px 39px;
  }

  .mateslots-y5kh7f {
    font-size: 40px;
    line-height: 48px;
  }

  .mateslots-ukqamg {
    height: 348px;
  }

  .mateslots-0vvka3 button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .mateslots-0vvka3 button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .mateslots-0vvka3 {
    padding: 63px;
  }
}

.mateslots-5rt9me {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .mateslots-5rt9me {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.mateslots-kjaeto {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .mateslots-kjaeto {
    width: auto;
  }
}

.mateslots-hlekmc {
  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;
}

.mateslots-hlekmc::-webkit-scrollbar {
  display: none;
}

.mateslots-hlekmc 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);
}

.mateslots-hlekmc a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .mateslots-hlekmc {
    margin-left: 16px;
    margin-top: 0;
  }
}

.mateslots-5rt9me .mateslots-f0lfia {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.mateslots-tk1c7b,
    mask-image 0.3s;
}

.mateslots-5rt9me .mateslots-f0lfia.mateslots-1d3z7u {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.mateslots-trtdno {
  margin: 40px -16px;
}

.mateslots-g7tocm + .mateslots-lntqxz,
.mateslots-g7tocm + .mateslots-n824ur {
  margin-top: 24px;
}

.mateslots-5fgf0b {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.mateslots-5fgf0b picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.mateslots-hjr633 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .mateslots-hjr633 {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .mateslots-hjr633 {
    margin-top: 0;
  }
}

.mateslots-s5jofz {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .mateslots-s5jofz {
    font-size: 24px;
    line-height: 32px;
  }
}

.mateslots-7hbekh {
  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) {
  .mateslots-7hbekh {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.mateslots-n8jth8 {
  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) {
  .mateslots-n8jth8 {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.mateslots-fu3ahs {
  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) {
  .mateslots-fu3ahs {
    font-size: 20px;
    line-height: 28px;
  }
}

.mateslots-kf906t {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .mateslots-kf906t {
    font-size: 32px;
    line-height: 40px;
  }
}

.mateslots-x60rjj {
  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;
}

.mateslots-5vkbwy {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.mateslots-5vkbwy img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.mateslots-85k60x {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.mateslots-bxvqvz {
  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) {
  .mateslots-bxvqvz {
    padding: 15px 48px;
  }
}

main > .mateslots-85k60x {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .mateslots-cee9sm.mateslots-a3rvjf > div:nth-child(n+5) {
    display: none;
  }
}

.mateslots-2fia44 p a img {
  display: block;
  margin: 0 auto;
}


.mateslots-h8o230 {
  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 */
.mateslots-gnv87f {
  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;
}

.mateslots-gnv87f label {
  font-size: 14px;
}

.mateslots-gnv87f h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.mateslots-gnv87f input,
.mateslots-gnv87f textarea,
.mateslots-gnv87f 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;
}
.mateslots-gnv87f button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.mateslots-amsjs5 ease;
}
.mateslots-gnv87f button:hover {
  background-color: var(--button-bg-hover);
}
.mateslots-ivf6yh {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.mateslots-1swk35 ease-in;
}

.mateslots-ivf6yh 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;
}
.mateslots-yth1di, .mateslots-czvimy, [class*="review-card"],
thead, thead th, table th, .mateslots-9khg4p,
.mateslots-9urn1q, [class*="collapsible-header"],
.mateslots-6f9koo, [class*="updated-block"] {
  color: #ece7dc !important;
}
