@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);
}

.levelup-ur3n44 {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.levelup-6ikaad {
  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.levelup-9e42fn,
ul.levelup-9e42fn {
  padding-left: 20px;
}

ul.levelup-9e42fn {
  list-style: disc;
}

ol.levelup-9e42fn {
  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;
  }
}

.levelup-0xa543 > .levelup-w3ld2j,
.levelup-0xa543 > .levelup-0q0mk3,
.levelup-0xa543 > blockquote,
.levelup-0xa543 > h1,
.levelup-0xa543 > h2,
.levelup-0xa543 > h3,
.levelup-0xa543 > h4,
.levelup-0xa543 > h5,
.levelup-0xa543 > h6,
.levelup-0xa543 > ol,
.levelup-0xa543 > p,
.levelup-0xa543 > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.levelup-0xa543 > ol,
.levelup-0xa543 > ul {
  padding-left: 50px;
}

.levelup-0xa543 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;
}

.levelup-0xa543:not(:last-child) {
  margin-bottom: 2rem;
}

.levelup-0xa543 > :not(:first-child) {
  margin-top: 2rem;
}

.levelup-0xa543 {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.levelup-0xa543:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .levelup-0xa543:first-child {
    margin-top: 20px;
  }
}

.levelup-0xa543 > p:last-of-type {
  margin-bottom: 32px;
}

.levelup-0xa543 > .levelup-5u9xa2:not(:first-child) {
  margin: 64px auto 16px auto;
}

.levelup-qrp8nu > .levelup-5u9xa2 {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.levelup-0q0mk3 {
  overflow: auto;
}

.levelup-0q0mk3::-webkit-scrollbar {
  height: 5px;
}

.levelup-0q0mk3 table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.levelup-0q0mk3 table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.levelup-0q0mk3 table thead,
table thead {
  border-bottom: none;
}

.levelup-0q0mk3 table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.levelup-0q0mk3 table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.levelup-0q0mk3 table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.levelup-0q0mk3 .levelup-3s2qpa {
  table-layout: auto;
}

.levelup-0q0mk3 .levelup-3s2qpa th {
  word-break: normal;
}

.levelup-0q0mk3 .levelup-3s2qpa td {
  word-break: normal;
}

.levelup-ur3n44 .levelup-ur3n44 {
  padding-right: 0;
  padding-left: 0;
}

.levelup-0wiz5z {
  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;
}

.levelup-r1k795 {
  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;
}

.levelup-co9kgi {
  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;
}

.levelup-w3ld2j {
  margin-top: 24px;
}

.levelup-w3ld2j.levelup-vpq3dz {
  text-align: left;
}

.levelup-w3ld2j.levelup-cvflzm {
  text-align: right;
}

.levelup-w3ld2j.levelup-ftbeth {
  text-align: center;
}

.levelup-rh6c79 {
  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.levelup-zpvual ease-in-out;
  cursor: pointer;
}

.levelup-rh6c79:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.levelup-rh6c79 {
  min-width: 328px;
}

@media (max-width: 768px) {
  .levelup-rh6c79 {
    min-width: unset;
  }
}

.levelup-qzw7d7 {
  background-color: var(--fh-bg-color);
}

.levelup-pt1moo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.levelup-eflm78 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.levelup-eflm78 img {
  max-height: 80px;
  object-fit: contain;
}

.levelup-59bk4p {
  flex: 1 1;
}

.levelup-nqurzn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.levelup-y7ymo4 {
  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;
}

.levelup-y7ymo4 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;
}

.levelup-y7ymo4.levelup-yd3wrs span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.levelup-y7ymo4.levelup-yd3wrs span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.levelup-y7ymo4.levelup-yd3wrs span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.levelup-59bk4p + .levelup-nqurzn {
  margin-left: 20px;
}

.levelup-vs7kr3 {
  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;
}

.levelup-vs7kr3 > svg {
  max-width: 24px;
  max-height: 24px;
}

.levelup-vs7kr3 + .levelup-vs7kr3 {
  margin-left: 5px;
}

.levelup-8jtm8u {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.levelup-8jtm8u:hover {
  background-color: var(--button-bg-hover);
}

.levelup-wx9gmh {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.levelup-zpvual ease-in-out;
  border: 1px solid var(--border-color);
}

.levelup-wx9gmh:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.levelup-os7ogo {
  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) {
  .levelup-59bk4p {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .levelup-os7ogo {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .levelup-59bk4p {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .levelup-vs7kr3 {
    min-width: unset;
    flex: 1 1;
  }
}

.levelup-p6uqjw {
  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;
}

.levelup-p6uqjw:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.levelup-p6uqjw:hover .levelup-4ojtsp {
  opacity: 1;
  pointer-events: auto;
}

.levelup-ersujw {
  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.levelup-ry45hj ease-in-out;
  gap: 4px;
}

.levelup-ersujw > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.levelup-ersujw .levelup-0wiz5z img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.levelup-l3v709,
.levelup-ersujw:hover {
  color: var(--button-bg-hover);
}

.levelup-vavld1 {
  position: relative;
}

.levelup-vavld1 .levelup-ersujw {
  margin-right: 0;
  padding-right: 4px;
}

.levelup-dhw2d6 svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.levelup-vavld1.levelup-yd3wrs .levelup-dhw2d6 svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.levelup-vavld1.levelup-yd3wrs .levelup-4ojtsp {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.levelup-vavld1.levelup-yd3wrs .levelup-4ojtsp::before {
  display: none;
}

.levelup-dhw2d6 svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.levelup-4ojtsp {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.levelup-dsnytv 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.levelup-4ojtsp::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.levelup-4ojtsp:hover {
  color: var(--fh-bg-color);
}

.levelup-7o7gah {
  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.levelup-dsnytv 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.levelup-ry45hj ease-in-out;
  -o-transition: 0.levelup-ry45hj ease-in-out;
  transition: 0.levelup-ry45hj ease-in-out;
}

.levelup-7o7gah .levelup-0wiz5z img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.levelup-t85yau,
.levelup-7o7gah:hover {
  color: var(--button-bg-hover);
}

.levelup-w1k9qm {
  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%;
}

.levelup-w1k9qm.levelup-99z397 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.levelup-w1k9qm.levelup-99z397:after,
.levelup-w1k9qm.levelup-99z397:before {
  content: "";
  position: absolute;
  margin: auto;
}

.levelup-w1k9qm.levelup-99z397: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);
  }
}

.levelup-w1k9qm.levelup-99z397:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.levelup-w1k9qm.levelup-99z397 > * {
  z-index: 1;
}

.levelup-w1k9qm b,
.levelup-w1k9qm strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.levelup-w1k9qm .levelup-gvg8c1 {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.levelup-w1k9qm .levelup-9o1hqs {
  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;
}

.levelup-w1k9qm .levelup-0wiz5z {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.levelup-w1k9qm .levelup-8j4vi4 {
  margin-top: 12px;
}

.levelup-8j4vi4 {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.levelup-cdbb21 {
  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;
}

.levelup-8j4vi4 .levelup-m4rxqd {
  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.levelup-zpvual ease-in-out;
}

.levelup-8j4vi4 .levelup-m4rxqd:hover {
  background: rgba(255, 255, 255, 0.3);
}

.levelup-y8n0c0 {
  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;
}

.levelup-w1k9qm.levelup-3fscou {
  gap: 12px;
  padding: 16px;
}

.levelup-w1k9qm.levelup-3fscou .levelup-y8n0c0 {
  min-width: 240px;
}

.levelup-w1k9qm.levelup-3fscou .levelup-y8n0c0.levelup-61wdmz {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .levelup-w1k9qm .levelup-gvg8c1 {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .levelup-w1k9qm .levelup-9o1hqs {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .levelup-w1k9qm .levelup-0wiz5z {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .levelup-w1k9qm.levelup-3fscou .levelup-0wiz5z {
    max-width: 126px;
  }
  .levelup-w1k9qm .levelup-8j4vi4 {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .levelup-w1k9qm .levelup-cdbb21 {
    max-width: unset;
  }
  .levelup-y8n0c0 {
    min-width: unset;
    width: 100%;
  }
  .levelup-w1k9qm .levelup-y8n0c0 {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .levelup-w1k9qm.levelup-3fscou {
    grid-template-rows: auto 1fr auto;
  }
  .levelup-w1k9qm.levelup-3fscou .levelup-y8n0c0 {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .levelup-w1k9qm {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .levelup-w1k9qm .levelup-gvg8c1 {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .levelup-w1k9qm .levelup-0wiz5z {
    max-width: 78px;
  }
  .levelup-w1k9qm .levelup-8j4vi4 {
    margin-top: -12px;
  }
  .levelup-w1k9qm.levelup-3fscou {
    gap: 8px;
  }
  .levelup-w1k9qm.levelup-3fscou .levelup-gvg8c1 {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .levelup-w1k9qm.levelup-3fscou .levelup-9o1hqs {
    grid-column: 1/3;
  }
  .levelup-w1k9qm.levelup-3fscou .levelup-0wiz5z {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .levelup-w1k9qm.levelup-3fscou .levelup-0wiz5z img {
    max-width: 114px;
  }
}

.levelup-y8n0c0.levelup-ukswjo,
.levelup-y8n0c0.levelup-hkhup1,
.levelup-y8n0c0.levelup-038tal {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.levelup-zpvual ease-in-out;
}

.levelup-y8n0c0.levelup-ukswjo,
.levelup-y8n0c0.levelup-038tal {
  padding: 10px;
}

.levelup-y8n0c0.levelup-ukswjo:hover,
.levelup-y8n0c0.levelup-hkhup1:hover,
.levelup-y8n0c0.levelup-038tal:hover {
  background: var(--button-bg-hover);
}

.levelup-y8n0c0.levelup-ukswjo:hover svg path,
.levelup-y8n0c0.levelup-038tal:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.levelup-y8n0c0.levelup-61wdmz {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.levelup-zpvual ease-in-out;
  background: var(--button-bg-color);
}

.levelup-y8n0c0.levelup-61wdmz:hover {
  background-color: var(--button-bg-hover);
}

.levelup-y8n0c0.levelup-hkhup1: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);
  }
}

.levelup-y8n0c0.levelup-hkhup1:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.levelup-y8n0c0.levelup-61wdmz:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.levelup-uy4uyt {
  max-width: 650px;
}

.levelup-pruor3 {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.levelup-0oioxe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.levelup-3y4rp2 {
  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.levelup-ry45hj ease-in-out;
  cursor: pointer;
}

.levelup-3y4rp2:hover {
  opacity: 0.5;
}

.levelup-3y4rp2:focus {
  outline: 0;
}

.levelup-3y4rp2:focus .levelup-q37rej,
.levelup-3y4rp2:hover .levelup-q37rej {
  fill: red;
  fill-opacity: 1;
}

.levelup-3y4rp2:hover {
  cursor: pointer;
}

.levelup-hv6rc4 {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.levelup-uy4uyt.levelup-ftbeth {
  margin: 0 auto;
}

.levelup-uy4uyt.levelup-cvflzm {
  margin-left: auto;
}

.levelup-opikot {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.levelup-8ujpto {
  padding-bottom: 50px;
}

.levelup-occ343 {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.levelup-b6dv6t {
  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;
}

.levelup-shyygx {
  margin-top: 24px;
}

.levelup-uk2qsb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.levelup-swpzhm {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.levelup-r1xb5k {
  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;
}

.levelup-svuyh1 {
  width: 468px;
}

.levelup-r1xb5k .levelup-4ojtsp {
  margin: 0.levelup-a4u1xm 0;
}

.levelup-53sxbt {
  display: flex;
  min-width: 224px;
}

.levelup-pnqy4t {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.levelup-ry45hj ease-in-out;
}

.levelup-r6p1ji,
.levelup-pnqy4t:hover {
  color: var(--text-color);
}

.levelup-jc74tm {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.levelup-06aa0n {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .levelup-opikot {
    padding: 16px;
  }
  .levelup-jc74tm {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .levelup-06aa0n {
    align-items: center;
  }
  .levelup-svuyh1 {
    width: unset;
  }
  .levelup-53sxbt {
    min-width: unset;
  }
  .levelup-r1xb5k {
    max-height: unset;
  }
  .levelup-occ343 {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .levelup-opikot {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.levelup-pj3ug4 {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.levelup-pj3ug4:not(:last-child) {
  margin-bottom: 16px;
}

.levelup-5aasvi {
  outline: 0;
}

.levelup-5aasvi .levelup-bjmco0 {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.levelup-8ctzo4 {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .levelup-8ctzo4 {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.levelup-8ctzo4::-webkit-details-marker {
  display: none;
}

.levelup-8ctzo4: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;
}

.levelup-8ctzo4: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] .levelup-8ctzo4:after {
  transform: unset;
}

.levelup-bjmco0 {
  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);
}

.levelup-bjmco0 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.levelup-ry45hj ease-in-out;
  -o-transition: 0.levelup-ry45hj ease-in-out;
  transition: 0.levelup-ry45hj ease-in-out;
}

.levelup-3r09m6 {
  padding: 16px 0 0 0;
}

.levelup-3r09m6 * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .levelup-3r09m6 :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .levelup-8ctzo4 {
    flex-wrap: wrap;
    gap: 12px;
  }
  .levelup-8ctzo4::after {
    margin-left: auto;
  }
  .levelup-bjmco0 {
    order: 3;
    flex: 1 1 100%;
  }
  .levelup-8ctzo4 {
    font-size: 14px;
    line-height: 130%;
  }
  .levelup-bjmco0 svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.levelup-4r6qcz {
  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;
}

.levelup-09tvjm {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.levelup-4r6qcz.levelup-yd3wrs .levelup-09tvjm {
  margin-bottom: 12px;
}

.levelup-09tvjm::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;
}

.levelup-4r6qcz.levelup-yd3wrs .levelup-09tvjm::after {
  transform: unset;
}

.levelup-j2avbg {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.levelup-0q1ayk {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.levelup-ry45hj ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.levelup-0q1ayk: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;
}

.levelup-4r6qcz.levelup-yd3wrs .levelup-j2avbg {
  max-height: 100%;
}

.levelup-e5rxqf {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.levelup-j70qv8 {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.levelup-cpeiji {
  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;
}

.levelup-n7eomr {
  margin-right: 4px;
}

.levelup-g95z2a {
  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.levelup-ry45hj ease-in-out;
}

.levelup-g95z2a svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.levelup-7p4i98,
.levelup-g95z2a:hover {
  color: var(--text-color);
}

.levelup-cudwb1 {
  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;
}

.levelup-cudwb1 img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.levelup-cudwb1 .levelup-wj5h7q {
  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;
}

.levelup-cudwb1 .levelup-e6s4e5 {
  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;
}

.levelup-y7pxj1 {
  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;
}

.levelup-eb7pw5 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.levelup-5zklnk .levelup-ur3n44 {
  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;
}

.levelup-5zklnk {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.levelup-psiyuj {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.levelup-9llfxq {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.levelup-ncxa2i {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.levelup-sp8ykc 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;
}

.levelup-ncxa2i:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.levelup-vm6u3m {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.levelup-fkoebs {
  -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.levelup-ry45hj ease-in-out;
  transition: transform 0.levelup-ry45hj ease-in-out;
  -o-transition: transform 0.levelup-ry45hj ease-in-out;
  transition:
    transform 0.levelup-ry45hj ease-in-out,
    -webkit-transform 0.levelup-ry45hj ease-in-out;
  cursor: pointer;
}

.levelup-fkoebs svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.levelup-fkoebs: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;
}

.levelup-65a5i7 {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .levelup-65a5i7 {
    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);
}

.levelup-rq9lf6 {
  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;
}

.levelup-f311ny {
  position: relative;
  width: 100%;
}

.levelup-rq9lf6.levelup-myjb6j {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.levelup-rq9lf6.levelup-ftbeth {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.levelup-rq9lf6.levelup-cvflzm {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.levelup-1zgrm9 {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.levelup-jeih2c {
  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.levelup-ry45hj ease-in-out;
  cursor: pointer;
}

.levelup-jeih2c:hover {
  opacity: 0.5;
}

.levelup-rq9lf6.levelup-gu394k .levelup-jeih2c {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.levelup-rq9lf6.levelup-gu394k .levelup-1zgrm9 {
  cursor: pointer;
}

.levelup-4xazy1 {
  fill: #0009;
}

.levelup-sr8cqw {
  fill: #fff;
}

.levelup-jeih2c:hover .levelup-4xazy1 {
  fill: red;
}

.levelup-jeih2c svg path {
  -webkit-transition: 0.levelup-ry45hj ease-in-out;
  -o-transition: 0.levelup-ry45hj ease-in-out;
  transition: 0.levelup-ry45hj ease-in-out;
}

.levelup-u05mjg {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.levelup-u05mjg > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.levelup-u05mjg.levelup-2b4vbt > :not(.get-image) {
  grid-column: 1/3;
}

.levelup-zh01wf:not(._h1-block) .levelup-u05mjg > .levelup-5u9xa2 {
  grid-row: 1/2;
  grid-column: 1/3;
}

.levelup-u05mjg.levelup-2b4vbt .levelup-f3iasp {
  grid-column: 2/3;
}

.levelup-u05mjg.levelup-2b4vbt > .levelup-0wiz5z {
  grid-column: 1/2;
}

.levelup-u05mjg.levelup-2b4vbt > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.levelup-u05mjg > p:first-of-type {
  margin-top: 0;
}

.levelup-u05mjg .levelup-0wiz5z {
  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;
}

.levelup-zh01wf:not(._h1-block) .levelup-5u9xa2 ~ .levelup-0wiz5z {
  grid-row: 2/10;
}

.levelup-zh01wf.levelup-xcfkmg .levelup-5u9xa2 ~ .levelup-0wiz5z {
  grid-row: 1/10;
}

.levelup-zh01wf.levelup-xcfkmg > .levelup-5u9xa2 {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.levelup-zh01wf.levelup-xcfkmg .levelup-0wiz5z {
  grid-row: 1/10;
}

.levelup-u05mjg.levelup-wy7gli .levelup-0wiz5z {
  align-items: flex-start;
}

.levelup-u05mjg.levelup-ftbeth .levelup-f3iasp {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.levelup-u05mjg.levelup-ftbeth .levelup-0wiz5z {
  align-items: center;
}

.levelup-u05mjg.levelup-4d5f4p .levelup-0wiz5z {
  align-items: flex-end;
}

.levelup-f3iasp > :first-child {
  margin-top: 0;
}

.levelup-f3iasp > :last-child {
  margin-bottom: 0;
}

* + .levelup-0n39c9,
.levelup-zh01wf + .levelup-zh01wf {
  margin-top: 2rem;
}

.levelup-rzw71f td::before,
.levelup-rzw71f th::after {
  display: none !important;
}

.levelup-rzw71f #link-selector {
  color: #000;
}

.levelup-rzw71f .levelup-f31bwk {
  color: #135e96;
}

.levelup-rzw71f .levelup-rsf98a *,
.levelup-rzw71f .levelup-18cdy5 p,
.levelup-rzw71f .levelup-x27qef * {
  color: #000;
}

.levelup-rzw71f .levelup-m9omxx {
  background: 0 0 !important;
}

.levelup-rzw71f .levelup-7qd7r0 {
  color: #000;
}

.levelup-rzw71f .levelup-oy6m4c.levelup-d9h0pe {
  color: #fff;
}

.levelup-rzw71f .levelup-eekiwz {
  color: #000;
}

.levelup-rzw71f
  .levelup-f8cdsn
  .levelup-mr1eqw.levelup-d9h0pe.levelup-ov56cs {
  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;
}

.levelup-lzqet5,
body .levelup-ep1chx {
  color: #000;
  background: var(--color-body) !important;
}

.levelup-lzqet5 .levelup-jqav9j .levelup-c65i77,
body .levelup-ep1chx .levelup-jqav9j .levelup-c65i77 {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .levelup-0q1ayk:focus,
  .levelup-0q1ayk:hover {
    color: #f9cb16;
  }
  .levelup-6pbhc1:focus,
  .levelup-6pbhc1:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .levelup-x6wqjs:focus img,
  .levelup-x6wqjs:focus svg,
  .levelup-x6wqjs:hover img,
  .levelup-x6wqjs:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .levelup-cudwb1 {
    display: none;
  }
}

@media (min-width: 1024px) {
  .levelup-vavld1:hover .levelup-dhw2d6 svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .levelup-dhw2d6 {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .levelup-e6axuu {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .levelup-4v9uj9 {
    grid-template-columns: repeat(4, 1fr);
  }
  .levelup-d8cj3z {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .levelup-zletz6 .levelup-ewwfyl {
    grid-template-columns: 1fr;
  }
  .levelup-zletz6 .levelup-p3ew6a {
    -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;
  }
  .levelup-zletz6 .levelup-pzdtr3 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .levelup-zletz6 .levelup-l0s8c5 {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .levelup-zletz6 .levelup-elndtc {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .levelup-zletz6 .levelup-pzdtr3:not(:first-child) {
    border: none;
  }
  .levelup-zletz6 .levelup-pzdtr3:first-child .levelup-l0s8c5 {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .levelup-zletz6 .levelup-pzdtr3:last-child .levelup-l0s8c5 {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .levelup-pt1moo {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .levelup-eflm78 {
    max-width: 100px;
  }
  .levelup-59bk4p {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .levelup-nqurzn {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .levelup-nqurzn svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .levelup-y7ymo4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .levelup-59bk4p + .levelup-nqurzn {
    margin-left: auto;
  }
  .levelup-wdq0eo {
    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;
  }
  .levelup-wdq0eo.levelup-yd3wrs {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .levelup-os7ogo {
    -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;
  }
  .levelup-p6uqjw {
    width: 100%;
  }
  .levelup-p6uqjw:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .levelup-ersujw {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .levelup-ersujw svg {
    margin-right: 4px;
  }
  .levelup-vavld1 {
    -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;
  }
  .levelup-dhw2d6 svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .levelup-dhw2d6 {
    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;
  }
  .levelup-4ojtsp {
    display: none;
    width: 100%;
  }
  .levelup-vavld1.levelup-yd3wrs .levelup-4ojtsp {
    padding: 0 0 0 48px;
  }
  .levelup-7o7gah {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .levelup-b6dv6t .levelup-0wiz5z {
    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;
  }
  .levelup-uovboc {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .levelup-uovboc + .levelup-uovboc {
    margin-right: 0;
  }
  .levelup-uovboc + .levelup-0wiz5z {
    margin: 0;
  }
  .levelup-e6axuu {
    grid-template-columns: repeat(4, 1fr);
  }
  .levelup-4v9uj9 {
    grid-template-columns: repeat(3, 1fr);
  }
  .levelup-2eh26g,
  .levelup-2uh0v4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .levelup-u05mjg {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .levelup-u05mjg.levelup-2b4vbt .levelup-f3iasp {
    grid-column: auto;
    grid-row: auto;
  }
  .levelup-u05mjg > .levelup-5u9xa2 {
    grid-column: 1/2;
  }
  .levelup-u05mjg.levelup-2b4vbt > :not(.get-image) {
    grid-column: 1/2;
  }
  .levelup-u05mjg .levelup-0wiz5z,
  .levelup-u05mjg.levelup-2b4vbt > .levelup-0wiz5z {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .levelup-u05mjg.levelup-2b4vbt > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .levelup-zh01wf.levelup-xcfkmg .levelup-u05mjg > .levelup-0wiz5z {
    grid-row: 1/2;
  }
  .levelup-u05mjg .levelup-5u9xa2 ~ .levelup-0wiz5z,
  .levelup-u05mjg.levelup-2b4vbt .levelup-5u9xa2 ~ .levelup-0wiz5z {
    grid-row: 2/3;
  }
  .levelup-zh01wf.levelup-xcfkmg .levelup-5u9xa2 ~ .levelup-0wiz5z {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .levelup-0xa543:first-child .levelup-5sdx8m {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .levelup-0xa543:first-child .levelup-5sdx8m h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .levelup-0xa543 {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .levelup-0xa543 {
    padding: 0;
  }
  .levelup-w3ld2j {
    margin-top: 1rem;
  }
  .levelup-5aasvi {
    border-radius: 5px;
  }
  .levelup-z932tb {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .levelup-09tvjm::after {
    display: inline-block;
  }
  .levelup-09tvjm {
    margin: 0;
    width: 100%;
  }
  .levelup-j2avbg {
    width: 100%;
  }
  .levelup-j2avbg.levelup-hag7sa {
    -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%;
  }
  .levelup-j2avbg.levelup-hag7sa .levelup-h1w24w {
    width: 100%;
  }
  .levelup-j2avbg.levelup-hag7sa .levelup-h1w24w:not(:last-child) {
    margin-right: 0;
  }
  .levelup-0q1ayk {
    width: 100%;
    text-align: center;
  }
  .levelup-4r6qcz.levelup-yd3wrs .levelup-j2avbg {
    margin-top: 1rem;
  }
  .levelup-e6axuu {
    grid-template-columns: repeat(3, 1fr);
  }
  .levelup-d8cj3z,
  .levelup-4v9uj9 {
    grid-template-columns: repeat(2, 1fr);
  }
  .levelup-2eh26g,
  .levelup-2uh0v4,
  .levelup-damywt {
    grid-template-columns: 1fr;
  }
  .levelup-wc8kcn {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .levelup-b7aehn {
    min-width: 300px;
    max-width: 325px;
  }
  .levelup-l0s8c5 {
    cursor: auto;
  }
  .levelup-fqrcei .levelup-l0s8c5 {
    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;
  }
  .levelup-65a5i7 {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .levelup-4ojtsp {
    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) {
  .levelup-65a5i7 {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.levelup-uovboc p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .levelup-nqurzn {
    margin: 0 -0.2rem;
  }
  .levelup-uovboc {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .levelup-8onoue {
    -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;
  }
  .levelup-rg54wq {
    max-width: 100%;
  }
  .levelup-e6axuu {
    grid-template-columns: repeat(2, 1fr);
  }
  .levelup-d8cj3z,
  .levelup-4v9uj9 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .levelup-pt1moo {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .levelup-nqurzn {
    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;
  }
  .levelup-qzw7d7 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .levelup-vs7kr3 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .levelup-wypnv8,
  .levelup-y392ha {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .levelup-rh6c79 {
    width: 100%;
  }
  .levelup-e6axuu {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .levelup-65a5i7 {
    top: 127px !important;
  }
}

.levelup-q0oy4w {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .levelup-q0oy4w {
  }
}

@media (max-width: 767px) {
  .levelup-q0oy4w {
    margin-bottom: 12px;
  }
}

.levelup-q0oy4w img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.levelup-0ui0gn {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.levelup-0ui0gn > .levelup-usf6j0 {
  flex: 1 1;
}

@media (max-width: 767px) {
  .levelup-0ui0gn {
    flex-direction: column;
    gap: 12px;
  }
}

.levelup-xrz6yk {
  display: flex;
}

.levelup-xrz6yk .levelup-e911gh {
  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;
}

.levelup-xrz6yk .levelup-1y15oq {
  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;
}

.levelup-xrz6yk .levelup-58e88r {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.levelup-xrz6yk .levelup-0rfg4n {
  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));
  }
}

.levelup-xrz6yk .levelup-0rfg4n:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.levelup-xrz6yk .levelup-n91gfg {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.levelup-xyvpbf {
  border: unset;
  background-color: unset;
}

.levelup-xyvpbf tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.levelup-xyvpbf .levelup-0hcqh7,
.levelup-xyvpbf .levelup-nz1q7l {
  flex: 0 1 330px;
}

.levelup-xyvpbf .levelup-kiszz6 {
  flex: 1 1;
}

.levelup-xyvpbf tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.levelup-xyvpbf tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.levelup-xyvpbf tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.levelup-xyvpbf tr td p {
  color: #fff;
  margin: 0;
}

.levelup-xyvpbf tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.levelup-xyvpbf tr.levelup-0hcqh7 td p {
  padding: 16px 0;
}

.levelup-xyvpbf tr.levelup-0hcqh7 td p:not(:last-child),
.levelup-xyvpbf tr.levelup-nz1q7l td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.levelup-xyvpbf tr.levelup-0hcqh7 td p:first-child,
.levelup-xyvpbf tr.levelup-nz1q7l td p:first-child {
  padding-top: 0;
}

.levelup-xyvpbf tr.levelup-nz1q7l td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.levelup-xyvpbf tr.levelup-nz1q7l td p:last-child {
  padding-bottom: 0;
}

.levelup-xyvpbf .levelup-nz1q7l img {
  max-width: 32px;
}

.levelup-xyvpbf .levelup-kiszz6 {
  min-width: 718px;
}

.levelup-xyvpbf .levelup-kiszz6 td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.levelup-xyvpbf .levelup-kiszz6 td {
  display: flex;
}

.levelup-xyvpbf .levelup-kiszz6 td:last-child .levelup-1j0t5x,
.levelup-xyvpbf .levelup-kiszz6 td:last-child .levelup-ayr4oz,
.levelup-xyvpbf .levelup-kiszz6 td:last-child .levelup-rs09qk {
  flex: 1 1 50%;
}

.levelup-xyvpbf .levelup-kiszz6 td:last-child .levelup-3yov9h {
  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;
}

.levelup-xyvpbf .levelup-kiszz6 td:last-child .levelup-u01z1p,
.levelup-xyvpbf .levelup-kiszz6 td:last-child .levelup-q4x3wf {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.levelup-xyvpbf .levelup-kiszz6 td:last-child .levelup-1j0t5x,
.levelup-xyvpbf .levelup-kiszz6 td:last-child .levelup-ayr4oz {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.levelup-xyvpbf .levelup-kiszz6 td:last-child .levelup-1j0t5x span,
.levelup-xyvpbf .levelup-kiszz6 td:last-child .levelup-ayr4oz span {
  font-weight: 800;
}

.levelup-xyvpbf .levelup-kiszz6 img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .levelup-xyvpbf .levelup-kiszz6 td .levelup-rs09qk:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .levelup-xyvpbf tr.levelup-0hcqh7 td p:last-child {
    padding-bottom: 0;
  }
  .levelup-xyvpbf .levelup-nz1q7l > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .levelup-xyvpbf .levelup-nz1q7l > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .levelup-xyvpbf tr.levelup-0hcqh7 td p:not(:last-child),
  .levelup-xyvpbf tr.levelup-nz1q7l td p:not(:last-child) {
    border-bottom: unset;
  }
  .levelup-xyvpbf tr.levelup-nz1q7l td p:last-child {
    padding-bottom: 12px;
  }
  .levelup-xyvpbf .levelup-kiszz6 td:last-child .levelup-1j0t5x,
  .levelup-xyvpbf .levelup-kiszz6 td:last-child .levelup-ayr4oz,
  .levelup-xyvpbf .levelup-kiszz6 td:last-child .levelup-rs09qk {
    flex: 1 1 50%;
    padding: 0;
  }
  .levelup-xyvpbf .levelup-kiszz6 td:last-child .levelup-1j0t5x,
  .levelup-xyvpbf .levelup-kiszz6 td:last-child .levelup-ayr4oz {
    margin-top: 16px;
  }
  .levelup-xyvpbf .levelup-kiszz6 td:last-child .levelup-rs09qk {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .levelup-xyvpbf .levelup-kiszz6 td:last-child .levelup-1j0t5x {
    border-right: 1px solid var(--border-color);
  }
  .levelup-xyvpbf .levelup-kiszz6 td:last-child .levelup-rs09qk:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .levelup-xyvpbf .levelup-kiszz6 td:last-child .levelup-rs09qk:last-child {
    padding-bottom: 0;
  }
}

.levelup-rs09qk {
  display: flex;
  flex-direction: column;
}

.levelup-xyvpbf .levelup-kiszz6 td .levelup-rs09qk {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.levelup-xyvpbf .levelup-kiszz6 td .levelup-rs09qk:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.levelup-xyvpbf .levelup-kiszz6 td .levelup-rs09qk:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .levelup-xyvpbf .levelup-kiszz6 td .levelup-rs09qk:not(:first-child) {
    padding-left: 0;
  }
  .levelup-xyvpbf .levelup-kiszz6 td .levelup-rs09qk:not(:last-of-type) {
    border-right: unset;
  }
}

.levelup-xyvpbf .levelup-kx6jig {
  flex: 0 1 485px;
}

.levelup-xyvpbf .levelup-mvir9d {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.levelup-xyvpbf .levelup-mvir9d li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.levelup-xyvpbf .levelup-mvir9d li.levelup-5rizz1 {
  padding: 6px 12px;
}

.levelup-xyvpbf .levelup-mvir9d li a,
.levelup-xyvpbf .levelup-mvir9d 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;
}

.levelup-xyvpbf .levelup-bf5irk,
.levelup-xyvpbf .levelup-4641p8 {
  flex: 1 1;
}

.levelup-xyvpbf .levelup-6pmuo6,
.levelup-xyvpbf .levelup-pfk8t4 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.levelup-xyvpbf .levelup-6pmuo6 li,
.levelup-xyvpbf .levelup-pfk8t4 li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.levelup-xyvpbf .levelup-4641p8 img {
  max-width: 32px;
}

.levelup-xyvpbf .levelup-bf5irk img {
  max-width: 32px;
}

.levelup-xyvpbf .levelup-dx9utl {
  min-width: 280px;
}

.levelup-xyvpbf .levelup-dx9utl img {
  max-width: 146px;
}

.levelup-xyvpbf .levelup-dx9utl td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .levelup-xyvpbf .levelup-0hcqh7,
  .levelup-xyvpbf .levelup-nz1q7l {
    flex: 0 1 auto;
  }
  .levelup-xyvpbf .levelup-kiszz6 {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .levelup-xyvpbf .levelup-0hcqh7,
  .levelup-xyvpbf .levelup-kx6jig,
  .levelup-xyvpbf .levelup-nz1q7l,
  .levelup-xyvpbf .levelup-kiszz6 {
    flex: 1 1 calc(50% - 20px);
  }
  .levelup-xyvpbf .levelup-bf5irk,
  .levelup-xyvpbf .levelup-dx9utl,
  .levelup-xyvpbf .levelup-4641p8 {
    flex: 1 1 30%;
  }
  .levelup-xyvpbf .levelup-dx9utl {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .levelup-xyvpbf .levelup-0hcqh7,
  .levelup-xyvpbf .levelup-kx6jig,
  .levelup-xyvpbf .levelup-bf5irk,
  .levelup-xyvpbf .levelup-nz1q7l,
  .levelup-xyvpbf .levelup-kiszz6,
  .levelup-xyvpbf .levelup-dx9utl,
  .levelup-xyvpbf .levelup-4641p8 {
    flex: 1 1 100%;
  }
}

.levelup-zaevhe .levelup-9epnod {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.levelup-zaevhe .levelup-j22hp2 {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.levelup-zaevhe .levelup-70tkqw {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.levelup-zaevhe .levelup-bq3xl6 {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.levelup-zaevhe .levelup-bq3xl6 > :nth-child(3) {
  margin-top: 0;
}

.levelup-zaevhe .levelup-0wiz5z {
  grid-column: 2/3;
  grid-row: 1/10;
}

.levelup-zaevhe .levelup-1wzmj4 {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.levelup-zaevhe .levelup-w3ld2j {
  grid-column: 1/2;
}

.levelup-zaevhe > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.levelup-zaevhe .levelup-j22hp2: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;
}

.levelup-zaevhe .levelup-j22hp2:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.levelup-zaevhe .levelup-rh6c79 {
  min-width: 240px;
}

@media (max-width: 768px) {
  .levelup-zaevhe .levelup-j22hp2:not(:last-child):before {
    bottom: 8px;
  }
  .levelup-zaevhe .levelup-j22hp2:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .levelup-zaevhe .levelup-bq3xl6 {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .levelup-zaevhe .levelup-0wiz5z {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .levelup-zaevhe .levelup-0wiz5z img {
    width: 100%;
    height: auto;
  }
  .levelup-zaevhe .levelup-rh6c79 {
    width: 100%;
    min-width: unset;
  }
}

.levelup-gauwnv .levelup-xuofot {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.levelup-gauwnv .levelup-sc558a {
  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;
}

.levelup-gauwnv .levelup-0wiz5z {
  height: 100%;
}

.levelup-gauwnv .levelup-0wiz5z img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.levelup-gauwnv .levelup-tm5mtc {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.levelup-gauwnv .levelup-zdarlc {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.levelup-gauwnv .levelup-n9bs1y {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .levelup-gauwnv .levelup-sc558a {
    flex: 1 1 100%;
  }
  .levelup-gauwnv .levelup-y8n0c0 {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .levelup-gauwnv .levelup-sc558a {
    flex-direction: column;
  }
  .levelup-gauwnv .levelup-0wiz5z {
    width: 100%;
    height: auto;
  }
  .levelup-gauwnv .levelup-0wiz5z img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .levelup-gauwnv .levelup-tm5mtc {
    padding: 0 16px 16px 16px;
  }
  .levelup-gauwnv .levelup-y8n0c0 {
    min-width: unset;
    width: 100%;
  }
}

.levelup-ri5lv0 .levelup-mnpqb5 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.levelup-ri5lv0 .levelup-uus3ek {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.levelup-ri5lv0 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;
}

.levelup-ri5lv0 .levelup-8dsz7h {
  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;
}

.levelup-ri5lv0 .levelup-uus3ek:hover .levelup-8dsz7h {
  display: flex;
}

.levelup-ri5lv0 .levelup-3h3bg0 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.levelup-ri5lv0 .levelup-mprn98 {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.levelup-s2f322 {
  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;
}

.levelup-s2f322.levelup-87gp5r {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.levelup-zpvual ease-in-out;
}

.levelup-s2f322.levelup-87gp5r:hover {
  color: #f9cb16;
  background-color: transparent;
}

.levelup-ri5lv0 .levelup-sxcc74 {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.levelup-zpvual ease-in-out;
}

.levelup-ri5lv0 .levelup-sxcc74:hover {
  color: #196948;
  background-color: #f9cb16;
}

.levelup-ri5lv0 .levelup-sxcc74:after,
.levelup-s2f322.levelup-87gp5r:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.levelup-s2f322.levelup-87gp5r:after {
  background-image: url(../images/Cash.svg);
}

.levelup-ri5lv0 .levelup-sxcc74:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .levelup-ri5lv0 .levelup-mnpqb5 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .levelup-ri5lv0 .levelup-mnpqb5 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .levelup-ri5lv0 .levelup-mnpqb5 {
    grid-template-columns: 1fr;
  }
  .levelup-ri5lv0 .levelup-uus3ek {
    height: auto;
  }
  .levelup-ri5lv0 .levelup-uus3ek .levelup-8dsz7h {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .levelup-ri5lv0 .levelup-3h3bg0,
  .levelup-ri5lv0 .levelup-mprn98 {
    text-align: left;
  }
  .levelup-ri5lv0 .levelup-mprn98 {
    margin-bottom: 8px;
  }
  .levelup-ri5lv0 img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.levelup-w5vbwn {
  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;
}

.levelup-w5vbwn.levelup-gu394k {
  display: block;
}

.levelup-w5vbwn .levelup-86zh7c {
  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;
}

.levelup-w5vbwn .levelup-pzcl3u {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.levelup-w5vbwn .levelup-nb5wuz {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.levelup-w5vbwn .levelup-4jvu7a {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.levelup-w5vbwn .levelup-s2f322 {
  min-width: 296px;
  margin-bottom: 0;
}

.levelup-w5vbwn .levelup-t71xeu {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.levelup-w5vbwn .levelup-rdkh9p {
  position: relative;
  flex: 1 1;
}

.levelup-w5vbwn .levelup-rdkh9p iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .levelup-w5vbwn .levelup-pzcl3u {
    flex-wrap: wrap;
    gap: 8px;
  }
  .levelup-w5vbwn .levelup-nb5wuz {
    order: 1;
  }
  .levelup-w5vbwn .levelup-4jvu7a {
    order: 3;
    flex: 1 1 100%;
  }
  .levelup-w5vbwn .levelup-s2f322 {
    width: 100%;
    min-width: unset;
  }
  .levelup-w5vbwn .levelup-t71xeu {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .levelup-u05mjg > .levelup-5u9xa2 {
    margin-bottom: 0;
  }
  .levelup-u05mjg > .levelup-w3ld2j,
  .levelup-u05mjg > p {
    margin-top: 0;
  }
}

.levelup-vumnxz img,
.levelup-uovboc img {
  width: auto;
  object-fit: contain;
}

.levelup-vumnxz {
  align-items: center;
}

.levelup-vumnxz img {
  max-height: 76px;
}

.levelup-uovboc img {
  max-height: 64px;
}

.levelup-6hjot5 {
  overflow: auto;
}

.levelup-u8nrdd {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.levelup-iknvwh:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.levelup-44935z {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.levelup-wypixp {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.levelup-44935z .levelup-0wiz5z {
  margin-right: 20px;
  flex-shrink: 0;
}

.levelup-44935z img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.levelup-xcyyii {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.levelup-xcyyii > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .levelup-44935z {
    padding: 15px 10px;
  }
  .levelup-xcyyii {
    padding: 15px 10px;
  }
  .levelup-44935z .levelup-0wiz5z {
    margin-right: 10px;
  }
}

.levelup-8zutu1 {
  overflow-x: auto;
}

.levelup-rjfhbs {
  border-collapse: collapse;
  width: 100%;
}

.levelup-8zutu1 th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.levelup-8zutu1 td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.levelup-8zutu1 td.levelup-cklicp {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.levelup-8zutu1 td.levelup-88fwuc {
  border-right: none;
}

.levelup-8zutu1 td.levelup-88fwuc .levelup-0wiz5z {
  justify-content: flex-start;
}

.levelup-8zutu1 td.levelup-88fwuc .levelup-0wiz5z img {
  height: auto;
  width: 90px;
}

.levelup-8zutu1 td.levelup-0k7at0,
.levelup-8zutu1 td.levelup-uh5mx6 {
  font-weight: 600;
  text-align: right;
}

.levelup-8zutu1 td.levelup-o2lbt6,
.levelup-8zutu1 td.levelup-0k7at0 {
  padding-bottom: 10px;
  border-bottom: none;
}

.levelup-8zutu1 td.levelup-0k7at0,
.levelup-8zutu1 td.levelup-uh5mx6 {
  border-left: none;
}

.levelup-8zutu1 td.levelup-o2lbt6,
.levelup-8zutu1 td.levelup-3rnsdq {
  border-right: none;
}

.levelup-8zutu1 td.levelup-3rnsdq,
.levelup-8zutu1 td.levelup-uh5mx6 {
  border-top: none;
  padding-top: 10px;
}

.levelup-6m2gwy {
  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;
}

.levelup-6m2gwy .levelup-y8n0c0 {
  min-width: unset;
  width: 100%;
}

.levelup-6m2gwy .levelup-y8n0c0.levelup-ukswjo {
  grid-column: 1/2;
  grid-row: 1/2;
}

.levelup-6m2gwy .levelup-y8n0c0.levelup-038tal {
  grid-column: 2/3;
  grid-row: 1/2;
}

.levelup-6m2gwy .levelup-fp06cr {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .levelup-6m2gwy {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .levelup-6m2gwy .levelup-y8n0c0.levelup-ukswjo {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .levelup-6m2gwy .levelup-y8n0c0.levelup-038tal {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .levelup-6m2gwy .levelup-fp06cr {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.levelup-hgs53g {
  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;
}

.levelup-unja9f {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.levelup-qrp8nu p a img {
  margin: 0 auto;
  display: block;
}

.levelup-qrp8nu table {
  margin-bottom: 17px;
}

/* contanct form */
.levelup-9z1fv7 {
  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;
}

.levelup-9z1fv7 label {
  font-size: 14px;
}

.levelup-9z1fv7 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.levelup-9z1fv7 input,
.levelup-9z1fv7 textarea,
.levelup-9z1fv7 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;
}
.levelup-9z1fv7 button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.levelup-zpvual ease;
}
.levelup-9z1fv7 button:hover {
  background-color: #691204;
}
.levelup-4rwffp {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.levelup-skb20j ease-in;
}

.levelup-4rwffp 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;
}
.levelup-t3ascm, .levelup-j8hfc0, [class*="review-card"],
thead, thead th, table th, .levelup-8unmhe,
.levelup-nu6u9k, [class*="collapsible-header"],
.levelup-hjpekd, [class*="updated-block"] {
  color: #ece7dc !important;
}
