* {
  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;
  }
}

.olympia-wmd2cf {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .olympia-wmd2cf {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .olympia-wmd2cf {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.olympia-agmle2 {
  overflow: hidden;
}

.olympia-srt5ly img {
  background: var(--Neutral-300);
}

.olympia-laeyd0 {
  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;
}

.olympia-e45raf {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.olympia-e45raf:hover {
  background: var(--button-bg-hover);
}

.olympia-nzrhd0 {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.olympia-nzrhd0:hover {
  background: var(--button-bg-hover);
}

.olympia-ubgjql {
  font-size: 12px;
  line-height: 18px;
}

.olympia-ab2vs3 {
  font-size: 18px;
  line-height: 26px;
}

.olympia-j7ktws {
  width: 100%;
}

.olympia-z85oys {
  padding: 6px 16px;
}

.olympia-jp45zt {
  padding: 10px 16px;
}

.olympia-qfpxwm {
  padding: 15px 26px;
}

.olympia-ikhgvu {
  flex-shrink: 0;
}

.olympia-4bvzjx {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.olympia-cm9aw6 {
  display: none;
}

.olympia-q5uftr {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.olympia-ho4zwx {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.olympia-ejsikf {
  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;
}

.olympia-50cs9w {
  cursor: grab;
}

.olympia-ejsikf::-webkit-scrollbar {
  display: none;
}

.olympia-xcheb9 {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.olympia-ejfznz {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.olympia-gh8yro {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.olympia-5rvs44 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.olympia-l4zubr {
  visibility: visible;
}

.olympia-056vl5 {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.olympia-fn7113 ease;
}

.olympia-n8gsn8 {
  background-color: var(--Primary-200);
  width: 16px;
}

.olympia-y5q463 {
  -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.olympia-fn7113,
    mask-image 0.3s;
}

.olympia-y5q463.olympia-z5cjqc {
  -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;
  }
}

.olympia-vzslzq: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;
}

.olympia-4bi8if {
  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.olympia-the3jv.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.olympia-the3jv.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;
}

.olympia-uekwlw {
  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);
}

.olympia-uekwlw::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%
  );
}

.olympia-uwziwn {
  position: relative;
  z-index: 1;
}

.olympia-f83j9a {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.olympia-v6rmgp {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.olympia-xelh53 {
  font-size: 40px;
  line-height: 48px;
}

.olympia-3na2j0 {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.olympia-jkcr9v {
  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;
}

.olympia-jkcr9v:hover {
  background: var(--Primary-400);
}

.olympia-jkcr9v svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.olympia-vzslzq 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) {
  .olympia-uekwlw {
    max-width: 600px;
    padding: 64px;
  }

  .olympia-f83j9a {
    font-size: 24px;
    line-height: 32px;
  }

  .olympia-v6rmgp {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .olympia-xelh53 {
    font-size: 50px;
    line-height: 56px;
  }

  .olympia-3na2j0 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .olympia-4bi8if {
    top: 25px;
    right: 25px;
  }
}

.olympia-zxt0vm,
.olympia-mtzmoy {
  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;
}

.olympia-d0qerf.olympia-8sf4gx::before,
.olympia-mtzmoy::before,
.olympia-qgpa5y::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.olympia-the3jv.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.olympia-3honu6 14.olympia-i1sdn4.olympia-px5a8d 14.olympia-y7ndhu 15.olympia-dz5k3u 14.olympia-nu844y 15.olympia-c2oq49 14.olympia-8qba6x.olympia-8udg1i 14.olympia-z13960 19.olympia-dgdec8 12.olympia-yetb9v 19.olympia-dgdec8 10.olympia-mghj89.olympia-dgdec8 8.olympia-nwuwai 17.olympia-yo3jlr 7.olympia-w1wyh8 15.olympia-sfo5ty 7.olympia-9oqynt.olympia-lissrk 7.olympia-w1wyh8 11.olympia-fs57ep 8.olympia-nwuwai 11.olympia-fs57ep 10.olympia-na8exh.olympia-fs57ep 12.olympia-3se0bq 13.olympia-ih71dr 14.olympia-2nd1av 15.olympia-fp9e21 14.olympia-dy2m48.olympia-qcqmxz 14.olympia-mi7glh 15.olympia-auj2u6 14.olympia-5sb2j0 15.olympia-mdl6kh 14.olympia-8crtcw.olympia-3honu6 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.olympia-jxso20 15.olympia-4tagf3.olympia-d55flv 15.olympia-n20ffa 15.olympia-4oq078 15.olympia-6b5l7d 15.olympia-5b3d22 15.olympia-scdta8.olympia-9prcdv 15.olympia-6b5l7d 15.olympia-khv4dp 15.olympia-4gtlmx 15.olympia-wiu7xj 15.olympia-sz4iep.olympia-180s69 15.olympia-45iiub 7.olympia-y8nruu 18.olympia-4cw2pl 7.olympia-i7ho61 23.olympia-8q3t4j.olympia-f8spk2.olympia-f2arxt 18.olympia-1p6mfy 19.olympia-cze3n9 15.olympia-a0xk7b 15.olympia-jxso20 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.olympia-shics3 [type="submit"] *,
.olympia-edbzdu button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .olympia-fvnp6s {
    display: none;
  }
}

.olympia-jgmx65 {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .olympia-jgmx65 {
  display: none;
}

@media (min-width: 768px) {
  .olympia-jgmx65 {
    bottom: 22px;
  }
}

.olympia-jgmx65 input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .olympia-jgmx65 {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.olympia-q49y3g.static) .olympia-jgmx65 {
    bottom: 8px;
  }
}

.olympia-6pli66 {
  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.olympia-the3jv.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.olympia-d0dver 3.olympia-aktlpa.olympia-79ylcd.olympia-q5j3m2 3.olympia-fzy49x 3.olympia-gtmblx 5.olympia-6g5ebi 3.olympia-gtmblx 8.olympia-d5mqbk.olympia-5fp8q9.olympia-gtmblx 26.olympia-zh8na8 5.olympia-3xjsgh 28.olympia-oypjjb 8.olympia-2wh9vb 28.olympia-m1r0w5.olympia-e4qpfd 28.olympia-ytyhcv.olympia-ywzuo5 34.olympia-4obbgs.olympia-zwyzlq 36.olympia-lgs1uj 11.olympia-zwxc84 37.olympia-0b6e7u 12.olympia-xlg83q 36.olympia-q62x4u.olympia-1j0z3w 28.olympia-wnpimw.olympia-tka6qb.olympia-8u7j50 28.olympia-nuhkbw 36.olympia-xof5bn 26.olympia-jvfmq9 36.olympia-xof5bn 23.olympia-k1e8gv.olympia-1acbci.olympia-xof5bn 5.olympia-4h1xqh 34.olympia-8or8zz 3.olympia-fzy49x 31.olympia-d0dver 3.olympia-obmamn.olympia-embwqu 18.olympia-xs6y6u.olympia-8lms4r 18.olympia-e7c8dd 8.olympia-oo39xv 17.olympia-qgeg1l 8.olympia-oo39xv 15.olympia-k7vovv.olympia-oo39xv 14.olympia-x14iy5 9.olympia-8lms4r 13.olympia-gjz7kk 11.olympia-embwqu 13.olympia-yj0lmw.olympia-cpil4v 13.olympia-gjz7kk 13.olympia-lowc3p 14.olympia-x14iy5 13.olympia-lowc3p 15.olympia-0eq02l.olympia-lowc3p 17.olympia-qgeg1l 12.olympia-cpil4v 18.olympia-e7c8dd 11.olympia-embwqu 18.olympia-u2886n.olympia-vm90uu 18.olympia-eb1opz.olympia-lxjibi 18.olympia-e7c8dd 17.olympia-jt9cqf 17.olympia-qgeg1l 17.olympia-jt9cqf 15.olympia-zmktaq.olympia-jt9cqf 14.olympia-x14iy5 18.olympia-lxjibi 13.olympia-gjz7kk 20.olympia-vm90uu 13.olympia-j48871.olympia-xm2uiv 13.olympia-gjz7kk 22.olympia-ix2o4q 14.olympia-x14iy5 22.olympia-ix2o4q 15.olympia-erg7u5.olympia-ycj9ar 17.olympia-qgeg1l 21.olympia-xm2uiv 18.olympia-e7c8dd 20.olympia-vm90uu 18.olympia-n3w2fx.olympia-549nua 18.olympia-t916id.olympia-wctf9e 18.olympia-e7c8dd 26.olympia-xu9vxw 17.olympia-qgeg1l 26.olympia-xu9vxw 15.olympia-nv516f.olympia-xu9vxw 14.olympia-x14iy5 27.olympia-wctf9e 13.olympia-gjz7kk 28.olympia-549nua 13.olympia-ucujcx.olympia-g83914 13.olympia-gjz7kk 31.olympia-fw00bj 14.olympia-x14iy5 31.olympia-fw00bj 15.olympia-xtmyq2.olympia-xu9vxw 17.olympia-qgeg1l 30.olympia-g83914 18.olympia-e7c8dd 28.olympia-549nua 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"])
    .olympia-6pli66 {
    display: none;
  }
}

.olympia-exro1y {
  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) {
  .olympia-exro1y {
    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;
}

.olympia-edbzdu {
  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) {
  .olympia-edbzdu {
    padding: 14px 16px;
  }
}

.olympia-edbzdu button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.olympia-edbzdu button:first-child {
  align-content: end;
}

.olympia-edbzdu button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .olympia-edbzdu
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .olympia-edbzdu
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.olympia-edbzdu button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.olympia-edbzdu button:last-child svg {
  width: 38px;
  height: 38px;
}

.olympia-qgpa5y {
  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;
}

.olympia-qgpa5y::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .olympia-qgpa5y,
.pc61d126-chatbot[data-active-screen="3"]
  .olympia-qgpa5y {
  opacity: 1;
  visibility: visible;
}

.olympia-zo6gsv {
  flex: 1 1;
}

.olympia-w179cw {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .olympia-w179cw {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .olympia-zfk1wa {
  display: block;
}

.olympia-bzpvwz {
  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) {
  .olympia-bzpvwz {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.olympia-mtzmoy {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.olympia-mtzmoy::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.olympia-kmuk38 span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.olympia-kmuk38 p {
  color: var(--Text-100);
}

.olympia-mtzmoy .olympia-8fg8rd {
  grid-area: button;
}

.olympia-mtzmoy .olympia-8fg8rd::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.olympia-the3jv.org/2000/svg'%3E%3Cpath d='M4.olympia-949m0p 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.olympia-z36rvn 15L16.olympia-z36rvn 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.olympia-z36rvn 5L16.olympia-z36rvn 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .olympia-zmncse {
  display: block;
}

.olympia-l838q4 {
  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) {
  .olympia-l838q4 {
    margin-top: 40px;
  }
}

.olympia-zxt0vm label,
.olympia-zxt0vm input {
  display: block;
  width: 100%;
}

.olympia-zxt0vm label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.olympia-zxt0vm label.olympia-fkhmor input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.olympia-zxt0vm label.olympia-fkhmor::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;
}

.olympia-zxt0vm 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;
}

.olympia-zxt0vm input::placeholder {
  color: var(--Text-400);
}

.olympia-duu7hk {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .olympia-duu7hk {
  display: flex;
}

.olympia-duu7hk ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .olympia-duu7hk ol {
    height: 420px;
    padding: 24px;
  }
}

.olympia-duu7hk ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.olympia-shics3 {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .olympia-shics3 {
    padding: 0 24px 24px;
  }
}

.olympia-shics3 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;
}

.olympia-shics3 input::placeholder {
  color: var(--Text-400);
}

.olympia-shics3 [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.olympia-shics3 [type="submit"]:disabled {
  opacity: 0.5;
}

.olympia-shics3 [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .olympia-shics3 [type="submit"] {
    right: 40px;
  }
}

.olympia-d0qerf {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.olympia-d0qerf.olympia-8sf4gx {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.olympia-d0qerf.olympia-8sf4gx::before {
  content: "";
  width: 31px;
}

.olympia-d0qerf.olympia-8sf4gx p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.olympia-d0qerf.olympia-ilfifk p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.olympia-d0qerf p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.olympia-jgmx65 .olympia-8fg8rd {
  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;
  }
}

.olympia-fvnp6s {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .olympia-fvnp6s {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .olympia-fvnp6s {
    padding: 18px 0;
  }
}

.olympia-fvnp6s .olympia-wmd2cf {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .olympia-fvnp6s .olympia-wmd2cf {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.olympia-lz4etc {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .olympia-lz4etc {
    max-width: 160px;
    height: 40px;
  }
}

.olympia-lz4etc picture,
.olympia-lz4etc img {
  display: block;
  width: 100%;
  height: 100%;
}

.olympia-lz4etc img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .olympia-vr70pn {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.olympia-fn7113 ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .olympia-fvnp6s.olympia-e6f7bf .olympia-vr70pn {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .olympia-vr70pn {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .olympia-vr70pn {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.olympia-67zwmp,
.olympia-vx5b9t {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .olympia-67zwmp,
  .olympia-vx5b9t {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .olympia-vx5b9t {
    display: none;
  }
}

.olympia-1rxe9c {
  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;
}

.olympia-e6f7bf .olympia-1rxe9c {
  background: var(--fh-bg-color);
}

.olympia-1rxe9c button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .olympia-1rxe9c {
    display: none;
  }
}

.olympia-7amt9z {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .olympia-7amt9z {
    display: none;
  }
}

.olympia-671wc7 {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.olympia-fvnp6s.olympia-e6f7bf .olympia-671wc7:first-child {
  display: none;
}

.olympia-fvnp6s.olympia-e6f7bf .olympia-671wc7:last-child {
  display: block;
}

.olympia-671wc7:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .olympia-671wc7 {
    display: none;
  }
}

.olympia-82txah {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .olympia-82txah {
    display: flex;
  }
}

.olympia-82txah ul {
  max-height: 350px;
  overflow-y: auto;
}

.olympia-82txah:hover ul {
  visibility: visible;
  opacity: 1;
}

.olympia-82txah:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.olympia-82txah:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.olympia-82txah:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.olympia-82txah:hover .olympia-xkw752 svg {
  transform: rotate(180deg);
}

.olympia-hoqzhk {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.olympia-10tq58 {
  padding: 0 8px;
}

.olympia-0n5mqw {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.olympia-0n5mqw:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .olympia-0n5mqw {
    padding: 4px 8px;
  }
}

.olympia-67jw7l {
  display: flex;
}

.olympia-67jw7l img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.olympia-xkw752 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.olympia-xkw752 svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.olympia-corq5v {
  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) {
  .olympia-corq5v {
    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;
  }
}

.olympia-j5pc5p {
  width: 100%;
}

@media (min-width: 1200px) {
  .olympia-j5pc5p {
    display: none;
  }
}

.olympia-5zcr6m {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.olympia-fqthw9 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.olympia-quzlo5 {
  display: flex;
}

.olympia-uk8f1t {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.olympia-q3ccx4 {
  list-style: none;
}

@media (max-width: 1199px) {
  .olympia-q3ccx4 {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .olympia-q3ccx4 {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .olympia-q3ccx4 .olympia-eewxxb [data-ref-el],
  .olympia-q3ccx4 .olympia-eewxxb span,
  .olympia-q3ccx4 .olympia-eewxxb a {
    white-space: nowrap;
  }
}

.olympia-7kso8n {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .olympia-7kso8n.olympia-19urg4 > .olympia-eewxxb {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .olympia-7kso8n.olympia-9gy9qo:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .olympia-7kso8n.olympia-19urg4 > .olympia-j9uzae {
    height: auto;
  }

  .olympia-7kso8n.olympia-19urg4 > div > .olympia-ltkipj {
    transform: rotate(180deg);
  }
}

.olympia-7kso8n [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.olympia-7kso8n [data-ref-el],
.olympia-7kso8n span {
  cursor: pointer;
}

.olympia-7kso8n [data-ref-el],
.olympia-7kso8n span,
.olympia-7kso8n a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .olympia-7kso8n [data-ref-el],
  .olympia-7kso8n span,
  .olympia-7kso8n a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .olympia-7kso8n [data-ref-el],
  .olympia-7kso8n span,
  .olympia-7kso8n a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.olympia-j9uzae {
  height: 0;
  overflow: hidden;
  transition: height 0.olympia-fn7113 ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.olympia-j9uzae::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.olympia-j9uzae::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.olympia-j9uzae::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .olympia-j9uzae {
    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;
  }

  .olympia-j9uzae:has(> .olympia-7kso8n.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .olympia-j9uzae .olympia-j9uzae {
    padding: 0;
  }

  .olympia-j9uzae .olympia-7kso8n {
    font-weight: 400;
  }

  .olympia-j9uzae .olympia-7kso8n:hover > .olympia-eewxxb {
    background: var(--Neutral-300);
  }

  .olympia-j9uzae .olympia-ltkipj {
    rotate: -90deg;
  }
}

.olympia-eewxxb {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .olympia-eewxxb {
    padding: 8px;
  }

  .olympia-7kso8n.olympia-osisx7 > .olympia-eewxxb {
    background: var(--Neutral-300);
  }
}

.olympia-ltkipj {
  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.olympia-the3jv.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.olympia-jt6oo0 0.olympia-gxp5g6.olympia-7p4imt -0.olympia-l1lszg 0.olympia-xzcngz -0.olympia-l1lszg 1.olympia-2hxqcs 0.olympia-dt1mg2.olympia-r8ollx 4.olympia-h0k90b.olympia-jt6oo0 0.olympia-x3y237.olympia-tee44u -0.olympia-l1lszg 9.olympia-a8n2qq -0.olympia-l1lszg 10.olympia-xlaf58 0.olympia-2o67bh.olympia-uv63tx 0.olympia-7p4imt 10.olympia-uv63tx 0.olympia-xzcngz 10.olympia-xlaf58 1.olympia-ywu0jw.olympia-1ux8lr 5.olympia-zpjbb8.olympia-13lbnz 6.olympia-i0v7d1 5.olympia-b37l3e 6.olympia-i0v7d1 4.olympia-4ue83p 5.olympia-hlv9r9.olympia-jt6oo0 1.olympia-uh3trz.olympia-l1lszg 0.olympia-xzcngz -0.olympia-l1lszg 0.olympia-7p4imt 0.olympia-jt6oo0 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.olympia-fn7113 ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .olympia-ltkipj {
    cursor: default;
  }
}

.olympia-wklfhv {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.olympia-3gkgew {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .olympia-3gkgew {
    padding: 40px 4px;
  }
}

.olympia-carkp3 {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .olympia-carkp3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.olympia-93dqr6 {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .olympia-93dqr6 {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.olympia-93dqr6 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.olympia-93dqr6 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.olympia-93dqr6 [data-ref-el],
.olympia-93dqr6 span,
.olympia-93dqr6 a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.olympia-b3foum {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .olympia-b3foum {
    margin-bottom: 12px;
  }
}

.olympia-po4ch3 {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.olympia-po4ch3 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .olympia-po4ch3:last-child {
    margin-right: 0;
  }
}

.olympia-u1e8m8 {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.olympia-b3foum:hover .olympia-0mlkii {
  visibility: visible;
  opacity: 1;
}

.olympia-0mlkii {
  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);
}

.olympia-ysqkzr {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.olympia-xogbas {
  display: flex;
  margin: 6px;
}

.olympia-xogbas img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.olympia-0mlkii::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);
}

.olympia-0mlkii::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);
}

.olympia-le450e {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .olympia-le450e {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.olympia-gkx0nz {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .olympia-gkx0nz {
    margin-right: 32px;
  }
}

.olympia-azkly4 {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .olympia-azkly4 {
    margin-top: 0;
    width: 340px;
  }
}

.olympia-azkly4 a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.olympia-4auir0 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.olympia-of2zqb {
  position: relative;
}

@media (min-width: 768px) {
  .olympia-of2zqb {
    margin-top: 40px;
  }
}

.olympia-of2zqb + .olympia-oqrb4c,
.olympia-of2zqb + .olympia-of2zqb {
  margin-top: 24px;
}

.olympia-l4371w {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .olympia-l4371w {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .olympia-l4371w {
    padding: 80px;
  }
}

.olympia-q79n3n {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .olympia-q79n3n {
    padding: 0 16px;
}


}

.olympia-2lvi5b {
  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) {
  .olympia-2lvi5b {
    font-size: 48px;
    line-height: 56px;
  }
}

.olympia-vxa37j {
  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) {
  .olympia-vxa37j {
    font-size: 24px;
    line-height: 32px;
  }
}

.olympia-oxsue4 {
  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;
}

.olympia-oxsue4:hover {
  background: var(--button-bg-hover);
}

.olympia-8lwkb0 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.olympia-8lwkb0 img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .olympia-8lwkb0 img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .olympia-8lwkb0 img {
  min-height: 100%;
  }
}

.olympia-l4371w::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.olympia-i3ofak {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.olympia-i3ofak h1,
.olympia-i3ofak h2,
.olympia-i3ofak h3,
.olympia-i3ofak h4 {
  margin-bottom: 6px;
}

.olympia-i3ofak h1:not(:first-child),
.olympia-i3ofak h2:not(:first-child),
.olympia-i3ofak h3:not(:first-child),
.olympia-i3ofak h4:not(:first-child) {
  margin-top: 16px;
}

.olympia-i3ofak h1,
.olympia-i3ofak h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .olympia-i3ofak h1,
  .olympia-i3ofak h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.olympia-i3ofak h2,
.olympia-i3ofak h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .olympia-i3ofak h2,
  .olympia-i3ofak h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.olympia-i3ofak h3,
.olympia-i3ofak h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .olympia-i3ofak h3,
  .olympia-i3ofak h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.olympia-i3ofak h4,
.olympia-i3ofak h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.olympia-i3ofak ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.olympia-i3ofak ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.olympia-i3ofak 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);
}

.olympia-i3ofak ul ul {
  margin-bottom: 8px;
}

.olympia-i3ofak ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.olympia-i3ofak ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.olympia-i3ofak ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.olympia-i3ofak ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.olympia-i3ofak ol li::marker {
  font-weight: 700;
}

.olympia-i3ofak ol ol {
  margin-bottom: 8px;
}

.olympia-i3ofak ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.olympia-i3ofak ol ul li {
  padding-left: 16px;
}

.olympia-i3ofak 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) {
  .olympia-i3ofak table {
    padding: 24px;
  }
}

.olympia-i3ofak table.olympia-6q3zeb {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.olympia-fn7113,
    mask-image 0.3s;
}

.olympia-i3ofak table.olympia-6q3zeb.olympia-z5cjqc {
  -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) {
  .olympia-i3ofak table {
    display: table;
  }
}

.olympia-i3ofak 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);
}

.olympia-i3ofak table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.olympia-i3ofak table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.olympia-i3ofak 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) {
  .olympia-i3ofak table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.olympia-i3ofak table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.olympia-i3ofak table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.olympia-i3ofak table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.olympia-i3ofak img {
  max-width: 100%;
  height: auto;
}

.olympia-fhxp8k {
  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) {
  .olympia-fhxp8k {
    padding: 24px;
  }
}

.olympia-6sephe {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .olympia-6sephe {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.olympia-6sephe > * {
  margin: 0 !important;
}

.olympia-6sephe img,
.olympia-5to40v {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .olympia-6sephe img,
  .olympia-5to40v {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.olympia-374dae {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .olympia-374dae {
    width: 32px;
    height: 32px;
  }
}

.olympia-99wqqx {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.olympia-99wqqx .olympia-7jgitj {
  flex-shrink: 0;
}

.olympia-99wqqx .olympia-4xz0rq svg {
  display: none;
}

.olympia-5kajl0 {
  display: grid;
  transition: max-height 0.olympia-fn7113 ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .olympia-5kajl0 {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .olympia-5kajl0 {
    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));
  }
}

.olympia-5kajl0.olympia-jspvqv + .olympia-7jgitj svg {
  transform: rotate(180deg);
}

.olympia-pt4zyu {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.olympia-pt4zyu > div:nth-child(3n) {
  grid-column: span 2;
}

.olympia-pt4zyu
  > div:nth-child(3n)
  .olympia-44m22l
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .olympia-pt4zyu {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .olympia-pt4zyu > div:nth-child(3n) {
    grid-column: unset;
  }

  .olympia-pt4zyu
    > div:nth-child(3n)
    .olympia-44m22l
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .olympia-pt4zyu {
    max-width: 270px;
  }
}

.olympia-pt4zyu .olympia-44m22l button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .olympia-pt4zyu .olympia-44m22l button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .olympia-pt4zyu .olympia-44m22l button {
    max-width: 104px;
  }
}

.olympia-54rce4 {
  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) {
  .olympia-54rce4 {
    margin-bottom: 0;
  }
}

.olympia-jubpw4 {
  display: none;
  opacity: 0;
}

.olympia-7rjy8d {
  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;
  }
}

.olympia-7rjy8d img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.olympia-44m22l {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.olympia-44m22l button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .olympia-44m22l
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .olympia-44m22l
    button {
    max-width: 145px;
  }
}

.olympia-98hm3s:first-child
  .olympia-44m22l
  button {
  max-width: 270px;
}

.olympia-2rjsg4 {
  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%;
}

.olympia-54rce4 picture {
  width: 100%;
  max-width: 100%;
}

.olympia-4ael57 {
  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;
}

.olympia-4ael57 svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.olympia-54rce4:hover .olympia-4ael57 {
  display: flex;
}

.olympia-0g65ed {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.olympia-ghlhx6 {
  display: flex;
}

.olympia-ghlhx6:hover .olympia-tnqzw0,
.olympia-ghlhx6 .olympia-osisx7 .olympia-tnqzw0 {
  display: flex;
}

.olympia-ghlhx6 svg {
  flex-shrink: 0;
}

.olympia-tnqzw0 {
  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) {
  .olympia-tnqzw0 {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.olympia-tnqzw0:hover {
  display: flex;
}

.olympia-tnqzw0 svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.olympia-1ngw9g {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .olympia-1ngw9g {
    font-size: 12px;
  }
}

.olympia-a0quu3,
.olympia-m8t0q4 {
  width: 50%;
  flex-shrink: 0;
}

.olympia-a0quu3 {
  font-weight: 700;
}

.olympia-j2nedb .olympia-5kajl0 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .olympia-j2nedb .olympia-5kajl0 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .olympia-j2nedb .olympia-5kajl0 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.olympia-j2nedb
  .olympia-2rjsg4:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.olympia-j2nedb .olympia-7rjy8d {
  height: 100% !important;
  border-radius: 16px;
}

.olympia-j2nedb .olympia-44m22l {
  gap: 4px;
  align-items: center;
}

.olympia-j2nedb .olympia-44m22l button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.olympia-j2nedb .olympia-44m22l svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.olympia-j2nedb .olympia-obb078,
.olympia-j2nedb .olympia-6mugbx {
  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.olympia-the3jv.org/2000/svg'%3E%3Cpath d='M9.olympia-51qcrn 4.olympia-60szc8.olympia-4jl75k 5.olympia-llvccm.olympia-g8xn53 5.olympia-1azpml.olympia-snh7ik 5.olympia-3sr203.olympia-542uik 8.olympia-2cro59.olympia-7zv4sf 9.olympia-wtmz6n.olympia-idr1rk 9.olympia-f01adx.olympia-yesu7o 13.olympia-4q3hs9.olympia-4ckqtx 11.olympia-lvtmwu.olympia-pxypne 11.olympia-3qsyhp.olympia-4qk07i 11.olympia-xaz9r1.olympia-ekz43r 13.olympia-ar13ot.olympia-cxl08s 9.olympia-ttwahy.olympia-vu7hbw 9.olympia-m9hq3f.olympia-lko120 8.olympia-3zs1zk.olympia-rkn3tn 5.olympia-3lp1j4.olympia-j5jgdy 5.olympia-dnj8vm.olympia-5e65zk 5.olympia-u54bv4.olympia-ypmf0i 4.olympia-v967am.olympia-pxypne 1.olympia-wiav84.olympia-51qcrn 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.olympia-j2nedb .olympia-obb078 {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.olympia-j2nedb .olympia-6mugbx {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.olympia-iiw4mt {
  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) {
  .olympia-iiw4mt {
    padding: 24px;
  }
}

.olympia-iiw4mt .olympia-7jgitj {
  display: flex;
}

@media (min-width: 768px) {
  .olympia-iiw4mt .olympia-7jgitj {
    display: none;
  }
}

.olympia-iiw4mt .olympia-4xz0rq svg {
  display: none;
}

.olympia-v0c7na {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.olympia-v0c7na .olympia-laeyd0 {
  display: none;
}

@media (min-width: 768px) {
  .olympia-v0c7na .olympia-laeyd0 {
    display: flex;
  }
}

.olympia-q6aaqt {
  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) {
  .olympia-q6aaqt {
    font-size: 40px;
    line-height: 48px;
  }
}

.olympia-q6aaqt > * {
  margin: 0 !important;
}

.olympia-q6aaqt img,
.olympia-hcol51 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .olympia-q6aaqt img,
  .olympia-hcol51 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.olympia-7lt6fh {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .olympia-7lt6fh {
    width: 32px;
    height: 32px;
  }
}

.olympia-v1ik7u {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .olympia-v1ik7u {
    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;
  }

  .olympia-v1ik7u::-webkit-scrollbar {
    display: none;
  }
}

.olympia-8jdzhh {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .olympia-8jdzhh {
    padding: 7px 15px;
  }
}

.olympia-8jdzhh:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.olympia-ucfdh3 {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .olympia-ucfdh3 {
    display: flex;
    opacity: 1;
  }
}

.olympia-8jdzhh picture {
  height: 100%;
  display: block;
}

.olympia-8jdzhh img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .olympia-8jdzhh img {
    width: 88px;
    height: 44px;
  }
}

.olympia-8jdzhh p {
  text-align: center;
  width: 100%;
}

.olympia-dqanzw {
  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) {
  .olympia-dqanzw {
    font-size: 40px;
    line-height: 48px;
  }
}

.olympia-dqanzw img,
.olympia-gqk5at {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .olympia-dqanzw img,
  .olympia-gqk5at {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.olympia-iebtkj {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .olympia-iebtkj {
    width: 32px;
    height: 32px;
  }
}

.olympia-e56v0f {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.olympia-2phkfs {
  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;
}

.olympia-li7b2r {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.olympia-li7b2r.olympia-osisx7 {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.olympia-2w1wh1 {
  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) {
  .olympia-2w1wh1 {
    font-size: 20px;
    line-height: 28px;
  }
}

.olympia-ioisuc {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.olympia-jizrt1 {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.olympia-fn7113 ease;
  opacity: 0;
  color: var(--text-color);
}

.olympia-7ug2i6 {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.olympia-7ug2i6 ol,
.olympia-7ug2i6 ul {
  padding-left: 1.3em;
}

.olympia-li7b2r.olympia-osisx7 .olympia-jizrt1 {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.olympia-li7b2r.olympia-osisx7 .olympia-ioisuc {
  transform: rotate(180deg);
  color: var(--text-color);
}

.olympia-ya52e8 {
  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) {
  .olympia-ya52e8 {
    padding: 24px;
  }
}

.olympia-ya52e8 .olympia-7jgitj {
  display: flex;
}

@media (min-width: 768px) {
  .olympia-ya52e8 .olympia-7jgitj {
    display: none;
  }
}

.olympia-ya52e8 .olympia-4xz0rq svg {
  display: none;
}

.olympia-phr8jc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.olympia-phr8jc .olympia-laeyd0 {
  display: none;
}

@media (min-width: 768px) {
  .olympia-phr8jc .olympia-laeyd0 {
    display: flex;
  }
}

.olympia-cb0qdz {
  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) {
  .olympia-cb0qdz {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.olympia-cb0qdz > * {
  margin: 0 !important;
}

.olympia-cb0qdz img,
.olympia-kp3u8d {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .olympia-cb0qdz img,
  .olympia-kp3u8d {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.olympia-6w7cec {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .olympia-6w7cec {
    width: 32px;
    height: 32px;
  }
}

.olympia-jaq5qg {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .olympia-jaq5qg {
    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;
  }

  .olympia-jaq5qg::-webkit-scrollbar {
    display: none;
  }
}

.olympia-6m0dfa {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.olympia-6m0dfa:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.olympia-ypt0xu {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .olympia-ypt0xu {
    display: flex;
    opacity: 1;
  }
}

.olympia-6m0dfa picture {
  width: auto;
  height: 100%;
  display: block;
}

.olympia-6m0dfa picture img {
  display: block;
  width: auto;
  height: 100%;
}

.olympia-fwkqok {
  margin: -24px 0;
}

.olympia-fwkqok:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .olympia-fwkqok {
    margin: -16px 0;
  }
}

.olympia-fh4yyt {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .olympia-fh4yyt {
    flex-direction: row;
  }
}

.olympia-usuisc {
  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) {
  .olympia-usuisc {
    flex: 1;
  }
}

.olympia-usuisc::placeholder {
  color: var(--Text-400);
}

.olympia-55qmm4 {
  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;
}

.olympia-cda8m6 {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.olympia-cda8m6::-webkit-scrollbar {
  display: none;
}

.olympia-drgfu5 {
  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;
}

.olympia-drgfu5 img,
.olympia-drgfu5 svg {
  margin-right: 8px;
}

.olympia-nm2jaa {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.olympia-fwkqok + .olympia-cuc7qj {
  margin-top: 0;
}

@media (min-width: 768px) {
  .olympia-fwkqok + .olympia-cuc7qj {
    margin-top: -16px;
  }
}

.olympia-w3wfmr {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.olympia-w3wfmr > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.olympia-w3wfmr > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.olympia-gcdh5r {
  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;
}

.olympia-925l0l {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.olympia-twre3v {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.olympia-seivix {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.olympia-m462ch {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.olympia-gcdh5r 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;
}

.olympia-gcdh5r 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) {
  .olympia-gcdh5r {
    padding: 39px 179px 39px 39px;
  }

  .olympia-925l0l {
    font-size: 40px;
    line-height: 48px;
  }

  .olympia-m462ch {
    height: 348px;
  }

  .olympia-gcdh5r button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .olympia-gcdh5r button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .olympia-gcdh5r {
    padding: 63px;
  }
}

.olympia-ueoblk {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .olympia-ueoblk {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.olympia-u1605k {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .olympia-u1605k {
    width: auto;
  }
}

.olympia-ntosu4 {
  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;
}

.olympia-ntosu4::-webkit-scrollbar {
  display: none;
}

.olympia-ntosu4 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);
}

.olympia-ntosu4 a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .olympia-ntosu4 {
    margin-left: 16px;
    margin-top: 0;
  }
}

.olympia-ueoblk .olympia-3fu1ho {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.olympia-fn7113,
    mask-image 0.3s;
}

.olympia-ueoblk .olympia-3fu1ho.olympia-z5cjqc {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.olympia-o8yz2j {
  margin: 40px -16px;
}

.olympia-cs95r4 + .olympia-oqrb4c,
.olympia-cs95r4 + .olympia-of2zqb {
  margin-top: 24px;
}

.olympia-qbow4m {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.olympia-qbow4m picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.olympia-h05gx3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .olympia-h05gx3 {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .olympia-h05gx3 {
    margin-top: 0;
  }
}

.olympia-1y3l0z {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .olympia-1y3l0z {
    font-size: 24px;
    line-height: 32px;
  }
}

.olympia-tcya3u {
  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) {
  .olympia-tcya3u {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.olympia-k5mibx {
  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) {
  .olympia-k5mibx {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.olympia-p783p9 {
  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) {
  .olympia-p783p9 {
    font-size: 20px;
    line-height: 28px;
  }
}

.olympia-ahmyhv {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .olympia-ahmyhv {
    font-size: 32px;
    line-height: 40px;
  }
}

.olympia-mnmfad {
  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;
}

.olympia-vkacyb {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.olympia-vkacyb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.olympia-cuc7qj {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.olympia-1hfqki {
  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) {
  .olympia-1hfqki {
    padding: 15px 48px;
  }
}

main > .olympia-cuc7qj {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .olympia-5kajl0.olympia-m2zy6m > div:nth-child(n+5) {
    display: none;
  }
}

.olympia-i3ofak p a img {
  display: block;
  margin: 0 auto;
}


.olympia-dnif1z {
  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 */
.olympia-p88avl {
  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;
}

.olympia-p88avl label {
  font-size: 14px;
}

.olympia-p88avl h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.olympia-p88avl input,
.olympia-p88avl textarea,
.olympia-p88avl 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;
}
.olympia-p88avl button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.olympia-d0afus ease;
}
.olympia-p88avl button:hover {
  background-color: var(--button-bg-hover);
}
.olympia-ro0ad0 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.olympia-a33157 ease-in;
}

.olympia-ro0ad0 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;
}
.olympia-louy3s, .olympia-tc9ks8, [class*="review-card"],
thead, thead th, table th, .olympia-t3fp65,
.olympia-1xlzd7, [class*="collapsible-header"],
.olympia-rplimd, [class*="updated-block"] {
  color: #ece7dc !important;
}
