@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);
}

.ipay9-weixum {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.ipay9-di7j5l {
  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.ipay9-i728us,
ul.ipay9-i728us {
  padding-left: 20px;
}

ul.ipay9-i728us {
  list-style: disc;
}

ol.ipay9-i728us {
  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;
  }
}

.ipay9-ryw6uf > .ipay9-7cqiqm,
.ipay9-ryw6uf > .ipay9-mht05d,
.ipay9-ryw6uf > blockquote,
.ipay9-ryw6uf > h1,
.ipay9-ryw6uf > h2,
.ipay9-ryw6uf > h3,
.ipay9-ryw6uf > h4,
.ipay9-ryw6uf > h5,
.ipay9-ryw6uf > h6,
.ipay9-ryw6uf > ol,
.ipay9-ryw6uf > p,
.ipay9-ryw6uf > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.ipay9-ryw6uf > ol,
.ipay9-ryw6uf > ul {
  padding-left: 50px;
}

.ipay9-ryw6uf 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;
}

.ipay9-ryw6uf:not(:last-child) {
  margin-bottom: 2rem;
}

.ipay9-ryw6uf > :not(:first-child) {
  margin-top: 2rem;
}

.ipay9-ryw6uf {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.ipay9-ryw6uf:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .ipay9-ryw6uf:first-child {
    margin-top: 20px;
  }
}

.ipay9-ryw6uf > p:last-of-type {
  margin-bottom: 32px;
}

.ipay9-ryw6uf > .ipay9-5sou8y:not(:first-child) {
  margin: 64px auto 16px auto;
}

.ipay9-xmwqdx > .ipay9-5sou8y {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.ipay9-mht05d {
  overflow: auto;
}

.ipay9-mht05d::-webkit-scrollbar {
  height: 5px;
}

.ipay9-mht05d table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.ipay9-mht05d table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.ipay9-mht05d table thead,
table thead {
  border-bottom: none;
}

.ipay9-mht05d table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.ipay9-mht05d table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.ipay9-mht05d table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.ipay9-mht05d .ipay9-o697h7 {
  table-layout: auto;
}

.ipay9-mht05d .ipay9-o697h7 th {
  word-break: normal;
}

.ipay9-mht05d .ipay9-o697h7 td {
  word-break: normal;
}

.ipay9-weixum .ipay9-weixum {
  padding-right: 0;
  padding-left: 0;
}

.ipay9-uptg6w {
  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;
}

.ipay9-nz36de {
  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;
}

.ipay9-4uk40s {
  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;
}

.ipay9-7cqiqm {
  margin-top: 24px;
}

.ipay9-7cqiqm.ipay9-8oxzkx {
  text-align: left;
}

.ipay9-7cqiqm.ipay9-71m0y3 {
  text-align: right;
}

.ipay9-7cqiqm.ipay9-zjo3sm {
  text-align: center;
}

.ipay9-l5bnkg {
  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.ipay9-fb0hl7 ease-in-out;
  cursor: pointer;
}

.ipay9-l5bnkg:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.ipay9-l5bnkg {
  min-width: 328px;
}

@media (max-width: 768px) {
  .ipay9-l5bnkg {
    min-width: unset;
  }
}

.ipay9-ozvx9q {
  background-color: var(--fh-bg-color);
}

.ipay9-w336nu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.ipay9-lu7rlf {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.ipay9-lu7rlf img {
  max-height: 80px;
  object-fit: contain;
}

.ipay9-q18bqm {
  flex: 1 1;
}

.ipay9-ia4oku {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.ipay9-udpyrt {
  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;
}

.ipay9-udpyrt 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;
}

.ipay9-udpyrt.ipay9-6ih6ny span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.ipay9-udpyrt.ipay9-6ih6ny span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.ipay9-udpyrt.ipay9-6ih6ny span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.ipay9-q18bqm + .ipay9-ia4oku {
  margin-left: 20px;
}

.ipay9-etnnwh {
  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;
}

.ipay9-etnnwh > svg {
  max-width: 24px;
  max-height: 24px;
}

.ipay9-etnnwh + .ipay9-etnnwh {
  margin-left: 5px;
}

.ipay9-oedfeb {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.ipay9-oedfeb:hover {
  background-color: var(--button-bg-hover);
}

.ipay9-3uaz82 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.ipay9-fb0hl7 ease-in-out;
  border: 1px solid var(--border-color);
}

.ipay9-3uaz82:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.ipay9-tdiuue {
  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) {
  .ipay9-q18bqm {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .ipay9-tdiuue {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .ipay9-q18bqm {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .ipay9-etnnwh {
    min-width: unset;
    flex: 1 1;
  }
}

.ipay9-z715xv {
  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;
}

.ipay9-z715xv:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.ipay9-z715xv:hover .ipay9-efbl89 {
  opacity: 1;
  pointer-events: auto;
}

.ipay9-uh9un6 {
  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.ipay9-p39oh7 ease-in-out;
  gap: 4px;
}

.ipay9-uh9un6 > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.ipay9-uh9un6 .ipay9-uptg6w img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.ipay9-bl99tl,
.ipay9-uh9un6:hover {
  color: var(--button-bg-hover);
}

.ipay9-i7do4d {
  position: relative;
}

.ipay9-i7do4d .ipay9-uh9un6 {
  margin-right: 0;
  padding-right: 4px;
}

.ipay9-g3sfto svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.ipay9-i7do4d.ipay9-6ih6ny .ipay9-g3sfto svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.ipay9-i7do4d.ipay9-6ih6ny .ipay9-efbl89 {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.ipay9-i7do4d.ipay9-6ih6ny .ipay9-efbl89::before {
  display: none;
}

.ipay9-g3sfto svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.ipay9-efbl89 {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.ipay9-4dl3y4 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.ipay9-efbl89::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.ipay9-efbl89:hover {
  color: var(--fh-bg-color);
}

.ipay9-zl71wc {
  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.ipay9-4dl3y4 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.ipay9-p39oh7 ease-in-out;
  -o-transition: 0.ipay9-p39oh7 ease-in-out;
  transition: 0.ipay9-p39oh7 ease-in-out;
}

.ipay9-zl71wc .ipay9-uptg6w img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.ipay9-bb15pj,
.ipay9-zl71wc:hover {
  color: var(--button-bg-hover);
}

.ipay9-77e3vn {
  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%;
}

.ipay9-77e3vn.ipay9-d3zs4d {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.ipay9-77e3vn.ipay9-d3zs4d:after,
.ipay9-77e3vn.ipay9-d3zs4d:before {
  content: "";
  position: absolute;
  margin: auto;
}

.ipay9-77e3vn.ipay9-d3zs4d: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);
  }
}

.ipay9-77e3vn.ipay9-d3zs4d:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.ipay9-77e3vn.ipay9-d3zs4d > * {
  z-index: 1;
}

.ipay9-77e3vn b,
.ipay9-77e3vn strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.ipay9-77e3vn .ipay9-zhbnyz {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.ipay9-77e3vn .ipay9-5n607n {
  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;
}

.ipay9-77e3vn .ipay9-uptg6w {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.ipay9-77e3vn .ipay9-emb2vk {
  margin-top: 12px;
}

.ipay9-emb2vk {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.ipay9-6a02dh {
  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;
}

.ipay9-emb2vk .ipay9-giwimw {
  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.ipay9-fb0hl7 ease-in-out;
}

.ipay9-emb2vk .ipay9-giwimw:hover {
  background: rgba(255, 255, 255, 0.3);
}

.ipay9-bj7s8k {
  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;
}

.ipay9-77e3vn.ipay9-1d8mfr {
  gap: 12px;
  padding: 16px;
}

.ipay9-77e3vn.ipay9-1d8mfr .ipay9-bj7s8k {
  min-width: 240px;
}

.ipay9-77e3vn.ipay9-1d8mfr .ipay9-bj7s8k.ipay9-0uzo0m {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .ipay9-77e3vn .ipay9-zhbnyz {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .ipay9-77e3vn .ipay9-5n607n {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .ipay9-77e3vn .ipay9-uptg6w {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .ipay9-77e3vn.ipay9-1d8mfr .ipay9-uptg6w {
    max-width: 126px;
  }
  .ipay9-77e3vn .ipay9-emb2vk {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .ipay9-77e3vn .ipay9-6a02dh {
    max-width: unset;
  }
  .ipay9-bj7s8k {
    min-width: unset;
    width: 100%;
  }
  .ipay9-77e3vn .ipay9-bj7s8k {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .ipay9-77e3vn.ipay9-1d8mfr {
    grid-template-rows: auto 1fr auto;
  }
  .ipay9-77e3vn.ipay9-1d8mfr .ipay9-bj7s8k {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .ipay9-77e3vn {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .ipay9-77e3vn .ipay9-zhbnyz {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .ipay9-77e3vn .ipay9-uptg6w {
    max-width: 78px;
  }
  .ipay9-77e3vn .ipay9-emb2vk {
    margin-top: -12px;
  }
  .ipay9-77e3vn.ipay9-1d8mfr {
    gap: 8px;
  }
  .ipay9-77e3vn.ipay9-1d8mfr .ipay9-zhbnyz {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .ipay9-77e3vn.ipay9-1d8mfr .ipay9-5n607n {
    grid-column: 1/3;
  }
  .ipay9-77e3vn.ipay9-1d8mfr .ipay9-uptg6w {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .ipay9-77e3vn.ipay9-1d8mfr .ipay9-uptg6w img {
    max-width: 114px;
  }
}

.ipay9-bj7s8k.ipay9-etjsbk,
.ipay9-bj7s8k.ipay9-r9jn3l,
.ipay9-bj7s8k.ipay9-hdou0c {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.ipay9-fb0hl7 ease-in-out;
}

.ipay9-bj7s8k.ipay9-etjsbk,
.ipay9-bj7s8k.ipay9-hdou0c {
  padding: 10px;
}

.ipay9-bj7s8k.ipay9-etjsbk:hover,
.ipay9-bj7s8k.ipay9-r9jn3l:hover,
.ipay9-bj7s8k.ipay9-hdou0c:hover {
  background: var(--button-bg-hover);
}

.ipay9-bj7s8k.ipay9-etjsbk:hover svg path,
.ipay9-bj7s8k.ipay9-hdou0c:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.ipay9-bj7s8k.ipay9-0uzo0m {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.ipay9-fb0hl7 ease-in-out;
  background: var(--button-bg-color);
}

.ipay9-bj7s8k.ipay9-0uzo0m:hover {
  background-color: var(--button-bg-hover);
}

.ipay9-bj7s8k.ipay9-r9jn3l: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);
  }
}

.ipay9-bj7s8k.ipay9-r9jn3l:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.ipay9-bj7s8k.ipay9-0uzo0m:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.ipay9-zykahh {
  max-width: 650px;
}

.ipay9-zsg8gl {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.ipay9-hjns7q {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.ipay9-h3rvah {
  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.ipay9-p39oh7 ease-in-out;
  cursor: pointer;
}

.ipay9-h3rvah:hover {
  opacity: 0.5;
}

.ipay9-h3rvah:focus {
  outline: 0;
}

.ipay9-h3rvah:focus .ipay9-9d6app,
.ipay9-h3rvah:hover .ipay9-9d6app {
  fill: red;
  fill-opacity: 1;
}

.ipay9-h3rvah:hover {
  cursor: pointer;
}

.ipay9-jhx1cn {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.ipay9-zykahh.ipay9-zjo3sm {
  margin: 0 auto;
}

.ipay9-zykahh.ipay9-71m0y3 {
  margin-left: auto;
}

.ipay9-vhekh4 {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.ipay9-o9s757 {
  padding-bottom: 50px;
}

.ipay9-39dbaw {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.ipay9-safl7h {
  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;
}

.ipay9-033hn6 {
  margin-top: 24px;
}

.ipay9-stdhfi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ipay9-l84u6t {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.ipay9-y3b3yr {
  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;
}

.ipay9-azsncz {
  width: 468px;
}

.ipay9-y3b3yr .ipay9-efbl89 {
  margin: 0.ipay9-nvqkgo 0;
}

.ipay9-c7lgpk {
  display: flex;
  min-width: 224px;
}

.ipay9-3x4r1n {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.ipay9-p39oh7 ease-in-out;
}

.ipay9-70vy46,
.ipay9-3x4r1n:hover {
  color: var(--text-color);
}

.ipay9-futdmw {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.ipay9-qysi8w {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .ipay9-vhekh4 {
    padding: 16px;
  }
  .ipay9-futdmw {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .ipay9-qysi8w {
    align-items: center;
  }
  .ipay9-azsncz {
    width: unset;
  }
  .ipay9-c7lgpk {
    min-width: unset;
  }
  .ipay9-y3b3yr {
    max-height: unset;
  }
  .ipay9-39dbaw {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .ipay9-vhekh4 {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.ipay9-j4aa7j {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.ipay9-j4aa7j:not(:last-child) {
  margin-bottom: 16px;
}

.ipay9-54ek83 {
  outline: 0;
}

.ipay9-54ek83 .ipay9-pykbp9 {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.ipay9-i1vida {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .ipay9-i1vida {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.ipay9-i1vida::-webkit-details-marker {
  display: none;
}

.ipay9-i1vida: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;
}

.ipay9-i1vida: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] .ipay9-i1vida:after {
  transform: unset;
}

.ipay9-pykbp9 {
  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);
}

.ipay9-pykbp9 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.ipay9-p39oh7 ease-in-out;
  -o-transition: 0.ipay9-p39oh7 ease-in-out;
  transition: 0.ipay9-p39oh7 ease-in-out;
}

.ipay9-i88akp {
  padding: 16px 0 0 0;
}

.ipay9-i88akp * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .ipay9-i88akp :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .ipay9-i1vida {
    flex-wrap: wrap;
    gap: 12px;
  }
  .ipay9-i1vida::after {
    margin-left: auto;
  }
  .ipay9-pykbp9 {
    order: 3;
    flex: 1 1 100%;
  }
  .ipay9-i1vida {
    font-size: 14px;
    line-height: 130%;
  }
  .ipay9-pykbp9 svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.ipay9-mde49q {
  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;
}

.ipay9-4fth5e {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.ipay9-mde49q.ipay9-6ih6ny .ipay9-4fth5e {
  margin-bottom: 12px;
}

.ipay9-4fth5e::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;
}

.ipay9-mde49q.ipay9-6ih6ny .ipay9-4fth5e::after {
  transform: unset;
}

.ipay9-wkg4oi {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.ipay9-hdnk1f {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.ipay9-p39oh7 ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.ipay9-hdnk1f: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;
}

.ipay9-mde49q.ipay9-6ih6ny .ipay9-wkg4oi {
  max-height: 100%;
}

.ipay9-nlqlqf {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.ipay9-fk4mp1 {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.ipay9-c87165 {
  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;
}

.ipay9-sk970q {
  margin-right: 4px;
}

.ipay9-y4ycom {
  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.ipay9-p39oh7 ease-in-out;
}

.ipay9-y4ycom svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.ipay9-4chidd,
.ipay9-y4ycom:hover {
  color: var(--text-color);
}

.ipay9-ea95eo {
  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;
}

.ipay9-ea95eo img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.ipay9-ea95eo .ipay9-dexmjo {
  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;
}

.ipay9-ea95eo .ipay9-9trjeo {
  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;
}

.ipay9-1m5pmj {
  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;
}

.ipay9-d12d26 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.ipay9-kb9whc .ipay9-weixum {
  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;
}

.ipay9-kb9whc {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.ipay9-syvo7j {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.ipay9-5u3plv {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.ipay9-7w7e07 {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.ipay9-v5bz8s 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;
}

.ipay9-7w7e07:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.ipay9-lbtnp5 {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.ipay9-61z5rl {
  -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.ipay9-p39oh7 ease-in-out;
  transition: transform 0.ipay9-p39oh7 ease-in-out;
  -o-transition: transform 0.ipay9-p39oh7 ease-in-out;
  transition:
    transform 0.ipay9-p39oh7 ease-in-out,
    -webkit-transform 0.ipay9-p39oh7 ease-in-out;
  cursor: pointer;
}

.ipay9-61z5rl svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.ipay9-61z5rl: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;
}

.ipay9-3klnz7 {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .ipay9-3klnz7 {
    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);
}

.ipay9-txdwgi {
  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;
}

.ipay9-of923o {
  position: relative;
  width: 100%;
}

.ipay9-txdwgi.ipay9-j3il5s {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.ipay9-txdwgi.ipay9-zjo3sm {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ipay9-txdwgi.ipay9-71m0y3 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.ipay9-pb21my {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.ipay9-e25pqg {
  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.ipay9-p39oh7 ease-in-out;
  cursor: pointer;
}

.ipay9-e25pqg:hover {
  opacity: 0.5;
}

.ipay9-txdwgi.ipay9-rr3h83 .ipay9-e25pqg {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.ipay9-txdwgi.ipay9-rr3h83 .ipay9-pb21my {
  cursor: pointer;
}

.ipay9-pj2wnt {
  fill: #0009;
}

.ipay9-k6l9vm {
  fill: #fff;
}

.ipay9-e25pqg:hover .ipay9-pj2wnt {
  fill: red;
}

.ipay9-e25pqg svg path {
  -webkit-transition: 0.ipay9-p39oh7 ease-in-out;
  -o-transition: 0.ipay9-p39oh7 ease-in-out;
  transition: 0.ipay9-p39oh7 ease-in-out;
}

.ipay9-48gqag {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.ipay9-48gqag > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.ipay9-48gqag.ipay9-29bgyt > :not(.get-image) {
  grid-column: 1/3;
}

.ipay9-lkjthg:not(._h1-block) .ipay9-48gqag > .ipay9-5sou8y {
  grid-row: 1/2;
  grid-column: 1/3;
}

.ipay9-48gqag.ipay9-29bgyt .ipay9-n8bbsr {
  grid-column: 2/3;
}

.ipay9-48gqag.ipay9-29bgyt > .ipay9-uptg6w {
  grid-column: 1/2;
}

.ipay9-48gqag.ipay9-29bgyt > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.ipay9-48gqag > p:first-of-type {
  margin-top: 0;
}

.ipay9-48gqag .ipay9-uptg6w {
  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;
}

.ipay9-lkjthg:not(._h1-block) .ipay9-5sou8y ~ .ipay9-uptg6w {
  grid-row: 2/10;
}

.ipay9-lkjthg.ipay9-1sxlnr .ipay9-5sou8y ~ .ipay9-uptg6w {
  grid-row: 1/10;
}

.ipay9-lkjthg.ipay9-1sxlnr > .ipay9-5sou8y {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.ipay9-lkjthg.ipay9-1sxlnr .ipay9-uptg6w {
  grid-row: 1/10;
}

.ipay9-48gqag.ipay9-ysjcqr .ipay9-uptg6w {
  align-items: flex-start;
}

.ipay9-48gqag.ipay9-zjo3sm .ipay9-n8bbsr {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.ipay9-48gqag.ipay9-zjo3sm .ipay9-uptg6w {
  align-items: center;
}

.ipay9-48gqag.ipay9-roch8k .ipay9-uptg6w {
  align-items: flex-end;
}

.ipay9-n8bbsr > :first-child {
  margin-top: 0;
}

.ipay9-n8bbsr > :last-child {
  margin-bottom: 0;
}

* + .ipay9-6sti29,
.ipay9-lkjthg + .ipay9-lkjthg {
  margin-top: 2rem;
}

.ipay9-wbxmda td::before,
.ipay9-wbxmda th::after {
  display: none !important;
}

.ipay9-wbxmda #link-selector {
  color: #000;
}

.ipay9-wbxmda .ipay9-uotx6b {
  color: #135e96;
}

.ipay9-wbxmda .ipay9-gggjvg *,
.ipay9-wbxmda .ipay9-l7la0a p,
.ipay9-wbxmda .ipay9-1y6zzo * {
  color: #000;
}

.ipay9-wbxmda .ipay9-1ut3z1 {
  background: 0 0 !important;
}

.ipay9-wbxmda .ipay9-te8m80 {
  color: #000;
}

.ipay9-wbxmda .ipay9-cc3fnm.ipay9-i0yglr {
  color: #fff;
}

.ipay9-wbxmda .ipay9-rkdbl9 {
  color: #000;
}

.ipay9-wbxmda
  .ipay9-ypzlom
  .ipay9-wmt9mm.ipay9-i0yglr.ipay9-mspde8 {
  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;
}

.ipay9-q512bj,
body .ipay9-6wpl6i {
  color: #000;
  background: var(--color-body) !important;
}

.ipay9-q512bj .ipay9-qqzi9m .ipay9-9g9vqx,
body .ipay9-6wpl6i .ipay9-qqzi9m .ipay9-9g9vqx {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .ipay9-hdnk1f:focus,
  .ipay9-hdnk1f:hover {
    color: #f9cb16;
  }
  .ipay9-nx5hfs:focus,
  .ipay9-nx5hfs:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .ipay9-8nmw3c:focus img,
  .ipay9-8nmw3c:focus svg,
  .ipay9-8nmw3c:hover img,
  .ipay9-8nmw3c:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .ipay9-ea95eo {
    display: none;
  }
}

@media (min-width: 1024px) {
  .ipay9-i7do4d:hover .ipay9-g3sfto svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .ipay9-g3sfto {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .ipay9-3f45o9 {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .ipay9-1dced2 {
    grid-template-columns: repeat(4, 1fr);
  }
  .ipay9-jsjigr {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .ipay9-2sy32o .ipay9-90fp7m {
    grid-template-columns: 1fr;
  }
  .ipay9-2sy32o .ipay9-7lhlof {
    -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;
  }
  .ipay9-2sy32o .ipay9-yeq1fu {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .ipay9-2sy32o .ipay9-k5e4dx {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .ipay9-2sy32o .ipay9-txm4pt {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .ipay9-2sy32o .ipay9-yeq1fu:not(:first-child) {
    border: none;
  }
  .ipay9-2sy32o .ipay9-yeq1fu:first-child .ipay9-k5e4dx {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .ipay9-2sy32o .ipay9-yeq1fu:last-child .ipay9-k5e4dx {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .ipay9-w336nu {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .ipay9-lu7rlf {
    max-width: 100px;
  }
  .ipay9-q18bqm {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .ipay9-ia4oku {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .ipay9-ia4oku svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .ipay9-udpyrt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .ipay9-q18bqm + .ipay9-ia4oku {
    margin-left: auto;
  }
  .ipay9-9595i6 {
    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;
  }
  .ipay9-9595i6.ipay9-6ih6ny {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .ipay9-tdiuue {
    -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;
  }
  .ipay9-z715xv {
    width: 100%;
  }
  .ipay9-z715xv:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .ipay9-uh9un6 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .ipay9-uh9un6 svg {
    margin-right: 4px;
  }
  .ipay9-i7do4d {
    -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;
  }
  .ipay9-g3sfto svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .ipay9-g3sfto {
    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;
  }
  .ipay9-efbl89 {
    display: none;
    width: 100%;
  }
  .ipay9-i7do4d.ipay9-6ih6ny .ipay9-efbl89 {
    padding: 0 0 0 48px;
  }
  .ipay9-zl71wc {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .ipay9-safl7h .ipay9-uptg6w {
    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;
  }
  .ipay9-6biu94 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .ipay9-6biu94 + .ipay9-6biu94 {
    margin-right: 0;
  }
  .ipay9-6biu94 + .ipay9-uptg6w {
    margin: 0;
  }
  .ipay9-3f45o9 {
    grid-template-columns: repeat(4, 1fr);
  }
  .ipay9-1dced2 {
    grid-template-columns: repeat(3, 1fr);
  }
  .ipay9-2494j0,
  .ipay9-b6ug60 {
    grid-template-columns: repeat(2, 1fr);
  }
  .ipay9-48gqag {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .ipay9-48gqag.ipay9-29bgyt .ipay9-n8bbsr {
    grid-column: auto;
    grid-row: auto;
  }
  .ipay9-48gqag > .ipay9-5sou8y {
    grid-column: 1/2;
  }
  .ipay9-48gqag.ipay9-29bgyt > :not(.get-image) {
    grid-column: 1/2;
  }
  .ipay9-48gqag .ipay9-uptg6w,
  .ipay9-48gqag.ipay9-29bgyt > .ipay9-uptg6w {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .ipay9-48gqag.ipay9-29bgyt > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .ipay9-lkjthg.ipay9-1sxlnr .ipay9-48gqag > .ipay9-uptg6w {
    grid-row: 1/2;
  }
  .ipay9-48gqag .ipay9-5sou8y ~ .ipay9-uptg6w,
  .ipay9-48gqag.ipay9-29bgyt .ipay9-5sou8y ~ .ipay9-uptg6w {
    grid-row: 2/3;
  }
  .ipay9-lkjthg.ipay9-1sxlnr .ipay9-5sou8y ~ .ipay9-uptg6w {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .ipay9-ryw6uf:first-child .ipay9-wvj94z {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ipay9-ryw6uf:first-child .ipay9-wvj94z h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .ipay9-ryw6uf {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .ipay9-ryw6uf {
    padding: 0;
  }
  .ipay9-7cqiqm {
    margin-top: 1rem;
  }
  .ipay9-54ek83 {
    border-radius: 5px;
  }
  .ipay9-jhwnms {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ipay9-4fth5e::after {
    display: inline-block;
  }
  .ipay9-4fth5e {
    margin: 0;
    width: 100%;
  }
  .ipay9-wkg4oi {
    width: 100%;
  }
  .ipay9-wkg4oi.ipay9-ls8wr2 {
    -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%;
  }
  .ipay9-wkg4oi.ipay9-ls8wr2 .ipay9-cu3k4d {
    width: 100%;
  }
  .ipay9-wkg4oi.ipay9-ls8wr2 .ipay9-cu3k4d:not(:last-child) {
    margin-right: 0;
  }
  .ipay9-hdnk1f {
    width: 100%;
    text-align: center;
  }
  .ipay9-mde49q.ipay9-6ih6ny .ipay9-wkg4oi {
    margin-top: 1rem;
  }
  .ipay9-3f45o9 {
    grid-template-columns: repeat(3, 1fr);
  }
  .ipay9-jsjigr,
  .ipay9-1dced2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .ipay9-2494j0,
  .ipay9-b6ug60,
  .ipay9-9gl3qv {
    grid-template-columns: 1fr;
  }
  .ipay9-uuh5d8 {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .ipay9-oz4lwv {
    min-width: 300px;
    max-width: 325px;
  }
  .ipay9-k5e4dx {
    cursor: auto;
  }
  .ipay9-85vtn3 .ipay9-k5e4dx {
    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;
  }
  .ipay9-3klnz7 {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .ipay9-efbl89 {
    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) {
  .ipay9-3klnz7 {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.ipay9-6biu94 p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .ipay9-ia4oku {
    margin: 0 -0.2rem;
  }
  .ipay9-6biu94 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .ipay9-2yowh7 {
    -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;
  }
  .ipay9-7memxe {
    max-width: 100%;
  }
  .ipay9-3f45o9 {
    grid-template-columns: repeat(2, 1fr);
  }
  .ipay9-jsjigr,
  .ipay9-1dced2 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .ipay9-w336nu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ipay9-ia4oku {
    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;
  }
  .ipay9-ozvx9q {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ipay9-etnnwh {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .ipay9-yfvfxd,
  .ipay9-bv654i {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .ipay9-l5bnkg {
    width: 100%;
  }
  .ipay9-3f45o9 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .ipay9-3klnz7 {
    top: 127px !important;
  }
}

.ipay9-2vcdlo {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .ipay9-2vcdlo {
  }
}

@media (max-width: 767px) {
  .ipay9-2vcdlo {
    margin-bottom: 12px;
  }
}

.ipay9-2vcdlo img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.ipay9-jqddgv {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.ipay9-jqddgv > .ipay9-bqdq5a {
  flex: 1 1;
}

@media (max-width: 767px) {
  .ipay9-jqddgv {
    flex-direction: column;
    gap: 12px;
  }
}

.ipay9-ly5a92 {
  display: flex;
}

.ipay9-ly5a92 .ipay9-vbov8b {
  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;
}

.ipay9-ly5a92 .ipay9-cgqc57 {
  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;
}

.ipay9-ly5a92 .ipay9-26j5i0 {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.ipay9-ly5a92 .ipay9-awgswf {
  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));
  }
}

.ipay9-ly5a92 .ipay9-awgswf:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.ipay9-ly5a92 .ipay9-6zmrib {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.ipay9-cgehs3 {
  border: unset;
  background-color: unset;
}

.ipay9-cgehs3 tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.ipay9-cgehs3 .ipay9-4w2jgb,
.ipay9-cgehs3 .ipay9-mgm75o {
  flex: 0 1 330px;
}

.ipay9-cgehs3 .ipay9-4tt3s9 {
  flex: 1 1;
}

.ipay9-cgehs3 tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.ipay9-cgehs3 tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.ipay9-cgehs3 tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.ipay9-cgehs3 tr td p {
  color: #fff;
  margin: 0;
}

.ipay9-cgehs3 tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.ipay9-cgehs3 tr.ipay9-4w2jgb td p {
  padding: 16px 0;
}

.ipay9-cgehs3 tr.ipay9-4w2jgb td p:not(:last-child),
.ipay9-cgehs3 tr.ipay9-mgm75o td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.ipay9-cgehs3 tr.ipay9-4w2jgb td p:first-child,
.ipay9-cgehs3 tr.ipay9-mgm75o td p:first-child {
  padding-top: 0;
}

.ipay9-cgehs3 tr.ipay9-mgm75o td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.ipay9-cgehs3 tr.ipay9-mgm75o td p:last-child {
  padding-bottom: 0;
}

.ipay9-cgehs3 .ipay9-mgm75o img {
  max-width: 32px;
}

.ipay9-cgehs3 .ipay9-4tt3s9 {
  min-width: 718px;
}

.ipay9-cgehs3 .ipay9-4tt3s9 td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.ipay9-cgehs3 .ipay9-4tt3s9 td {
  display: flex;
}

.ipay9-cgehs3 .ipay9-4tt3s9 td:last-child .ipay9-qpgcqb,
.ipay9-cgehs3 .ipay9-4tt3s9 td:last-child .ipay9-jzqoyd,
.ipay9-cgehs3 .ipay9-4tt3s9 td:last-child .ipay9-1y7055 {
  flex: 1 1 50%;
}

.ipay9-cgehs3 .ipay9-4tt3s9 td:last-child .ipay9-9g0foe {
  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;
}

.ipay9-cgehs3 .ipay9-4tt3s9 td:last-child .ipay9-cpwata,
.ipay9-cgehs3 .ipay9-4tt3s9 td:last-child .ipay9-9lqvsx {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.ipay9-cgehs3 .ipay9-4tt3s9 td:last-child .ipay9-qpgcqb,
.ipay9-cgehs3 .ipay9-4tt3s9 td:last-child .ipay9-jzqoyd {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.ipay9-cgehs3 .ipay9-4tt3s9 td:last-child .ipay9-qpgcqb span,
.ipay9-cgehs3 .ipay9-4tt3s9 td:last-child .ipay9-jzqoyd span {
  font-weight: 800;
}

.ipay9-cgehs3 .ipay9-4tt3s9 img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .ipay9-cgehs3 .ipay9-4tt3s9 td .ipay9-1y7055:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .ipay9-cgehs3 tr.ipay9-4w2jgb td p:last-child {
    padding-bottom: 0;
  }
  .ipay9-cgehs3 .ipay9-mgm75o > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .ipay9-cgehs3 .ipay9-mgm75o > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .ipay9-cgehs3 tr.ipay9-4w2jgb td p:not(:last-child),
  .ipay9-cgehs3 tr.ipay9-mgm75o td p:not(:last-child) {
    border-bottom: unset;
  }
  .ipay9-cgehs3 tr.ipay9-mgm75o td p:last-child {
    padding-bottom: 12px;
  }
  .ipay9-cgehs3 .ipay9-4tt3s9 td:last-child .ipay9-qpgcqb,
  .ipay9-cgehs3 .ipay9-4tt3s9 td:last-child .ipay9-jzqoyd,
  .ipay9-cgehs3 .ipay9-4tt3s9 td:last-child .ipay9-1y7055 {
    flex: 1 1 50%;
    padding: 0;
  }
  .ipay9-cgehs3 .ipay9-4tt3s9 td:last-child .ipay9-qpgcqb,
  .ipay9-cgehs3 .ipay9-4tt3s9 td:last-child .ipay9-jzqoyd {
    margin-top: 16px;
  }
  .ipay9-cgehs3 .ipay9-4tt3s9 td:last-child .ipay9-1y7055 {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .ipay9-cgehs3 .ipay9-4tt3s9 td:last-child .ipay9-qpgcqb {
    border-right: 1px solid var(--border-color);
  }
  .ipay9-cgehs3 .ipay9-4tt3s9 td:last-child .ipay9-1y7055:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .ipay9-cgehs3 .ipay9-4tt3s9 td:last-child .ipay9-1y7055:last-child {
    padding-bottom: 0;
  }
}

.ipay9-1y7055 {
  display: flex;
  flex-direction: column;
}

.ipay9-cgehs3 .ipay9-4tt3s9 td .ipay9-1y7055 {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.ipay9-cgehs3 .ipay9-4tt3s9 td .ipay9-1y7055:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.ipay9-cgehs3 .ipay9-4tt3s9 td .ipay9-1y7055:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .ipay9-cgehs3 .ipay9-4tt3s9 td .ipay9-1y7055:not(:first-child) {
    padding-left: 0;
  }
  .ipay9-cgehs3 .ipay9-4tt3s9 td .ipay9-1y7055:not(:last-of-type) {
    border-right: unset;
  }
}

.ipay9-cgehs3 .ipay9-zki844 {
  flex: 0 1 485px;
}

.ipay9-cgehs3 .ipay9-6h3slx {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.ipay9-cgehs3 .ipay9-6h3slx li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.ipay9-cgehs3 .ipay9-6h3slx li.ipay9-0izo4f {
  padding: 6px 12px;
}

.ipay9-cgehs3 .ipay9-6h3slx li a,
.ipay9-cgehs3 .ipay9-6h3slx 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;
}

.ipay9-cgehs3 .ipay9-i92yly,
.ipay9-cgehs3 .ipay9-zzzmsy {
  flex: 1 1;
}

.ipay9-cgehs3 .ipay9-eiiby1,
.ipay9-cgehs3 .ipay9-0gelwh {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.ipay9-cgehs3 .ipay9-eiiby1 li,
.ipay9-cgehs3 .ipay9-0gelwh li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.ipay9-cgehs3 .ipay9-zzzmsy img {
  max-width: 32px;
}

.ipay9-cgehs3 .ipay9-i92yly img {
  max-width: 32px;
}

.ipay9-cgehs3 .ipay9-4v10qu {
  min-width: 280px;
}

.ipay9-cgehs3 .ipay9-4v10qu img {
  max-width: 146px;
}

.ipay9-cgehs3 .ipay9-4v10qu td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .ipay9-cgehs3 .ipay9-4w2jgb,
  .ipay9-cgehs3 .ipay9-mgm75o {
    flex: 0 1 auto;
  }
  .ipay9-cgehs3 .ipay9-4tt3s9 {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .ipay9-cgehs3 .ipay9-4w2jgb,
  .ipay9-cgehs3 .ipay9-zki844,
  .ipay9-cgehs3 .ipay9-mgm75o,
  .ipay9-cgehs3 .ipay9-4tt3s9 {
    flex: 1 1 calc(50% - 20px);
  }
  .ipay9-cgehs3 .ipay9-i92yly,
  .ipay9-cgehs3 .ipay9-4v10qu,
  .ipay9-cgehs3 .ipay9-zzzmsy {
    flex: 1 1 30%;
  }
  .ipay9-cgehs3 .ipay9-4v10qu {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .ipay9-cgehs3 .ipay9-4w2jgb,
  .ipay9-cgehs3 .ipay9-zki844,
  .ipay9-cgehs3 .ipay9-i92yly,
  .ipay9-cgehs3 .ipay9-mgm75o,
  .ipay9-cgehs3 .ipay9-4tt3s9,
  .ipay9-cgehs3 .ipay9-4v10qu,
  .ipay9-cgehs3 .ipay9-zzzmsy {
    flex: 1 1 100%;
  }
}

.ipay9-tmgllr .ipay9-owfz0a {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ipay9-tmgllr .ipay9-0s1h2g {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.ipay9-tmgllr .ipay9-gjt2gj {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.ipay9-tmgllr .ipay9-5op3oi {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.ipay9-tmgllr .ipay9-5op3oi > :nth-child(3) {
  margin-top: 0;
}

.ipay9-tmgllr .ipay9-uptg6w {
  grid-column: 2/3;
  grid-row: 1/10;
}

.ipay9-tmgllr .ipay9-nddk9e {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.ipay9-tmgllr .ipay9-7cqiqm {
  grid-column: 1/2;
}

.ipay9-tmgllr > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.ipay9-tmgllr .ipay9-0s1h2g: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;
}

.ipay9-tmgllr .ipay9-0s1h2g:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.ipay9-tmgllr .ipay9-l5bnkg {
  min-width: 240px;
}

@media (max-width: 768px) {
  .ipay9-tmgllr .ipay9-0s1h2g:not(:last-child):before {
    bottom: 8px;
  }
  .ipay9-tmgllr .ipay9-0s1h2g:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .ipay9-tmgllr .ipay9-5op3oi {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .ipay9-tmgllr .ipay9-uptg6w {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .ipay9-tmgllr .ipay9-uptg6w img {
    width: 100%;
    height: auto;
  }
  .ipay9-tmgllr .ipay9-l5bnkg {
    width: 100%;
    min-width: unset;
  }
}

.ipay9-8s9yg4 .ipay9-wrk1vo {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.ipay9-8s9yg4 .ipay9-kpe0es {
  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;
}

.ipay9-8s9yg4 .ipay9-uptg6w {
  height: 100%;
}

.ipay9-8s9yg4 .ipay9-uptg6w img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.ipay9-8s9yg4 .ipay9-44woqr {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.ipay9-8s9yg4 .ipay9-nlar2r {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.ipay9-8s9yg4 .ipay9-8fw543 {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .ipay9-8s9yg4 .ipay9-kpe0es {
    flex: 1 1 100%;
  }
  .ipay9-8s9yg4 .ipay9-bj7s8k {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .ipay9-8s9yg4 .ipay9-kpe0es {
    flex-direction: column;
  }
  .ipay9-8s9yg4 .ipay9-uptg6w {
    width: 100%;
    height: auto;
  }
  .ipay9-8s9yg4 .ipay9-uptg6w img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .ipay9-8s9yg4 .ipay9-44woqr {
    padding: 0 16px 16px 16px;
  }
  .ipay9-8s9yg4 .ipay9-bj7s8k {
    min-width: unset;
    width: 100%;
  }
}

.ipay9-tvz4uh .ipay9-rrxc1z {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.ipay9-tvz4uh .ipay9-0migxa {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.ipay9-tvz4uh 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;
}

.ipay9-tvz4uh .ipay9-5y95d5 {
  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;
}

.ipay9-tvz4uh .ipay9-0migxa:hover .ipay9-5y95d5 {
  display: flex;
}

.ipay9-tvz4uh .ipay9-5h0pso {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.ipay9-tvz4uh .ipay9-bytl0i {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.ipay9-yrfxde {
  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;
}

.ipay9-yrfxde.ipay9-4637je {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.ipay9-fb0hl7 ease-in-out;
}

.ipay9-yrfxde.ipay9-4637je:hover {
  color: #f9cb16;
  background-color: transparent;
}

.ipay9-tvz4uh .ipay9-zao9zr {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.ipay9-fb0hl7 ease-in-out;
}

.ipay9-tvz4uh .ipay9-zao9zr:hover {
  color: #196948;
  background-color: #f9cb16;
}

.ipay9-tvz4uh .ipay9-zao9zr:after,
.ipay9-yrfxde.ipay9-4637je:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.ipay9-yrfxde.ipay9-4637je:after {
  background-image: url(../images/Cash.svg);
}

.ipay9-tvz4uh .ipay9-zao9zr:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .ipay9-tvz4uh .ipay9-rrxc1z {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .ipay9-tvz4uh .ipay9-rrxc1z {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .ipay9-tvz4uh .ipay9-rrxc1z {
    grid-template-columns: 1fr;
  }
  .ipay9-tvz4uh .ipay9-0migxa {
    height: auto;
  }
  .ipay9-tvz4uh .ipay9-0migxa .ipay9-5y95d5 {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .ipay9-tvz4uh .ipay9-5h0pso,
  .ipay9-tvz4uh .ipay9-bytl0i {
    text-align: left;
  }
  .ipay9-tvz4uh .ipay9-bytl0i {
    margin-bottom: 8px;
  }
  .ipay9-tvz4uh img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.ipay9-4hd1gm {
  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;
}

.ipay9-4hd1gm.ipay9-rr3h83 {
  display: block;
}

.ipay9-4hd1gm .ipay9-egq6gq {
  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;
}

.ipay9-4hd1gm .ipay9-fym7c9 {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.ipay9-4hd1gm .ipay9-hddlm8 {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.ipay9-4hd1gm .ipay9-2tm7yk {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.ipay9-4hd1gm .ipay9-yrfxde {
  min-width: 296px;
  margin-bottom: 0;
}

.ipay9-4hd1gm .ipay9-o0wt0p {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.ipay9-4hd1gm .ipay9-q40tnw {
  position: relative;
  flex: 1 1;
}

.ipay9-4hd1gm .ipay9-q40tnw iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .ipay9-4hd1gm .ipay9-fym7c9 {
    flex-wrap: wrap;
    gap: 8px;
  }
  .ipay9-4hd1gm .ipay9-hddlm8 {
    order: 1;
  }
  .ipay9-4hd1gm .ipay9-2tm7yk {
    order: 3;
    flex: 1 1 100%;
  }
  .ipay9-4hd1gm .ipay9-yrfxde {
    width: 100%;
    min-width: unset;
  }
  .ipay9-4hd1gm .ipay9-o0wt0p {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .ipay9-48gqag > .ipay9-5sou8y {
    margin-bottom: 0;
  }
  .ipay9-48gqag > .ipay9-7cqiqm,
  .ipay9-48gqag > p {
    margin-top: 0;
  }
}

.ipay9-0213j2 img,
.ipay9-6biu94 img {
  width: auto;
  object-fit: contain;
}

.ipay9-0213j2 {
  align-items: center;
}

.ipay9-0213j2 img {
  max-height: 76px;
}

.ipay9-6biu94 img {
  max-height: 64px;
}

.ipay9-tp923s {
  overflow: auto;
}

.ipay9-q6f6iz {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.ipay9-wetah5:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.ipay9-jkxoe4 {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.ipay9-lzh743 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.ipay9-jkxoe4 .ipay9-uptg6w {
  margin-right: 20px;
  flex-shrink: 0;
}

.ipay9-jkxoe4 img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.ipay9-ppjm7z {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.ipay9-ppjm7z > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .ipay9-jkxoe4 {
    padding: 15px 10px;
  }
  .ipay9-ppjm7z {
    padding: 15px 10px;
  }
  .ipay9-jkxoe4 .ipay9-uptg6w {
    margin-right: 10px;
  }
}

.ipay9-hbxmvw {
  overflow-x: auto;
}

.ipay9-h3xj9k {
  border-collapse: collapse;
  width: 100%;
}

.ipay9-hbxmvw th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.ipay9-hbxmvw td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.ipay9-hbxmvw td.ipay9-z7o86r {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.ipay9-hbxmvw td.ipay9-hgk16f {
  border-right: none;
}

.ipay9-hbxmvw td.ipay9-hgk16f .ipay9-uptg6w {
  justify-content: flex-start;
}

.ipay9-hbxmvw td.ipay9-hgk16f .ipay9-uptg6w img {
  height: auto;
  width: 90px;
}

.ipay9-hbxmvw td.ipay9-dcczix,
.ipay9-hbxmvw td.ipay9-hrbwll {
  font-weight: 600;
  text-align: right;
}

.ipay9-hbxmvw td.ipay9-j08qwp,
.ipay9-hbxmvw td.ipay9-dcczix {
  padding-bottom: 10px;
  border-bottom: none;
}

.ipay9-hbxmvw td.ipay9-dcczix,
.ipay9-hbxmvw td.ipay9-hrbwll {
  border-left: none;
}

.ipay9-hbxmvw td.ipay9-j08qwp,
.ipay9-hbxmvw td.ipay9-u80wu1 {
  border-right: none;
}

.ipay9-hbxmvw td.ipay9-u80wu1,
.ipay9-hbxmvw td.ipay9-hrbwll {
  border-top: none;
  padding-top: 10px;
}

.ipay9-4s6gdb {
  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;
}

.ipay9-4s6gdb .ipay9-bj7s8k {
  min-width: unset;
  width: 100%;
}

.ipay9-4s6gdb .ipay9-bj7s8k.ipay9-etjsbk {
  grid-column: 1/2;
  grid-row: 1/2;
}

.ipay9-4s6gdb .ipay9-bj7s8k.ipay9-hdou0c {
  grid-column: 2/3;
  grid-row: 1/2;
}

.ipay9-4s6gdb .ipay9-wsc6k2 {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .ipay9-4s6gdb {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .ipay9-4s6gdb .ipay9-bj7s8k.ipay9-etjsbk {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .ipay9-4s6gdb .ipay9-bj7s8k.ipay9-hdou0c {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .ipay9-4s6gdb .ipay9-wsc6k2 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.ipay9-2vlq4n {
  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;
}

.ipay9-a0xdpj {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.ipay9-xmwqdx p a img {
  margin: 0 auto;
  display: block;
}

.ipay9-xmwqdx table {
  margin-bottom: 17px;
}

/* contanct form */
.ipay9-jcu4ar {
  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;
}

.ipay9-jcu4ar label {
  font-size: 14px;
}

.ipay9-jcu4ar h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.ipay9-jcu4ar input,
.ipay9-jcu4ar textarea,
.ipay9-jcu4ar 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;
}
.ipay9-jcu4ar button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.ipay9-fb0hl7 ease;
}
.ipay9-jcu4ar button:hover {
  background-color: #691204;
}
.ipay9-bmt0w2 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.ipay9-s5gq7n ease-in;
}

.ipay9-bmt0w2 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;
}
.ipay9-mijk3a, .ipay9-y0tvfo, [class*="review-card"],
thead, thead th, table th, .ipay9-1skdun,
.ipay9-pyvzt2, [class*="collapsible-header"],
.ipay9-6o5fr8, [class*="updated-block"] {
  color: #ece7dc !important;
}
