@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-j1cque {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.fastpay-wrdscd {
  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-9i0h9g,
ul.fastpay-9i0h9g {
  padding-left: 20px;
}

ul.fastpay-9i0h9g {
  list-style: disc;
}

ol.fastpay-9i0h9g {
  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-kylctn > .fastpay-kgq2qj,
.fastpay-kylctn > .fastpay-7koed1,
.fastpay-kylctn > blockquote,
.fastpay-kylctn > h1,
.fastpay-kylctn > h2,
.fastpay-kylctn > h3,
.fastpay-kylctn > h4,
.fastpay-kylctn > h5,
.fastpay-kylctn > h6,
.fastpay-kylctn > ol,
.fastpay-kylctn > p,
.fastpay-kylctn > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.fastpay-kylctn > ol,
.fastpay-kylctn > ul {
  padding-left: 50px;
}

.fastpay-kylctn 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-kylctn:not(:last-child) {
  margin-bottom: 2rem;
}

.fastpay-kylctn > :not(:first-child) {
  margin-top: 2rem;
}

.fastpay-kylctn {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.fastpay-kylctn:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .fastpay-kylctn:first-child {
    margin-top: 20px;
  }
}

.fastpay-kylctn > p:last-of-type {
  margin-bottom: 32px;
}

.fastpay-kylctn > .fastpay-x5y2wm:not(:first-child) {
  margin: 64px auto 16px auto;
}

.fastpay-3mohxm > .fastpay-x5y2wm {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.fastpay-7koed1 {
  overflow: auto;
}

.fastpay-7koed1::-webkit-scrollbar {
  height: 5px;
}

.fastpay-7koed1 table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.fastpay-7koed1 table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.fastpay-7koed1 table thead,
table thead {
  border-bottom: none;
}

.fastpay-7koed1 table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.fastpay-7koed1 table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.fastpay-7koed1 table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.fastpay-7koed1 .fastpay-deu162 {
  table-layout: auto;
}

.fastpay-7koed1 .fastpay-deu162 th {
  word-break: normal;
}

.fastpay-7koed1 .fastpay-deu162 td {
  word-break: normal;
}

.fastpay-j1cque .fastpay-j1cque {
  padding-right: 0;
  padding-left: 0;
}

.fastpay-etl6d3 {
  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-56jh34 {
  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-nc0sny {
  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-kgq2qj {
  margin-top: 24px;
}

.fastpay-kgq2qj.fastpay-az0nkk {
  text-align: left;
}

.fastpay-kgq2qj.fastpay-5eylxv {
  text-align: right;
}

.fastpay-kgq2qj.fastpay-h5nybk {
  text-align: center;
}

.fastpay-d4abea {
  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-kpm72j ease-in-out;
  cursor: pointer;
}

.fastpay-d4abea:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.fastpay-d4abea {
  min-width: 328px;
}

@media (max-width: 768px) {
  .fastpay-d4abea {
    min-width: unset;
  }
}

.fastpay-vgi7b2 {
  background-color: var(--fh-bg-color);
}

.fastpay-lqglaf {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.fastpay-e5io7c {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.fastpay-e5io7c img {
  max-height: 80px;
  object-fit: contain;
}

.fastpay-3jp4s4 {
  flex: 1 1;
}

.fastpay-v2qjqa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.fastpay-d0w4db {
  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-d0w4db 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-d0w4db.fastpay-0ilx6e span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.fastpay-d0w4db.fastpay-0ilx6e span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.fastpay-d0w4db.fastpay-0ilx6e span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.fastpay-3jp4s4 + .fastpay-v2qjqa {
  margin-left: 20px;
}

.fastpay-z03jpk {
  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-z03jpk > svg {
  max-width: 24px;
  max-height: 24px;
}

.fastpay-z03jpk + .fastpay-z03jpk {
  margin-left: 5px;
}

.fastpay-gsapzf {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.fastpay-gsapzf:hover {
  background-color: var(--button-bg-hover);
}

.fastpay-m5vwov {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.fastpay-kpm72j ease-in-out;
  border: 1px solid var(--border-color);
}

.fastpay-m5vwov:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.fastpay-5lx5xd {
  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-3jp4s4 {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .fastpay-5lx5xd {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .fastpay-3jp4s4 {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .fastpay-z03jpk {
    min-width: unset;
    flex: 1 1;
  }
}

.fastpay-fvtx7a {
  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-fvtx7a:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.fastpay-fvtx7a:hover .fastpay-n3suy8 {
  opacity: 1;
  pointer-events: auto;
}

.fastpay-tyv5by {
  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-73dsay ease-in-out;
  gap: 4px;
}

.fastpay-tyv5by > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.fastpay-tyv5by .fastpay-etl6d3 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.fastpay-hapgew,
.fastpay-tyv5by:hover {
  color: var(--button-bg-hover);
}

.fastpay-8bjixm {
  position: relative;
}

.fastpay-8bjixm .fastpay-tyv5by {
  margin-right: 0;
  padding-right: 4px;
}

.fastpay-vxcg7q svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.fastpay-8bjixm.fastpay-0ilx6e .fastpay-vxcg7q svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.fastpay-8bjixm.fastpay-0ilx6e .fastpay-n3suy8 {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.fastpay-8bjixm.fastpay-0ilx6e .fastpay-n3suy8::before {
  display: none;
}

.fastpay-vxcg7q svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.fastpay-n3suy8 {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.fastpay-kt8jjv 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.fastpay-n3suy8::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.fastpay-n3suy8:hover {
  color: var(--fh-bg-color);
}

.fastpay-odaz1a {
  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-kt8jjv 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.fastpay-73dsay ease-in-out;
  -o-transition: 0.fastpay-73dsay ease-in-out;
  transition: 0.fastpay-73dsay ease-in-out;
}

.fastpay-odaz1a .fastpay-etl6d3 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.fastpay-nnjr1t,
.fastpay-odaz1a:hover {
  color: var(--button-bg-hover);
}

.fastpay-p21714 {
  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-p21714.fastpay-kjtpbi {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.fastpay-p21714.fastpay-kjtpbi:after,
.fastpay-p21714.fastpay-kjtpbi:before {
  content: "";
  position: absolute;
  margin: auto;
}

.fastpay-p21714.fastpay-kjtpbi: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-p21714.fastpay-kjtpbi:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.fastpay-p21714.fastpay-kjtpbi > * {
  z-index: 1;
}

.fastpay-p21714 b,
.fastpay-p21714 strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.fastpay-p21714 .fastpay-d4ri8j {
  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-p21714 .fastpay-mw0o9h {
  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-p21714 .fastpay-etl6d3 {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.fastpay-p21714 .fastpay-f3uqup {
  margin-top: 12px;
}

.fastpay-f3uqup {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.fastpay-q8v98h {
  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-f3uqup .fastpay-ox83rw {
  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-kpm72j ease-in-out;
}

.fastpay-f3uqup .fastpay-ox83rw:hover {
  background: rgba(255, 255, 255, 0.3);
}

.fastpay-d7md5m {
  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-p21714.fastpay-4r1g8w {
  gap: 12px;
  padding: 16px;
}

.fastpay-p21714.fastpay-4r1g8w .fastpay-d7md5m {
  min-width: 240px;
}

.fastpay-p21714.fastpay-4r1g8w .fastpay-d7md5m.fastpay-cfun1t {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .fastpay-p21714 .fastpay-d4ri8j {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .fastpay-p21714 .fastpay-mw0o9h {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .fastpay-p21714 .fastpay-etl6d3 {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .fastpay-p21714.fastpay-4r1g8w .fastpay-etl6d3 {
    max-width: 126px;
  }
  .fastpay-p21714 .fastpay-f3uqup {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .fastpay-p21714 .fastpay-q8v98h {
    max-width: unset;
  }
  .fastpay-d7md5m {
    min-width: unset;
    width: 100%;
  }
  .fastpay-p21714 .fastpay-d7md5m {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .fastpay-p21714.fastpay-4r1g8w {
    grid-template-rows: auto 1fr auto;
  }
  .fastpay-p21714.fastpay-4r1g8w .fastpay-d7md5m {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .fastpay-p21714 {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .fastpay-p21714 .fastpay-d4ri8j {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .fastpay-p21714 .fastpay-etl6d3 {
    max-width: 78px;
  }
  .fastpay-p21714 .fastpay-f3uqup {
    margin-top: -12px;
  }
  .fastpay-p21714.fastpay-4r1g8w {
    gap: 8px;
  }
  .fastpay-p21714.fastpay-4r1g8w .fastpay-d4ri8j {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .fastpay-p21714.fastpay-4r1g8w .fastpay-mw0o9h {
    grid-column: 1/3;
  }
  .fastpay-p21714.fastpay-4r1g8w .fastpay-etl6d3 {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .fastpay-p21714.fastpay-4r1g8w .fastpay-etl6d3 img {
    max-width: 114px;
  }
}

.fastpay-d7md5m.fastpay-seqxun,
.fastpay-d7md5m.fastpay-2tjn7r,
.fastpay-d7md5m.fastpay-vbl1gp {
  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-kpm72j ease-in-out;
}

.fastpay-d7md5m.fastpay-seqxun,
.fastpay-d7md5m.fastpay-vbl1gp {
  padding: 10px;
}

.fastpay-d7md5m.fastpay-seqxun:hover,
.fastpay-d7md5m.fastpay-2tjn7r:hover,
.fastpay-d7md5m.fastpay-vbl1gp:hover {
  background: var(--button-bg-hover);
}

.fastpay-d7md5m.fastpay-seqxun:hover svg path,
.fastpay-d7md5m.fastpay-vbl1gp:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.fastpay-d7md5m.fastpay-cfun1t {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.fastpay-kpm72j ease-in-out;
  background: var(--button-bg-color);
}

.fastpay-d7md5m.fastpay-cfun1t:hover {
  background-color: var(--button-bg-hover);
}

.fastpay-d7md5m.fastpay-2tjn7r: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-d7md5m.fastpay-2tjn7r:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.fastpay-d7md5m.fastpay-cfun1t:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.fastpay-96m1j6 {
  max-width: 650px;
}

.fastpay-75njcs {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.fastpay-hot0uk {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.fastpay-pbagge {
  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-73dsay ease-in-out;
  cursor: pointer;
}

.fastpay-pbagge:hover {
  opacity: 0.5;
}

.fastpay-pbagge:focus {
  outline: 0;
}

.fastpay-pbagge:focus .fastpay-665cwb,
.fastpay-pbagge:hover .fastpay-665cwb {
  fill: red;
  fill-opacity: 1;
}

.fastpay-pbagge:hover {
  cursor: pointer;
}

.fastpay-62a4eq {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.fastpay-96m1j6.fastpay-h5nybk {
  margin: 0 auto;
}

.fastpay-96m1j6.fastpay-5eylxv {
  margin-left: auto;
}

.fastpay-ljv4va {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.fastpay-1wjzf3 {
  padding-bottom: 50px;
}

.fastpay-tpuv6c {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.fastpay-b6992m {
  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-viovez {
  margin-top: 24px;
}

.fastpay-m92c4f {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fastpay-l02jwv {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.fastpay-1y10m2 {
  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-jnc6ak {
  width: 468px;
}

.fastpay-1y10m2 .fastpay-n3suy8 {
  margin: 0.fastpay-8w5kkq 0;
}

.fastpay-wdv7tp {
  display: flex;
  min-width: 224px;
}

.fastpay-td6t64 {
  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-73dsay ease-in-out;
}

.fastpay-45n99v,
.fastpay-td6t64:hover {
  color: var(--text-color);
}

.fastpay-811mm2 {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.fastpay-dal15q {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .fastpay-ljv4va {
    padding: 16px;
  }
  .fastpay-811mm2 {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .fastpay-dal15q {
    align-items: center;
  }
  .fastpay-jnc6ak {
    width: unset;
  }
  .fastpay-wdv7tp {
    min-width: unset;
  }
  .fastpay-1y10m2 {
    max-height: unset;
  }
  .fastpay-tpuv6c {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .fastpay-ljv4va {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.fastpay-gjrynp {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.fastpay-gjrynp:not(:last-child) {
  margin-bottom: 16px;
}

.fastpay-1et4b3 {
  outline: 0;
}

.fastpay-1et4b3 .fastpay-r4iq4d {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.fastpay-cic3we {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .fastpay-cic3we {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.fastpay-cic3we::-webkit-details-marker {
  display: none;
}

.fastpay-cic3we: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-cic3we: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-cic3we:after {
  transform: unset;
}

.fastpay-r4iq4d {
  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-r4iq4d 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-73dsay ease-in-out;
  -o-transition: 0.fastpay-73dsay ease-in-out;
  transition: 0.fastpay-73dsay ease-in-out;
}

.fastpay-e4jocq {
  padding: 16px 0 0 0;
}

.fastpay-e4jocq * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .fastpay-e4jocq :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .fastpay-cic3we {
    flex-wrap: wrap;
    gap: 12px;
  }
  .fastpay-cic3we::after {
    margin-left: auto;
  }
  .fastpay-r4iq4d {
    order: 3;
    flex: 1 1 100%;
  }
  .fastpay-cic3we {
    font-size: 14px;
    line-height: 130%;
  }
  .fastpay-r4iq4d svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.fastpay-xynbcd {
  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-ce7u6u {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.fastpay-xynbcd.fastpay-0ilx6e .fastpay-ce7u6u {
  margin-bottom: 12px;
}

.fastpay-ce7u6u::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-xynbcd.fastpay-0ilx6e .fastpay-ce7u6u::after {
  transform: unset;
}

.fastpay-jflf1n {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.fastpay-1q3vra {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.fastpay-73dsay ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.fastpay-1q3vra: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-xynbcd.fastpay-0ilx6e .fastpay-jflf1n {
  max-height: 100%;
}

.fastpay-shdxwb {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.fastpay-xkgpvm {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.fastpay-zl5sa1 {
  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-x6rt8d {
  margin-right: 4px;
}

.fastpay-t7uiw1 {
  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-73dsay ease-in-out;
}

.fastpay-t7uiw1 svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.fastpay-0e5nbh,
.fastpay-t7uiw1:hover {
  color: var(--text-color);
}

.fastpay-4dom1z {
  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-4dom1z img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.fastpay-4dom1z .fastpay-hvh024 {
  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-4dom1z .fastpay-uxspm7 {
  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-rkzf0k {
  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-6yt0vs {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.fastpay-4uritq .fastpay-j1cque {
  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-4uritq {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.fastpay-73saik {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.fastpay-8bdg1b {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.fastpay-xitumy {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.fastpay-csj0vo 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-xitumy:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.fastpay-2fpvq3 {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.fastpay-dcfx6o {
  -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-73dsay ease-in-out;
  transition: transform 0.fastpay-73dsay ease-in-out;
  -o-transition: transform 0.fastpay-73dsay ease-in-out;
  transition:
    transform 0.fastpay-73dsay ease-in-out,
    -webkit-transform 0.fastpay-73dsay ease-in-out;
  cursor: pointer;
}

.fastpay-dcfx6o svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.fastpay-dcfx6o: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-p46zw3 {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .fastpay-p46zw3 {
    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-g7qds2 {
  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-od8lda {
  position: relative;
  width: 100%;
}

.fastpay-g7qds2.fastpay-59xh0s {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.fastpay-g7qds2.fastpay-h5nybk {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fastpay-g7qds2.fastpay-5eylxv {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.fastpay-k0mu6d {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.fastpay-yq2mjf {
  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-73dsay ease-in-out;
  cursor: pointer;
}

.fastpay-yq2mjf:hover {
  opacity: 0.5;
}

.fastpay-g7qds2.fastpay-xtw5j9 .fastpay-yq2mjf {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.fastpay-g7qds2.fastpay-xtw5j9 .fastpay-k0mu6d {
  cursor: pointer;
}

.fastpay-3m4r1j {
  fill: #0009;
}

.fastpay-r8p2cc {
  fill: #fff;
}

.fastpay-yq2mjf:hover .fastpay-3m4r1j {
  fill: red;
}

.fastpay-yq2mjf svg path {
  -webkit-transition: 0.fastpay-73dsay ease-in-out;
  -o-transition: 0.fastpay-73dsay ease-in-out;
  transition: 0.fastpay-73dsay ease-in-out;
}

.fastpay-nact5a {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.fastpay-nact5a > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.fastpay-nact5a.fastpay-aakdi2 > :not(.get-image) {
  grid-column: 1/3;
}

.fastpay-845vfq:not(._h1-block) .fastpay-nact5a > .fastpay-x5y2wm {
  grid-row: 1/2;
  grid-column: 1/3;
}

.fastpay-nact5a.fastpay-aakdi2 .fastpay-l21jjp {
  grid-column: 2/3;
}

.fastpay-nact5a.fastpay-aakdi2 > .fastpay-etl6d3 {
  grid-column: 1/2;
}

.fastpay-nact5a.fastpay-aakdi2 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.fastpay-nact5a > p:first-of-type {
  margin-top: 0;
}

.fastpay-nact5a .fastpay-etl6d3 {
  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-845vfq:not(._h1-block) .fastpay-x5y2wm ~ .fastpay-etl6d3 {
  grid-row: 2/10;
}

.fastpay-845vfq.fastpay-pac1cj .fastpay-x5y2wm ~ .fastpay-etl6d3 {
  grid-row: 1/10;
}

.fastpay-845vfq.fastpay-pac1cj > .fastpay-x5y2wm {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.fastpay-845vfq.fastpay-pac1cj .fastpay-etl6d3 {
  grid-row: 1/10;
}

.fastpay-nact5a.fastpay-aqjehx .fastpay-etl6d3 {
  align-items: flex-start;
}

.fastpay-nact5a.fastpay-h5nybk .fastpay-l21jjp {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.fastpay-nact5a.fastpay-h5nybk .fastpay-etl6d3 {
  align-items: center;
}

.fastpay-nact5a.fastpay-0nx1cv .fastpay-etl6d3 {
  align-items: flex-end;
}

.fastpay-l21jjp > :first-child {
  margin-top: 0;
}

.fastpay-l21jjp > :last-child {
  margin-bottom: 0;
}

* + .fastpay-68f349,
.fastpay-845vfq + .fastpay-845vfq {
  margin-top: 2rem;
}

.fastpay-fj4pyb td::before,
.fastpay-fj4pyb th::after {
  display: none !important;
}

.fastpay-fj4pyb #link-selector {
  color: #000;
}

.fastpay-fj4pyb .fastpay-86gmim {
  color: #135e96;
}

.fastpay-fj4pyb .fastpay-qrxtef *,
.fastpay-fj4pyb .fastpay-fae5i9 p,
.fastpay-fj4pyb .fastpay-lgfbc1 * {
  color: #000;
}

.fastpay-fj4pyb .fastpay-z8dp8m {
  background: 0 0 !important;
}

.fastpay-fj4pyb .fastpay-499mqd {
  color: #000;
}

.fastpay-fj4pyb .fastpay-inqmdj.fastpay-o8a933 {
  color: #fff;
}

.fastpay-fj4pyb .fastpay-8dccp3 {
  color: #000;
}

.fastpay-fj4pyb
  .fastpay-3hoxu9
  .fastpay-y6p53x.fastpay-o8a933.fastpay-bdo8z7 {
  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-z8sw44,
body .fastpay-dpw2aj {
  color: #000;
  background: var(--color-body) !important;
}

.fastpay-z8sw44 .fastpay-r1ln7m .fastpay-nrx24k,
body .fastpay-dpw2aj .fastpay-r1ln7m .fastpay-nrx24k {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .fastpay-1q3vra:focus,
  .fastpay-1q3vra:hover {
    color: #f9cb16;
  }
  .fastpay-td0q7y:focus,
  .fastpay-td0q7y:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .fastpay-7br902:focus img,
  .fastpay-7br902:focus svg,
  .fastpay-7br902:hover img,
  .fastpay-7br902:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .fastpay-4dom1z {
    display: none;
  }
}

@media (min-width: 1024px) {
  .fastpay-8bjixm:hover .fastpay-vxcg7q svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .fastpay-vxcg7q {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .fastpay-onhpxj {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .fastpay-76xeew {
    grid-template-columns: repeat(4, 1fr);
  }
  .fastpay-oag3n4 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .fastpay-ict9cn .fastpay-7122xc {
    grid-template-columns: 1fr;
  }
  .fastpay-ict9cn .fastpay-lv2vj0 {
    -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-ict9cn .fastpay-ql9ka3 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .fastpay-ict9cn .fastpay-qffn28 {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .fastpay-ict9cn .fastpay-4dabbw {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .fastpay-ict9cn .fastpay-ql9ka3:not(:first-child) {
    border: none;
  }
  .fastpay-ict9cn .fastpay-ql9ka3:first-child .fastpay-qffn28 {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .fastpay-ict9cn .fastpay-ql9ka3:last-child .fastpay-qffn28 {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .fastpay-lqglaf {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .fastpay-e5io7c {
    max-width: 100px;
  }
  .fastpay-3jp4s4 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .fastpay-v2qjqa {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .fastpay-v2qjqa svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .fastpay-d0w4db {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .fastpay-3jp4s4 + .fastpay-v2qjqa {
    margin-left: auto;
  }
  .fastpay-vx9oul {
    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-vx9oul.fastpay-0ilx6e {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .fastpay-5lx5xd {
    -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-fvtx7a {
    width: 100%;
  }
  .fastpay-fvtx7a:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .fastpay-tyv5by {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .fastpay-tyv5by svg {
    margin-right: 4px;
  }
  .fastpay-8bjixm {
    -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-vxcg7q svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .fastpay-vxcg7q {
    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-n3suy8 {
    display: none;
    width: 100%;
  }
  .fastpay-8bjixm.fastpay-0ilx6e .fastpay-n3suy8 {
    padding: 0 0 0 48px;
  }
  .fastpay-odaz1a {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .fastpay-b6992m .fastpay-etl6d3 {
    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-szci31 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .fastpay-szci31 + .fastpay-szci31 {
    margin-right: 0;
  }
  .fastpay-szci31 + .fastpay-etl6d3 {
    margin: 0;
  }
  .fastpay-onhpxj {
    grid-template-columns: repeat(4, 1fr);
  }
  .fastpay-76xeew {
    grid-template-columns: repeat(3, 1fr);
  }
  .fastpay-l3qk64,
  .fastpay-jq8cdb {
    grid-template-columns: repeat(2, 1fr);
  }
  .fastpay-nact5a {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .fastpay-nact5a.fastpay-aakdi2 .fastpay-l21jjp {
    grid-column: auto;
    grid-row: auto;
  }
  .fastpay-nact5a > .fastpay-x5y2wm {
    grid-column: 1/2;
  }
  .fastpay-nact5a.fastpay-aakdi2 > :not(.get-image) {
    grid-column: 1/2;
  }
  .fastpay-nact5a .fastpay-etl6d3,
  .fastpay-nact5a.fastpay-aakdi2 > .fastpay-etl6d3 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .fastpay-nact5a.fastpay-aakdi2 > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .fastpay-845vfq.fastpay-pac1cj .fastpay-nact5a > .fastpay-etl6d3 {
    grid-row: 1/2;
  }
  .fastpay-nact5a .fastpay-x5y2wm ~ .fastpay-etl6d3,
  .fastpay-nact5a.fastpay-aakdi2 .fastpay-x5y2wm ~ .fastpay-etl6d3 {
    grid-row: 2/3;
  }
  .fastpay-845vfq.fastpay-pac1cj .fastpay-x5y2wm ~ .fastpay-etl6d3 {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .fastpay-kylctn:first-child .fastpay-qk03jo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .fastpay-kylctn:first-child .fastpay-qk03jo h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .fastpay-kylctn {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .fastpay-kylctn {
    padding: 0;
  }
  .fastpay-kgq2qj {
    margin-top: 1rem;
  }
  .fastpay-1et4b3 {
    border-radius: 5px;
  }
  .fastpay-tz9drj {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .fastpay-ce7u6u::after {
    display: inline-block;
  }
  .fastpay-ce7u6u {
    margin: 0;
    width: 100%;
  }
  .fastpay-jflf1n {
    width: 100%;
  }
  .fastpay-jflf1n.fastpay-ufrl1u {
    -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-jflf1n.fastpay-ufrl1u .fastpay-gzmdil {
    width: 100%;
  }
  .fastpay-jflf1n.fastpay-ufrl1u .fastpay-gzmdil:not(:last-child) {
    margin-right: 0;
  }
  .fastpay-1q3vra {
    width: 100%;
    text-align: center;
  }
  .fastpay-xynbcd.fastpay-0ilx6e .fastpay-jflf1n {
    margin-top: 1rem;
  }
  .fastpay-onhpxj {
    grid-template-columns: repeat(3, 1fr);
  }
  .fastpay-oag3n4,
  .fastpay-76xeew {
    grid-template-columns: repeat(2, 1fr);
  }
  .fastpay-l3qk64,
  .fastpay-jq8cdb,
  .fastpay-zaxi0y {
    grid-template-columns: 1fr;
  }
  .fastpay-oej8tc {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .fastpay-x9w0c0 {
    min-width: 300px;
    max-width: 325px;
  }
  .fastpay-qffn28 {
    cursor: auto;
  }
  .fastpay-swkpqy .fastpay-qffn28 {
    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-p46zw3 {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .fastpay-n3suy8 {
    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-p46zw3 {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.fastpay-szci31 p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .fastpay-v2qjqa {
    margin: 0 -0.2rem;
  }
  .fastpay-szci31 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .fastpay-m4hczk {
    -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-136iqn {
    max-width: 100%;
  }
  .fastpay-onhpxj {
    grid-template-columns: repeat(2, 1fr);
  }
  .fastpay-oag3n4,
  .fastpay-76xeew {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .fastpay-lqglaf {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .fastpay-v2qjqa {
    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-vgi7b2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .fastpay-z03jpk {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .fastpay-uaz5rs,
  .fastpay-29o4td {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .fastpay-d4abea {
    width: 100%;
  }
  .fastpay-onhpxj {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .fastpay-p46zw3 {
    top: 127px !important;
  }
}

.fastpay-cn5otk {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .fastpay-cn5otk {
  }
}

@media (max-width: 767px) {
  .fastpay-cn5otk {
    margin-bottom: 12px;
  }
}

.fastpay-cn5otk img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.fastpay-xj2xgo {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.fastpay-xj2xgo > .fastpay-y36ner {
  flex: 1 1;
}

@media (max-width: 767px) {
  .fastpay-xj2xgo {
    flex-direction: column;
    gap: 12px;
  }
}

.fastpay-hcnriy {
  display: flex;
}

.fastpay-hcnriy .fastpay-3ga947 {
  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-hcnriy .fastpay-nulrls {
  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-hcnriy .fastpay-raz7qj {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.fastpay-hcnriy .fastpay-x5iw3x {
  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-hcnriy .fastpay-x5iw3x:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.fastpay-hcnriy .fastpay-1td2dd {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.fastpay-2b0izy {
  border: unset;
  background-color: unset;
}

.fastpay-2b0izy tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.fastpay-2b0izy .fastpay-o231hw,
.fastpay-2b0izy .fastpay-tn8si4 {
  flex: 0 1 330px;
}

.fastpay-2b0izy .fastpay-khtj9w {
  flex: 1 1;
}

.fastpay-2b0izy 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-2b0izy tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.fastpay-2b0izy tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.fastpay-2b0izy tr td p {
  color: #fff;
  margin: 0;
}

.fastpay-2b0izy tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.fastpay-2b0izy tr.fastpay-o231hw td p {
  padding: 16px 0;
}

.fastpay-2b0izy tr.fastpay-o231hw td p:not(:last-child),
.fastpay-2b0izy tr.fastpay-tn8si4 td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.fastpay-2b0izy tr.fastpay-o231hw td p:first-child,
.fastpay-2b0izy tr.fastpay-tn8si4 td p:first-child {
  padding-top: 0;
}

.fastpay-2b0izy tr.fastpay-tn8si4 td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.fastpay-2b0izy tr.fastpay-tn8si4 td p:last-child {
  padding-bottom: 0;
}

.fastpay-2b0izy .fastpay-tn8si4 img {
  max-width: 32px;
}

.fastpay-2b0izy .fastpay-khtj9w {
  min-width: 718px;
}

.fastpay-2b0izy .fastpay-khtj9w td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.fastpay-2b0izy .fastpay-khtj9w td {
  display: flex;
}

.fastpay-2b0izy .fastpay-khtj9w td:last-child .fastpay-x1g1qs,
.fastpay-2b0izy .fastpay-khtj9w td:last-child .fastpay-tr45fa,
.fastpay-2b0izy .fastpay-khtj9w td:last-child .fastpay-e8e2lt {
  flex: 1 1 50%;
}

.fastpay-2b0izy .fastpay-khtj9w td:last-child .fastpay-i3qn3z {
  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-2b0izy .fastpay-khtj9w td:last-child .fastpay-opm7ul,
.fastpay-2b0izy .fastpay-khtj9w td:last-child .fastpay-39t4s0 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.fastpay-2b0izy .fastpay-khtj9w td:last-child .fastpay-x1g1qs,
.fastpay-2b0izy .fastpay-khtj9w td:last-child .fastpay-tr45fa {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.fastpay-2b0izy .fastpay-khtj9w td:last-child .fastpay-x1g1qs span,
.fastpay-2b0izy .fastpay-khtj9w td:last-child .fastpay-tr45fa span {
  font-weight: 800;
}

.fastpay-2b0izy .fastpay-khtj9w img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .fastpay-2b0izy .fastpay-khtj9w td .fastpay-e8e2lt:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .fastpay-2b0izy tr.fastpay-o231hw td p:last-child {
    padding-bottom: 0;
  }
  .fastpay-2b0izy .fastpay-tn8si4 > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .fastpay-2b0izy .fastpay-tn8si4 > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .fastpay-2b0izy tr.fastpay-o231hw td p:not(:last-child),
  .fastpay-2b0izy tr.fastpay-tn8si4 td p:not(:last-child) {
    border-bottom: unset;
  }
  .fastpay-2b0izy tr.fastpay-tn8si4 td p:last-child {
    padding-bottom: 12px;
  }
  .fastpay-2b0izy .fastpay-khtj9w td:last-child .fastpay-x1g1qs,
  .fastpay-2b0izy .fastpay-khtj9w td:last-child .fastpay-tr45fa,
  .fastpay-2b0izy .fastpay-khtj9w td:last-child .fastpay-e8e2lt {
    flex: 1 1 50%;
    padding: 0;
  }
  .fastpay-2b0izy .fastpay-khtj9w td:last-child .fastpay-x1g1qs,
  .fastpay-2b0izy .fastpay-khtj9w td:last-child .fastpay-tr45fa {
    margin-top: 16px;
  }
  .fastpay-2b0izy .fastpay-khtj9w td:last-child .fastpay-e8e2lt {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .fastpay-2b0izy .fastpay-khtj9w td:last-child .fastpay-x1g1qs {
    border-right: 1px solid var(--border-color);
  }
  .fastpay-2b0izy .fastpay-khtj9w td:last-child .fastpay-e8e2lt:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .fastpay-2b0izy .fastpay-khtj9w td:last-child .fastpay-e8e2lt:last-child {
    padding-bottom: 0;
  }
}

.fastpay-e8e2lt {
  display: flex;
  flex-direction: column;
}

.fastpay-2b0izy .fastpay-khtj9w td .fastpay-e8e2lt {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.fastpay-2b0izy .fastpay-khtj9w td .fastpay-e8e2lt:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.fastpay-2b0izy .fastpay-khtj9w td .fastpay-e8e2lt:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .fastpay-2b0izy .fastpay-khtj9w td .fastpay-e8e2lt:not(:first-child) {
    padding-left: 0;
  }
  .fastpay-2b0izy .fastpay-khtj9w td .fastpay-e8e2lt:not(:last-of-type) {
    border-right: unset;
  }
}

.fastpay-2b0izy .fastpay-pxrblp {
  flex: 0 1 485px;
}

.fastpay-2b0izy .fastpay-wvugk9 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.fastpay-2b0izy .fastpay-wvugk9 li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.fastpay-2b0izy .fastpay-wvugk9 li.fastpay-jmmph0 {
  padding: 6px 12px;
}

.fastpay-2b0izy .fastpay-wvugk9 li a,
.fastpay-2b0izy .fastpay-wvugk9 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-2b0izy .fastpay-id5t7p,
.fastpay-2b0izy .fastpay-ve9ff7 {
  flex: 1 1;
}

.fastpay-2b0izy .fastpay-77l3af,
.fastpay-2b0izy .fastpay-7l3o65 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.fastpay-2b0izy .fastpay-77l3af li,
.fastpay-2b0izy .fastpay-7l3o65 li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.fastpay-2b0izy .fastpay-ve9ff7 img {
  max-width: 32px;
}

.fastpay-2b0izy .fastpay-id5t7p img {
  max-width: 32px;
}

.fastpay-2b0izy .fastpay-g9sju5 {
  min-width: 280px;
}

.fastpay-2b0izy .fastpay-g9sju5 img {
  max-width: 146px;
}

.fastpay-2b0izy .fastpay-g9sju5 td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .fastpay-2b0izy .fastpay-o231hw,
  .fastpay-2b0izy .fastpay-tn8si4 {
    flex: 0 1 auto;
  }
  .fastpay-2b0izy .fastpay-khtj9w {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .fastpay-2b0izy .fastpay-o231hw,
  .fastpay-2b0izy .fastpay-pxrblp,
  .fastpay-2b0izy .fastpay-tn8si4,
  .fastpay-2b0izy .fastpay-khtj9w {
    flex: 1 1 calc(50% - 20px);
  }
  .fastpay-2b0izy .fastpay-id5t7p,
  .fastpay-2b0izy .fastpay-g9sju5,
  .fastpay-2b0izy .fastpay-ve9ff7 {
    flex: 1 1 30%;
  }
  .fastpay-2b0izy .fastpay-g9sju5 {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .fastpay-2b0izy .fastpay-o231hw,
  .fastpay-2b0izy .fastpay-pxrblp,
  .fastpay-2b0izy .fastpay-id5t7p,
  .fastpay-2b0izy .fastpay-tn8si4,
  .fastpay-2b0izy .fastpay-khtj9w,
  .fastpay-2b0izy .fastpay-g9sju5,
  .fastpay-2b0izy .fastpay-ve9ff7 {
    flex: 1 1 100%;
  }
}

.fastpay-1xq27b .fastpay-378vjh {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.fastpay-1xq27b .fastpay-xkmdo2 {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.fastpay-1xq27b .fastpay-mfqaka {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.fastpay-1xq27b .fastpay-p002pj {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.fastpay-1xq27b .fastpay-p002pj > :nth-child(3) {
  margin-top: 0;
}

.fastpay-1xq27b .fastpay-etl6d3 {
  grid-column: 2/3;
  grid-row: 1/10;
}

.fastpay-1xq27b .fastpay-fjr5gj {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.fastpay-1xq27b .fastpay-kgq2qj {
  grid-column: 1/2;
}

.fastpay-1xq27b > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.fastpay-1xq27b .fastpay-xkmdo2: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-1xq27b .fastpay-xkmdo2:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.fastpay-1xq27b .fastpay-d4abea {
  min-width: 240px;
}

@media (max-width: 768px) {
  .fastpay-1xq27b .fastpay-xkmdo2:not(:last-child):before {
    bottom: 8px;
  }
  .fastpay-1xq27b .fastpay-xkmdo2:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .fastpay-1xq27b .fastpay-p002pj {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .fastpay-1xq27b .fastpay-etl6d3 {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .fastpay-1xq27b .fastpay-etl6d3 img {
    width: 100%;
    height: auto;
  }
  .fastpay-1xq27b .fastpay-d4abea {
    width: 100%;
    min-width: unset;
  }
}

.fastpay-g3sifm .fastpay-3wauad {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.fastpay-g3sifm .fastpay-42k8xc {
  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-g3sifm .fastpay-etl6d3 {
  height: 100%;
}

.fastpay-g3sifm .fastpay-etl6d3 img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.fastpay-g3sifm .fastpay-cnca9b {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.fastpay-g3sifm .fastpay-4fbf5d {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.fastpay-g3sifm .fastpay-3kidis {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .fastpay-g3sifm .fastpay-42k8xc {
    flex: 1 1 100%;
  }
  .fastpay-g3sifm .fastpay-d7md5m {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .fastpay-g3sifm .fastpay-42k8xc {
    flex-direction: column;
  }
  .fastpay-g3sifm .fastpay-etl6d3 {
    width: 100%;
    height: auto;
  }
  .fastpay-g3sifm .fastpay-etl6d3 img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .fastpay-g3sifm .fastpay-cnca9b {
    padding: 0 16px 16px 16px;
  }
  .fastpay-g3sifm .fastpay-d7md5m {
    min-width: unset;
    width: 100%;
  }
}

.fastpay-b8in5i .fastpay-lweezk {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.fastpay-b8in5i .fastpay-uk4t3u {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.fastpay-b8in5i 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-b8in5i .fastpay-g8omac {
  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-b8in5i .fastpay-uk4t3u:hover .fastpay-g8omac {
  display: flex;
}

.fastpay-b8in5i .fastpay-n50yo4 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.fastpay-b8in5i .fastpay-jta1ho {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.fastpay-ltzju8 {
  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-ltzju8.fastpay-675k1c {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.fastpay-kpm72j ease-in-out;
}

.fastpay-ltzju8.fastpay-675k1c:hover {
  color: #f9cb16;
  background-color: transparent;
}

.fastpay-b8in5i .fastpay-2pf7c0 {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.fastpay-kpm72j ease-in-out;
}

.fastpay-b8in5i .fastpay-2pf7c0:hover {
  color: #196948;
  background-color: #f9cb16;
}

.fastpay-b8in5i .fastpay-2pf7c0:after,
.fastpay-ltzju8.fastpay-675k1c:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.fastpay-ltzju8.fastpay-675k1c:after {
  background-image: url(../images/Cash.svg);
}

.fastpay-b8in5i .fastpay-2pf7c0:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .fastpay-b8in5i .fastpay-lweezk {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .fastpay-b8in5i .fastpay-lweezk {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .fastpay-b8in5i .fastpay-lweezk {
    grid-template-columns: 1fr;
  }
  .fastpay-b8in5i .fastpay-uk4t3u {
    height: auto;
  }
  .fastpay-b8in5i .fastpay-uk4t3u .fastpay-g8omac {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .fastpay-b8in5i .fastpay-n50yo4,
  .fastpay-b8in5i .fastpay-jta1ho {
    text-align: left;
  }
  .fastpay-b8in5i .fastpay-jta1ho {
    margin-bottom: 8px;
  }
  .fastpay-b8in5i img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.fastpay-ekzfuq {
  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-ekzfuq.fastpay-xtw5j9 {
  display: block;
}

.fastpay-ekzfuq .fastpay-b4knz6 {
  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-ekzfuq .fastpay-0qexna {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.fastpay-ekzfuq .fastpay-egn29q {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.fastpay-ekzfuq .fastpay-e1cwwa {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.fastpay-ekzfuq .fastpay-ltzju8 {
  min-width: 296px;
  margin-bottom: 0;
}

.fastpay-ekzfuq .fastpay-q2unhr {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.fastpay-ekzfuq .fastpay-t66vwt {
  position: relative;
  flex: 1 1;
}

.fastpay-ekzfuq .fastpay-t66vwt iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .fastpay-ekzfuq .fastpay-0qexna {
    flex-wrap: wrap;
    gap: 8px;
  }
  .fastpay-ekzfuq .fastpay-egn29q {
    order: 1;
  }
  .fastpay-ekzfuq .fastpay-e1cwwa {
    order: 3;
    flex: 1 1 100%;
  }
  .fastpay-ekzfuq .fastpay-ltzju8 {
    width: 100%;
    min-width: unset;
  }
  .fastpay-ekzfuq .fastpay-q2unhr {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .fastpay-nact5a > .fastpay-x5y2wm {
    margin-bottom: 0;
  }
  .fastpay-nact5a > .fastpay-kgq2qj,
  .fastpay-nact5a > p {
    margin-top: 0;
  }
}

.fastpay-hm3x46 img,
.fastpay-szci31 img {
  width: auto;
  object-fit: contain;
}

.fastpay-hm3x46 {
  align-items: center;
}

.fastpay-hm3x46 img {
  max-height: 76px;
}

.fastpay-szci31 img {
  max-height: 64px;
}

.fastpay-8ag0az {
  overflow: auto;
}

.fastpay-kultgi {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.fastpay-o5v640:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.fastpay-sbr2zs {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.fastpay-3zija1 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.fastpay-sbr2zs .fastpay-etl6d3 {
  margin-right: 20px;
  flex-shrink: 0;
}

.fastpay-sbr2zs img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.fastpay-8qkw0i {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.fastpay-8qkw0i > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .fastpay-sbr2zs {
    padding: 15px 10px;
  }
  .fastpay-8qkw0i {
    padding: 15px 10px;
  }
  .fastpay-sbr2zs .fastpay-etl6d3 {
    margin-right: 10px;
  }
}

.fastpay-i2l4b3 {
  overflow-x: auto;
}

.fastpay-gg2ezz {
  border-collapse: collapse;
  width: 100%;
}

.fastpay-i2l4b3 th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.fastpay-i2l4b3 td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.fastpay-i2l4b3 td.fastpay-zp99wk {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.fastpay-i2l4b3 td.fastpay-yq5ghc {
  border-right: none;
}

.fastpay-i2l4b3 td.fastpay-yq5ghc .fastpay-etl6d3 {
  justify-content: flex-start;
}

.fastpay-i2l4b3 td.fastpay-yq5ghc .fastpay-etl6d3 img {
  height: auto;
  width: 90px;
}

.fastpay-i2l4b3 td.fastpay-mzq4fw,
.fastpay-i2l4b3 td.fastpay-dyz521 {
  font-weight: 600;
  text-align: right;
}

.fastpay-i2l4b3 td.fastpay-zy7ku0,
.fastpay-i2l4b3 td.fastpay-mzq4fw {
  padding-bottom: 10px;
  border-bottom: none;
}

.fastpay-i2l4b3 td.fastpay-mzq4fw,
.fastpay-i2l4b3 td.fastpay-dyz521 {
  border-left: none;
}

.fastpay-i2l4b3 td.fastpay-zy7ku0,
.fastpay-i2l4b3 td.fastpay-yautwt {
  border-right: none;
}

.fastpay-i2l4b3 td.fastpay-yautwt,
.fastpay-i2l4b3 td.fastpay-dyz521 {
  border-top: none;
  padding-top: 10px;
}

.fastpay-432y09 {
  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-432y09 .fastpay-d7md5m {
  min-width: unset;
  width: 100%;
}

.fastpay-432y09 .fastpay-d7md5m.fastpay-seqxun {
  grid-column: 1/2;
  grid-row: 1/2;
}

.fastpay-432y09 .fastpay-d7md5m.fastpay-vbl1gp {
  grid-column: 2/3;
  grid-row: 1/2;
}

.fastpay-432y09 .fastpay-mlhhk1 {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .fastpay-432y09 {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .fastpay-432y09 .fastpay-d7md5m.fastpay-seqxun {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .fastpay-432y09 .fastpay-d7md5m.fastpay-vbl1gp {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .fastpay-432y09 .fastpay-mlhhk1 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.fastpay-6kzc36 {
  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-cpkd9k {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.fastpay-3mohxm p a img {
  margin: 0 auto;
  display: block;
}

.fastpay-3mohxm table {
  margin-bottom: 17px;
}

/* contanct form */
.fastpay-20lq9m {
  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-20lq9m label {
  font-size: 14px;
}

.fastpay-20lq9m h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.fastpay-20lq9m input,
.fastpay-20lq9m textarea,
.fastpay-20lq9m 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-20lq9m button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.fastpay-kpm72j ease;
}
.fastpay-20lq9m button:hover {
  background-color: #691204;
}
.fastpay-1huuga {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.fastpay-g6wkji ease-in;
}

.fastpay-1huuga 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-8f9z5s, .fastpay-yfo308, [class*="review-card"],
thead, thead th, table th, .fastpay-qynkx6,
.fastpay-ytxvgv, [class*="collapsible-header"],
.fastpay-wos1uu, [class*="updated-block"] {
  color: #ece7dc !important;
}

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