@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);
}

.vip-l4wemv {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.vip-qts1vd {
  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.vip-reg7us,
ul.vip-reg7us {
  padding-left: 20px;
}

ul.vip-reg7us {
  list-style: disc;
}

ol.vip-reg7us {
  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;
  }
}

.vip-hld1xg > .vip-xcjy74,
.vip-hld1xg > .vip-ecmlts,
.vip-hld1xg > blockquote,
.vip-hld1xg > h1,
.vip-hld1xg > h2,
.vip-hld1xg > h3,
.vip-hld1xg > h4,
.vip-hld1xg > h5,
.vip-hld1xg > h6,
.vip-hld1xg > ol,
.vip-hld1xg > p,
.vip-hld1xg > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.vip-hld1xg > ol,
.vip-hld1xg > ul {
  padding-left: 50px;
}

.vip-hld1xg 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;
}

.vip-hld1xg:not(:last-child) {
  margin-bottom: 2rem;
}

.vip-hld1xg > :not(:first-child) {
  margin-top: 2rem;
}

.vip-hld1xg {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.vip-hld1xg:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .vip-hld1xg:first-child {
    margin-top: 20px;
  }
}

.vip-hld1xg > p:last-of-type {
  margin-bottom: 32px;
}

.vip-hld1xg > .vip-tsiy2l:not(:first-child) {
  margin: 64px auto 16px auto;
}

.vip-16wvqq > .vip-tsiy2l {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.vip-ecmlts {
  overflow: auto;
}

.vip-ecmlts::-webkit-scrollbar {
  height: 5px;
}

.vip-ecmlts table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.vip-ecmlts table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.vip-ecmlts table thead,
table thead {
  border-bottom: none;
}

.vip-ecmlts table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.vip-ecmlts table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.vip-ecmlts table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.vip-ecmlts .vip-sd5634 {
  table-layout: auto;
}

.vip-ecmlts .vip-sd5634 th {
  word-break: normal;
}

.vip-ecmlts .vip-sd5634 td {
  word-break: normal;
}

.vip-l4wemv .vip-l4wemv {
  padding-right: 0;
  padding-left: 0;
}

.vip-z66joi {
  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;
}

.vip-4v1z3g {
  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;
}

.vip-u6p8vf {
  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;
}

.vip-xcjy74 {
  margin-top: 24px;
}

.vip-xcjy74.vip-kwh6lc {
  text-align: left;
}

.vip-xcjy74.vip-6lbn6r {
  text-align: right;
}

.vip-xcjy74.vip-oa4de9 {
  text-align: center;
}

.vip-n7zht4 {
  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.vip-1mr2dn ease-in-out;
  cursor: pointer;
}

.vip-n7zht4:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.vip-n7zht4 {
  min-width: 328px;
}

@media (max-width: 768px) {
  .vip-n7zht4 {
    min-width: unset;
  }
}

.vip-vj1m5e {
  background-color: var(--fh-bg-color);
}

.vip-bgc62d {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.vip-nqemj2 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 80px;
}

.vip-nqemj2 img {
  max-height: 44px;
  object-fit: contain;
}

.vip-ozta35 {
  flex: 1 1;
}

.vip-b723kd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.vip-uhb2n2 {
  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;
}

.vip-uhb2n2 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;
}

.vip-uhb2n2.vip-djm7dz span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.vip-uhb2n2.vip-djm7dz span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.vip-uhb2n2.vip-djm7dz span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.vip-ozta35 + .vip-b723kd {
  margin-left: 20px;
}

.vip-57szic {
  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;
}

.vip-57szic > svg {
  max-width: 24px;
  max-height: 24px;
}

.vip-57szic + .vip-57szic {
  margin-left: 5px;
}

.vip-nnq3qq {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.vip-nnq3qq:hover {
  background-color: var(--button-bg-hover);
}

.vip-tz4n4t {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.vip-1mr2dn ease-in-out;
  border: 1px solid var(--border-color);
}

.vip-tz4n4t:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.vip-65oi8f {
  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) {
  .vip-ozta35 {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .vip-65oi8f {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .vip-ozta35 {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .vip-57szic {
    min-width: unset;
    flex: 1 1;
  }
}

.vip-96zw8k {
  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;
}

.vip-96zw8k:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.vip-96zw8k:hover .vip-t8bjo0 {
  opacity: 1;
  pointer-events: auto;
}

.vip-mrkkc1 {
  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.vip-a0qvwa ease-in-out;
  gap: 4px;
}

.vip-mrkkc1 > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.vip-mrkkc1 .vip-z66joi img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.vip-btr8k5,
.vip-mrkkc1:hover {
  color: var(--button-bg-hover);
}

.vip-cgl6cp {
  position: relative;
}

.vip-cgl6cp .vip-mrkkc1 {
  margin-right: 0;
  padding-right: 4px;
}

.vip-4vy5re svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.vip-cgl6cp.vip-djm7dz .vip-4vy5re svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.vip-cgl6cp.vip-djm7dz .vip-t8bjo0 {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.vip-cgl6cp.vip-djm7dz .vip-t8bjo0::before {
  display: none;
}

.vip-4vy5re svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.vip-t8bjo0 {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.vip-4dsto6 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.vip-t8bjo0::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.vip-t8bjo0:hover {
  color: var(--fh-bg-color);
}

.vip-len4ko {
  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.vip-4dsto6 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.vip-a0qvwa ease-in-out;
  -o-transition: 0.vip-a0qvwa ease-in-out;
  transition: 0.vip-a0qvwa ease-in-out;
}

.vip-len4ko .vip-z66joi img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.vip-f2ej9s,
.vip-len4ko:hover {
  color: var(--button-bg-hover);
}

.vip-gwi81c {
  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%;
}

.vip-gwi81c.vip-h26th2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.vip-gwi81c.vip-h26th2:after,
.vip-gwi81c.vip-h26th2:before {
  content: "";
  position: absolute;
  margin: auto;
}

.vip-gwi81c.vip-h26th2: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);
  }
}

.vip-gwi81c.vip-h26th2:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.vip-gwi81c.vip-h26th2 > * {
  z-index: 1;
}

.vip-gwi81c b,
.vip-gwi81c strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.vip-gwi81c .vip-j50tx7 {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.vip-gwi81c .vip-3xdr71 {
  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;
}

.vip-gwi81c .vip-z66joi {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.vip-gwi81c .vip-p5tzmx {
  margin-top: 12px;
}

.vip-p5tzmx {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.vip-y19d8c {
  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;
}

.vip-p5tzmx .vip-ybv28j {
  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.vip-1mr2dn ease-in-out;
}

.vip-p5tzmx .vip-ybv28j:hover {
  background: rgba(255, 255, 255, 0.3);
}

.vip-so5kec {
  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;
}

.vip-gwi81c.vip-xpiyff {
  gap: 12px;
  padding: 16px;
}

.vip-gwi81c.vip-xpiyff .vip-so5kec {
  min-width: 240px;
}

.vip-gwi81c.vip-xpiyff .vip-so5kec.vip-m5dppi {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .vip-gwi81c .vip-j50tx7 {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .vip-gwi81c .vip-3xdr71 {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .vip-gwi81c .vip-z66joi {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .vip-gwi81c.vip-xpiyff .vip-z66joi {
    max-width: 126px;
  }
  .vip-gwi81c .vip-p5tzmx {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .vip-gwi81c .vip-y19d8c {
    max-width: unset;
  }
  .vip-so5kec {
    min-width: unset;
    width: 100%;
  }
  .vip-gwi81c .vip-so5kec {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .vip-gwi81c.vip-xpiyff {
    grid-template-rows: auto 1fr auto;
  }
  .vip-gwi81c.vip-xpiyff .vip-so5kec {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .vip-gwi81c {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .vip-gwi81c .vip-j50tx7 {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .vip-gwi81c .vip-z66joi {
    max-width: 78px;
  }
  .vip-gwi81c .vip-p5tzmx {
    margin-top: -12px;
  }
  .vip-gwi81c.vip-xpiyff {
    gap: 8px;
  }
  .vip-gwi81c.vip-xpiyff .vip-j50tx7 {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .vip-gwi81c.vip-xpiyff .vip-3xdr71 {
    grid-column: 1/3;
  }
  .vip-gwi81c.vip-xpiyff .vip-z66joi {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .vip-gwi81c.vip-xpiyff .vip-z66joi img {
    max-width: 114px;
  }
}

.vip-so5kec.vip-fal3i0,
.vip-so5kec.vip-kokbei,
.vip-so5kec.vip-slnkqc {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.vip-1mr2dn ease-in-out;
}

.vip-so5kec.vip-fal3i0,
.vip-so5kec.vip-slnkqc {
  padding: 10px;
}

.vip-so5kec.vip-fal3i0:hover,
.vip-so5kec.vip-kokbei:hover,
.vip-so5kec.vip-slnkqc:hover {
  background: var(--button-bg-hover);
}

.vip-so5kec.vip-fal3i0:hover svg path,
.vip-so5kec.vip-slnkqc:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.vip-so5kec.vip-m5dppi {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.vip-1mr2dn ease-in-out;
  background: var(--button-bg-color);
}

.vip-so5kec.vip-m5dppi:hover {
  background-color: var(--button-bg-hover);
}

.vip-so5kec.vip-kokbei: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);
  }
}

.vip-so5kec.vip-kokbei:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.vip-so5kec.vip-m5dppi:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.vip-tl6ri9 {
  max-width: 650px;
}

.vip-lnkam0 {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.vip-oqvy0h {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.vip-5xi2i4 {
  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.vip-a0qvwa ease-in-out;
  cursor: pointer;
}

.vip-5xi2i4:hover {
  opacity: 0.5;
}

.vip-5xi2i4:focus {
  outline: 0;
}

.vip-5xi2i4:focus .vip-mk8r3w,
.vip-5xi2i4:hover .vip-mk8r3w {
  fill: red;
  fill-opacity: 1;
}

.vip-5xi2i4:hover {
  cursor: pointer;
}

.vip-4t0l8f {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.vip-tl6ri9.vip-oa4de9 {
  margin: 0 auto;
}

.vip-tl6ri9.vip-6lbn6r {
  margin-left: auto;
}

.vip-a4j8xw {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.vip-owzjzq {
  padding-bottom: 50px;
}

.vip-csb6ww {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.vip-38ui3o {
  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;
}

.vip-l4f3cm {
  margin-top: 24px;
}

.vip-m9ycv0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vip-2us2n2 {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.vip-2f2vgc {
  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;
}

.vip-h7j3i3 {
  width: 468px;
}

.vip-2f2vgc .vip-t8bjo0 {
  margin: 0.vip-5z15fe 0;
}

.vip-gl7r7r {
  display: flex;
  min-width: 224px;
}

.vip-nmqii7 {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.vip-a0qvwa ease-in-out;
}

.vip-ya720q,
.vip-nmqii7:hover {
  color: var(--text-color);
}

.vip-2hbg1k {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.vip-jt9yds {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .vip-a4j8xw {
    padding: 16px;
  }
  .vip-2hbg1k {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .vip-jt9yds {
    align-items: center;
  }
  .vip-h7j3i3 {
    width: unset;
  }
  .vip-gl7r7r {
    min-width: unset;
  }
  .vip-2f2vgc {
    max-height: unset;
  }
  .vip-csb6ww {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .vip-a4j8xw {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.vip-gibji3 {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.vip-gibji3:not(:last-child) {
  margin-bottom: 16px;
}

.vip-1nda3l {
  outline: 0;
}

.vip-1nda3l .vip-ghknrg {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.vip-wghsc8 {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .vip-wghsc8 {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.vip-wghsc8::-webkit-details-marker {
  display: none;
}

.vip-wghsc8: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;
}

.vip-wghsc8: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] .vip-wghsc8:after {
  transform: unset;
}

.vip-ghknrg {
  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);
}

.vip-ghknrg 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.vip-a0qvwa ease-in-out;
  -o-transition: 0.vip-a0qvwa ease-in-out;
  transition: 0.vip-a0qvwa ease-in-out;
}

.vip-18jy8w {
  padding: 16px 0 0 0;
}

.vip-18jy8w * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .vip-18jy8w :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .vip-wghsc8 {
    flex-wrap: wrap;
    gap: 12px;
  }
  .vip-wghsc8::after {
    margin-left: auto;
  }
  .vip-ghknrg {
    order: 3;
    flex: 1 1 100%;
  }
  .vip-wghsc8 {
    font-size: 14px;
    line-height: 130%;
  }
  .vip-ghknrg svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.vip-xickzy {
  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;
}

.vip-5l24xt {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.vip-xickzy.vip-djm7dz .vip-5l24xt {
  margin-bottom: 12px;
}

.vip-5l24xt::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;
}

.vip-xickzy.vip-djm7dz .vip-5l24xt::after {
  transform: unset;
}

.vip-y53y2j {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.vip-pe93v6 {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.vip-a0qvwa ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.vip-pe93v6: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;
}

.vip-xickzy.vip-djm7dz .vip-y53y2j {
  max-height: 100%;
}

.vip-ne8u3x {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.vip-ookym3 {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.vip-uxubwh {
  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;
}

.vip-m5x8qe {
  margin-right: 4px;
}

.vip-w5218b {
  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.vip-a0qvwa ease-in-out;
}

.vip-w5218b svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.vip-nkn6gl,
.vip-w5218b:hover {
  color: var(--text-color);
}

.vip-tb38db {
  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;
}

.vip-tb38db img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.vip-tb38db .vip-qx77nx {
  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;
}

.vip-tb38db .vip-v63pck {
  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;
}

.vip-z65fac {
  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;
}

.vip-chjc00 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.vip-3s1w0k .vip-l4wemv {
  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;
}

.vip-3s1w0k {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.vip-a0qppl {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.vip-52eiio {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.vip-qqiaaq {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.vip-u0wqnp 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;
}

.vip-qqiaaq:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.vip-eg1so0 {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.vip-hyrl6g {
  -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.vip-a0qvwa ease-in-out;
  transition: transform 0.vip-a0qvwa ease-in-out;
  -o-transition: transform 0.vip-a0qvwa ease-in-out;
  transition:
    transform 0.vip-a0qvwa ease-in-out,
    -webkit-transform 0.vip-a0qvwa ease-in-out;
  cursor: pointer;
}

.vip-hyrl6g svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.vip-hyrl6g: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;
}

.vip-1e8wxb {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .vip-1e8wxb {
    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);
}

.vip-ywxyjd {
  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;
}

.vip-1fmbg8 {
  position: relative;
  width: 100%;
}

.vip-ywxyjd.vip-iommhq {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.vip-ywxyjd.vip-oa4de9 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.vip-ywxyjd.vip-6lbn6r {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.vip-m7oxef {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.vip-skbxdp {
  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.vip-a0qvwa ease-in-out;
  cursor: pointer;
}

.vip-skbxdp:hover {
  opacity: 0.5;
}

.vip-ywxyjd.vip-v1site .vip-skbxdp {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.vip-ywxyjd.vip-v1site .vip-m7oxef {
  cursor: pointer;
}

.vip-klvt4w {
  fill: #0009;
}

.vip-l1qrzj {
  fill: #fff;
}

.vip-skbxdp:hover .vip-klvt4w {
  fill: red;
}

.vip-skbxdp svg path {
  -webkit-transition: 0.vip-a0qvwa ease-in-out;
  -o-transition: 0.vip-a0qvwa ease-in-out;
  transition: 0.vip-a0qvwa ease-in-out;
}

.vip-bkuqld {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.vip-bkuqld > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.vip-bkuqld.vip-f8sbie > :not(.get-image) {
  grid-column: 1/3;
}

.vip-n4ktpr:not(._h1-block) .vip-bkuqld > .vip-tsiy2l {
  grid-row: 1/2;
  grid-column: 1/3;
}

.vip-bkuqld.vip-f8sbie .vip-c380nt {
  grid-column: 2/3;
}

.vip-bkuqld.vip-f8sbie > .vip-z66joi {
  grid-column: 1/2;
}

.vip-bkuqld.vip-f8sbie > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.vip-bkuqld > p:first-of-type {
  margin-top: 0;
}

.vip-bkuqld .vip-z66joi {
  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;
}

.vip-n4ktpr:not(._h1-block) .vip-tsiy2l ~ .vip-z66joi {
  grid-row: 2/10;
}

.vip-n4ktpr.vip-stnwz3 .vip-tsiy2l ~ .vip-z66joi {
  grid-row: 1/10;
}

.vip-n4ktpr.vip-stnwz3 > .vip-tsiy2l {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.vip-n4ktpr.vip-stnwz3 .vip-z66joi {
  grid-row: 1/10;
}

.vip-bkuqld.vip-s6uspf .vip-z66joi {
  align-items: flex-start;
}

.vip-bkuqld.vip-oa4de9 .vip-c380nt {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.vip-bkuqld.vip-oa4de9 .vip-z66joi {
  align-items: center;
}

.vip-bkuqld.vip-4j8bmm .vip-z66joi {
  align-items: flex-end;
}

.vip-c380nt > :first-child {
  margin-top: 0;
}

.vip-c380nt > :last-child {
  margin-bottom: 0;
}

* + .vip-dqmg42,
.vip-n4ktpr + .vip-n4ktpr {
  margin-top: 2rem;
}

.vip-3sbjxo td::before,
.vip-3sbjxo th::after {
  display: none !important;
}

.vip-3sbjxo #link-selector {
  color: #000;
}

.vip-3sbjxo .vip-i65z0b {
  color: #135e96;
}

.vip-3sbjxo .vip-vvhit4 *,
.vip-3sbjxo .vip-0pc1b8 p,
.vip-3sbjxo .vip-rohfm7 * {
  color: #000;
}

.vip-3sbjxo .vip-xftvb1 {
  background: 0 0 !important;
}

.vip-3sbjxo .vip-k781j7 {
  color: #000;
}

.vip-3sbjxo .vip-0urdn4.vip-jxx3lu {
  color: #fff;
}

.vip-3sbjxo .vip-imtsza {
  color: #000;
}

.vip-3sbjxo
  .vip-kdvm1t
  .vip-gs170c.vip-jxx3lu.vip-ncyfi1 {
  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;
}

.vip-7m7uta,
body .vip-mqbytg {
  color: #000;
  background: var(--color-body) !important;
}

.vip-7m7uta .vip-9tfved .vip-rmmqi8,
body .vip-mqbytg .vip-9tfved .vip-rmmqi8 {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .vip-pe93v6:focus,
  .vip-pe93v6:hover {
    color: #f9cb16;
  }
  .vip-z3hhrm:focus,
  .vip-z3hhrm:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .vip-3qzvcw:focus img,
  .vip-3qzvcw:focus svg,
  .vip-3qzvcw:hover img,
  .vip-3qzvcw:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .vip-tb38db {
    display: none;
  }
}

@media (min-width: 1024px) {
  .vip-cgl6cp:hover .vip-4vy5re svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .vip-4vy5re {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .vip-r7lq53 {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .vip-l5zsot {
    grid-template-columns: repeat(4, 1fr);
  }
  .vip-qebyig {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .vip-li5fc8 .vip-v3anwl {
    grid-template-columns: 1fr;
  }
  .vip-li5fc8 .vip-4wngao {
    -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;
  }
  .vip-li5fc8 .vip-gfntr9 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .vip-li5fc8 .vip-4exldh {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .vip-li5fc8 .vip-z3nv1n {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .vip-li5fc8 .vip-gfntr9:not(:first-child) {
    border: none;
  }
  .vip-li5fc8 .vip-gfntr9:first-child .vip-4exldh {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .vip-li5fc8 .vip-gfntr9:last-child .vip-4exldh {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .vip-bgc62d {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .vip-nqemj2 {
    max-width: 100px;
  }
  .vip-ozta35 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .vip-b723kd {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .vip-b723kd svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .vip-uhb2n2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .vip-ozta35 + .vip-b723kd {
    margin-left: auto;
  }
  .vip-eee65u {
    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;
  }
  .vip-eee65u.vip-djm7dz {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .vip-65oi8f {
    -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;
  }
  .vip-96zw8k {
    width: 100%;
  }
  .vip-96zw8k:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .vip-mrkkc1 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .vip-mrkkc1 svg {
    margin-right: 4px;
  }
  .vip-cgl6cp {
    -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;
  }
  .vip-4vy5re svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .vip-4vy5re {
    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;
  }
  .vip-t8bjo0 {
    display: none;
    width: 100%;
  }
  .vip-cgl6cp.vip-djm7dz .vip-t8bjo0 {
    padding: 0 0 0 48px;
  }
  .vip-len4ko {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .vip-38ui3o .vip-z66joi {
    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;
  }
  .vip-gnmpfi {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .vip-gnmpfi + .vip-gnmpfi {
    margin-right: 0;
  }
  .vip-gnmpfi + .vip-z66joi {
    margin: 0;
  }
  .vip-r7lq53 {
    grid-template-columns: repeat(4, 1fr);
  }
  .vip-l5zsot {
    grid-template-columns: repeat(3, 1fr);
  }
  .vip-vqbws7,
  .vip-yf52h0 {
    grid-template-columns: repeat(2, 1fr);
  }
  .vip-bkuqld {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .vip-bkuqld.vip-f8sbie .vip-c380nt {
    grid-column: auto;
    grid-row: auto;
  }
  .vip-bkuqld > .vip-tsiy2l {
    grid-column: 1/2;
  }
  .vip-bkuqld.vip-f8sbie > :not(.get-image) {
    grid-column: 1/2;
  }
  .vip-bkuqld .vip-z66joi,
  .vip-bkuqld.vip-f8sbie > .vip-z66joi {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .vip-bkuqld.vip-f8sbie > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .vip-n4ktpr.vip-stnwz3 .vip-bkuqld > .vip-z66joi {
    grid-row: 1/2;
  }
  .vip-bkuqld .vip-tsiy2l ~ .vip-z66joi,
  .vip-bkuqld.vip-f8sbie .vip-tsiy2l ~ .vip-z66joi {
    grid-row: 2/3;
  }
  .vip-n4ktpr.vip-stnwz3 .vip-tsiy2l ~ .vip-z66joi {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .vip-hld1xg:first-child .vip-0cd0hj {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .vip-hld1xg:first-child .vip-0cd0hj h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .vip-hld1xg {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .vip-hld1xg {
    padding: 0;
  }
  .vip-xcjy74 {
    margin-top: 1rem;
  }
  .vip-1nda3l {
    border-radius: 5px;
  }
  .vip-9vduew {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .vip-5l24xt::after {
    display: inline-block;
  }
  .vip-5l24xt {
    margin: 0;
    width: 100%;
  }
  .vip-y53y2j {
    width: 100%;
  }
  .vip-y53y2j.vip-iyzcaa {
    -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%;
  }
  .vip-y53y2j.vip-iyzcaa .vip-71jt0e {
    width: 100%;
  }
  .vip-y53y2j.vip-iyzcaa .vip-71jt0e:not(:last-child) {
    margin-right: 0;
  }
  .vip-pe93v6 {
    width: 100%;
    text-align: center;
  }
  .vip-xickzy.vip-djm7dz .vip-y53y2j {
    margin-top: 1rem;
  }
  .vip-r7lq53 {
    grid-template-columns: repeat(3, 1fr);
  }
  .vip-qebyig,
  .vip-l5zsot {
    grid-template-columns: repeat(2, 1fr);
  }
  .vip-vqbws7,
  .vip-yf52h0,
  .vip-srtrsi {
    grid-template-columns: 1fr;
  }
  .vip-oyny2d {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .vip-16mb6u {
    min-width: 300px;
    max-width: 325px;
  }
  .vip-4exldh {
    cursor: auto;
  }
  .vip-s6o426 .vip-4exldh {
    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;
  }
  .vip-1e8wxb {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .vip-t8bjo0 {
    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) {
  .vip-1e8wxb {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.vip-gnmpfi p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .vip-b723kd {
    margin: 0 -0.2rem;
  }
  .vip-gnmpfi {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .vip-dmjm63 {
    -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;
  }
  .vip-75026q {
    max-width: 100%;
  }
  .vip-r7lq53 {
    grid-template-columns: repeat(2, 1fr);
  }
  .vip-qebyig,
  .vip-l5zsot {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .vip-bgc62d {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .vip-b723kd {
    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;
  }
  .vip-vj1m5e {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .vip-57szic {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .vip-k2axzg,
  .vip-y0wwya {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .vip-n7zht4 {
    width: 100%;
  }
  .vip-r7lq53 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .vip-1e8wxb {
    top: 127px !important;
  }
}

.vip-m04cir {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .vip-m04cir {
  }
}

@media (max-width: 767px) {
  .vip-m04cir {
    margin-bottom: 12px;
  }
}

.vip-m04cir img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.vip-slo9nk {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.vip-slo9nk > .vip-urlb8d {
  flex: 1 1;
}

@media (max-width: 767px) {
  .vip-slo9nk {
    flex-direction: column;
    gap: 12px;
  }
}

.vip-533gvc {
  display: flex;
}

.vip-533gvc .vip-g4a669 {
  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;
}

.vip-533gvc .vip-ddu2ip {
  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;
}

.vip-533gvc .vip-l9d9pg {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.vip-533gvc .vip-77a9lm {
  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));
  }
}

.vip-533gvc .vip-77a9lm:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.vip-533gvc .vip-r28nyc {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.vip-xapkvf {
  border: unset;
  background-color: unset;
}

.vip-xapkvf tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.vip-xapkvf .vip-bvwie5,
.vip-xapkvf .vip-9ig05o {
  flex: 0 1 330px;
}

.vip-xapkvf .vip-p8qpv2 {
  flex: 1 1;
}

.vip-xapkvf tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.vip-xapkvf tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.vip-xapkvf tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.vip-xapkvf tr td p {
  color: #fff;
  margin: 0;
}

.vip-xapkvf tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.vip-xapkvf tr.vip-bvwie5 td p {
  padding: 16px 0;
}

.vip-xapkvf tr.vip-bvwie5 td p:not(:last-child),
.vip-xapkvf tr.vip-9ig05o td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.vip-xapkvf tr.vip-bvwie5 td p:first-child,
.vip-xapkvf tr.vip-9ig05o td p:first-child {
  padding-top: 0;
}

.vip-xapkvf tr.vip-9ig05o td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.vip-xapkvf tr.vip-9ig05o td p:last-child {
  padding-bottom: 0;
}

.vip-xapkvf .vip-9ig05o img {
  max-width: 32px;
}

.vip-xapkvf .vip-p8qpv2 {
  min-width: 718px;
}

.vip-xapkvf .vip-p8qpv2 td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.vip-xapkvf .vip-p8qpv2 td {
  display: flex;
}

.vip-xapkvf .vip-p8qpv2 td:last-child .vip-sqv0jb,
.vip-xapkvf .vip-p8qpv2 td:last-child .vip-m87y0s,
.vip-xapkvf .vip-p8qpv2 td:last-child .vip-9b9p7m {
  flex: 1 1 50%;
}

.vip-xapkvf .vip-p8qpv2 td:last-child .vip-s0rtet {
  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;
}

.vip-xapkvf .vip-p8qpv2 td:last-child .vip-qyqnmb,
.vip-xapkvf .vip-p8qpv2 td:last-child .vip-7foimt {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.vip-xapkvf .vip-p8qpv2 td:last-child .vip-sqv0jb,
.vip-xapkvf .vip-p8qpv2 td:last-child .vip-m87y0s {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.vip-xapkvf .vip-p8qpv2 td:last-child .vip-sqv0jb span,
.vip-xapkvf .vip-p8qpv2 td:last-child .vip-m87y0s span {
  font-weight: 800;
}

.vip-xapkvf .vip-p8qpv2 img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .vip-xapkvf .vip-p8qpv2 td .vip-9b9p7m:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .vip-xapkvf tr.vip-bvwie5 td p:last-child {
    padding-bottom: 0;
  }
  .vip-xapkvf .vip-9ig05o > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .vip-xapkvf .vip-9ig05o > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .vip-xapkvf tr.vip-bvwie5 td p:not(:last-child),
  .vip-xapkvf tr.vip-9ig05o td p:not(:last-child) {
    border-bottom: unset;
  }
  .vip-xapkvf tr.vip-9ig05o td p:last-child {
    padding-bottom: 12px;
  }
  .vip-xapkvf .vip-p8qpv2 td:last-child .vip-sqv0jb,
  .vip-xapkvf .vip-p8qpv2 td:last-child .vip-m87y0s,
  .vip-xapkvf .vip-p8qpv2 td:last-child .vip-9b9p7m {
    flex: 1 1 50%;
    padding: 0;
  }
  .vip-xapkvf .vip-p8qpv2 td:last-child .vip-sqv0jb,
  .vip-xapkvf .vip-p8qpv2 td:last-child .vip-m87y0s {
    margin-top: 16px;
  }
  .vip-xapkvf .vip-p8qpv2 td:last-child .vip-9b9p7m {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .vip-xapkvf .vip-p8qpv2 td:last-child .vip-sqv0jb {
    border-right: 1px solid var(--border-color);
  }
  .vip-xapkvf .vip-p8qpv2 td:last-child .vip-9b9p7m:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .vip-xapkvf .vip-p8qpv2 td:last-child .vip-9b9p7m:last-child {
    padding-bottom: 0;
  }
}

.vip-9b9p7m {
  display: flex;
  flex-direction: column;
}

.vip-xapkvf .vip-p8qpv2 td .vip-9b9p7m {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.vip-xapkvf .vip-p8qpv2 td .vip-9b9p7m:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.vip-xapkvf .vip-p8qpv2 td .vip-9b9p7m:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .vip-xapkvf .vip-p8qpv2 td .vip-9b9p7m:not(:first-child) {
    padding-left: 0;
  }
  .vip-xapkvf .vip-p8qpv2 td .vip-9b9p7m:not(:last-of-type) {
    border-right: unset;
  }
}

.vip-xapkvf .vip-avzqes {
  flex: 0 1 485px;
}

.vip-xapkvf .vip-g8t4ra {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.vip-xapkvf .vip-g8t4ra li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.vip-xapkvf .vip-g8t4ra li.vip-1alejv {
  padding: 6px 12px;
}

.vip-xapkvf .vip-g8t4ra li a,
.vip-xapkvf .vip-g8t4ra 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;
}

.vip-xapkvf .vip-253jzm,
.vip-xapkvf .vip-qbkjll {
  flex: 1 1;
}

.vip-xapkvf .vip-8y9rx2,
.vip-xapkvf .vip-kwx5z8 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.vip-xapkvf .vip-8y9rx2 li,
.vip-xapkvf .vip-kwx5z8 li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.vip-xapkvf .vip-qbkjll img {
  max-width: 32px;
}

.vip-xapkvf .vip-253jzm img {
  max-width: 32px;
}

.vip-xapkvf .vip-jsf7yj {
  min-width: 280px;
}

.vip-xapkvf .vip-jsf7yj img {
  max-width: 146px;
}

.vip-xapkvf .vip-jsf7yj td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .vip-xapkvf .vip-bvwie5,
  .vip-xapkvf .vip-9ig05o {
    flex: 0 1 auto;
  }
  .vip-xapkvf .vip-p8qpv2 {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .vip-xapkvf .vip-bvwie5,
  .vip-xapkvf .vip-avzqes,
  .vip-xapkvf .vip-9ig05o,
  .vip-xapkvf .vip-p8qpv2 {
    flex: 1 1 calc(50% - 20px);
  }
  .vip-xapkvf .vip-253jzm,
  .vip-xapkvf .vip-jsf7yj,
  .vip-xapkvf .vip-qbkjll {
    flex: 1 1 30%;
  }
  .vip-xapkvf .vip-jsf7yj {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .vip-xapkvf .vip-bvwie5,
  .vip-xapkvf .vip-avzqes,
  .vip-xapkvf .vip-253jzm,
  .vip-xapkvf .vip-9ig05o,
  .vip-xapkvf .vip-p8qpv2,
  .vip-xapkvf .vip-jsf7yj,
  .vip-xapkvf .vip-qbkjll {
    flex: 1 1 100%;
  }
}

.vip-idbbgm .vip-uxdtty {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.vip-idbbgm .vip-2ynl5s {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.vip-idbbgm .vip-ro1gy6 {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.vip-idbbgm .vip-k4k2s3 {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.vip-idbbgm .vip-k4k2s3 > :nth-child(3) {
  margin-top: 0;
}

.vip-idbbgm .vip-z66joi {
  grid-column: 2/3;
  grid-row: 1/10;
}

.vip-idbbgm .vip-4jldtb {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.vip-idbbgm .vip-xcjy74 {
  grid-column: 1/2;
}

.vip-idbbgm > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.vip-idbbgm .vip-2ynl5s: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;
}

.vip-idbbgm .vip-2ynl5s:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.vip-idbbgm .vip-n7zht4 {
  min-width: 240px;
}

@media (max-width: 768px) {
  .vip-idbbgm .vip-2ynl5s:not(:last-child):before {
    bottom: 8px;
  }
  .vip-idbbgm .vip-2ynl5s:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .vip-idbbgm .vip-k4k2s3 {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .vip-idbbgm .vip-z66joi {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .vip-idbbgm .vip-z66joi img {
    width: 100%;
    height: auto;
  }
  .vip-idbbgm .vip-n7zht4 {
    width: 100%;
    min-width: unset;
  }
}

.vip-wdak76 .vip-hqvdsu {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.vip-wdak76 .vip-uxi0vz {
  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;
}

.vip-wdak76 .vip-z66joi {
  height: 100%;
}

.vip-wdak76 .vip-z66joi img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.vip-wdak76 .vip-ovnn1a {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.vip-wdak76 .vip-rbejfw {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.vip-wdak76 .vip-to64as {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .vip-wdak76 .vip-uxi0vz {
    flex: 1 1 100%;
  }
  .vip-wdak76 .vip-so5kec {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .vip-wdak76 .vip-uxi0vz {
    flex-direction: column;
  }
  .vip-wdak76 .vip-z66joi {
    width: 100%;
    height: auto;
  }
  .vip-wdak76 .vip-z66joi img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .vip-wdak76 .vip-ovnn1a {
    padding: 0 16px 16px 16px;
  }
  .vip-wdak76 .vip-so5kec {
    min-width: unset;
    width: 100%;
  }
}

.vip-3djwhf .vip-kko5j1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.vip-3djwhf .vip-r4owps {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.vip-3djwhf 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;
}

.vip-3djwhf .vip-q25dwj {
  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;
}

.vip-3djwhf .vip-r4owps:hover .vip-q25dwj {
  display: flex;
}

.vip-3djwhf .vip-4wdzpc {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.vip-3djwhf .vip-whhh60 {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.vip-gi570k {
  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;
}

.vip-gi570k.vip-a2ebw7 {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.vip-1mr2dn ease-in-out;
}

.vip-gi570k.vip-a2ebw7:hover {
  color: #f9cb16;
  background-color: transparent;
}

.vip-3djwhf .vip-7i3q0u {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.vip-1mr2dn ease-in-out;
}

.vip-3djwhf .vip-7i3q0u:hover {
  color: #196948;
  background-color: #f9cb16;
}

.vip-3djwhf .vip-7i3q0u:after,
.vip-gi570k.vip-a2ebw7:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.vip-gi570k.vip-a2ebw7:after {
  background-image: url(../images/Cash.svg);
}

.vip-3djwhf .vip-7i3q0u:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .vip-3djwhf .vip-kko5j1 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .vip-3djwhf .vip-kko5j1 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .vip-3djwhf .vip-kko5j1 {
    grid-template-columns: 1fr;
  }
  .vip-3djwhf .vip-r4owps {
    height: auto;
  }
  .vip-3djwhf .vip-r4owps .vip-q25dwj {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .vip-3djwhf .vip-4wdzpc,
  .vip-3djwhf .vip-whhh60 {
    text-align: left;
  }
  .vip-3djwhf .vip-whhh60 {
    margin-bottom: 8px;
  }
  .vip-3djwhf img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.vip-i302z7 {
  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;
}

.vip-i302z7.vip-v1site {
  display: block;
}

.vip-i302z7 .vip-uci17s {
  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;
}

.vip-i302z7 .vip-rxm793 {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.vip-i302z7 .vip-emxtc4 {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.vip-i302z7 .vip-pipoqb {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.vip-i302z7 .vip-gi570k {
  min-width: 296px;
  margin-bottom: 0;
}

.vip-i302z7 .vip-8ucy4s {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.vip-i302z7 .vip-5nc15a {
  position: relative;
  flex: 1 1;
}

.vip-i302z7 .vip-5nc15a iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .vip-i302z7 .vip-rxm793 {
    flex-wrap: wrap;
    gap: 8px;
  }
  .vip-i302z7 .vip-emxtc4 {
    order: 1;
  }
  .vip-i302z7 .vip-pipoqb {
    order: 3;
    flex: 1 1 100%;
  }
  .vip-i302z7 .vip-gi570k {
    width: 100%;
    min-width: unset;
  }
  .vip-i302z7 .vip-8ucy4s {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .vip-bkuqld > .vip-tsiy2l {
    margin-bottom: 0;
  }
  .vip-bkuqld > .vip-xcjy74,
  .vip-bkuqld > p {
    margin-top: 0;
  }
}

.vip-m59lsc img,
.vip-gnmpfi img {
  width: auto;
  object-fit: contain;
}

.vip-m59lsc {
  align-items: center;
}

.vip-m59lsc img {
  max-height: 76px;
}

.vip-gnmpfi img {
  max-height: 64px;
}

.vip-mysda4 {
  overflow: auto;
}

.vip-dr2889 {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.vip-y0z580:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.vip-u3xb9c {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.vip-ewz7z6 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.vip-u3xb9c .vip-z66joi {
  margin-right: 20px;
  flex-shrink: 0;
}

.vip-u3xb9c img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.vip-0qsiwo {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.vip-0qsiwo > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .vip-u3xb9c {
    padding: 15px 10px;
  }
  .vip-0qsiwo {
    padding: 15px 10px;
  }
  .vip-u3xb9c .vip-z66joi {
    margin-right: 10px;
  }
}

.vip-s667rx {
  overflow-x: auto;
}

.vip-tmc6bk {
  border-collapse: collapse;
  width: 100%;
}

.vip-s667rx th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.vip-s667rx td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.vip-s667rx td.vip-slfn48 {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.vip-s667rx td.vip-5kyp03 {
  border-right: none;
}

.vip-s667rx td.vip-5kyp03 .vip-z66joi {
  justify-content: flex-start;
}

.vip-s667rx td.vip-5kyp03 .vip-z66joi img {
  height: auto;
  width: 90px;
}

.vip-s667rx td.vip-04eaet,
.vip-s667rx td.vip-mnzx2l {
  font-weight: 600;
  text-align: right;
}

.vip-s667rx td.vip-4qz40p,
.vip-s667rx td.vip-04eaet {
  padding-bottom: 10px;
  border-bottom: none;
}

.vip-s667rx td.vip-04eaet,
.vip-s667rx td.vip-mnzx2l {
  border-left: none;
}

.vip-s667rx td.vip-4qz40p,
.vip-s667rx td.vip-cwbx3i {
  border-right: none;
}

.vip-s667rx td.vip-cwbx3i,
.vip-s667rx td.vip-mnzx2l {
  border-top: none;
  padding-top: 10px;
}

.vip-ymu78z {
  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;
}

.vip-ymu78z .vip-so5kec {
  min-width: unset;
  width: 100%;
}

.vip-ymu78z .vip-so5kec.vip-fal3i0 {
  grid-column: 1/2;
  grid-row: 1/2;
}

.vip-ymu78z .vip-so5kec.vip-slnkqc {
  grid-column: 2/3;
  grid-row: 1/2;
}

.vip-ymu78z .vip-0lj406 {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .vip-ymu78z {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .vip-ymu78z .vip-so5kec.vip-fal3i0 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .vip-ymu78z .vip-so5kec.vip-slnkqc {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .vip-ymu78z .vip-0lj406 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.vip-65prbc {
  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;
}

.vip-axewub {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.vip-16wvqq p a img {
  margin: 0 auto;
  display: block;
}

.vip-16wvqq table {
  margin-bottom: 17px;
}

/* contanct form */
.vip-3y74ix {
  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;
}

.vip-3y74ix label {
  font-size: 14px;
}

.vip-3y74ix h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.vip-3y74ix input,
.vip-3y74ix textarea,
.vip-3y74ix 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;
}
.vip-3y74ix button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.vip-1mr2dn ease;
}
.vip-3y74ix button:hover {
  background-color: #691204;
}
.vip-pcso2q {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.vip-7tpej4 ease-in;
}

.vip-pcso2q h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

main a img {
    display: block;
    margin: 0 auto;
}