@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);
}

.fastpay-xsgktp {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.fastpay-wlz169 {
  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.fastpay-g5487p,
ul.fastpay-g5487p {
  padding-left: 20px;
}

ul.fastpay-g5487p {
  list-style: disc;
}

ol.fastpay-g5487p {
  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;
  }
}

.fastpay-rfdb2c > .fastpay-35xafh,
.fastpay-rfdb2c > .fastpay-qgeu4x,
.fastpay-rfdb2c > blockquote,
.fastpay-rfdb2c > h1,
.fastpay-rfdb2c > h2,
.fastpay-rfdb2c > h3,
.fastpay-rfdb2c > h4,
.fastpay-rfdb2c > h5,
.fastpay-rfdb2c > h6,
.fastpay-rfdb2c > ol,
.fastpay-rfdb2c > p,
.fastpay-rfdb2c > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.fastpay-rfdb2c > ol,
.fastpay-rfdb2c > ul {
  padding-left: 50px;
}

.fastpay-rfdb2c 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;
}

.fastpay-rfdb2c:not(:last-child) {
  margin-bottom: 2rem;
}

.fastpay-rfdb2c > :not(:first-child) {
  margin-top: 2rem;
}

.fastpay-rfdb2c {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.fastpay-rfdb2c:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .fastpay-rfdb2c:first-child {
    margin-top: 20px;
  }
}

.fastpay-rfdb2c > p:last-of-type {
  margin-bottom: 32px;
}

.fastpay-rfdb2c > .fastpay-xb1i8n:not(:first-child) {
  margin: 64px auto 16px auto;
}

.fastpay-z6kcw8 > .fastpay-xb1i8n {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.fastpay-qgeu4x {
  overflow: auto;
}

.fastpay-qgeu4x::-webkit-scrollbar {
  height: 5px;
}

.fastpay-qgeu4x table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.fastpay-qgeu4x table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.fastpay-qgeu4x table thead,
table thead {
  border-bottom: none;
}

.fastpay-qgeu4x table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.fastpay-qgeu4x table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.fastpay-qgeu4x table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.fastpay-qgeu4x .fastpay-sqb95x {
  table-layout: auto;
}

.fastpay-qgeu4x .fastpay-sqb95x th {
  word-break: normal;
}

.fastpay-qgeu4x .fastpay-sqb95x td {
  word-break: normal;
}

.fastpay-xsgktp .fastpay-xsgktp {
  padding-right: 0;
  padding-left: 0;
}

.fastpay-jglbgy {
  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;
}

.fastpay-pjf84x {
  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;
}

.fastpay-tqxm75 {
  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;
}

.fastpay-35xafh {
  margin-top: 24px;
}

.fastpay-35xafh.fastpay-yhmhfl {
  text-align: left;
}

.fastpay-35xafh.fastpay-kt7127 {
  text-align: right;
}

.fastpay-35xafh.fastpay-15eppn {
  text-align: center;
}

.fastpay-ss6t5r {
  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.fastpay-xa7xta ease-in-out;
  cursor: pointer;
}

.fastpay-ss6t5r:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.fastpay-ss6t5r {
  min-width: 328px;
}

@media (max-width: 768px) {
  .fastpay-ss6t5r {
    min-width: unset;
  }
}

.fastpay-jx1iqc {
  background-color: var(--fh-bg-color);
}

.fastpay-7x9asg {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.fastpay-90cuwu {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.fastpay-90cuwu img {
  max-height: 80px;
  object-fit: contain;
}

.fastpay-ib6wnd {
  flex: 1 1;
}

.fastpay-tqudpl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.fastpay-3w42dd {
  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;
}

.fastpay-3w42dd 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;
}

.fastpay-3w42dd.fastpay-fxhjog span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.fastpay-3w42dd.fastpay-fxhjog span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.fastpay-3w42dd.fastpay-fxhjog span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.fastpay-ib6wnd + .fastpay-tqudpl {
  margin-left: 20px;
}

.fastpay-02hf42 {
  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;
}

.fastpay-02hf42 > svg {
  max-width: 24px;
  max-height: 24px;
}

.fastpay-02hf42 + .fastpay-02hf42 {
  margin-left: 5px;
}

.fastpay-uwfooo {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.fastpay-uwfooo:hover {
  background-color: var(--button-bg-hover);
}

.fastpay-rvhjz0 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.fastpay-xa7xta ease-in-out;
  border: 1px solid var(--border-color);
}

.fastpay-rvhjz0:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.fastpay-vob33i {
  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) {
  .fastpay-ib6wnd {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .fastpay-vob33i {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .fastpay-ib6wnd {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .fastpay-02hf42 {
    min-width: unset;
    flex: 1 1;
  }
}

.fastpay-lmemwv {
  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;
}

.fastpay-lmemwv:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.fastpay-lmemwv:hover .fastpay-pd1h4t {
  opacity: 1;
  pointer-events: auto;
}

.fastpay-q9cl4p {
  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.fastpay-mltxzt ease-in-out;
  gap: 4px;
}

.fastpay-q9cl4p > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.fastpay-q9cl4p .fastpay-jglbgy img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.fastpay-q29wfs,
.fastpay-q9cl4p:hover {
  color: var(--button-bg-hover);
}

.fastpay-avoed9 {
  position: relative;
}

.fastpay-avoed9 .fastpay-q9cl4p {
  margin-right: 0;
  padding-right: 4px;
}

.fastpay-6lkp4e svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.fastpay-avoed9.fastpay-fxhjog .fastpay-6lkp4e svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.fastpay-avoed9.fastpay-fxhjog .fastpay-pd1h4t {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.fastpay-avoed9.fastpay-fxhjog .fastpay-pd1h4t::before {
  display: none;
}

.fastpay-6lkp4e svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.fastpay-pd1h4t {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.fastpay-fenng5 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.fastpay-pd1h4t::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.fastpay-pd1h4t:hover {
  color: var(--fh-bg-color);
}

.fastpay-g8hti5 {
  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.fastpay-fenng5 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.fastpay-mltxzt ease-in-out;
  -o-transition: 0.fastpay-mltxzt ease-in-out;
  transition: 0.fastpay-mltxzt ease-in-out;
}

.fastpay-g8hti5 .fastpay-jglbgy img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.fastpay-d8g7ow,
.fastpay-g8hti5:hover {
  color: var(--button-bg-hover);
}

.fastpay-932ebj {
  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%;
}

.fastpay-932ebj.fastpay-7eynft {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.fastpay-932ebj.fastpay-7eynft:after,
.fastpay-932ebj.fastpay-7eynft:before {
  content: "";
  position: absolute;
  margin: auto;
}

.fastpay-932ebj.fastpay-7eynft: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);
  }
}

.fastpay-932ebj.fastpay-7eynft:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.fastpay-932ebj.fastpay-7eynft > * {
  z-index: 1;
}

.fastpay-932ebj b,
.fastpay-932ebj strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.fastpay-932ebj .fastpay-qar0b1 {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.fastpay-932ebj .fastpay-qb7rw8 {
  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;
}

.fastpay-932ebj .fastpay-jglbgy {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.fastpay-932ebj .fastpay-sylvs9 {
  margin-top: 12px;
}

.fastpay-sylvs9 {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.fastpay-z7da8c {
  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;
}

.fastpay-sylvs9 .fastpay-10hfkg {
  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.fastpay-xa7xta ease-in-out;
}

.fastpay-sylvs9 .fastpay-10hfkg:hover {
  background: rgba(255, 255, 255, 0.3);
}

.fastpay-rbzgo5 {
  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;
}

.fastpay-932ebj.fastpay-s22oi0 {
  gap: 12px;
  padding: 16px;
}

.fastpay-932ebj.fastpay-s22oi0 .fastpay-rbzgo5 {
  min-width: 240px;
}

.fastpay-932ebj.fastpay-s22oi0 .fastpay-rbzgo5.fastpay-qhnpjo {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .fastpay-932ebj .fastpay-qar0b1 {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .fastpay-932ebj .fastpay-qb7rw8 {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .fastpay-932ebj .fastpay-jglbgy {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .fastpay-932ebj.fastpay-s22oi0 .fastpay-jglbgy {
    max-width: 126px;
  }
  .fastpay-932ebj .fastpay-sylvs9 {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .fastpay-932ebj .fastpay-z7da8c {
    max-width: unset;
  }
  .fastpay-rbzgo5 {
    min-width: unset;
    width: 100%;
  }
  .fastpay-932ebj .fastpay-rbzgo5 {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .fastpay-932ebj.fastpay-s22oi0 {
    grid-template-rows: auto 1fr auto;
  }
  .fastpay-932ebj.fastpay-s22oi0 .fastpay-rbzgo5 {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .fastpay-932ebj {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .fastpay-932ebj .fastpay-qar0b1 {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .fastpay-932ebj .fastpay-jglbgy {
    max-width: 78px;
  }
  .fastpay-932ebj .fastpay-sylvs9 {
    margin-top: -12px;
  }
  .fastpay-932ebj.fastpay-s22oi0 {
    gap: 8px;
  }
  .fastpay-932ebj.fastpay-s22oi0 .fastpay-qar0b1 {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .fastpay-932ebj.fastpay-s22oi0 .fastpay-qb7rw8 {
    grid-column: 1/3;
  }
  .fastpay-932ebj.fastpay-s22oi0 .fastpay-jglbgy {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .fastpay-932ebj.fastpay-s22oi0 .fastpay-jglbgy img {
    max-width: 114px;
  }
}

.fastpay-rbzgo5.fastpay-p0ivt6,
.fastpay-rbzgo5.fastpay-pr2mw2,
.fastpay-rbzgo5.fastpay-rv18wg {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.fastpay-xa7xta ease-in-out;
}

.fastpay-rbzgo5.fastpay-p0ivt6,
.fastpay-rbzgo5.fastpay-rv18wg {
  padding: 10px;
}

.fastpay-rbzgo5.fastpay-p0ivt6:hover,
.fastpay-rbzgo5.fastpay-pr2mw2:hover,
.fastpay-rbzgo5.fastpay-rv18wg:hover {
  background: var(--button-bg-hover);
}

.fastpay-rbzgo5.fastpay-p0ivt6:hover svg path,
.fastpay-rbzgo5.fastpay-rv18wg:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.fastpay-rbzgo5.fastpay-qhnpjo {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.fastpay-xa7xta ease-in-out;
  background: var(--button-bg-color);
}

.fastpay-rbzgo5.fastpay-qhnpjo:hover {
  background-color: var(--button-bg-hover);
}

.fastpay-rbzgo5.fastpay-pr2mw2: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);
  }
}

.fastpay-rbzgo5.fastpay-pr2mw2:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.fastpay-rbzgo5.fastpay-qhnpjo:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.fastpay-o2m9j7 {
  max-width: 650px;
}

.fastpay-ulbdbt {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.fastpay-v90zp9 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.fastpay-tbudbo {
  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.fastpay-mltxzt ease-in-out;
  cursor: pointer;
}

.fastpay-tbudbo:hover {
  opacity: 0.5;
}

.fastpay-tbudbo:focus {
  outline: 0;
}

.fastpay-tbudbo:focus .fastpay-mct9xi,
.fastpay-tbudbo:hover .fastpay-mct9xi {
  fill: red;
  fill-opacity: 1;
}

.fastpay-tbudbo:hover {
  cursor: pointer;
}

.fastpay-xoihai {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.fastpay-o2m9j7.fastpay-15eppn {
  margin: 0 auto;
}

.fastpay-o2m9j7.fastpay-kt7127 {
  margin-left: auto;
}

.fastpay-3zfzg0 {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.fastpay-7v8t2y {
  padding-bottom: 50px;
}

.fastpay-xw4kfr {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.fastpay-dut2gt {
  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;
}

.fastpay-s9cv87 {
  margin-top: 24px;
}

.fastpay-i8ow2g {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fastpay-lhkc3q {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.fastpay-ns4csb {
  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;
}

.fastpay-m88nw5 {
  width: 468px;
}

.fastpay-ns4csb .fastpay-pd1h4t {
  margin: 0.fastpay-jw3m16 0;
}

.fastpay-8ubt6t {
  display: flex;
  min-width: 224px;
}

.fastpay-d49i2v {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.fastpay-mltxzt ease-in-out;
}

.fastpay-wtfibr,
.fastpay-d49i2v:hover {
  color: var(--text-color);
}

.fastpay-dq5ker {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.fastpay-n2ot0f {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .fastpay-3zfzg0 {
    padding: 16px;
  }
  .fastpay-dq5ker {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .fastpay-n2ot0f {
    align-items: center;
  }
  .fastpay-m88nw5 {
    width: unset;
  }
  .fastpay-8ubt6t {
    min-width: unset;
  }
  .fastpay-ns4csb {
    max-height: unset;
  }
  .fastpay-xw4kfr {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .fastpay-3zfzg0 {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.fastpay-ulqo6r {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.fastpay-ulqo6r:not(:last-child) {
  margin-bottom: 16px;
}

.fastpay-lfgcnn {
  outline: 0;
}

.fastpay-lfgcnn .fastpay-6ixzfd {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.fastpay-ph844i {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .fastpay-ph844i {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.fastpay-ph844i::-webkit-details-marker {
  display: none;
}

.fastpay-ph844i: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;
}

.fastpay-ph844i: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] .fastpay-ph844i:after {
  transform: unset;
}

.fastpay-6ixzfd {
  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);
}

.fastpay-6ixzfd 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.fastpay-mltxzt ease-in-out;
  -o-transition: 0.fastpay-mltxzt ease-in-out;
  transition: 0.fastpay-mltxzt ease-in-out;
}

.fastpay-rqgo5l {
  padding: 16px 0 0 0;
}

.fastpay-rqgo5l * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .fastpay-rqgo5l :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .fastpay-ph844i {
    flex-wrap: wrap;
    gap: 12px;
  }
  .fastpay-ph844i::after {
    margin-left: auto;
  }
  .fastpay-6ixzfd {
    order: 3;
    flex: 1 1 100%;
  }
  .fastpay-ph844i {
    font-size: 14px;
    line-height: 130%;
  }
  .fastpay-6ixzfd svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.fastpay-q7vcnm {
  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;
}

.fastpay-ayjn54 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.fastpay-q7vcnm.fastpay-fxhjog .fastpay-ayjn54 {
  margin-bottom: 12px;
}

.fastpay-ayjn54::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;
}

.fastpay-q7vcnm.fastpay-fxhjog .fastpay-ayjn54::after {
  transform: unset;
}

.fastpay-czr2ns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.fastpay-ftmtq5 {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.fastpay-mltxzt ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.fastpay-ftmtq5: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;
}

.fastpay-q7vcnm.fastpay-fxhjog .fastpay-czr2ns {
  max-height: 100%;
}

.fastpay-zkkxmh {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.fastpay-0w6qcu {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.fastpay-alia77 {
  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;
}

.fastpay-9m9l5k {
  margin-right: 4px;
}

.fastpay-p2dpl0 {
  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.fastpay-mltxzt ease-in-out;
}

.fastpay-p2dpl0 svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.fastpay-9lbwpw,
.fastpay-p2dpl0:hover {
  color: var(--text-color);
}

.fastpay-6jk83h {
  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;
}

.fastpay-6jk83h img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.fastpay-6jk83h .fastpay-fyd6l7 {
  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;
}

.fastpay-6jk83h .fastpay-erzhv1 {
  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;
}

.fastpay-a935ro {
  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;
}

.fastpay-94hx90 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.fastpay-6b2uk1 .fastpay-xsgktp {
  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;
}

.fastpay-6b2uk1 {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.fastpay-emg7xq {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.fastpay-gdavnd {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.fastpay-4ako5l {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.fastpay-m7j7w7 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;
}

.fastpay-4ako5l:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.fastpay-bjebv2 {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.fastpay-t89239 {
  -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.fastpay-mltxzt ease-in-out;
  transition: transform 0.fastpay-mltxzt ease-in-out;
  -o-transition: transform 0.fastpay-mltxzt ease-in-out;
  transition:
    transform 0.fastpay-mltxzt ease-in-out,
    -webkit-transform 0.fastpay-mltxzt ease-in-out;
  cursor: pointer;
}

.fastpay-t89239 svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.fastpay-t89239: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;
}

.fastpay-vwaqz6 {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .fastpay-vwaqz6 {
    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);
}

.fastpay-q19ayz {
  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;
}

.fastpay-zwghcm {
  position: relative;
  width: 100%;
}

.fastpay-q19ayz.fastpay-g1tn27 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.fastpay-q19ayz.fastpay-15eppn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fastpay-q19ayz.fastpay-kt7127 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.fastpay-5cskqu {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.fastpay-79rsbj {
  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.fastpay-mltxzt ease-in-out;
  cursor: pointer;
}

.fastpay-79rsbj:hover {
  opacity: 0.5;
}

.fastpay-q19ayz.fastpay-i8r2pi .fastpay-79rsbj {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.fastpay-q19ayz.fastpay-i8r2pi .fastpay-5cskqu {
  cursor: pointer;
}

.fastpay-7epfra {
  fill: #0009;
}

.fastpay-t56fwr {
  fill: #fff;
}

.fastpay-79rsbj:hover .fastpay-7epfra {
  fill: red;
}

.fastpay-79rsbj svg path {
  -webkit-transition: 0.fastpay-mltxzt ease-in-out;
  -o-transition: 0.fastpay-mltxzt ease-in-out;
  transition: 0.fastpay-mltxzt ease-in-out;
}

.fastpay-0m238q {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.fastpay-0m238q > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.fastpay-0m238q.fastpay-lv59gf > :not(.get-image) {
  grid-column: 1/3;
}

.fastpay-78936n:not(._h1-block) .fastpay-0m238q > .fastpay-xb1i8n {
  grid-row: 1/2;
  grid-column: 1/3;
}

.fastpay-0m238q.fastpay-lv59gf .fastpay-1isjeq {
  grid-column: 2/3;
}

.fastpay-0m238q.fastpay-lv59gf > .fastpay-jglbgy {
  grid-column: 1/2;
}

.fastpay-0m238q.fastpay-lv59gf > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.fastpay-0m238q > p:first-of-type {
  margin-top: 0;
}

.fastpay-0m238q .fastpay-jglbgy {
  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;
}

.fastpay-78936n:not(._h1-block) .fastpay-xb1i8n ~ .fastpay-jglbgy {
  grid-row: 2/10;
}

.fastpay-78936n.fastpay-041l0w .fastpay-xb1i8n ~ .fastpay-jglbgy {
  grid-row: 1/10;
}

.fastpay-78936n.fastpay-041l0w > .fastpay-xb1i8n {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.fastpay-78936n.fastpay-041l0w .fastpay-jglbgy {
  grid-row: 1/10;
}

.fastpay-0m238q.fastpay-fgm5p9 .fastpay-jglbgy {
  align-items: flex-start;
}

.fastpay-0m238q.fastpay-15eppn .fastpay-1isjeq {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.fastpay-0m238q.fastpay-15eppn .fastpay-jglbgy {
  align-items: center;
}

.fastpay-0m238q.fastpay-5t0mza .fastpay-jglbgy {
  align-items: flex-end;
}

.fastpay-1isjeq > :first-child {
  margin-top: 0;
}

.fastpay-1isjeq > :last-child {
  margin-bottom: 0;
}

* + .fastpay-5uvij0,
.fastpay-78936n + .fastpay-78936n {
  margin-top: 2rem;
}

.fastpay-3mgox7 td::before,
.fastpay-3mgox7 th::after {
  display: none !important;
}

.fastpay-3mgox7 #link-selector {
  color: #000;
}

.fastpay-3mgox7 .fastpay-q1kx72 {
  color: #135e96;
}

.fastpay-3mgox7 .fastpay-hn51rx *,
.fastpay-3mgox7 .fastpay-xlrv70 p,
.fastpay-3mgox7 .fastpay-rmvo41 * {
  color: #000;
}

.fastpay-3mgox7 .fastpay-7ybd4p {
  background: 0 0 !important;
}

.fastpay-3mgox7 .fastpay-8iihsg {
  color: #000;
}

.fastpay-3mgox7 .fastpay-iae1ai.fastpay-378jkr {
  color: #fff;
}

.fastpay-3mgox7 .fastpay-oryofq {
  color: #000;
}

.fastpay-3mgox7
  .fastpay-2yd2ex
  .fastpay-abgcck.fastpay-378jkr.fastpay-m564li {
  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;
}

.fastpay-yxzuvs,
body .fastpay-rzxt25 {
  color: #000;
  background: var(--color-body) !important;
}

.fastpay-yxzuvs .fastpay-fs4aap .fastpay-6astn5,
body .fastpay-rzxt25 .fastpay-fs4aap .fastpay-6astn5 {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .fastpay-ftmtq5:focus,
  .fastpay-ftmtq5:hover {
    color: #f9cb16;
  }
  .fastpay-deh7nk:focus,
  .fastpay-deh7nk:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .fastpay-o1sawj:focus img,
  .fastpay-o1sawj:focus svg,
  .fastpay-o1sawj:hover img,
  .fastpay-o1sawj:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .fastpay-6jk83h {
    display: none;
  }
}

@media (min-width: 1024px) {
  .fastpay-avoed9:hover .fastpay-6lkp4e svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .fastpay-6lkp4e {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .fastpay-yxvrqi {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .fastpay-0ap2p5 {
    grid-template-columns: repeat(4, 1fr);
  }
  .fastpay-4apab8 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .fastpay-ty165a .fastpay-ci16xv {
    grid-template-columns: 1fr;
  }
  .fastpay-ty165a .fastpay-7y59lx {
    -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;
  }
  .fastpay-ty165a .fastpay-vfvz9h {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .fastpay-ty165a .fastpay-1z5bzb {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .fastpay-ty165a .fastpay-w9y4oy {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .fastpay-ty165a .fastpay-vfvz9h:not(:first-child) {
    border: none;
  }
  .fastpay-ty165a .fastpay-vfvz9h:first-child .fastpay-1z5bzb {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .fastpay-ty165a .fastpay-vfvz9h:last-child .fastpay-1z5bzb {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .fastpay-7x9asg {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .fastpay-90cuwu {
    max-width: 100px;
  }
  .fastpay-ib6wnd {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .fastpay-tqudpl {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .fastpay-tqudpl svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .fastpay-3w42dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .fastpay-ib6wnd + .fastpay-tqudpl {
    margin-left: auto;
  }
  .fastpay-00rvg9 {
    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;
  }
  .fastpay-00rvg9.fastpay-fxhjog {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .fastpay-vob33i {
    -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;
  }
  .fastpay-lmemwv {
    width: 100%;
  }
  .fastpay-lmemwv:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .fastpay-q9cl4p {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .fastpay-q9cl4p svg {
    margin-right: 4px;
  }
  .fastpay-avoed9 {
    -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;
  }
  .fastpay-6lkp4e svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .fastpay-6lkp4e {
    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;
  }
  .fastpay-pd1h4t {
    display: none;
    width: 100%;
  }
  .fastpay-avoed9.fastpay-fxhjog .fastpay-pd1h4t {
    padding: 0 0 0 48px;
  }
  .fastpay-g8hti5 {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .fastpay-dut2gt .fastpay-jglbgy {
    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;
  }
  .fastpay-kdxrlw {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .fastpay-kdxrlw + .fastpay-kdxrlw {
    margin-right: 0;
  }
  .fastpay-kdxrlw + .fastpay-jglbgy {
    margin: 0;
  }
  .fastpay-yxvrqi {
    grid-template-columns: repeat(4, 1fr);
  }
  .fastpay-0ap2p5 {
    grid-template-columns: repeat(3, 1fr);
  }
  .fastpay-gl7nhi,
  .fastpay-3esmss {
    grid-template-columns: repeat(2, 1fr);
  }
  .fastpay-0m238q {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .fastpay-0m238q.fastpay-lv59gf .fastpay-1isjeq {
    grid-column: auto;
    grid-row: auto;
  }
  .fastpay-0m238q > .fastpay-xb1i8n {
    grid-column: 1/2;
  }
  .fastpay-0m238q.fastpay-lv59gf > :not(.get-image) {
    grid-column: 1/2;
  }
  .fastpay-0m238q .fastpay-jglbgy,
  .fastpay-0m238q.fastpay-lv59gf > .fastpay-jglbgy {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .fastpay-0m238q.fastpay-lv59gf > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .fastpay-78936n.fastpay-041l0w .fastpay-0m238q > .fastpay-jglbgy {
    grid-row: 1/2;
  }
  .fastpay-0m238q .fastpay-xb1i8n ~ .fastpay-jglbgy,
  .fastpay-0m238q.fastpay-lv59gf .fastpay-xb1i8n ~ .fastpay-jglbgy {
    grid-row: 2/3;
  }
  .fastpay-78936n.fastpay-041l0w .fastpay-xb1i8n ~ .fastpay-jglbgy {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .fastpay-rfdb2c:first-child .fastpay-qw3ege {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .fastpay-rfdb2c:first-child .fastpay-qw3ege h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .fastpay-rfdb2c {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .fastpay-rfdb2c {
    padding: 0;
  }
  .fastpay-35xafh {
    margin-top: 1rem;
  }
  .fastpay-lfgcnn {
    border-radius: 5px;
  }
  .fastpay-cbqymm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .fastpay-ayjn54::after {
    display: inline-block;
  }
  .fastpay-ayjn54 {
    margin: 0;
    width: 100%;
  }
  .fastpay-czr2ns {
    width: 100%;
  }
  .fastpay-czr2ns.fastpay-vnvklj {
    -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%;
  }
  .fastpay-czr2ns.fastpay-vnvklj .fastpay-5fzmso {
    width: 100%;
  }
  .fastpay-czr2ns.fastpay-vnvklj .fastpay-5fzmso:not(:last-child) {
    margin-right: 0;
  }
  .fastpay-ftmtq5 {
    width: 100%;
    text-align: center;
  }
  .fastpay-q7vcnm.fastpay-fxhjog .fastpay-czr2ns {
    margin-top: 1rem;
  }
  .fastpay-yxvrqi {
    grid-template-columns: repeat(3, 1fr);
  }
  .fastpay-4apab8,
  .fastpay-0ap2p5 {
    grid-template-columns: repeat(2, 1fr);
  }
  .fastpay-gl7nhi,
  .fastpay-3esmss,
  .fastpay-ftngth {
    grid-template-columns: 1fr;
  }
  .fastpay-8n8mfj {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .fastpay-fvao4l {
    min-width: 300px;
    max-width: 325px;
  }
  .fastpay-1z5bzb {
    cursor: auto;
  }
  .fastpay-6gnlyd .fastpay-1z5bzb {
    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;
  }
  .fastpay-vwaqz6 {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .fastpay-pd1h4t {
    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) {
  .fastpay-vwaqz6 {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.fastpay-kdxrlw p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .fastpay-tqudpl {
    margin: 0 -0.2rem;
  }
  .fastpay-kdxrlw {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .fastpay-r4f0za {
    -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;
  }
  .fastpay-dd1wia {
    max-width: 100%;
  }
  .fastpay-yxvrqi {
    grid-template-columns: repeat(2, 1fr);
  }
  .fastpay-4apab8,
  .fastpay-0ap2p5 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .fastpay-7x9asg {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .fastpay-tqudpl {
    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;
  }
  .fastpay-jx1iqc {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .fastpay-02hf42 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .fastpay-5p8vyi,
  .fastpay-fx2yhu {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .fastpay-ss6t5r {
    width: 100%;
  }
  .fastpay-yxvrqi {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .fastpay-vwaqz6 {
    top: 127px !important;
  }
}

.fastpay-euvbml {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .fastpay-euvbml {
  }
}

@media (max-width: 767px) {
  .fastpay-euvbml {
    margin-bottom: 12px;
  }
}

.fastpay-euvbml img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.fastpay-mfnodq {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.fastpay-mfnodq > .fastpay-rpz5is {
  flex: 1 1;
}

@media (max-width: 767px) {
  .fastpay-mfnodq {
    flex-direction: column;
    gap: 12px;
  }
}

.fastpay-kdjvdi {
  display: flex;
}

.fastpay-kdjvdi .fastpay-633io1 {
  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;
}

.fastpay-kdjvdi .fastpay-neaftl {
  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;
}

.fastpay-kdjvdi .fastpay-fbbqny {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.fastpay-kdjvdi .fastpay-7o2v5e {
  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));
  }
}

.fastpay-kdjvdi .fastpay-7o2v5e:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.fastpay-kdjvdi .fastpay-tcjvp8 {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.fastpay-wzgfp2 {
  border: unset;
  background-color: unset;
}

.fastpay-wzgfp2 tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.fastpay-wzgfp2 .fastpay-jodoim,
.fastpay-wzgfp2 .fastpay-ljan2c {
  flex: 0 1 330px;
}

.fastpay-wzgfp2 .fastpay-0otnaw {
  flex: 1 1;
}

.fastpay-wzgfp2 tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.fastpay-wzgfp2 tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.fastpay-wzgfp2 tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.fastpay-wzgfp2 tr td p {
  color: #fff;
  margin: 0;
}

.fastpay-wzgfp2 tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.fastpay-wzgfp2 tr.fastpay-jodoim td p {
  padding: 16px 0;
}

.fastpay-wzgfp2 tr.fastpay-jodoim td p:not(:last-child),
.fastpay-wzgfp2 tr.fastpay-ljan2c td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.fastpay-wzgfp2 tr.fastpay-jodoim td p:first-child,
.fastpay-wzgfp2 tr.fastpay-ljan2c td p:first-child {
  padding-top: 0;
}

.fastpay-wzgfp2 tr.fastpay-ljan2c td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.fastpay-wzgfp2 tr.fastpay-ljan2c td p:last-child {
  padding-bottom: 0;
}

.fastpay-wzgfp2 .fastpay-ljan2c img {
  max-width: 32px;
}

.fastpay-wzgfp2 .fastpay-0otnaw {
  min-width: 718px;
}

.fastpay-wzgfp2 .fastpay-0otnaw td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.fastpay-wzgfp2 .fastpay-0otnaw td {
  display: flex;
}

.fastpay-wzgfp2 .fastpay-0otnaw td:last-child .fastpay-fe5qpx,
.fastpay-wzgfp2 .fastpay-0otnaw td:last-child .fastpay-3e7xc3,
.fastpay-wzgfp2 .fastpay-0otnaw td:last-child .fastpay-si4mzn {
  flex: 1 1 50%;
}

.fastpay-wzgfp2 .fastpay-0otnaw td:last-child .fastpay-4d1qfi {
  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;
}

.fastpay-wzgfp2 .fastpay-0otnaw td:last-child .fastpay-a1bc1u,
.fastpay-wzgfp2 .fastpay-0otnaw td:last-child .fastpay-01fot5 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.fastpay-wzgfp2 .fastpay-0otnaw td:last-child .fastpay-fe5qpx,
.fastpay-wzgfp2 .fastpay-0otnaw td:last-child .fastpay-3e7xc3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.fastpay-wzgfp2 .fastpay-0otnaw td:last-child .fastpay-fe5qpx span,
.fastpay-wzgfp2 .fastpay-0otnaw td:last-child .fastpay-3e7xc3 span {
  font-weight: 800;
}

.fastpay-wzgfp2 .fastpay-0otnaw img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .fastpay-wzgfp2 .fastpay-0otnaw td .fastpay-si4mzn:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .fastpay-wzgfp2 tr.fastpay-jodoim td p:last-child {
    padding-bottom: 0;
  }
  .fastpay-wzgfp2 .fastpay-ljan2c > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .fastpay-wzgfp2 .fastpay-ljan2c > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .fastpay-wzgfp2 tr.fastpay-jodoim td p:not(:last-child),
  .fastpay-wzgfp2 tr.fastpay-ljan2c td p:not(:last-child) {
    border-bottom: unset;
  }
  .fastpay-wzgfp2 tr.fastpay-ljan2c td p:last-child {
    padding-bottom: 12px;
  }
  .fastpay-wzgfp2 .fastpay-0otnaw td:last-child .fastpay-fe5qpx,
  .fastpay-wzgfp2 .fastpay-0otnaw td:last-child .fastpay-3e7xc3,
  .fastpay-wzgfp2 .fastpay-0otnaw td:last-child .fastpay-si4mzn {
    flex: 1 1 50%;
    padding: 0;
  }
  .fastpay-wzgfp2 .fastpay-0otnaw td:last-child .fastpay-fe5qpx,
  .fastpay-wzgfp2 .fastpay-0otnaw td:last-child .fastpay-3e7xc3 {
    margin-top: 16px;
  }
  .fastpay-wzgfp2 .fastpay-0otnaw td:last-child .fastpay-si4mzn {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .fastpay-wzgfp2 .fastpay-0otnaw td:last-child .fastpay-fe5qpx {
    border-right: 1px solid var(--border-color);
  }
  .fastpay-wzgfp2 .fastpay-0otnaw td:last-child .fastpay-si4mzn:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .fastpay-wzgfp2 .fastpay-0otnaw td:last-child .fastpay-si4mzn:last-child {
    padding-bottom: 0;
  }
}

.fastpay-si4mzn {
  display: flex;
  flex-direction: column;
}

.fastpay-wzgfp2 .fastpay-0otnaw td .fastpay-si4mzn {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.fastpay-wzgfp2 .fastpay-0otnaw td .fastpay-si4mzn:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.fastpay-wzgfp2 .fastpay-0otnaw td .fastpay-si4mzn:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .fastpay-wzgfp2 .fastpay-0otnaw td .fastpay-si4mzn:not(:first-child) {
    padding-left: 0;
  }
  .fastpay-wzgfp2 .fastpay-0otnaw td .fastpay-si4mzn:not(:last-of-type) {
    border-right: unset;
  }
}

.fastpay-wzgfp2 .fastpay-rkgcmx {
  flex: 0 1 485px;
}

.fastpay-wzgfp2 .fastpay-1lhhsp {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.fastpay-wzgfp2 .fastpay-1lhhsp li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.fastpay-wzgfp2 .fastpay-1lhhsp li.fastpay-cr0sok {
  padding: 6px 12px;
}

.fastpay-wzgfp2 .fastpay-1lhhsp li a,
.fastpay-wzgfp2 .fastpay-1lhhsp 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;
}

.fastpay-wzgfp2 .fastpay-np173i,
.fastpay-wzgfp2 .fastpay-ib9dd0 {
  flex: 1 1;
}

.fastpay-wzgfp2 .fastpay-nmoaix,
.fastpay-wzgfp2 .fastpay-fjpneg {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.fastpay-wzgfp2 .fastpay-nmoaix li,
.fastpay-wzgfp2 .fastpay-fjpneg li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.fastpay-wzgfp2 .fastpay-ib9dd0 img {
  max-width: 32px;
}

.fastpay-wzgfp2 .fastpay-np173i img {
  max-width: 32px;
}

.fastpay-wzgfp2 .fastpay-fn07ej {
  min-width: 280px;
}

.fastpay-wzgfp2 .fastpay-fn07ej img {
  max-width: 146px;
}

.fastpay-wzgfp2 .fastpay-fn07ej td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .fastpay-wzgfp2 .fastpay-jodoim,
  .fastpay-wzgfp2 .fastpay-ljan2c {
    flex: 0 1 auto;
  }
  .fastpay-wzgfp2 .fastpay-0otnaw {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .fastpay-wzgfp2 .fastpay-jodoim,
  .fastpay-wzgfp2 .fastpay-rkgcmx,
  .fastpay-wzgfp2 .fastpay-ljan2c,
  .fastpay-wzgfp2 .fastpay-0otnaw {
    flex: 1 1 calc(50% - 20px);
  }
  .fastpay-wzgfp2 .fastpay-np173i,
  .fastpay-wzgfp2 .fastpay-fn07ej,
  .fastpay-wzgfp2 .fastpay-ib9dd0 {
    flex: 1 1 30%;
  }
  .fastpay-wzgfp2 .fastpay-fn07ej {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .fastpay-wzgfp2 .fastpay-jodoim,
  .fastpay-wzgfp2 .fastpay-rkgcmx,
  .fastpay-wzgfp2 .fastpay-np173i,
  .fastpay-wzgfp2 .fastpay-ljan2c,
  .fastpay-wzgfp2 .fastpay-0otnaw,
  .fastpay-wzgfp2 .fastpay-fn07ej,
  .fastpay-wzgfp2 .fastpay-ib9dd0 {
    flex: 1 1 100%;
  }
}

.fastpay-shjc80 .fastpay-08cxch {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.fastpay-shjc80 .fastpay-fdsw8l {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.fastpay-shjc80 .fastpay-l8gzna {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.fastpay-shjc80 .fastpay-nf4bvv {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.fastpay-shjc80 .fastpay-nf4bvv > :nth-child(3) {
  margin-top: 0;
}

.fastpay-shjc80 .fastpay-jglbgy {
  grid-column: 2/3;
  grid-row: 1/10;
}

.fastpay-shjc80 .fastpay-svqz11 {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.fastpay-shjc80 .fastpay-35xafh {
  grid-column: 1/2;
}

.fastpay-shjc80 > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.fastpay-shjc80 .fastpay-fdsw8l: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;
}

.fastpay-shjc80 .fastpay-fdsw8l:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.fastpay-shjc80 .fastpay-ss6t5r {
  min-width: 240px;
}

@media (max-width: 768px) {
  .fastpay-shjc80 .fastpay-fdsw8l:not(:last-child):before {
    bottom: 8px;
  }
  .fastpay-shjc80 .fastpay-fdsw8l:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .fastpay-shjc80 .fastpay-nf4bvv {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .fastpay-shjc80 .fastpay-jglbgy {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .fastpay-shjc80 .fastpay-jglbgy img {
    width: 100%;
    height: auto;
  }
  .fastpay-shjc80 .fastpay-ss6t5r {
    width: 100%;
    min-width: unset;
  }
}

.fastpay-o11ymi .fastpay-2vpuwc {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.fastpay-o11ymi .fastpay-ptt1j5 {
  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;
}

.fastpay-o11ymi .fastpay-jglbgy {
  height: 100%;
}

.fastpay-o11ymi .fastpay-jglbgy img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.fastpay-o11ymi .fastpay-zybbep {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.fastpay-o11ymi .fastpay-byj3xw {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.fastpay-o11ymi .fastpay-kw26r9 {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .fastpay-o11ymi .fastpay-ptt1j5 {
    flex: 1 1 100%;
  }
  .fastpay-o11ymi .fastpay-rbzgo5 {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .fastpay-o11ymi .fastpay-ptt1j5 {
    flex-direction: column;
  }
  .fastpay-o11ymi .fastpay-jglbgy {
    width: 100%;
    height: auto;
  }
  .fastpay-o11ymi .fastpay-jglbgy img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .fastpay-o11ymi .fastpay-zybbep {
    padding: 0 16px 16px 16px;
  }
  .fastpay-o11ymi .fastpay-rbzgo5 {
    min-width: unset;
    width: 100%;
  }
}

.fastpay-0rb1gv .fastpay-2q1c07 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.fastpay-0rb1gv .fastpay-mkmml2 {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.fastpay-0rb1gv 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;
}

.fastpay-0rb1gv .fastpay-7wc3qc {
  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;
}

.fastpay-0rb1gv .fastpay-mkmml2:hover .fastpay-7wc3qc {
  display: flex;
}

.fastpay-0rb1gv .fastpay-9qxdbz {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.fastpay-0rb1gv .fastpay-rk6wv3 {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.fastpay-8l243u {
  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;
}

.fastpay-8l243u.fastpay-2k1zqt {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.fastpay-xa7xta ease-in-out;
}

.fastpay-8l243u.fastpay-2k1zqt:hover {
  color: #f9cb16;
  background-color: transparent;
}

.fastpay-0rb1gv .fastpay-b3o736 {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.fastpay-xa7xta ease-in-out;
}

.fastpay-0rb1gv .fastpay-b3o736:hover {
  color: #196948;
  background-color: #f9cb16;
}

.fastpay-0rb1gv .fastpay-b3o736:after,
.fastpay-8l243u.fastpay-2k1zqt:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.fastpay-8l243u.fastpay-2k1zqt:after {
  background-image: url(../images/Cash.svg);
}

.fastpay-0rb1gv .fastpay-b3o736:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .fastpay-0rb1gv .fastpay-2q1c07 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .fastpay-0rb1gv .fastpay-2q1c07 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .fastpay-0rb1gv .fastpay-2q1c07 {
    grid-template-columns: 1fr;
  }
  .fastpay-0rb1gv .fastpay-mkmml2 {
    height: auto;
  }
  .fastpay-0rb1gv .fastpay-mkmml2 .fastpay-7wc3qc {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .fastpay-0rb1gv .fastpay-9qxdbz,
  .fastpay-0rb1gv .fastpay-rk6wv3 {
    text-align: left;
  }
  .fastpay-0rb1gv .fastpay-rk6wv3 {
    margin-bottom: 8px;
  }
  .fastpay-0rb1gv img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.fastpay-vsd3wc {
  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;
}

.fastpay-vsd3wc.fastpay-i8r2pi {
  display: block;
}

.fastpay-vsd3wc .fastpay-x4yd14 {
  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;
}

.fastpay-vsd3wc .fastpay-tyb2rk {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.fastpay-vsd3wc .fastpay-2blyup {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.fastpay-vsd3wc .fastpay-0v1giv {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.fastpay-vsd3wc .fastpay-8l243u {
  min-width: 296px;
  margin-bottom: 0;
}

.fastpay-vsd3wc .fastpay-1es4un {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.fastpay-vsd3wc .fastpay-j2sbsz {
  position: relative;
  flex: 1 1;
}

.fastpay-vsd3wc .fastpay-j2sbsz iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .fastpay-vsd3wc .fastpay-tyb2rk {
    flex-wrap: wrap;
    gap: 8px;
  }
  .fastpay-vsd3wc .fastpay-2blyup {
    order: 1;
  }
  .fastpay-vsd3wc .fastpay-0v1giv {
    order: 3;
    flex: 1 1 100%;
  }
  .fastpay-vsd3wc .fastpay-8l243u {
    width: 100%;
    min-width: unset;
  }
  .fastpay-vsd3wc .fastpay-1es4un {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .fastpay-0m238q > .fastpay-xb1i8n {
    margin-bottom: 0;
  }
  .fastpay-0m238q > .fastpay-35xafh,
  .fastpay-0m238q > p {
    margin-top: 0;
  }
}

.fastpay-y85pxa img,
.fastpay-kdxrlw img {
  width: auto;
  object-fit: contain;
}

.fastpay-y85pxa {
  align-items: center;
}

.fastpay-y85pxa img {
  max-height: 76px;
}

.fastpay-kdxrlw img {
  max-height: 64px;
}

.fastpay-jsbi7v {
  overflow: auto;
}

.fastpay-us3838 {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.fastpay-wy01k3:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.fastpay-3yu4f8 {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.fastpay-uuafdk {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.fastpay-3yu4f8 .fastpay-jglbgy {
  margin-right: 20px;
  flex-shrink: 0;
}

.fastpay-3yu4f8 img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.fastpay-ulrdhy {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.fastpay-ulrdhy > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .fastpay-3yu4f8 {
    padding: 15px 10px;
  }
  .fastpay-ulrdhy {
    padding: 15px 10px;
  }
  .fastpay-3yu4f8 .fastpay-jglbgy {
    margin-right: 10px;
  }
}

.fastpay-7lbik8 {
  overflow-x: auto;
}

.fastpay-vay5by {
  border-collapse: collapse;
  width: 100%;
}

.fastpay-7lbik8 th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.fastpay-7lbik8 td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.fastpay-7lbik8 td.fastpay-njstih {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.fastpay-7lbik8 td.fastpay-asgb96 {
  border-right: none;
}

.fastpay-7lbik8 td.fastpay-asgb96 .fastpay-jglbgy {
  justify-content: flex-start;
}

.fastpay-7lbik8 td.fastpay-asgb96 .fastpay-jglbgy img {
  height: auto;
  width: 90px;
}

.fastpay-7lbik8 td.fastpay-2gqspr,
.fastpay-7lbik8 td.fastpay-nzvt5o {
  font-weight: 600;
  text-align: right;
}

.fastpay-7lbik8 td.fastpay-o44a3k,
.fastpay-7lbik8 td.fastpay-2gqspr {
  padding-bottom: 10px;
  border-bottom: none;
}

.fastpay-7lbik8 td.fastpay-2gqspr,
.fastpay-7lbik8 td.fastpay-nzvt5o {
  border-left: none;
}

.fastpay-7lbik8 td.fastpay-o44a3k,
.fastpay-7lbik8 td.fastpay-0s3ww2 {
  border-right: none;
}

.fastpay-7lbik8 td.fastpay-0s3ww2,
.fastpay-7lbik8 td.fastpay-nzvt5o {
  border-top: none;
  padding-top: 10px;
}

.fastpay-yfftle {
  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;
}

.fastpay-yfftle .fastpay-rbzgo5 {
  min-width: unset;
  width: 100%;
}

.fastpay-yfftle .fastpay-rbzgo5.fastpay-p0ivt6 {
  grid-column: 1/2;
  grid-row: 1/2;
}

.fastpay-yfftle .fastpay-rbzgo5.fastpay-rv18wg {
  grid-column: 2/3;
  grid-row: 1/2;
}

.fastpay-yfftle .fastpay-wgzwkp {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .fastpay-yfftle {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .fastpay-yfftle .fastpay-rbzgo5.fastpay-p0ivt6 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .fastpay-yfftle .fastpay-rbzgo5.fastpay-rv18wg {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .fastpay-yfftle .fastpay-wgzwkp {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.fastpay-62ks42 {
  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;
}

.fastpay-fnth77 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.fastpay-z6kcw8 p a img {
  margin: 0 auto;
  display: block;
}

.fastpay-z6kcw8 table {
  margin-bottom: 17px;
}

/* contanct form */
.fastpay-i4xbwx {
  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;
}

.fastpay-i4xbwx label {
  font-size: 14px;
}

.fastpay-i4xbwx h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.fastpay-i4xbwx input,
.fastpay-i4xbwx textarea,
.fastpay-i4xbwx 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;
}
.fastpay-i4xbwx button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.fastpay-xa7xta ease;
}
.fastpay-i4xbwx button:hover {
  background-color: #691204;
}
.fastpay-3vlcy1 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.fastpay-7jrtzt ease-in;
}

.fastpay-3vlcy1 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;
}
.fastpay-s993iz, .fastpay-64bg7o, [class*="review-card"],
thead, thead th, table th, .fastpay-7lqlwd,
.fastpay-4y8hzc, [class*="collapsible-header"],
.fastpay-5ttkjr, [class*="updated-block"] {
  color: #ece7dc !important;
}
