* {
  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;
  }
}

.sportuna-5rx43d {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .sportuna-5rx43d {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .sportuna-5rx43d {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.sportuna-ibo6zb {
  overflow: hidden;
}

.sportuna-trvn9d img {
  background: var(--Neutral-300);
}

.sportuna-ta6crq {
  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;
}

.sportuna-d5bzmx {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.sportuna-d5bzmx:hover {
  background: var(--button-bg-hover);
}

.sportuna-9fqdec {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.sportuna-9fqdec:hover {
  background: var(--button-bg-hover);
}

.sportuna-ait4gq {
  font-size: 12px;
  line-height: 18px;
}

.sportuna-axoq32 {
  font-size: 18px;
  line-height: 26px;
}

.sportuna-j8vq0s {
  width: 100%;
}

.sportuna-0m053l {
  padding: 6px 16px;
}

.sportuna-5jw25u {
  padding: 10px 16px;
}

.sportuna-fdxhnb {
  padding: 15px 26px;
}

.sportuna-srersk {
  flex-shrink: 0;
}

.sportuna-gxgcgz {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.sportuna-bkx6uk {
  display: none;
}

.sportuna-of4h90 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.sportuna-tui2dd {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.sportuna-c52j45 {
  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;
}

.sportuna-15mwkh {
  cursor: grab;
}

.sportuna-c52j45::-webkit-scrollbar {
  display: none;
}

.sportuna-p203o1 {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.sportuna-dkwn7w {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.sportuna-89obwi {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.sportuna-d0o9a1 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.sportuna-tynw1x {
  visibility: visible;
}

.sportuna-ugyi49 {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.sportuna-98dmpf ease;
}

.sportuna-bjzy1a {
  background-color: var(--Primary-200);
  width: 16px;
}

.sportuna-e55nji {
  -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.sportuna-98dmpf,
    mask-image 0.3s;
}

.sportuna-e55nji.sportuna-hbjviv {
  -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;
  }
}

.sportuna-yohyjq: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;
}

.sportuna-qwwgpl {
  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.sportuna-njt6fc.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.sportuna-njt6fc.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;
}

.sportuna-injndl {
  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);
}

.sportuna-injndl::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%
  );
}

.sportuna-qyj5yh {
  position: relative;
  z-index: 1;
}

.sportuna-bypph0 {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.sportuna-r2jh5p {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.sportuna-u8eyss {
  font-size: 40px;
  line-height: 48px;
}

.sportuna-sujffm {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.sportuna-dltha0 {
  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;
}

.sportuna-dltha0:hover {
  background: var(--Primary-400);
}

.sportuna-dltha0 svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.sportuna-yohyjq 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) {
  .sportuna-injndl {
    max-width: 600px;
    padding: 64px;
  }

  .sportuna-bypph0 {
    font-size: 24px;
    line-height: 32px;
  }

  .sportuna-r2jh5p {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .sportuna-u8eyss {
    font-size: 50px;
    line-height: 56px;
  }

  .sportuna-sujffm {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .sportuna-qwwgpl {
    top: 25px;
    right: 25px;
  }
}

.sportuna-tbt6t1,
.sportuna-ox6gfm {
  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;
}

.sportuna-j8gss3.sportuna-ajd6tj::before,
.sportuna-ox6gfm::before,
.sportuna-bk7vie::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.sportuna-njt6fc.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.sportuna-kojltx 14.sportuna-kn5pd0.sportuna-kcvpsb 14.sportuna-qjev3p 15.sportuna-irwgim 14.sportuna-ip7olq 15.sportuna-debzww 14.sportuna-mvdpnj.sportuna-hfg1gj 14.sportuna-5i79ps 19.sportuna-qkg9nb 12.sportuna-esw5j8 19.sportuna-qkg9nb 10.sportuna-lb5n85.sportuna-qkg9nb 8.sportuna-rpzbf9 17.sportuna-bxra6y 7.sportuna-qzk2ql 15.sportuna-sdi6wi 7.sportuna-gzdjvl.sportuna-o7ohdr 7.sportuna-qzk2ql 11.sportuna-djzy9g 8.sportuna-rpzbf9 11.sportuna-djzy9g 10.sportuna-rxtqni.sportuna-djzy9g 12.sportuna-u1qgoy 13.sportuna-osp208 14.sportuna-k1irg9 15.sportuna-0cgzh7 14.sportuna-ygnle9.sportuna-udvt74 14.sportuna-8mr9ge 15.sportuna-mityo1 14.sportuna-jbhypq 15.sportuna-eottdi 14.sportuna-0iyfvx.sportuna-kojltx 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.sportuna-jlizgq 15.sportuna-vrltbn.sportuna-u73qzx 15.sportuna-qnr3em 15.sportuna-lw5fg7 15.sportuna-s5dxj1 15.sportuna-mpaw6h 15.sportuna-z7qj1c.sportuna-mh3imu 15.sportuna-s5dxj1 15.sportuna-r7hd9k 15.sportuna-gbewh0 15.sportuna-yjpb7f 15.sportuna-pi9jw8.sportuna-l6161v 15.sportuna-7tcw14 7.sportuna-rdo2r7 18.sportuna-mlku80 7.sportuna-awjs1c 23.sportuna-6cpso6.sportuna-uin8v7.sportuna-u8m5or 18.sportuna-y7o55y 19.sportuna-ik45c0 15.sportuna-ygvhxc 15.sportuna-jlizgq 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.sportuna-1sllx8 [type="submit"] *,
.sportuna-6at7wi button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .sportuna-ceddx6 {
    display: none;
  }
}

.sportuna-a41l7q {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .sportuna-a41l7q {
  display: none;
}

@media (min-width: 768px) {
  .sportuna-a41l7q {
    bottom: 22px;
  }
}

.sportuna-a41l7q input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .sportuna-a41l7q {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.sportuna-sp8rq5.static) .sportuna-a41l7q {
    bottom: 8px;
  }
}

.sportuna-jr4dkw {
  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.sportuna-njt6fc.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.sportuna-duam75 3.sportuna-k27scy.sportuna-jz9e1h.sportuna-333572 3.sportuna-4dkh0y 3.sportuna-2hx4zf 5.sportuna-t0ele2 3.sportuna-2hx4zf 8.sportuna-ajvlzy.sportuna-e6d4e2.sportuna-2hx4zf 26.sportuna-f87tsp 5.sportuna-o7093r 28.sportuna-y7q4os 8.sportuna-6yval7 28.sportuna-upw9c7.sportuna-iuxy46 28.sportuna-51f3oo.sportuna-382vtf 34.sportuna-lofipq.sportuna-ykgnk6 36.sportuna-9gx2d5 11.sportuna-iytdq9 37.sportuna-9zc4cs 12.sportuna-hxsobu 36.sportuna-x9fphs.sportuna-emj48p 28.sportuna-y3jl88.sportuna-pjmp35.sportuna-2jebgr 28.sportuna-wcjfhp 36.sportuna-z1lvjd 26.sportuna-tdu0ml 36.sportuna-z1lvjd 23.sportuna-40neoi.sportuna-aruiff.sportuna-z1lvjd 5.sportuna-t2gzkx 34.sportuna-1830jo 3.sportuna-4dkh0y 31.sportuna-duam75 3.sportuna-n177qt.sportuna-j1bh6n 18.sportuna-lhqny1.sportuna-wy2ybl 18.sportuna-rznwo8 8.sportuna-mil0ka 17.sportuna-9aoifw 8.sportuna-mil0ka 15.sportuna-bxtem9.sportuna-mil0ka 14.sportuna-fl3svl 9.sportuna-wy2ybl 13.sportuna-nh0iax 11.sportuna-j1bh6n 13.sportuna-78w1y4.sportuna-rkhjt6 13.sportuna-nh0iax 13.sportuna-81dfqv 14.sportuna-fl3svl 13.sportuna-81dfqv 15.sportuna-bity3u.sportuna-81dfqv 17.sportuna-9aoifw 12.sportuna-rkhjt6 18.sportuna-rznwo8 11.sportuna-j1bh6n 18.sportuna-jpnopf.sportuna-1nal8m 18.sportuna-at2o2v.sportuna-31y76j 18.sportuna-rznwo8 17.sportuna-1psfdw 17.sportuna-9aoifw 17.sportuna-1psfdw 15.sportuna-wz1bik.sportuna-1psfdw 14.sportuna-fl3svl 18.sportuna-31y76j 13.sportuna-nh0iax 20.sportuna-1nal8m 13.sportuna-uqv2zb.sportuna-rwwkov 13.sportuna-nh0iax 22.sportuna-9n0ap8 14.sportuna-fl3svl 22.sportuna-9n0ap8 15.sportuna-b1h25p.sportuna-8fa4yc 17.sportuna-9aoifw 21.sportuna-rwwkov 18.sportuna-rznwo8 20.sportuna-1nal8m 18.sportuna-4mggdq.sportuna-rvola9 18.sportuna-8q9sqz.sportuna-5jretk 18.sportuna-rznwo8 26.sportuna-f1xkmp 17.sportuna-9aoifw 26.sportuna-f1xkmp 15.sportuna-zf8tt0.sportuna-f1xkmp 14.sportuna-fl3svl 27.sportuna-5jretk 13.sportuna-nh0iax 28.sportuna-rvola9 13.sportuna-arwcdh.sportuna-cvmd5k 13.sportuna-nh0iax 31.sportuna-nxq58d 14.sportuna-fl3svl 31.sportuna-nxq58d 15.sportuna-pznnr0.sportuna-f1xkmp 17.sportuna-9aoifw 30.sportuna-cvmd5k 18.sportuna-rznwo8 28.sportuna-rvola9 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"])
    .sportuna-jr4dkw {
    display: none;
  }
}

.sportuna-ng2cc1 {
  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) {
  .sportuna-ng2cc1 {
    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;
}

.sportuna-6at7wi {
  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) {
  .sportuna-6at7wi {
    padding: 14px 16px;
  }
}

.sportuna-6at7wi button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.sportuna-6at7wi button:first-child {
  align-content: end;
}

.sportuna-6at7wi button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .sportuna-6at7wi
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .sportuna-6at7wi
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.sportuna-6at7wi button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.sportuna-6at7wi button:last-child svg {
  width: 38px;
  height: 38px;
}

.sportuna-bk7vie {
  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;
}

.sportuna-bk7vie::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .sportuna-bk7vie,
.pc61d126-chatbot[data-active-screen="3"]
  .sportuna-bk7vie {
  opacity: 1;
  visibility: visible;
}

.sportuna-mz0o82 {
  flex: 1 1;
}

.sportuna-c4mkam {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .sportuna-c4mkam {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .sportuna-d41hbs {
  display: block;
}

.sportuna-2syn75 {
  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) {
  .sportuna-2syn75 {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.sportuna-ox6gfm {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.sportuna-ox6gfm::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.sportuna-g69zs2 span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.sportuna-g69zs2 p {
  color: var(--Text-100);
}

.sportuna-ox6gfm .sportuna-25n3z8 {
  grid-area: button;
}

.sportuna-ox6gfm .sportuna-25n3z8::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.sportuna-njt6fc.org/2000/svg'%3E%3Cpath d='M4.sportuna-qcy096 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.sportuna-jskmz8 15L16.sportuna-jskmz8 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.sportuna-jskmz8 5L16.sportuna-jskmz8 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .sportuna-hhs6xf {
  display: block;
}

.sportuna-gm79qw {
  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) {
  .sportuna-gm79qw {
    margin-top: 40px;
  }
}

.sportuna-tbt6t1 label,
.sportuna-tbt6t1 input {
  display: block;
  width: 100%;
}

.sportuna-tbt6t1 label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.sportuna-tbt6t1 label.sportuna-xdnho4 input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.sportuna-tbt6t1 label.sportuna-xdnho4::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;
}

.sportuna-tbt6t1 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;
}

.sportuna-tbt6t1 input::placeholder {
  color: var(--Text-400);
}

.sportuna-flbgvx {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .sportuna-flbgvx {
  display: flex;
}

.sportuna-flbgvx ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .sportuna-flbgvx ol {
    height: 420px;
    padding: 24px;
  }
}

.sportuna-flbgvx ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.sportuna-1sllx8 {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .sportuna-1sllx8 {
    padding: 0 24px 24px;
  }
}

.sportuna-1sllx8 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;
}

.sportuna-1sllx8 input::placeholder {
  color: var(--Text-400);
}

.sportuna-1sllx8 [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.sportuna-1sllx8 [type="submit"]:disabled {
  opacity: 0.5;
}

.sportuna-1sllx8 [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .sportuna-1sllx8 [type="submit"] {
    right: 40px;
  }
}

.sportuna-j8gss3 {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.sportuna-j8gss3.sportuna-ajd6tj {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.sportuna-j8gss3.sportuna-ajd6tj::before {
  content: "";
  width: 31px;
}

.sportuna-j8gss3.sportuna-ajd6tj p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.sportuna-j8gss3.sportuna-54a2hx p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.sportuna-j8gss3 p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.sportuna-a41l7q .sportuna-25n3z8 {
  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;
  }
}

.sportuna-ceddx6 {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .sportuna-ceddx6 {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .sportuna-ceddx6 {
    padding: 18px 0;
  }
}

.sportuna-ceddx6 .sportuna-5rx43d {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .sportuna-ceddx6 .sportuna-5rx43d {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.sportuna-zow0vb {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .sportuna-zow0vb {
    max-width: 160px;
    height: 40px;
  }
}

.sportuna-zow0vb picture,
.sportuna-zow0vb img {
  display: block;
  width: 100%;
  height: 100%;
}

.sportuna-zow0vb img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .sportuna-th7tcd {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.sportuna-98dmpf ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .sportuna-ceddx6.sportuna-f7a6eq .sportuna-th7tcd {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .sportuna-th7tcd {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .sportuna-th7tcd {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.sportuna-05q26s,
.sportuna-kimbqg {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .sportuna-05q26s,
  .sportuna-kimbqg {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .sportuna-kimbqg {
    display: none;
  }
}

.sportuna-8le64d {
  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;
}

.sportuna-f7a6eq .sportuna-8le64d {
  background: var(--fh-bg-color);
}

.sportuna-8le64d button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .sportuna-8le64d {
    display: none;
  }
}

.sportuna-zzwgcs {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .sportuna-zzwgcs {
    display: none;
  }
}

.sportuna-mch3dc {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.sportuna-ceddx6.sportuna-f7a6eq .sportuna-mch3dc:first-child {
  display: none;
}

.sportuna-ceddx6.sportuna-f7a6eq .sportuna-mch3dc:last-child {
  display: block;
}

.sportuna-mch3dc:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .sportuna-mch3dc {
    display: none;
  }
}

.sportuna-fieya3 {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .sportuna-fieya3 {
    display: flex;
  }
}

.sportuna-fieya3 ul {
  max-height: 350px;
  overflow-y: auto;
}

.sportuna-fieya3:hover ul {
  visibility: visible;
  opacity: 1;
}

.sportuna-fieya3:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.sportuna-fieya3:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.sportuna-fieya3:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.sportuna-fieya3:hover .sportuna-k24upv svg {
  transform: rotate(180deg);
}

.sportuna-oul3pd {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.sportuna-99nu0u {
  padding: 0 8px;
}

.sportuna-713m44 {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.sportuna-713m44:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .sportuna-713m44 {
    padding: 4px 8px;
  }
}

.sportuna-4ubrol {
  display: flex;
}

.sportuna-4ubrol img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.sportuna-k24upv {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.sportuna-k24upv svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.sportuna-1a1cbb {
  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) {
  .sportuna-1a1cbb {
    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;
  }
}

.sportuna-3rfmt1 {
  width: 100%;
}

@media (min-width: 1200px) {
  .sportuna-3rfmt1 {
    display: none;
  }
}

.sportuna-kzvfsb {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.sportuna-ef713r {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.sportuna-ltgit5 {
  display: flex;
}

.sportuna-9avn92 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.sportuna-0v9sdf {
  list-style: none;
}

@media (max-width: 1199px) {
  .sportuna-0v9sdf {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .sportuna-0v9sdf {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .sportuna-0v9sdf .sportuna-sw8rxs [data-ref-el],
  .sportuna-0v9sdf .sportuna-sw8rxs span,
  .sportuna-0v9sdf .sportuna-sw8rxs a {
    white-space: nowrap;
  }
}

.sportuna-xyqhc5 {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .sportuna-xyqhc5.sportuna-3h4fvw > .sportuna-sw8rxs {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .sportuna-xyqhc5.sportuna-ta61xs:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .sportuna-xyqhc5.sportuna-3h4fvw > .sportuna-vrr3hp {
    height: auto;
  }

  .sportuna-xyqhc5.sportuna-3h4fvw > div > .sportuna-1nq4dd {
    transform: rotate(180deg);
  }
}

.sportuna-xyqhc5 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.sportuna-xyqhc5 [data-ref-el],
.sportuna-xyqhc5 span {
  cursor: pointer;
}

.sportuna-xyqhc5 [data-ref-el],
.sportuna-xyqhc5 span,
.sportuna-xyqhc5 a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .sportuna-xyqhc5 [data-ref-el],
  .sportuna-xyqhc5 span,
  .sportuna-xyqhc5 a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .sportuna-xyqhc5 [data-ref-el],
  .sportuna-xyqhc5 span,
  .sportuna-xyqhc5 a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.sportuna-vrr3hp {
  height: 0;
  overflow: hidden;
  transition: height 0.sportuna-98dmpf ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.sportuna-vrr3hp::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.sportuna-vrr3hp::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.sportuna-vrr3hp::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .sportuna-vrr3hp {
    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;
  }

  .sportuna-vrr3hp:has(> .sportuna-xyqhc5.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .sportuna-vrr3hp .sportuna-vrr3hp {
    padding: 0;
  }

  .sportuna-vrr3hp .sportuna-xyqhc5 {
    font-weight: 400;
  }

  .sportuna-vrr3hp .sportuna-xyqhc5:hover > .sportuna-sw8rxs {
    background: var(--Neutral-300);
  }

  .sportuna-vrr3hp .sportuna-1nq4dd {
    rotate: -90deg;
  }
}

.sportuna-sw8rxs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .sportuna-sw8rxs {
    padding: 8px;
  }

  .sportuna-xyqhc5.sportuna-u1d1f8 > .sportuna-sw8rxs {
    background: var(--Neutral-300);
  }
}

.sportuna-1nq4dd {
  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.sportuna-njt6fc.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.sportuna-74he3c 0.sportuna-ohsuj0.sportuna-her9j2 -0.sportuna-m6b1ri 0.sportuna-lbn4ru -0.sportuna-m6b1ri 1.sportuna-65kkwj 0.sportuna-potzgo.sportuna-xtaoab 4.sportuna-6h01q3.sportuna-74he3c 0.sportuna-8j6r5i.sportuna-mam0wr -0.sportuna-m6b1ri 9.sportuna-ry2nhg -0.sportuna-m6b1ri 10.sportuna-rxvgfr 0.sportuna-jl4xml.sportuna-8j5bum 0.sportuna-her9j2 10.sportuna-8j5bum 0.sportuna-lbn4ru 10.sportuna-rxvgfr 1.sportuna-d54s7d.sportuna-ghxeae 5.sportuna-ibungf.sportuna-e3bpoq 6.sportuna-eqdsl5 5.sportuna-lje24l 6.sportuna-eqdsl5 4.sportuna-513ma8 5.sportuna-j3wjdj.sportuna-74he3c 1.sportuna-4w74gi.sportuna-m6b1ri 0.sportuna-lbn4ru -0.sportuna-m6b1ri 0.sportuna-her9j2 0.sportuna-74he3c 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.sportuna-98dmpf ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .sportuna-1nq4dd {
    cursor: default;
  }
}

.sportuna-oiemwn {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.sportuna-tqkxgr {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .sportuna-tqkxgr {
    padding: 40px 4px;
  }
}

.sportuna-y65p2p {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .sportuna-y65p2p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.sportuna-gejsw1 {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .sportuna-gejsw1 {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.sportuna-gejsw1 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.sportuna-gejsw1 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.sportuna-gejsw1 [data-ref-el],
.sportuna-gejsw1 span,
.sportuna-gejsw1 a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.sportuna-lzn2ep {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .sportuna-lzn2ep {
    margin-bottom: 12px;
  }
}

.sportuna-x5zljy {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.sportuna-x5zljy img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .sportuna-x5zljy:last-child {
    margin-right: 0;
  }
}

.sportuna-fo061h {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.sportuna-lzn2ep:hover .sportuna-pzhyhq {
  visibility: visible;
  opacity: 1;
}

.sportuna-pzhyhq {
  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);
}

.sportuna-hlr6wt {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.sportuna-uoiiq3 {
  display: flex;
  margin: 6px;
}

.sportuna-uoiiq3 img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.sportuna-pzhyhq::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);
}

.sportuna-pzhyhq::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);
}

.sportuna-jnj2ts {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .sportuna-jnj2ts {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.sportuna-jylw3k {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .sportuna-jylw3k {
    margin-right: 32px;
  }
}

.sportuna-zytcgo {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .sportuna-zytcgo {
    margin-top: 0;
    width: 340px;
  }
}

.sportuna-zytcgo a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.sportuna-bv3zic {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.sportuna-ngnsqc {
  position: relative;
}

@media (min-width: 768px) {
  .sportuna-ngnsqc {
    margin-top: 40px;
  }
}

.sportuna-ngnsqc + .sportuna-9s4w33,
.sportuna-ngnsqc + .sportuna-ngnsqc {
  margin-top: 24px;
}

.sportuna-6dgjgk {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .sportuna-6dgjgk {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .sportuna-6dgjgk {
    padding: 80px;
  }
}

.sportuna-gfyxbl {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .sportuna-gfyxbl {
    padding: 0 16px;
}


}

.sportuna-5vwy7f {
  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) {
  .sportuna-5vwy7f {
    font-size: 48px;
    line-height: 56px;
  }
}

.sportuna-3fuibl {
  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) {
  .sportuna-3fuibl {
    font-size: 24px;
    line-height: 32px;
  }
}

.sportuna-tkmwdx {
  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;
}

.sportuna-tkmwdx:hover {
  background: var(--button-bg-hover);
}

.sportuna-zky1ya {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.sportuna-zky1ya img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .sportuna-zky1ya img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .sportuna-zky1ya img {
  min-height: 100%;
  }
}

.sportuna-6dgjgk::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.sportuna-87ehfi {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.sportuna-87ehfi h1,
.sportuna-87ehfi h2,
.sportuna-87ehfi h3,
.sportuna-87ehfi h4 {
  margin-bottom: 6px;
}

.sportuna-87ehfi h1:not(:first-child),
.sportuna-87ehfi h2:not(:first-child),
.sportuna-87ehfi h3:not(:first-child),
.sportuna-87ehfi h4:not(:first-child) {
  margin-top: 16px;
}

.sportuna-87ehfi h1,
.sportuna-87ehfi h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .sportuna-87ehfi h1,
  .sportuna-87ehfi h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.sportuna-87ehfi h2,
.sportuna-87ehfi h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .sportuna-87ehfi h2,
  .sportuna-87ehfi h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.sportuna-87ehfi h3,
.sportuna-87ehfi h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .sportuna-87ehfi h3,
  .sportuna-87ehfi h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.sportuna-87ehfi h4,
.sportuna-87ehfi h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.sportuna-87ehfi ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.sportuna-87ehfi ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.sportuna-87ehfi 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);
}

.sportuna-87ehfi ul ul {
  margin-bottom: 8px;
}

.sportuna-87ehfi ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.sportuna-87ehfi ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.sportuna-87ehfi ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.sportuna-87ehfi ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.sportuna-87ehfi ol li::marker {
  font-weight: 700;
}

.sportuna-87ehfi ol ol {
  margin-bottom: 8px;
}

.sportuna-87ehfi ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.sportuna-87ehfi ol ul li {
  padding-left: 16px;
}

.sportuna-87ehfi 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) {
  .sportuna-87ehfi table {
    padding: 24px;
  }
}

.sportuna-87ehfi table.sportuna-kkwbfy {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.sportuna-98dmpf,
    mask-image 0.3s;
}

.sportuna-87ehfi table.sportuna-kkwbfy.sportuna-hbjviv {
  -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) {
  .sportuna-87ehfi table {
    display: table;
  }
}

.sportuna-87ehfi 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);
}

.sportuna-87ehfi table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.sportuna-87ehfi table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.sportuna-87ehfi 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) {
  .sportuna-87ehfi table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.sportuna-87ehfi table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.sportuna-87ehfi table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.sportuna-87ehfi table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.sportuna-87ehfi img {
  max-width: 100%;
  height: auto;
}

.sportuna-f9opp7 {
  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) {
  .sportuna-f9opp7 {
    padding: 24px;
  }
}

.sportuna-xrws4q {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .sportuna-xrws4q {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.sportuna-xrws4q > * {
  margin: 0 !important;
}

.sportuna-xrws4q img,
.sportuna-7h7ty9 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .sportuna-xrws4q img,
  .sportuna-7h7ty9 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.sportuna-q8qyzn {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .sportuna-q8qyzn {
    width: 32px;
    height: 32px;
  }
}

.sportuna-lz53aj {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.sportuna-lz53aj .sportuna-jnwukt {
  flex-shrink: 0;
}

.sportuna-lz53aj .sportuna-vdpgsd svg {
  display: none;
}

.sportuna-vv7kq1 {
  display: grid;
  transition: max-height 0.sportuna-98dmpf ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .sportuna-vv7kq1 {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .sportuna-vv7kq1 {
    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));
  }
}

.sportuna-vv7kq1.sportuna-kgr8xg + .sportuna-jnwukt svg {
  transform: rotate(180deg);
}

.sportuna-pwtaww {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.sportuna-pwtaww > div:nth-child(3n) {
  grid-column: span 2;
}

.sportuna-pwtaww
  > div:nth-child(3n)
  .sportuna-cr7qjd
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .sportuna-pwtaww {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .sportuna-pwtaww > div:nth-child(3n) {
    grid-column: unset;
  }

  .sportuna-pwtaww
    > div:nth-child(3n)
    .sportuna-cr7qjd
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .sportuna-pwtaww {
    max-width: 270px;
  }
}

.sportuna-pwtaww .sportuna-cr7qjd button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .sportuna-pwtaww .sportuna-cr7qjd button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .sportuna-pwtaww .sportuna-cr7qjd button {
    max-width: 104px;
  }
}

.sportuna-qd3wxj {
  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) {
  .sportuna-qd3wxj {
    margin-bottom: 0;
  }
}

.sportuna-nkthgc {
  display: none;
  opacity: 0;
}

.sportuna-dlqtnp {
  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;
  }
}

.sportuna-dlqtnp img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.sportuna-cr7qjd {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.sportuna-cr7qjd button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .sportuna-cr7qjd
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .sportuna-cr7qjd
    button {
    max-width: 145px;
  }
}

.sportuna-xay9bx:first-child
  .sportuna-cr7qjd
  button {
  max-width: 270px;
}

.sportuna-7vauej {
  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%;
}

.sportuna-qd3wxj picture {
  width: 100%;
  max-width: 100%;
}

.sportuna-azoce2 {
  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;
}

.sportuna-azoce2 svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.sportuna-qd3wxj:hover .sportuna-azoce2 {
  display: flex;
}

.sportuna-v4ec19 {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.sportuna-h9r3w5 {
  display: flex;
}

.sportuna-h9r3w5:hover .sportuna-irpvqt,
.sportuna-h9r3w5 .sportuna-u1d1f8 .sportuna-irpvqt {
  display: flex;
}

.sportuna-h9r3w5 svg {
  flex-shrink: 0;
}

.sportuna-irpvqt {
  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) {
  .sportuna-irpvqt {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.sportuna-irpvqt:hover {
  display: flex;
}

.sportuna-irpvqt svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.sportuna-zapn8n {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .sportuna-zapn8n {
    font-size: 12px;
  }
}

.sportuna-qsdcsq,
.sportuna-f6ywyc {
  width: 50%;
  flex-shrink: 0;
}

.sportuna-qsdcsq {
  font-weight: 700;
}

.sportuna-w66z09 .sportuna-vv7kq1 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .sportuna-w66z09 .sportuna-vv7kq1 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .sportuna-w66z09 .sportuna-vv7kq1 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.sportuna-w66z09
  .sportuna-7vauej:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.sportuna-w66z09 .sportuna-dlqtnp {
  height: 100% !important;
  border-radius: 16px;
}

.sportuna-w66z09 .sportuna-cr7qjd {
  gap: 4px;
  align-items: center;
}

.sportuna-w66z09 .sportuna-cr7qjd button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sportuna-w66z09 .sportuna-cr7qjd svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.sportuna-w66z09 .sportuna-i1tlo4,
.sportuna-w66z09 .sportuna-a0rgkc {
  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.sportuna-njt6fc.org/2000/svg'%3E%3Cpath d='M9.sportuna-er2t11 4.sportuna-utwbrd.sportuna-696la4 5.sportuna-nl1hbw.sportuna-tyqxnq 5.sportuna-xxoggj.sportuna-7z66hd 5.sportuna-58hpm4.sportuna-yx51mr 8.sportuna-oo1hkb.sportuna-tfr66f 9.sportuna-5v1d5c.sportuna-crqlqn 9.sportuna-yy5wlq.sportuna-asmk94 13.sportuna-mjmx7h.sportuna-ja4pwr 11.sportuna-4e8xyi.sportuna-o3jp5z 11.sportuna-od6qtv.sportuna-x88jcu 11.sportuna-rr72nn.sportuna-tm8mjr 13.sportuna-v3sqlk.sportuna-qpa6o9 9.sportuna-4d2lao.sportuna-lokn13 9.sportuna-7p8is9.sportuna-8qtvws 8.sportuna-rspsc3.sportuna-d7voxq 5.sportuna-kvnepy.sportuna-sjcqpn 5.sportuna-jxgm3k.sportuna-pumdpc 5.sportuna-nqwg5c.sportuna-h2fkev 4.sportuna-qngsd3.sportuna-o3jp5z 1.sportuna-2s1m08.sportuna-er2t11 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.sportuna-w66z09 .sportuna-i1tlo4 {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.sportuna-w66z09 .sportuna-a0rgkc {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.sportuna-cfzqfo {
  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) {
  .sportuna-cfzqfo {
    padding: 24px;
  }
}

.sportuna-cfzqfo .sportuna-jnwukt {
  display: flex;
}

@media (min-width: 768px) {
  .sportuna-cfzqfo .sportuna-jnwukt {
    display: none;
  }
}

.sportuna-cfzqfo .sportuna-vdpgsd svg {
  display: none;
}

.sportuna-akqfqa {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.sportuna-akqfqa .sportuna-ta6crq {
  display: none;
}

@media (min-width: 768px) {
  .sportuna-akqfqa .sportuna-ta6crq {
    display: flex;
  }
}

.sportuna-hztz8n {
  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) {
  .sportuna-hztz8n {
    font-size: 40px;
    line-height: 48px;
  }
}

.sportuna-hztz8n > * {
  margin: 0 !important;
}

.sportuna-hztz8n img,
.sportuna-jj39oc {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .sportuna-hztz8n img,
  .sportuna-jj39oc {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.sportuna-h94dmf {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .sportuna-h94dmf {
    width: 32px;
    height: 32px;
  }
}

.sportuna-jspcod {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .sportuna-jspcod {
    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;
  }

  .sportuna-jspcod::-webkit-scrollbar {
    display: none;
  }
}

.sportuna-9xl3ty {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .sportuna-9xl3ty {
    padding: 7px 15px;
  }
}

.sportuna-9xl3ty:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.sportuna-9evgg4 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .sportuna-9evgg4 {
    display: flex;
    opacity: 1;
  }
}

.sportuna-9xl3ty picture {
  height: 100%;
  display: block;
}

.sportuna-9xl3ty img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .sportuna-9xl3ty img {
    width: 88px;
    height: 44px;
  }
}

.sportuna-9xl3ty p {
  text-align: center;
  width: 100%;
}

.sportuna-05v7a0 {
  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) {
  .sportuna-05v7a0 {
    font-size: 40px;
    line-height: 48px;
  }
}

.sportuna-05v7a0 img,
.sportuna-5p4hgz {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .sportuna-05v7a0 img,
  .sportuna-5p4hgz {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.sportuna-2cnk8k {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .sportuna-2cnk8k {
    width: 32px;
    height: 32px;
  }
}

.sportuna-watm20 {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.sportuna-xzq5sj {
  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;
}

.sportuna-po1yeh {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.sportuna-po1yeh.sportuna-u1d1f8 {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.sportuna-55psuz {
  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) {
  .sportuna-55psuz {
    font-size: 20px;
    line-height: 28px;
  }
}

.sportuna-q6a75p {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.sportuna-oy9zob {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.sportuna-98dmpf ease;
  opacity: 0;
  color: var(--text-color);
}

.sportuna-pokjti {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.sportuna-pokjti ol,
.sportuna-pokjti ul {
  padding-left: 1.3em;
}

.sportuna-po1yeh.sportuna-u1d1f8 .sportuna-oy9zob {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.sportuna-po1yeh.sportuna-u1d1f8 .sportuna-q6a75p {
  transform: rotate(180deg);
  color: var(--text-color);
}

.sportuna-osnyti {
  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) {
  .sportuna-osnyti {
    padding: 24px;
  }
}

.sportuna-osnyti .sportuna-jnwukt {
  display: flex;
}

@media (min-width: 768px) {
  .sportuna-osnyti .sportuna-jnwukt {
    display: none;
  }
}

.sportuna-osnyti .sportuna-vdpgsd svg {
  display: none;
}

.sportuna-6h8z1k {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sportuna-6h8z1k .sportuna-ta6crq {
  display: none;
}

@media (min-width: 768px) {
  .sportuna-6h8z1k .sportuna-ta6crq {
    display: flex;
  }
}

.sportuna-ww0hss {
  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) {
  .sportuna-ww0hss {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.sportuna-ww0hss > * {
  margin: 0 !important;
}

.sportuna-ww0hss img,
.sportuna-1hfrve {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .sportuna-ww0hss img,
  .sportuna-1hfrve {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.sportuna-vhfdly {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .sportuna-vhfdly {
    width: 32px;
    height: 32px;
  }
}

.sportuna-t326xu {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .sportuna-t326xu {
    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;
  }

  .sportuna-t326xu::-webkit-scrollbar {
    display: none;
  }
}

.sportuna-wdu6qd {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.sportuna-wdu6qd:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.sportuna-cbdym0 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .sportuna-cbdym0 {
    display: flex;
    opacity: 1;
  }
}

.sportuna-wdu6qd picture {
  width: auto;
  height: 100%;
  display: block;
}

.sportuna-wdu6qd picture img {
  display: block;
  width: auto;
  height: 100%;
}

.sportuna-6r69yf {
  margin: -24px 0;
}

.sportuna-6r69yf:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .sportuna-6r69yf {
    margin: -16px 0;
  }
}

.sportuna-d99nvr {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .sportuna-d99nvr {
    flex-direction: row;
  }
}

.sportuna-e1hti9 {
  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) {
  .sportuna-e1hti9 {
    flex: 1;
  }
}

.sportuna-e1hti9::placeholder {
  color: var(--Text-400);
}

.sportuna-qqplq3 {
  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;
}

.sportuna-4g8a5x {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.sportuna-4g8a5x::-webkit-scrollbar {
  display: none;
}

.sportuna-r375ju {
  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;
}

.sportuna-r375ju img,
.sportuna-r375ju svg {
  margin-right: 8px;
}

.sportuna-eqx9t6 {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.sportuna-6r69yf + .sportuna-fl405b {
  margin-top: 0;
}

@media (min-width: 768px) {
  .sportuna-6r69yf + .sportuna-fl405b {
    margin-top: -16px;
  }
}

.sportuna-zpge6l {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.sportuna-zpge6l > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.sportuna-zpge6l > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.sportuna-s5a2ri {
  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;
}

.sportuna-wvhcw0 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.sportuna-24z1r1 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.sportuna-blj196 {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.sportuna-fw3mha {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.sportuna-s5a2ri 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;
}

.sportuna-s5a2ri 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) {
  .sportuna-s5a2ri {
    padding: 39px 179px 39px 39px;
  }

  .sportuna-wvhcw0 {
    font-size: 40px;
    line-height: 48px;
  }

  .sportuna-fw3mha {
    height: 348px;
  }

  .sportuna-s5a2ri button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .sportuna-s5a2ri button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .sportuna-s5a2ri {
    padding: 63px;
  }
}

.sportuna-fswwdi {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .sportuna-fswwdi {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.sportuna-iyc3sr {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .sportuna-iyc3sr {
    width: auto;
  }
}

.sportuna-f5p0s4 {
  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;
}

.sportuna-f5p0s4::-webkit-scrollbar {
  display: none;
}

.sportuna-f5p0s4 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);
}

.sportuna-f5p0s4 a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .sportuna-f5p0s4 {
    margin-left: 16px;
    margin-top: 0;
  }
}

.sportuna-fswwdi .sportuna-1ofppz {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.sportuna-98dmpf,
    mask-image 0.3s;
}

.sportuna-fswwdi .sportuna-1ofppz.sportuna-hbjviv {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.sportuna-nzxhl8 {
  margin: 40px -16px;
}

.sportuna-as27fc + .sportuna-9s4w33,
.sportuna-as27fc + .sportuna-ngnsqc {
  margin-top: 24px;
}

.sportuna-u7fqz5 {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.sportuna-u7fqz5 picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.sportuna-dtaub9 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .sportuna-dtaub9 {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .sportuna-dtaub9 {
    margin-top: 0;
  }
}

.sportuna-qe9l8r {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .sportuna-qe9l8r {
    font-size: 24px;
    line-height: 32px;
  }
}

.sportuna-b5vtk9 {
  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) {
  .sportuna-b5vtk9 {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.sportuna-4aetov {
  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) {
  .sportuna-4aetov {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.sportuna-jm10zq {
  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) {
  .sportuna-jm10zq {
    font-size: 20px;
    line-height: 28px;
  }
}

.sportuna-awi9pi {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .sportuna-awi9pi {
    font-size: 32px;
    line-height: 40px;
  }
}

.sportuna-duw2rs {
  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;
}

.sportuna-tgpq9x {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.sportuna-tgpq9x img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.sportuna-fl405b {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.sportuna-cfx9br {
  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) {
  .sportuna-cfx9br {
    padding: 15px 48px;
  }
}

main > .sportuna-fl405b {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .sportuna-vv7kq1.sportuna-ydcyve > div:nth-child(n+5) {
    display: none;
  }
}

.sportuna-87ehfi p a img {
  display: block;
  margin: 0 auto;
}


.sportuna-xdzbnb {
  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 */
.sportuna-xn4lly {
  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;
}

.sportuna-xn4lly label {
  font-size: 14px;
}

.sportuna-xn4lly h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.sportuna-xn4lly input,
.sportuna-xn4lly textarea,
.sportuna-xn4lly 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;
}
.sportuna-xn4lly button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.sportuna-mjk7bb ease;
}
.sportuna-xn4lly button:hover {
  background-color: var(--button-bg-hover);
}
.sportuna-cc1h32 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.sportuna-twiq0j ease-in;
}

.sportuna-cc1h32 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;
}
.sportuna-hyo6gt, .sportuna-aswafx, [class*="review-card"],
thead, thead th, table th, .sportuna-i4ih4y,
.sportuna-vazqdd, [class*="collapsible-header"],
.sportuna-wsxzd1, [class*="updated-block"] {
  color: #ece7dc !important;
}
