@charset "UTF-8";
:root {
  --width: 1480px;
  --display-width: var(--width);
  --offsets: 30px;
  --ff-primary: "Figtree", "Arial", "Helvetica CY", "Nimbus Sans L", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
}

body {
  background: var(--main-theme-color);
}

.theclubhouse-vvv4zh {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.theclubhouse-krr82v {
  max-width: 100%;
}

p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: var(--text-color);
}

a {
  font-weight: 400;
  font-size: 18px;
  color: var(--title-color);
}

b {
  color: #fff;
}

a:hover {
  text-decoration: none;
}

ol:not([class]),
ul:not([class]) {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 25px;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
}

caption {
  margin: 5px 0;
  font-size: 24px;
}

ol[class],
ul[class] {
  list-style: none;
}

ol.theclubhouse-5ctcex,
ul.theclubhouse-5ctcex {
  padding-left: 20px;
}

ul.theclubhouse-5ctcex {
  list-style: disc;
}

ol.theclubhouse-5ctcex {
  list-style: numbers;
}

img {
  height: auto;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  color: var(--title-color);
}

h1 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

h2 {
  margin-bottom: 1rem;
  font-size: 30px;
  font-weight: 800;
  line-height: 36px;
}

h3 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.1rem;
}

h4 {
  font-size: 17px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
}

h5 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.7rem;
}

h6 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (max-width: 767px) {
  h1 {
    font-size: 28px;
    font-weight: 800;
    line-height: 32px;
    margin-bottom: 12px;
  }
  h2 {
    font-size: 25px;
    font-weight: 800;
    line-height: 32px;
  }
}

.theclubhouse-dn30hr > .theclubhouse-kbn2hl,
.theclubhouse-dn30hr > .theclubhouse-36484t,
.theclubhouse-dn30hr > blockquote,
.theclubhouse-dn30hr > h1,
.theclubhouse-dn30hr > h2,
.theclubhouse-dn30hr > h3,
.theclubhouse-dn30hr > h4,
.theclubhouse-dn30hr > h5,
.theclubhouse-dn30hr > h6,
.theclubhouse-dn30hr > ol,
.theclubhouse-dn30hr > p,
.theclubhouse-dn30hr > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.theclubhouse-dn30hr > ol,
.theclubhouse-dn30hr > ul {
  padding-left: 50px;
}

.theclubhouse-dn30hr blockquote,
blockquote {
  margin-top: 1rem;
  border-left: 5px solid var(--button-bg-color);
  padding: 1rem var(--offsets) 1rem 2rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  background-color: #f0f8ffff;
}

.theclubhouse-dn30hr:not(:last-child) {
  margin-bottom: 2rem;
}

.theclubhouse-dn30hr > :not(:first-child) {
  margin-top: 2rem;
}

.theclubhouse-dn30hr {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.theclubhouse-dn30hr:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .theclubhouse-dn30hr:first-child {
    margin-top: 20px;
  }
}

.theclubhouse-dn30hr > p:last-of-type {
  margin-bottom: 32px;
}

.theclubhouse-dn30hr > .theclubhouse-2as7qu:not(:first-child) {
  margin: 64px auto 16px auto;
}

.theclubhouse-r7unb9 > .theclubhouse-2as7qu {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.theclubhouse-36484t {
  overflow: auto;
}

.theclubhouse-36484t::-webkit-scrollbar {
  height: 5px;
}

.theclubhouse-36484t table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.theclubhouse-36484t table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.theclubhouse-36484t table thead,
table thead {
  border-bottom: none;
}

.theclubhouse-36484t table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.theclubhouse-36484t table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.theclubhouse-36484t table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.theclubhouse-36484t .theclubhouse-fr5gew {
  table-layout: auto;
}

.theclubhouse-36484t .theclubhouse-fr5gew th {
  word-break: normal;
}

.theclubhouse-36484t .theclubhouse-fr5gew td {
  word-break: normal;
}

.theclubhouse-vvv4zh .theclubhouse-vvv4zh {
  padding-right: 0;
  padding-left: 0;
}

.theclubhouse-t4x7kl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  line-height: 0;
}

.theclubhouse-l3q9r0 {
  position: absolute;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  clip: rect(0 0 0 0);
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
  overflow-x: hidden;
  font-family: var(--ff-primary);
  color: var(--text-color);
}

main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.theclubhouse-vo7ofc {
  display: inline-block;
  margin: 1rem auto;
  border-radius: 5px;
  padding: 10px 30px;
  width: 100%;
  font-weight: 700;
  text-align: center;
  background: -o-linear-gradient(
    150deg,
    #fff0 0,
    #fff0 5%,
    #cccf 50%,
    #fff 95%,
    #fff 100%
  );
  background: linear-gradient(
    300deg,
    #fff0 0,
    #fff0 5%,
    #cccf 50%,
    #fff 95%,
    #fff 100%
  );
}

html {
  font-size: 17px;
}

.theclubhouse-kbn2hl {
  margin-top: 24px;
}

.theclubhouse-kbn2hl.theclubhouse-4a5p0p {
  text-align: left;
}

.theclubhouse-kbn2hl.theclubhouse-t2wj4l {
  text-align: right;
}

.theclubhouse-kbn2hl.theclubhouse-xque5o {
  text-align: center;
}

.theclubhouse-xatl76 {
  display: inline-block;
  border: none;
  border-radius: 8px;
  padding: 14px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  color: var(--color-content-button);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transform-origin: center;
  transition: 0.theclubhouse-5w5ebc ease-in-out;
  cursor: pointer;
}

.theclubhouse-xatl76:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.theclubhouse-xatl76 {
  min-width: 328px;
}

@media (max-width: 768px) {
  .theclubhouse-xatl76 {
    min-width: unset;
  }
}

.theclubhouse-t53i0n {
  background-color: var(--fh-bg-color);
}

.theclubhouse-kvkuqk {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.theclubhouse-fminhm {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.theclubhouse-fminhm img {
  max-height: 80px;
  object-fit: contain;
}

.theclubhouse-xkkwjq {
  flex: 1 1;
}

.theclubhouse-2grwkp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.theclubhouse-uo1qg1 {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 35px;
  height: 25px;
  cursor: pointer;
}

.theclubhouse-uo1qg1 span {
  display: block;
  border-radius: 20%;
  width: 100%;
  height: 3px;
  background-color: var(--text-color);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.theclubhouse-uo1qg1.theclubhouse-fndwzy span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.theclubhouse-uo1qg1.theclubhouse-fndwzy span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.theclubhouse-uo1qg1.theclubhouse-fndwzy span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.theclubhouse-xkkwjq + .theclubhouse-2grwkp {
  margin-left: 20px;
}

.theclubhouse-ureoxf {
  display: flex;
  justify-content: space-between;
  align-items: center;
  outline: 0;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  color: #196948;
  transition: 250ms;
  cursor: pointer;
  padding: 10px;
  min-width: 240px;
}

.theclubhouse-ureoxf > svg {
  max-width: 24px;
  max-height: 24px;
}

.theclubhouse-ureoxf + .theclubhouse-ureoxf {
  margin-left: 5px;
}

.theclubhouse-nquu1n {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.theclubhouse-nquu1n:hover {
  background-color: var(--button-bg-hover);
}

.theclubhouse-xo3nma {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.theclubhouse-5w5ebc ease-in-out;
  border: 1px solid var(--border-color);
}

.theclubhouse-xo3nma:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.theclubhouse-37cqu8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
}

@media (max-width: 1100px) {
  .theclubhouse-xkkwjq {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .theclubhouse-37cqu8 {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .theclubhouse-xkkwjq {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .theclubhouse-ureoxf {
    min-width: unset;
    flex: 1 1;
  }
}

.theclubhouse-53uswv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
}

.theclubhouse-53uswv:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.theclubhouse-53uswv:hover .theclubhouse-ueg07b {
  opacity: 1;
  pointer-events: auto;
}

.theclubhouse-7i5abq {
  position: relative;
  display: flex;
  align-content: center;
  justify-content: center;
  margin: 0 0.5rem;
  padding: 0.5rem;
  box-sizing: border-box;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  color: var(--text-color);
  transition: 0.theclubhouse-t24nem ease-in-out;
  gap: 4px;
}

.theclubhouse-7i5abq > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.theclubhouse-7i5abq .theclubhouse-t4x7kl img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.theclubhouse-die0pg,
.theclubhouse-7i5abq:hover {
  color: var(--button-bg-hover);
}

.theclubhouse-5nv1eu {
  position: relative;
}

.theclubhouse-5nv1eu .theclubhouse-7i5abq {
  margin-right: 0;
  padding-right: 4px;
}

.theclubhouse-og2hwd svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.theclubhouse-5nv1eu.theclubhouse-fndwzy .theclubhouse-og2hwd svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.theclubhouse-5nv1eu.theclubhouse-fndwzy .theclubhouse-ueg07b {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.theclubhouse-5nv1eu.theclubhouse-fndwzy .theclubhouse-ueg07b::before {
  display: none;
}

.theclubhouse-og2hwd svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.theclubhouse-ueg07b {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.theclubhouse-pmd400 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.theclubhouse-ueg07b::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.theclubhouse-ueg07b:hover {
  color: var(--fh-bg-color);
}

.theclubhouse-6sw0xx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0.theclubhouse-pmd400 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.theclubhouse-t24nem ease-in-out;
  -o-transition: 0.theclubhouse-t24nem ease-in-out;
  transition: 0.theclubhouse-t24nem ease-in-out;
}

.theclubhouse-6sw0xx .theclubhouse-t4x7kl img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.theclubhouse-5nbvy6,
.theclubhouse-6sw0xx:hover {
  color: var(--button-bg-hover);
}

.theclubhouse-yi5z8d {
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  grid-template-columns: 1fr auto;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
  padding: 20px;
  gap: 8px 12px;
  min-height: 240px;
  height: 100%;
}

.theclubhouse-yi5z8d.theclubhouse-33c5qp {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.theclubhouse-yi5z8d.theclubhouse-33c5qp:after,
.theclubhouse-yi5z8d.theclubhouse-33c5qp:before {
  content: "";
  position: absolute;
  margin: auto;
}

.theclubhouse-yi5z8d.theclubhouse-33c5qp:before {
  width: 1000px;
  top: 0;
  height: 1000px;
  right: 0;
  bottom: 0;
  left: -200px;
  background-color: var(--border-color);
  background: var(--border-color);
  background: conic-gradient(var(--border-color), var(--button-bg-color));
  animation: rotate 2s linear infinite;
  z-index: -1;
}

@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}

.theclubhouse-yi5z8d.theclubhouse-33c5qp:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.theclubhouse-yi5z8d.theclubhouse-33c5qp > * {
  z-index: 1;
}

.theclubhouse-yi5z8d b,
.theclubhouse-yi5z8d strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.theclubhouse-yi5z8d .theclubhouse-vra9cu {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.theclubhouse-yi5z8d .theclubhouse-mngmup {
  grid-row: 2/3;
  grid-column: 1/2;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  margin-top: 0;
}

.theclubhouse-yi5z8d .theclubhouse-t4x7kl {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.theclubhouse-yi5z8d .theclubhouse-s6mr2u {
  margin-top: 12px;
}

.theclubhouse-s6mr2u {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.theclubhouse-1qu48f {
  flex: 1 1;
  color: var(--button-text-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border-radius: 8px;
  border: 2px dashed var(--border-color);
  padding: 12px;
  max-width: 220px;
}

.theclubhouse-s6mr2u .theclubhouse-kscxd6 {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 8px;
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.theclubhouse-5w5ebc ease-in-out;
}

.theclubhouse-s6mr2u .theclubhouse-kscxd6:hover {
  background: rgba(255, 255, 255, 0.3);
}

.theclubhouse-0uxgv6 {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 320px;
  justify-content: space-between;
  border-radius: 8px;
  grid-row: 4/5;
  grid-column: 1/2;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border: none;
  width: fit-content;
  cursor: pointer;
}

.theclubhouse-yi5z8d.theclubhouse-tcn8l9 {
  gap: 12px;
  padding: 16px;
}

.theclubhouse-yi5z8d.theclubhouse-tcn8l9 .theclubhouse-0uxgv6 {
  min-width: 240px;
}

.theclubhouse-yi5z8d.theclubhouse-tcn8l9 .theclubhouse-0uxgv6.theclubhouse-id1p29 {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .theclubhouse-yi5z8d .theclubhouse-vra9cu {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .theclubhouse-yi5z8d .theclubhouse-mngmup {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .theclubhouse-yi5z8d .theclubhouse-t4x7kl {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .theclubhouse-yi5z8d.theclubhouse-tcn8l9 .theclubhouse-t4x7kl {
    max-width: 126px;
  }
  .theclubhouse-yi5z8d .theclubhouse-s6mr2u {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .theclubhouse-yi5z8d .theclubhouse-1qu48f {
    max-width: unset;
  }
  .theclubhouse-0uxgv6 {
    min-width: unset;
    width: 100%;
  }
  .theclubhouse-yi5z8d .theclubhouse-0uxgv6 {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .theclubhouse-yi5z8d.theclubhouse-tcn8l9 {
    grid-template-rows: auto 1fr auto;
  }
  .theclubhouse-yi5z8d.theclubhouse-tcn8l9 .theclubhouse-0uxgv6 {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .theclubhouse-yi5z8d {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .theclubhouse-yi5z8d .theclubhouse-vra9cu {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .theclubhouse-yi5z8d .theclubhouse-t4x7kl {
    max-width: 78px;
  }
  .theclubhouse-yi5z8d .theclubhouse-s6mr2u {
    margin-top: -12px;
  }
  .theclubhouse-yi5z8d.theclubhouse-tcn8l9 {
    gap: 8px;
  }
  .theclubhouse-yi5z8d.theclubhouse-tcn8l9 .theclubhouse-vra9cu {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .theclubhouse-yi5z8d.theclubhouse-tcn8l9 .theclubhouse-mngmup {
    grid-column: 1/3;
  }
  .theclubhouse-yi5z8d.theclubhouse-tcn8l9 .theclubhouse-t4x7kl {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .theclubhouse-yi5z8d.theclubhouse-tcn8l9 .theclubhouse-t4x7kl img {
    max-width: 114px;
  }
}

.theclubhouse-0uxgv6.theclubhouse-evsu88,
.theclubhouse-0uxgv6.theclubhouse-fwstuh,
.theclubhouse-0uxgv6.theclubhouse-thyns6 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.theclubhouse-5w5ebc ease-in-out;
}

.theclubhouse-0uxgv6.theclubhouse-evsu88,
.theclubhouse-0uxgv6.theclubhouse-thyns6 {
  padding: 10px;
}

.theclubhouse-0uxgv6.theclubhouse-evsu88:hover,
.theclubhouse-0uxgv6.theclubhouse-fwstuh:hover,
.theclubhouse-0uxgv6.theclubhouse-thyns6:hover {
  background: var(--button-bg-hover);
}

.theclubhouse-0uxgv6.theclubhouse-evsu88:hover svg path,
.theclubhouse-0uxgv6.theclubhouse-thyns6:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.theclubhouse-0uxgv6.theclubhouse-id1p29 {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.theclubhouse-5w5ebc ease-in-out;
  background: var(--button-bg-color);
}

.theclubhouse-0uxgv6.theclubhouse-id1p29:hover {
  background-color: var(--button-bg-hover);
}

.theclubhouse-0uxgv6.theclubhouse-fwstuh:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 6px;
  width: 52px;
  min-width: 52px;
  height: 52px;
  background-image: url(../images/mini-gift.png);
  background-position: center;
  background-repeat: no-repeat;
  animation: move 2s infinite;
}

@keyframes move {
  50% {
    transform: translateY(-5px) rotate(15deg);
  }
  70% {
    transform: translateY(-5px) rotate(5deg);
  }
}

.theclubhouse-0uxgv6.theclubhouse-fwstuh:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.theclubhouse-0uxgv6.theclubhouse-id1p29:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.theclubhouse-ueyw81 {
  max-width: 650px;
}

.theclubhouse-uugvyv {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.theclubhouse-yo2txz {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.theclubhouse-ep4q3m {
  position: absolute;
  width: 44px;
  height: 44px;
  left: 50%;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 22px;
  background: #575757;
  transform: translate(-50%, -50%);
  transition: 0.theclubhouse-t24nem ease-in-out;
  cursor: pointer;
}

.theclubhouse-ep4q3m:hover {
  opacity: 0.5;
}

.theclubhouse-ep4q3m:focus {
  outline: 0;
}

.theclubhouse-ep4q3m:focus .theclubhouse-ftuljv,
.theclubhouse-ep4q3m:hover .theclubhouse-ftuljv {
  fill: red;
  fill-opacity: 1;
}

.theclubhouse-ep4q3m:hover {
  cursor: pointer;
}

.theclubhouse-ls21zb {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.theclubhouse-ueyw81.theclubhouse-xque5o {
  margin: 0 auto;
}

.theclubhouse-ueyw81.theclubhouse-t2wj4l {
  margin-left: auto;
}

.theclubhouse-2cl8xe {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.theclubhouse-r5gz15 {
  padding-bottom: 50px;
}

.theclubhouse-q41pir {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.theclubhouse-8lsn48 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: wrap row-reverse;
  flex-flow: wrap row-reverse;
  gap: 20px;
}

.theclubhouse-3btnhh {
  margin-top: 24px;
}

.theclubhouse-jr7x5e {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.theclubhouse-5v8n5z {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.theclubhouse-tlkcjq {
  display: flex;
  gap: 12px 20px;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 150px;
}

.theclubhouse-wd4k4a {
  width: 468px;
}

.theclubhouse-tlkcjq .theclubhouse-ueg07b {
  margin: 0.theclubhouse-br6z3m 0;
}

.theclubhouse-i61x15 {
  display: flex;
  min-width: 224px;
}

.theclubhouse-3pa19v {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.theclubhouse-t24nem ease-in-out;
}

.theclubhouse-qoyh9k,
.theclubhouse-3pa19v:hover {
  color: var(--text-color);
}

.theclubhouse-5retlg {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.theclubhouse-b0wfuq {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .theclubhouse-2cl8xe {
    padding: 16px;
  }
  .theclubhouse-5retlg {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .theclubhouse-b0wfuq {
    align-items: center;
  }
  .theclubhouse-wd4k4a {
    width: unset;
  }
  .theclubhouse-i61x15 {
    min-width: unset;
  }
  .theclubhouse-tlkcjq {
    max-height: unset;
  }
  .theclubhouse-q41pir {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .theclubhouse-2cl8xe {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.theclubhouse-b6ej34 {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.theclubhouse-b6ej34:not(:last-child) {
  margin-bottom: 16px;
}

.theclubhouse-crtmkh {
  outline: 0;
}

.theclubhouse-crtmkh .theclubhouse-a087go {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.theclubhouse-kuecdo {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .theclubhouse-kuecdo {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.theclubhouse-kuecdo::-webkit-details-marker {
  display: none;
}

.theclubhouse-kuecdo:before {
  content: "?";
  display: flex;
  font-size: 21px;
  padding: 5px 10px;
  border-radius: 25px;
  color: var(--text-color);
  background: var(--button-bg-color);
  background-repeat: no-repeat;
  background-position: center;
}

.theclubhouse-kuecdo:after {
  content: "↑";
  display: flex;
  padding: 5px 10px;
  color: var(--text-color);
  border: 1px solid var(--button-bg-color);
  border-radius: 25px;
  transform: rotate(180deg);
  transition: 250ms;
}

.faq__details[open] .theclubhouse-kuecdo:after {
  transform: unset;
}

.theclubhouse-a087go {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: var(--color-faq-item-title);
}

.theclubhouse-a087go svg {
  z-index: 10;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 30px;
  width: 30px;
  height: 30px;
  fill: var(--color-faq-item-title);
  -webkit-transition: 0.theclubhouse-t24nem ease-in-out;
  -o-transition: 0.theclubhouse-t24nem ease-in-out;
  transition: 0.theclubhouse-t24nem ease-in-out;
}

.theclubhouse-cu7x5a {
  padding: 16px 0 0 0;
}

.theclubhouse-cu7x5a * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .theclubhouse-cu7x5a :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .theclubhouse-kuecdo {
    flex-wrap: wrap;
    gap: 12px;
  }
  .theclubhouse-kuecdo::after {
    margin-left: auto;
  }
  .theclubhouse-a087go {
    order: 3;
    flex: 1 1 100%;
  }
  .theclubhouse-kuecdo {
    font-size: 14px;
    line-height: 130%;
  }
  .theclubhouse-a087go svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.theclubhouse-kamqol {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
  margin: 0;
}

.theclubhouse-og7sqk {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.theclubhouse-kamqol.theclubhouse-fndwzy .theclubhouse-og7sqk {
  margin-bottom: 12px;
}

.theclubhouse-og7sqk::after {
  content: "";
  display: flex;
  width: 32px;
  min-width: 32px;
  height: 32px;
  background-image: url(../images/round-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
  transition: 250ms;
}

.theclubhouse-kamqol.theclubhouse-fndwzy .theclubhouse-og7sqk::after {
  transform: unset;
}

.theclubhouse-5jvse8 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.theclubhouse-stro6v {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.theclubhouse-t24nem ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.theclubhouse-stro6v:before {
  content: "";
  display: flex;
  width: 12px;
  min-width: 12px;
  height: 12px;
  background-image: url(../images/list-marker.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.theclubhouse-kamqol.theclubhouse-fndwzy .theclubhouse-5jvse8 {
  max-height: 100%;
}

.theclubhouse-1e9a1f {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.theclubhouse-i0ines {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.theclubhouse-4icyux {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.theclubhouse-9wyrd7 {
  margin-right: 4px;
}

.theclubhouse-yp1shf {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--button-bg-color);
  padding: 4px 0;
  transition: color 0.theclubhouse-t24nem ease-in-out;
}

.theclubhouse-yp1shf svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.theclubhouse-6x029u,
.theclubhouse-yp1shf:hover {
  color: var(--text-color);
}

.theclubhouse-zemxtj {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto auto;
  border-radius: 12px 12px 0 0;
  padding: 8px;
  gap: 0 8px;
  background-color: #008f5e;
  color: #fff;
  width: 100%;
  border: none;
  cursor: pointer;
}

.theclubhouse-zemxtj img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.theclubhouse-zemxtj .theclubhouse-ck6dh4 {
  grid-column: 2/3;
  grid-row: 1/2;
  text-align: left;
  margin-top: 0;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
}

.theclubhouse-zemxtj .theclubhouse-vkzpfa {
  grid-column: 2/3;
  grid-row: 2/3;
  text-align: left;
  color: var(--title-color);
  margin-top: 0;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
}

.theclubhouse-e70rjp {
  display: flex;
  align-items: center;
  grid-column: 3/4;
  grid-row: 1/3;
  color: #196948;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  padding: 10px 16px;
  border-radius: 8px;
  background-color: var(--title-color);
  margin-top: 0;
}

.theclubhouse-z31tqg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.theclubhouse-yiawe2 .theclubhouse-vvv4zh {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.theclubhouse-yiawe2 {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.theclubhouse-b4pc67 {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.theclubhouse-bz5nmd {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.theclubhouse-1jkh8m {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.theclubhouse-iv820e 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.2rem;
  text-decoration: none;
  color: var(--color-content-button);
  background: var(--button-bg-color);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 150ms;
  -o-transition: 150ms;
  transition: 150ms;
  cursor: pointer;
}

.theclubhouse-1jkh8m:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.theclubhouse-sozndh {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.theclubhouse-trc9an {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  -webkit-box-shadow: 0 0 20px 5px #223c5059;
  box-shadow: 0 0 20px 5px #223c5059;
  background-color: var(--button-bg-color);
  -webkit-transition: -webkit-transform 0.theclubhouse-t24nem ease-in-out;
  transition: transform 0.theclubhouse-t24nem ease-in-out;
  -o-transition: transform 0.theclubhouse-t24nem ease-in-out;
  transition:
    transform 0.theclubhouse-t24nem ease-in-out,
    -webkit-transform 0.theclubhouse-t24nem ease-in-out;
  cursor: pointer;
}

.theclubhouse-trc9an svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.theclubhouse-trc9an:hover {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}

#cookie-law-div {
  z-index: 10000000;
  position: fixed;
  bottom: 18px;
  right: 80px;
  padding: 1em;
  max-width: 400px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 15px;
  -webkit-box-shadow: rgba(23, 43, 99, 0.4) 0 7px 28px;
  box-shadow: rgba(23, 43, 99, 0.4) 0 7px 28px;
}

#cookie-law-div a {
  font-size: 15px;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

#cookie-law-div a:hover {
  opacity: 0.7;
}

#cookie-law-div p {
  margin: 0;
  color: #000;
  padding-right: 50px;
}

#cookie-law-div button {
  height: 20px;
  width: 20px;
  position: absolute;
  right: 0.5em;
  top: 20px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  line-height: 1;
  color: #fff;
  background-color: #000;
  border: none;
  opacity: 0.6;
  font-size: 12px;
  cursor: pointer;
  border-radius: 50px;
}

#cookie-law-div button:hover {
  opacity: 1;
}

.theclubhouse-9mtlbd {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .theclubhouse-9mtlbd {
    left: calc(50% - 60px);
  }
}

#cookie-law-div {
  border-radius: 0;
  max-width: 100%;
  right: 0;
  bottom: 0;
}

#cookie-law-div p {
  padding-bottom: 50px;
}

body::-webkit-scrollbar-track {
  background-color: var(--fh-bg-color);
}

body::-webkit-scrollbar-thumb {
  border: 1px solid var(--fh-bg-color);
  border-radius: 10px;
  height: 20%;
  background: var(--button-bg-color);
}

.theclubhouse-pxh8dz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.theclubhouse-dktp1u {
  position: relative;
  width: 100%;
}

.theclubhouse-pxh8dz.theclubhouse-bthag2 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.theclubhouse-pxh8dz.theclubhouse-xque5o {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.theclubhouse-pxh8dz.theclubhouse-t2wj4l {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.theclubhouse-u5z9s8 {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.theclubhouse-5a7q67 {
  position: absolute;
  width: 44px;
  height: 44px;
  left: 50%;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 22px;
  background: #575757;
  transform: translate(-50%, -50%);
  transition: 0.theclubhouse-t24nem ease-in-out;
  cursor: pointer;
}

.theclubhouse-5a7q67:hover {
  opacity: 0.5;
}

.theclubhouse-pxh8dz.theclubhouse-ow7ngy .theclubhouse-5a7q67 {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.theclubhouse-pxh8dz.theclubhouse-ow7ngy .theclubhouse-u5z9s8 {
  cursor: pointer;
}

.theclubhouse-0xfcrv {
  fill: #0009;
}

.theclubhouse-3uw7d0 {
  fill: #fff;
}

.theclubhouse-5a7q67:hover .theclubhouse-0xfcrv {
  fill: red;
}

.theclubhouse-5a7q67 svg path {
  -webkit-transition: 0.theclubhouse-t24nem ease-in-out;
  -o-transition: 0.theclubhouse-t24nem ease-in-out;
  transition: 0.theclubhouse-t24nem ease-in-out;
}

.theclubhouse-1zyu7n {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.theclubhouse-1zyu7n > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.theclubhouse-1zyu7n.theclubhouse-5ikwid > :not(.get-image) {
  grid-column: 1/3;
}

.theclubhouse-q71o1n:not(._h1-block) .theclubhouse-1zyu7n > .theclubhouse-2as7qu {
  grid-row: 1/2;
  grid-column: 1/3;
}

.theclubhouse-1zyu7n.theclubhouse-5ikwid .theclubhouse-lg4kkt {
  grid-column: 2/3;
}

.theclubhouse-1zyu7n.theclubhouse-5ikwid > .theclubhouse-t4x7kl {
  grid-column: 1/2;
}

.theclubhouse-1zyu7n.theclubhouse-5ikwid > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.theclubhouse-1zyu7n > p:first-of-type {
  margin-top: 0;
}

.theclubhouse-1zyu7n .theclubhouse-t4x7kl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: 2/3;
  grid-row: 1/10;
  border-radius: 12px;
  overflow: hidden;
}

.theclubhouse-q71o1n:not(._h1-block) .theclubhouse-2as7qu ~ .theclubhouse-t4x7kl {
  grid-row: 2/10;
}

.theclubhouse-q71o1n.theclubhouse-bganng .theclubhouse-2as7qu ~ .theclubhouse-t4x7kl {
  grid-row: 1/10;
}

.theclubhouse-q71o1n.theclubhouse-bganng > .theclubhouse-2as7qu {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.theclubhouse-q71o1n.theclubhouse-bganng .theclubhouse-t4x7kl {
  grid-row: 1/10;
}

.theclubhouse-1zyu7n.theclubhouse-n2e4ak .theclubhouse-t4x7kl {
  align-items: flex-start;
}

.theclubhouse-1zyu7n.theclubhouse-xque5o .theclubhouse-lg4kkt {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.theclubhouse-1zyu7n.theclubhouse-xque5o .theclubhouse-t4x7kl {
  align-items: center;
}

.theclubhouse-1zyu7n.theclubhouse-g2hyww .theclubhouse-t4x7kl {
  align-items: flex-end;
}

.theclubhouse-lg4kkt > :first-child {
  margin-top: 0;
}

.theclubhouse-lg4kkt > :last-child {
  margin-bottom: 0;
}

* + .theclubhouse-h7m2fu,
.theclubhouse-q71o1n + .theclubhouse-q71o1n {
  margin-top: 2rem;
}

.theclubhouse-suep0w td::before,
.theclubhouse-suep0w th::after {
  display: none !important;
}

.theclubhouse-suep0w #link-selector {
  color: #000;
}

.theclubhouse-suep0w .theclubhouse-blldl5 {
  color: #135e96;
}

.theclubhouse-suep0w .theclubhouse-0yw7xd *,
.theclubhouse-suep0w .theclubhouse-o8lm3k p,
.theclubhouse-suep0w .theclubhouse-089o7x * {
  color: #000;
}

.theclubhouse-suep0w .theclubhouse-9h14oj {
  background: 0 0 !important;
}

.theclubhouse-suep0w .theclubhouse-ckeuix {
  color: #000;
}

.theclubhouse-suep0w .theclubhouse-lszs2k.theclubhouse-2fd4ir {
  color: #fff;
}

.theclubhouse-suep0w .theclubhouse-a5e0g9 {
  color: #000;
}

.theclubhouse-suep0w
  .theclubhouse-i1ja7p
  .theclubhouse-eawssn.theclubhouse-2fd4ir.theclubhouse-0ng4um {
  background: #ccc;
}

html :where(.editor-styles-wrapper) h1,
html :where(.editor-styles-wrapper) h2,
html :where(.editor-styles-wrapper) h3,
html :where(.editor-styles-wrapper) h4,
html :where(.editor-styles-wrapper) h5,
html :where(.editor-styles-wrapper) h6 {
  color: #000 !important;
}

.theclubhouse-x9yl04,
body .theclubhouse-67ah56 {
  color: #000;
  background: var(--color-body) !important;
}

.theclubhouse-x9yl04 .theclubhouse-plsj3p .theclubhouse-6niqge,
body .theclubhouse-67ah56 .theclubhouse-plsj3p .theclubhouse-6niqge {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .theclubhouse-stro6v:focus,
  .theclubhouse-stro6v:hover {
    color: #f9cb16;
  }
  .theclubhouse-xebfjw:focus,
  .theclubhouse-xebfjw:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .theclubhouse-yfzpz3:focus img,
  .theclubhouse-yfzpz3:focus svg,
  .theclubhouse-yfzpz3:hover img,
  .theclubhouse-yfzpz3:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .theclubhouse-zemxtj {
    display: none;
  }
}

@media (min-width: 1024px) {
  .theclubhouse-5nv1eu:hover .theclubhouse-og2hwd svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .theclubhouse-og2hwd {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .theclubhouse-ahq270 {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .theclubhouse-3tyk6t {
    grid-template-columns: repeat(4, 1fr);
  }
  .theclubhouse-vlj0hu {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .theclubhouse-sb73mn .theclubhouse-68yj8e {
    grid-template-columns: 1fr;
  }
  .theclubhouse-sb73mn .theclubhouse-a38j2x {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: nowrap row;
    flex-flow: nowrap row;
    overflow: auto;
    margin-right: 0;
    border-style: none;
    border-radius: 16px 16px 0 0;
    padding: 0;
  }
  .theclubhouse-sb73mn .theclubhouse-3vfgam {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .theclubhouse-sb73mn .theclubhouse-zaeo4c {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .theclubhouse-sb73mn .theclubhouse-kqf7r8 {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .theclubhouse-sb73mn .theclubhouse-3vfgam:not(:first-child) {
    border: none;
  }
  .theclubhouse-sb73mn .theclubhouse-3vfgam:first-child .theclubhouse-zaeo4c {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .theclubhouse-sb73mn .theclubhouse-3vfgam:last-child .theclubhouse-zaeo4c {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .theclubhouse-kvkuqk {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .theclubhouse-fminhm {
    max-width: 100px;
  }
  .theclubhouse-xkkwjq {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .theclubhouse-2grwkp {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .theclubhouse-2grwkp svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .theclubhouse-uo1qg1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .theclubhouse-xkkwjq + .theclubhouse-2grwkp {
    margin-left: auto;
  }
  .theclubhouse-wdg94y {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-right: calc(-100vw / 2 + 100% / 2) !important;
    margin-left: calc(-100vw / 2 + 100% / 2) !important;
    max-width: 100vw !important;
    background-color: var(--fh-bg-color);
    opacity: 0;
    -webkit-transition: opacity 250ms;
    -o-transition: opacity 250ms;
    transition: opacity 250ms;
    pointer-events: none;
  }
  .theclubhouse-wdg94y.theclubhouse-fndwzy {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .theclubhouse-37cqu8 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 32px 16px 12px 16px;
  }
  .theclubhouse-53uswv {
    width: 100%;
  }
  .theclubhouse-53uswv:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .theclubhouse-7i5abq {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .theclubhouse-7i5abq svg {
    margin-right: 4px;
  }
  .theclubhouse-5nv1eu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .theclubhouse-og2hwd svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .theclubhouse-og2hwd {
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    padding: 16px 5px 16px 30%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    pointer-events: auto;
  }
  .theclubhouse-ueg07b {
    display: none;
    width: 100%;
  }
  .theclubhouse-5nv1eu.theclubhouse-fndwzy .theclubhouse-ueg07b {
    padding: 0 0 0 48px;
  }
  .theclubhouse-6sw0xx {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .theclubhouse-8lsn48 .theclubhouse-t4x7kl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .theclubhouse-m93z7k {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .theclubhouse-m93z7k + .theclubhouse-m93z7k {
    margin-right: 0;
  }
  .theclubhouse-m93z7k + .theclubhouse-t4x7kl {
    margin: 0;
  }
  .theclubhouse-ahq270 {
    grid-template-columns: repeat(4, 1fr);
  }
  .theclubhouse-3tyk6t {
    grid-template-columns: repeat(3, 1fr);
  }
  .theclubhouse-ldyi9b,
  .theclubhouse-akspo8 {
    grid-template-columns: repeat(2, 1fr);
  }
  .theclubhouse-1zyu7n {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .theclubhouse-1zyu7n.theclubhouse-5ikwid .theclubhouse-lg4kkt {
    grid-column: auto;
    grid-row: auto;
  }
  .theclubhouse-1zyu7n > .theclubhouse-2as7qu {
    grid-column: 1/2;
  }
  .theclubhouse-1zyu7n.theclubhouse-5ikwid > :not(.get-image) {
    grid-column: 1/2;
  }
  .theclubhouse-1zyu7n .theclubhouse-t4x7kl,
  .theclubhouse-1zyu7n.theclubhouse-5ikwid > .theclubhouse-t4x7kl {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .theclubhouse-1zyu7n.theclubhouse-5ikwid > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .theclubhouse-q71o1n.theclubhouse-bganng .theclubhouse-1zyu7n > .theclubhouse-t4x7kl {
    grid-row: 1/2;
  }
  .theclubhouse-1zyu7n .theclubhouse-2as7qu ~ .theclubhouse-t4x7kl,
  .theclubhouse-1zyu7n.theclubhouse-5ikwid .theclubhouse-2as7qu ~ .theclubhouse-t4x7kl {
    grid-row: 2/3;
  }
  .theclubhouse-q71o1n.theclubhouse-bganng .theclubhouse-2as7qu ~ .theclubhouse-t4x7kl {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .theclubhouse-dn30hr:first-child .theclubhouse-1mo5j3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .theclubhouse-dn30hr:first-child .theclubhouse-1mo5j3 h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .theclubhouse-dn30hr {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .theclubhouse-dn30hr {
    padding: 0;
  }
  .theclubhouse-kbn2hl {
    margin-top: 1rem;
  }
  .theclubhouse-crtmkh {
    border-radius: 5px;
  }
  .theclubhouse-0iprly {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .theclubhouse-og7sqk::after {
    display: inline-block;
  }
  .theclubhouse-og7sqk {
    margin: 0;
    width: 100%;
  }
  .theclubhouse-5jvse8 {
    width: 100%;
  }
  .theclubhouse-5jvse8.theclubhouse-ubth47 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .theclubhouse-5jvse8.theclubhouse-ubth47 .theclubhouse-9sm7jl {
    width: 100%;
  }
  .theclubhouse-5jvse8.theclubhouse-ubth47 .theclubhouse-9sm7jl:not(:last-child) {
    margin-right: 0;
  }
  .theclubhouse-stro6v {
    width: 100%;
    text-align: center;
  }
  .theclubhouse-kamqol.theclubhouse-fndwzy .theclubhouse-5jvse8 {
    margin-top: 1rem;
  }
  .theclubhouse-ahq270 {
    grid-template-columns: repeat(3, 1fr);
  }
  .theclubhouse-vlj0hu,
  .theclubhouse-3tyk6t {
    grid-template-columns: repeat(2, 1fr);
  }
  .theclubhouse-ldyi9b,
  .theclubhouse-akspo8,
  .theclubhouse-vvga5g {
    grid-template-columns: 1fr;
  }
  .theclubhouse-kaufxv {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .theclubhouse-aydwc1 {
    min-width: 300px;
    max-width: 325px;
  }
  .theclubhouse-zaeo4c {
    cursor: auto;
  }
  .theclubhouse-trwams .theclubhouse-zaeo4c {
    padding: 8px;
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 700px) {
  html {
    font-size: 15px;
  }
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .theclubhouse-9mtlbd {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .theclubhouse-ueg07b {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  #cookie-law-div {
    right: 0;
    bottom: 0;
    border-radius: 0;
    max-width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .theclubhouse-9mtlbd {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.theclubhouse-m93z7k p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .theclubhouse-2grwkp {
    margin: 0 -0.2rem;
  }
  .theclubhouse-m93z7k {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .theclubhouse-wbi50u {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .theclubhouse-iw7pfb {
    max-width: 100%;
  }
  .theclubhouse-ahq270 {
    grid-template-columns: repeat(2, 1fr);
  }
  .theclubhouse-vlj0hu,
  .theclubhouse-3tyk6t {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .theclubhouse-kvkuqk {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .theclubhouse-2grwkp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    margin-top: 1rem;
    width: 100%;
    text-align: center;
  }
  .theclubhouse-t53i0n {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .theclubhouse-ureoxf {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .theclubhouse-0vm1or,
  .theclubhouse-1vx1l5 {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .theclubhouse-xatl76 {
    width: 100%;
  }
  .theclubhouse-ahq270 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .theclubhouse-9mtlbd {
    top: 127px !important;
  }
}

.theclubhouse-1b25af {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .theclubhouse-1b25af {
  }
}

@media (max-width: 767px) {
  .theclubhouse-1b25af {
    margin-bottom: 12px;
  }
}

.theclubhouse-1b25af img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.theclubhouse-n2np24 {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.theclubhouse-n2np24 > .theclubhouse-fsufan {
  flex: 1 1;
}

@media (max-width: 767px) {
  .theclubhouse-n2np24 {
    flex-direction: column;
    gap: 12px;
  }
}

.theclubhouse-5jpwp9 {
  display: flex;
}

.theclubhouse-5jpwp9 .theclubhouse-9cezj3 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 8px;
  border-radius: 4px 0 0 4px;
}

.theclubhouse-5jpwp9 .theclubhouse-qkljno {
  display: flex;
  align-items: center;
  flex: 1 1;
  background-color: var(--fh-bg-color);
  overflow: hidden;
  width: max-content;
  border-radius: 0 4px 4px 0;
}

.theclubhouse-5jpwp9 .theclubhouse-n23r25 {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.theclubhouse-5jpwp9 .theclubhouse-u2g6t0 {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
  margin-left: 32px;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 3px));
  }
}

.theclubhouse-5jpwp9 .theclubhouse-u2g6t0:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.theclubhouse-5jpwp9 .theclubhouse-pyq3h3 {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.theclubhouse-gm6zqh {
  border: unset;
  background-color: unset;
}

.theclubhouse-gm6zqh tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.theclubhouse-gm6zqh .theclubhouse-asm0nr,
.theclubhouse-gm6zqh .theclubhouse-rcaaco {
  flex: 0 1 330px;
}

.theclubhouse-gm6zqh .theclubhouse-7oriwc {
  flex: 1 1;
}

.theclubhouse-gm6zqh tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.theclubhouse-gm6zqh tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.theclubhouse-gm6zqh tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.theclubhouse-gm6zqh tr td p {
  color: #fff;
  margin: 0;
}

.theclubhouse-gm6zqh tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.theclubhouse-gm6zqh tr.theclubhouse-asm0nr td p {
  padding: 16px 0;
}

.theclubhouse-gm6zqh tr.theclubhouse-asm0nr td p:not(:last-child),
.theclubhouse-gm6zqh tr.theclubhouse-rcaaco td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.theclubhouse-gm6zqh tr.theclubhouse-asm0nr td p:first-child,
.theclubhouse-gm6zqh tr.theclubhouse-rcaaco td p:first-child {
  padding-top: 0;
}

.theclubhouse-gm6zqh tr.theclubhouse-rcaaco td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.theclubhouse-gm6zqh tr.theclubhouse-rcaaco td p:last-child {
  padding-bottom: 0;
}

.theclubhouse-gm6zqh .theclubhouse-rcaaco img {
  max-width: 32px;
}

.theclubhouse-gm6zqh .theclubhouse-7oriwc {
  min-width: 718px;
}

.theclubhouse-gm6zqh .theclubhouse-7oriwc td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.theclubhouse-gm6zqh .theclubhouse-7oriwc td {
  display: flex;
}

.theclubhouse-gm6zqh .theclubhouse-7oriwc td:last-child .theclubhouse-4078q1,
.theclubhouse-gm6zqh .theclubhouse-7oriwc td:last-child .theclubhouse-hmoq2u,
.theclubhouse-gm6zqh .theclubhouse-7oriwc td:last-child .theclubhouse-1p1e7s {
  flex: 1 1 50%;
}

.theclubhouse-gm6zqh .theclubhouse-7oriwc td:last-child .theclubhouse-ekukvy {
  flex: 1 1 100%;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.theclubhouse-gm6zqh .theclubhouse-7oriwc td:last-child .theclubhouse-6mx3g9,
.theclubhouse-gm6zqh .theclubhouse-7oriwc td:last-child .theclubhouse-s52of8 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.theclubhouse-gm6zqh .theclubhouse-7oriwc td:last-child .theclubhouse-4078q1,
.theclubhouse-gm6zqh .theclubhouse-7oriwc td:last-child .theclubhouse-hmoq2u {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.theclubhouse-gm6zqh .theclubhouse-7oriwc td:last-child .theclubhouse-4078q1 span,
.theclubhouse-gm6zqh .theclubhouse-7oriwc td:last-child .theclubhouse-hmoq2u span {
  font-weight: 800;
}

.theclubhouse-gm6zqh .theclubhouse-7oriwc img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .theclubhouse-gm6zqh .theclubhouse-7oriwc td .theclubhouse-1p1e7s:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .theclubhouse-gm6zqh tr.theclubhouse-asm0nr td p:last-child {
    padding-bottom: 0;
  }
  .theclubhouse-gm6zqh .theclubhouse-rcaaco > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .theclubhouse-gm6zqh .theclubhouse-rcaaco > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .theclubhouse-gm6zqh tr.theclubhouse-asm0nr td p:not(:last-child),
  .theclubhouse-gm6zqh tr.theclubhouse-rcaaco td p:not(:last-child) {
    border-bottom: unset;
  }
  .theclubhouse-gm6zqh tr.theclubhouse-rcaaco td p:last-child {
    padding-bottom: 12px;
  }
  .theclubhouse-gm6zqh .theclubhouse-7oriwc td:last-child .theclubhouse-4078q1,
  .theclubhouse-gm6zqh .theclubhouse-7oriwc td:last-child .theclubhouse-hmoq2u,
  .theclubhouse-gm6zqh .theclubhouse-7oriwc td:last-child .theclubhouse-1p1e7s {
    flex: 1 1 50%;
    padding: 0;
  }
  .theclubhouse-gm6zqh .theclubhouse-7oriwc td:last-child .theclubhouse-4078q1,
  .theclubhouse-gm6zqh .theclubhouse-7oriwc td:last-child .theclubhouse-hmoq2u {
    margin-top: 16px;
  }
  .theclubhouse-gm6zqh .theclubhouse-7oriwc td:last-child .theclubhouse-1p1e7s {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .theclubhouse-gm6zqh .theclubhouse-7oriwc td:last-child .theclubhouse-4078q1 {
    border-right: 1px solid var(--border-color);
  }
  .theclubhouse-gm6zqh .theclubhouse-7oriwc td:last-child .theclubhouse-1p1e7s:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .theclubhouse-gm6zqh .theclubhouse-7oriwc td:last-child .theclubhouse-1p1e7s:last-child {
    padding-bottom: 0;
  }
}

.theclubhouse-1p1e7s {
  display: flex;
  flex-direction: column;
}

.theclubhouse-gm6zqh .theclubhouse-7oriwc td .theclubhouse-1p1e7s {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.theclubhouse-gm6zqh .theclubhouse-7oriwc td .theclubhouse-1p1e7s:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.theclubhouse-gm6zqh .theclubhouse-7oriwc td .theclubhouse-1p1e7s:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .theclubhouse-gm6zqh .theclubhouse-7oriwc td .theclubhouse-1p1e7s:not(:first-child) {
    padding-left: 0;
  }
  .theclubhouse-gm6zqh .theclubhouse-7oriwc td .theclubhouse-1p1e7s:not(:last-of-type) {
    border-right: unset;
  }
}

.theclubhouse-gm6zqh .theclubhouse-okt3hj {
  flex: 0 1 485px;
}

.theclubhouse-gm6zqh .theclubhouse-tliyb8 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.theclubhouse-gm6zqh .theclubhouse-tliyb8 li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.theclubhouse-gm6zqh .theclubhouse-tliyb8 li.theclubhouse-vsxni9 {
  padding: 6px 12px;
}

.theclubhouse-gm6zqh .theclubhouse-tliyb8 li a,
.theclubhouse-gm6zqh .theclubhouse-tliyb8 li button {
  display: flex;
  background: 0 0;
  border: none;
  text-decoration: none;
  color: #fff;
  font-size: inherit;
  line-height: inherit;
  padding: 6px 12px;
  cursor: pointer;
}

.theclubhouse-gm6zqh .theclubhouse-o3kbv5,
.theclubhouse-gm6zqh .theclubhouse-t3bv3v {
  flex: 1 1;
}

.theclubhouse-gm6zqh .theclubhouse-m8dypu,
.theclubhouse-gm6zqh .theclubhouse-weaucw {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.theclubhouse-gm6zqh .theclubhouse-m8dypu li,
.theclubhouse-gm6zqh .theclubhouse-weaucw li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.theclubhouse-gm6zqh .theclubhouse-t3bv3v img {
  max-width: 32px;
}

.theclubhouse-gm6zqh .theclubhouse-o3kbv5 img {
  max-width: 32px;
}

.theclubhouse-gm6zqh .theclubhouse-ba91i0 {
  min-width: 280px;
}

.theclubhouse-gm6zqh .theclubhouse-ba91i0 img {
  max-width: 146px;
}

.theclubhouse-gm6zqh .theclubhouse-ba91i0 td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .theclubhouse-gm6zqh .theclubhouse-asm0nr,
  .theclubhouse-gm6zqh .theclubhouse-rcaaco {
    flex: 0 1 auto;
  }
  .theclubhouse-gm6zqh .theclubhouse-7oriwc {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .theclubhouse-gm6zqh .theclubhouse-asm0nr,
  .theclubhouse-gm6zqh .theclubhouse-okt3hj,
  .theclubhouse-gm6zqh .theclubhouse-rcaaco,
  .theclubhouse-gm6zqh .theclubhouse-7oriwc {
    flex: 1 1 calc(50% - 20px);
  }
  .theclubhouse-gm6zqh .theclubhouse-o3kbv5,
  .theclubhouse-gm6zqh .theclubhouse-ba91i0,
  .theclubhouse-gm6zqh .theclubhouse-t3bv3v {
    flex: 1 1 30%;
  }
  .theclubhouse-gm6zqh .theclubhouse-ba91i0 {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .theclubhouse-gm6zqh .theclubhouse-asm0nr,
  .theclubhouse-gm6zqh .theclubhouse-okt3hj,
  .theclubhouse-gm6zqh .theclubhouse-o3kbv5,
  .theclubhouse-gm6zqh .theclubhouse-rcaaco,
  .theclubhouse-gm6zqh .theclubhouse-7oriwc,
  .theclubhouse-gm6zqh .theclubhouse-ba91i0,
  .theclubhouse-gm6zqh .theclubhouse-t3bv3v {
    flex: 1 1 100%;
  }
}

.theclubhouse-xsg6ur .theclubhouse-lk2vv2 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.theclubhouse-xsg6ur .theclubhouse-8vlsn6 {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.theclubhouse-xsg6ur .theclubhouse-k6yj1s {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.theclubhouse-xsg6ur .theclubhouse-duiv2k {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.theclubhouse-xsg6ur .theclubhouse-duiv2k > :nth-child(3) {
  margin-top: 0;
}

.theclubhouse-xsg6ur .theclubhouse-t4x7kl {
  grid-column: 2/3;
  grid-row: 1/10;
}

.theclubhouse-xsg6ur .theclubhouse-2heha1 {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.theclubhouse-xsg6ur .theclubhouse-kbn2hl {
  grid-column: 1/2;
}

.theclubhouse-xsg6ur > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.theclubhouse-xsg6ur .theclubhouse-8vlsn6:not(:last-child):before {
  position: absolute;
  right: 0;
  bottom: 16px;
  left: 0;
  margin: auto;
  content: "";
  width: 44px;
  min-width: 44px;
  height: 24px;
  background-image: url(../images/how-to_arrows.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--fh-bg-color);
  z-index: 1;
}

.theclubhouse-xsg6ur .theclubhouse-8vlsn6:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.theclubhouse-xsg6ur .theclubhouse-xatl76 {
  min-width: 240px;
}

@media (max-width: 768px) {
  .theclubhouse-xsg6ur .theclubhouse-8vlsn6:not(:last-child):before {
    bottom: 8px;
  }
  .theclubhouse-xsg6ur .theclubhouse-8vlsn6:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .theclubhouse-xsg6ur .theclubhouse-duiv2k {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .theclubhouse-xsg6ur .theclubhouse-t4x7kl {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .theclubhouse-xsg6ur .theclubhouse-t4x7kl img {
    width: 100%;
    height: auto;
  }
  .theclubhouse-xsg6ur .theclubhouse-xatl76 {
    width: 100%;
    min-width: unset;
  }
}

.theclubhouse-dxce8q .theclubhouse-o88rcu {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.theclubhouse-dxce8q .theclubhouse-k7pid2 {
  display: flex;
  gap: 16px;
  flex: 1 1 calc(50% - 10px);
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
  overflow: hidden;
}

.theclubhouse-dxce8q .theclubhouse-t4x7kl {
  height: 100%;
}

.theclubhouse-dxce8q .theclubhouse-t4x7kl img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.theclubhouse-dxce8q .theclubhouse-226e9g {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.theclubhouse-dxce8q .theclubhouse-3t0eld {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.theclubhouse-dxce8q .theclubhouse-o6n972 {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .theclubhouse-dxce8q .theclubhouse-k7pid2 {
    flex: 1 1 100%;
  }
  .theclubhouse-dxce8q .theclubhouse-0uxgv6 {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .theclubhouse-dxce8q .theclubhouse-k7pid2 {
    flex-direction: column;
  }
  .theclubhouse-dxce8q .theclubhouse-t4x7kl {
    width: 100%;
    height: auto;
  }
  .theclubhouse-dxce8q .theclubhouse-t4x7kl img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .theclubhouse-dxce8q .theclubhouse-226e9g {
    padding: 0 16px 16px 16px;
  }
  .theclubhouse-dxce8q .theclubhouse-0uxgv6 {
    min-width: unset;
    width: 100%;
  }
}

.theclubhouse-da5hwy .theclubhouse-snazc4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.theclubhouse-da5hwy .theclubhouse-0makwg {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.theclubhouse-da5hwy img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.theclubhouse-da5hwy .theclubhouse-thg669 {
  position: relative;
  display: none;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 16px;
  background-color: rgba(15, 39, 23, 0.95);
  z-index: 1;
  transition: 0.2s;
}

.theclubhouse-da5hwy .theclubhouse-0makwg:hover .theclubhouse-thg669 {
  display: flex;
}

.theclubhouse-da5hwy .theclubhouse-r2r91o {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.theclubhouse-da5hwy .theclubhouse-l9jdih {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.theclubhouse-547tkd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 10px 10px 12px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border: unset;
  width: auto;
  cursor: pointer;
}

.theclubhouse-547tkd.theclubhouse-vkuzui {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.theclubhouse-5w5ebc ease-in-out;
}

.theclubhouse-547tkd.theclubhouse-vkuzui:hover {
  color: #f9cb16;
  background-color: transparent;
}

.theclubhouse-da5hwy .theclubhouse-d6fesy {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.theclubhouse-5w5ebc ease-in-out;
}

.theclubhouse-da5hwy .theclubhouse-d6fesy:hover {
  color: #196948;
  background-color: #f9cb16;
}

.theclubhouse-da5hwy .theclubhouse-d6fesy:after,
.theclubhouse-547tkd.theclubhouse-vkuzui:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.theclubhouse-547tkd.theclubhouse-vkuzui:after {
  background-image: url(../images/Cash.svg);
}

.theclubhouse-da5hwy .theclubhouse-d6fesy:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .theclubhouse-da5hwy .theclubhouse-snazc4 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .theclubhouse-da5hwy .theclubhouse-snazc4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .theclubhouse-da5hwy .theclubhouse-snazc4 {
    grid-template-columns: 1fr;
  }
  .theclubhouse-da5hwy .theclubhouse-0makwg {
    height: auto;
  }
  .theclubhouse-da5hwy .theclubhouse-0makwg .theclubhouse-thg669 {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .theclubhouse-da5hwy .theclubhouse-r2r91o,
  .theclubhouse-da5hwy .theclubhouse-l9jdih {
    text-align: left;
  }
  .theclubhouse-da5hwy .theclubhouse-l9jdih {
    margin-bottom: 8px;
  }
  .theclubhouse-da5hwy img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.theclubhouse-ni6mb7 {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 39, 23, 0.9);
  z-index: 990;
}

.theclubhouse-ni6mb7.theclubhouse-ow7ngy {
  display: block;
}

.theclubhouse-ni6mb7 .theclubhouse-yxc7hn {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 860px;
  height: 580px;
  background-color: #318562;
  border-radius: 12px;
  overflow: hidden;
}

.theclubhouse-ni6mb7 .theclubhouse-d48doe {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.theclubhouse-ni6mb7 .theclubhouse-d19xcj {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.theclubhouse-ni6mb7 .theclubhouse-5bya0d {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.theclubhouse-ni6mb7 .theclubhouse-547tkd {
  min-width: 296px;
  margin-bottom: 0;
}

.theclubhouse-ni6mb7 .theclubhouse-rjdth9 {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.theclubhouse-ni6mb7 .theclubhouse-2pi9x6 {
  position: relative;
  flex: 1 1;
}

.theclubhouse-ni6mb7 .theclubhouse-2pi9x6 iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .theclubhouse-ni6mb7 .theclubhouse-d48doe {
    flex-wrap: wrap;
    gap: 8px;
  }
  .theclubhouse-ni6mb7 .theclubhouse-d19xcj {
    order: 1;
  }
  .theclubhouse-ni6mb7 .theclubhouse-5bya0d {
    order: 3;
    flex: 1 1 100%;
  }
  .theclubhouse-ni6mb7 .theclubhouse-547tkd {
    width: 100%;
    min-width: unset;
  }
  .theclubhouse-ni6mb7 .theclubhouse-rjdth9 {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .theclubhouse-1zyu7n > .theclubhouse-2as7qu {
    margin-bottom: 0;
  }
  .theclubhouse-1zyu7n > .theclubhouse-kbn2hl,
  .theclubhouse-1zyu7n > p {
    margin-top: 0;
  }
}

.theclubhouse-kt8rzd img,
.theclubhouse-m93z7k img {
  width: auto;
  object-fit: contain;
}

.theclubhouse-kt8rzd {
  align-items: center;
}

.theclubhouse-kt8rzd img {
  max-height: 76px;
}

.theclubhouse-m93z7k img {
  max-height: 64px;
}

.theclubhouse-cv5pxl {
  overflow: auto;
}

.theclubhouse-edvwt1 {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.theclubhouse-syh2eh:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.theclubhouse-n2ykum {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.theclubhouse-9mcboz {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.theclubhouse-n2ykum .theclubhouse-t4x7kl {
  margin-right: 20px;
  flex-shrink: 0;
}

.theclubhouse-n2ykum img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.theclubhouse-ghwpnd {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.theclubhouse-ghwpnd > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .theclubhouse-n2ykum {
    padding: 15px 10px;
  }
  .theclubhouse-ghwpnd {
    padding: 15px 10px;
  }
  .theclubhouse-n2ykum .theclubhouse-t4x7kl {
    margin-right: 10px;
  }
}

.theclubhouse-ovexr6 {
  overflow-x: auto;
}

.theclubhouse-4lsd46 {
  border-collapse: collapse;
  width: 100%;
}

.theclubhouse-ovexr6 th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.theclubhouse-ovexr6 td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.theclubhouse-ovexr6 td.theclubhouse-kimav1 {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.theclubhouse-ovexr6 td.theclubhouse-tv7cj9 {
  border-right: none;
}

.theclubhouse-ovexr6 td.theclubhouse-tv7cj9 .theclubhouse-t4x7kl {
  justify-content: flex-start;
}

.theclubhouse-ovexr6 td.theclubhouse-tv7cj9 .theclubhouse-t4x7kl img {
  height: auto;
  width: 90px;
}

.theclubhouse-ovexr6 td.theclubhouse-6l6ekn,
.theclubhouse-ovexr6 td.theclubhouse-vh6z91 {
  font-weight: 600;
  text-align: right;
}

.theclubhouse-ovexr6 td.theclubhouse-a632v1,
.theclubhouse-ovexr6 td.theclubhouse-6l6ekn {
  padding-bottom: 10px;
  border-bottom: none;
}

.theclubhouse-ovexr6 td.theclubhouse-6l6ekn,
.theclubhouse-ovexr6 td.theclubhouse-vh6z91 {
  border-left: none;
}

.theclubhouse-ovexr6 td.theclubhouse-a632v1,
.theclubhouse-ovexr6 td.theclubhouse-4moszw {
  border-right: none;
}

.theclubhouse-ovexr6 td.theclubhouse-4moszw,
.theclubhouse-ovexr6 td.theclubhouse-vh6z91 {
  border-top: none;
  padding-top: 10px;
}

.theclubhouse-oeyu5z {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 12px;
  width: 100%;
  border-radius: 12px;
  background-color: var(--fh-bg-color);
  margin-top: 20px;
}

.theclubhouse-oeyu5z .theclubhouse-0uxgv6 {
  min-width: unset;
  width: 100%;
}

.theclubhouse-oeyu5z .theclubhouse-0uxgv6.theclubhouse-evsu88 {
  grid-column: 1/2;
  grid-row: 1/2;
}

.theclubhouse-oeyu5z .theclubhouse-0uxgv6.theclubhouse-thyns6 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.theclubhouse-oeyu5z .theclubhouse-mcwgyo {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .theclubhouse-oeyu5z {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .theclubhouse-oeyu5z .theclubhouse-0uxgv6.theclubhouse-evsu88 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .theclubhouse-oeyu5z .theclubhouse-0uxgv6.theclubhouse-thyns6 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .theclubhouse-oeyu5z .theclubhouse-mcwgyo {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.theclubhouse-5smk93 {
  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;
}

.theclubhouse-eytqu7 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.theclubhouse-r7unb9 p a img {
  margin: 0 auto;
  display: block;
}

.theclubhouse-r7unb9 table {
  margin-bottom: 17px;
}

/* contanct form */
.theclubhouse-vwqqpo {
  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;
}

.theclubhouse-vwqqpo label {
  font-size: 14px;
}

.theclubhouse-vwqqpo h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.theclubhouse-vwqqpo input,
.theclubhouse-vwqqpo textarea,
.theclubhouse-vwqqpo 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;
}
.theclubhouse-vwqqpo button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.theclubhouse-5w5ebc ease;
}
.theclubhouse-vwqqpo button:hover {
  background-color: #691204;
}
.theclubhouse-l99j6y {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.theclubhouse-mcc8b5 ease-in;
}

.theclubhouse-l99j6y h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

main a img {
    display: block;
    margin: 0 auto;
}
/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.theclubhouse-s0kstt, .theclubhouse-dbnb4b, [class*="review-card"],
thead, thead th, table th, .theclubhouse-hecuxv,
.theclubhouse-dn0664, [class*="collapsible-header"],
.theclubhouse-808aji, [class*="updated-block"] {
  color: #ece7dc !important;
}

/* brandauto-contrast-fix v3 */
body, body :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: #ECE7DC !important; }
#cookie-law-div, #cookie-law-div :is(p,h1,h2,h3,h4,h5,h6,li,td,th,dd,dt,blockquote,figcaption,label) { color: var(--text-color) !important; }
