*,
*:before,
*:after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  width: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
nav,
footer,
header,
aside,
main {
  display: block;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
ul,
ol {
  padding-left: 1.5em;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("templates/fastpay/fonts/inter400.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("templates/fastpay/fonts/inter500.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("templates/fastpay/fonts/inter700.woff") format("woff");
}
body {
  font-family: "Inter", sans-serif;
  background-color: #100e1b;
}
.page {
  position: relative;
  min-height: 100%;
  min-width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.main {
  padding-top: 70px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
._lock {
  overflow: hidden;
}
html {
  scroll-behavior: smooth;
}
.go-top {
  position: fixed;
  z-index: 5;
  bottom: 0;
  right: 0;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.go-top._active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.go-top a {
  display: block;
  padding: 15px;
  border: none;
  background: none;
}
.go-top img {
  width: 50px;
  height: 50px;
}
.button {
  background: #2b2444;
  border: 1px solid #01eca6;
  color: #01eca6;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 700;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  min-height: 42px;
  min-width: 107px;
  padding: 12px 26px;
  position: relative;
  text-decoration: none;
  text-transform: capitalize;
  text-align: center;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease,
    border-color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease,
    border-color 0.3s ease;
}
.button:hover,
.button:focus {
  background: #2b321e;
  border: 1px solid #01eca6;
}
.button-primary {
  background: #01eca6;
  border: none;
  color: #000;
}
.button-primary:hover,
.button-primary:focus {
  background: #ffa40f;
  color: #ffffff;
  border: none;
}
.error-404 {
  text-align: center;
  margin: 40px 0;
  color: #fff;
}
.error-404 h1 {
  font-size: 34px;
  line-height: 44px;
  margin: 0 0 15px 0;
}
.error-404 p {
  font-size: 18px;
  line-height: 22px;
}
.error-404 a {
  color: #63ba5a;
}
@media (max-width: 991.98px) {
  .main {
    padding-top: 100px;
  }
  .container {
    max-width: 1230px;
    padding: 0 15px;
  }
}
@media (max-width: 767.98px) {
  .error-404 h1 {
    font-size: 30px;
    line-height: 36px;
  }
  .error-404 p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (pointer: fine) {
  a,
  button,
  input[type="submit"] {
    cursor: pointer;
  }
}
@media (pointer: coarse) {
  a,
  button,
  input[type="submit"] {
    cursor: default;
    -webkit-tap-highlight-color: transparent;
  }
}
.header {
  background-color: #2b2444;
  border-bottom: 2px solid #fff;
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
}
.header .container {
  max-width: 1440px;
}
.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 60px;
}
.header-logo {
  margin-right: 20px;
}
.header-logo a {
  display: block;
  text-decoration: none;
  padding: 5px 0;
}
.header-logo img {
  display: block;
  max-width: 160px;
  width: 100%;
  height: auto;
}
.header-burger {
  display: none;
}
.header-nav .menu {
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.header-nav .menu-item {
  position: relative;
}
.header-nav .menu-item:hover > .sub-menu {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  visibility: visible;
  opacity: 1;
}
.header-nav .menu-item:hover > a > img {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.header-nav .menu-item a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  font-size: 16px;
  font-weight: 900;
  line-height: 22px;
  text-decoration: none;
  text-transform: capitalize;
  color: #fff;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.header-nav .menu-item a:hover,
.header-nav .menu-item a:focus {
  color: #01eca6;
}
.header-nav .menu-item a > img {
  margin-left: 5px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}
.header-nav .sub-menu {
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #2b2444;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 0.3s ease 0s, visibility 0s ease 0.3s;
  transition: opacity 0.3s ease 0s, visibility 0s ease 0.3s;
  visibility: hidden;
  opacity: 0;
}
.header-nav .sub-menu .menu-item a {
  white-space: nowrap;
  padding: 10px 15px;
}
.header-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-button {
  display: block;
}
.header-button:not(:last-child) {
  margin-right: 10px;
}
.footer {
  background-color: #2b2444;
  padding: 30px 0;
  text-align: center;
  color: #ababab;
  -webkit-box-shadow: inset 0 3px 7px #000000;
  box-shadow: inset 0 3px 7px #000000;
}
.footer-nav {
  margin-bottom: 25px;
}
.footer-nav .menu {
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer-nav .menu-item a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: 22px;
  padding: 5px 20px;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  transition: color 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, color 0.3s ease 0s;
  transition: transform 0.3s ease 0s, color 0.3s ease 0s,
    -webkit-transform 0.3s ease 0s;
}
.footer-nav .menu-item a:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  color: #63ba5a;
}
.footer-copyright > div:not(:last-child) {
  margin-bottom: 15px;
}
.mnav {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease 0s, visibility 0s ease 0.3s;
  transition: opacity 0.3s ease 0s, visibility 0s ease 0.3s;
  opacity: 0;
  visibility: hidden;
}
.mnav._active {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 1;
  visibility: visible;
}
.mnav._active .mnav-inner {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.mnav .menu {
  width: 100%;
  list-style-type: none;
  padding: 0;
}
.mnav .menu-item {
  position: relative;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  width: 100%;
}
.mnav .menu-item a {
  display: block;
  width: 100%;
  padding: 15px 30px;
  text-decoration: none;
  text-transform: capitalize;
  color: #fff;
  -webkit-transition: padding-left 0.3s ease 0s, background-color 0.3s ease 0s;
  transition: padding-left 0.3s ease 0s, background-color 0.3s ease 0s;
}
.mnav .menu-item a:hover,
.mnav .menu-item a:focus {
  background-color: #444444;
  padding-left: 50px;
}
.mnav .menu-item a > img {
  display: none;
}
.mnav .sub-menu {
  padding: 0;
  list-style-type: none;
}
.mnav-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 400px;
  width: 100%;
  height: 100%;
  background-color: rgb(31, 31, 34);
  overflow: auto;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  -webkit-transform: translateX(-400px);
  -ms-transform: translateX(-400px);
  transform: translateX(-400px);
}
.mnav-close {
  position: absolute;
  z-index: 1;
  top: 5px;
  right: 10px;
  background: none;
  border: none;
}
.mnav-close img {
  display: block;
  width: 40px;
  height: auto;
}
.mnav-logo {
  width: 100%;
}
.mnav-logo a {
  padding: 15px 25px;
  display: inline-block;
  text-decoration: none;
}
.mnav-logo img {
  max-width: 135px;
  width: 100%;
  height: auto;
  display: block;
}
.mnav-buttons {
  margin: auto 30px 30px;
  padding-top: 20px;
}
.mnav-button {
  padding: 12px 20px;
  font-size: 18px;
  width: 100%;
}
.mnav-button:not(:last-child) {
  margin-bottom: 15px;
}
@media (max-width: 1199.98px) {
  .header-nav .menu-item a {
    padding: 20px 15px;
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  .header-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header-logo a {
    padding: 10px 0;
  }
  .header-logo img {
    max-width: 135px;
  }
  .header-burger {
    display: block;
    border: none;
    background: none;
  }
  .header-burger img {
    width: 40px;
    height: 40px;
  }
  .header-nav {
    display: none;
  }
  .header-buttons {
    width: 100%;
    margin-bottom: 8px;
  }
  .header-button {
    min-height: unset;
    padding: 10px 20px;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .footer-copyright {
    font-size: 14px;
  }
}
@media (max-width: 599.98px) {
  .footer-copyright {
    font-size: 13px;
  }
  .mnav .menu-item {
    font-size: 22px;
    line-height: 24px;
  }
  .mnav .menu-item a:hover,
  .mnav .menu-item a:focus {
    padding-left: 40px;
  }
}
.content-inner {
  border: 2px solid #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.6);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.6);
  background-color: #2b2444;
  margin: 40px 0;
  padding: 30px;
  color: #fff;
  font-size: 17px;
  line-height: 24px;
}
.content-inner p {
  padding: 5px 0;
  margin-bottom: 10px;
}
.content-inner h1 {
  padding: 10px 0;
  margin-bottom: 10px;
  font-size: 34px;
  line-height: 40px;
}
.content-inner h2 {
  padding: 10px 0;
  margin: 15px 0 10px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.8);
  font-size: 30px;
  line-height: 36px;
}
.content-inner h3 {
  padding: 5px 0;
  margin-bottom: 10px;
  font-size: 22px;
}
.content-inner .img-full {
  display: block;
  width: 100%;
  height: auto;
  margin: 10px auto;
}
.content-inner .img-fit {
  display: block;
  width: 100%;
  height: auto;
  margin: 10px auto;
  min-height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}
.content-inner .img-half {
  display: block;
  width: 100%;
  height: auto;
  margin: 10px auto;
  max-width: 500px;
}
.content-inner ul,
.content-inner ol {
  padding-bottom: 10px;
}
.content-inner li {
  padding: 3px 0;
}
.content-inner span {
  scroll-margin: 80px 0 0;
}
.content-inner .button-wrap {
  border: none;
  background: none;
  display: block;
  width: 100%;
}
.content-inner a:not(.button) {
  color: #63ba5a;
}
.content-inner .button-content {
  display: block;
  margin: 10px auto;
  padding: 10px 30px;
  font-size: 18px;
  line-height: 24px;
  -webkit-transition: background-color 0.3s ease 0s,
    -webkit-transform 0.3s ease 0s;
  transition: background-color 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, background-color 0.3s ease 0s;
  transition: transform 0.3s ease 0s, background-color 0.3s ease 0s,
    -webkit-transform 0.3s ease 0s;
}
.content-inner .button-content:hover,
.content-inner .button-content:focus {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}
.content-inner .button-content:active {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
.content-image {
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.content-image img {
  display: block;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  margin: 0;
}

.content-image .overlay {
  position: relative;
  z-index: 1;
  max-width: 90%;
  padding: 35px 25px;
  margin: 10px;
  background-color: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  text-align: center;
  border-radius: 15px;
}
.content-image .overlay > *:not(:last-child) {
  margin-bottom: 15px;
}
.content-image .overlay p {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
.content-image .overlay span {
  color: #63ba5a;
}
.content-image .overlay .button {
  padding: 10px 30px;
  font-size: 18px;
  line-height: 24px;
}
.content-nav._active .open {
  display: none;
}
.content-nav._active .close {
  display: block;
}
.content-nav._active .nav-inner {
  height: auto;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.content-nav .nav-inner {
  overflow: hidden;
  height: 0;
  opacity: 0;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: opacity 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  transition: opacity 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
  transition: opacity 0.3s ease 0s, transform 0.3s ease 0s,
    -webkit-transform 0.3s ease 0s;
}
.content-nav .nav-toggle {
  background: none;
  border: none;
  color: #fff;
  padding: 5px;
  margin: 5px 0;
  font-size: 24px;
  font-weight: 700;
}
.content-nav .open {
  display: block;
}
.content-nav .close {
  display: none;
}
.content-nav .nav-list {
  border: 2px solid #fff;
  padding: 0;
  background: #181818;
  border-radius: 20px;
  padding: 10px;
  -webkit-columns: 330px 2;
  -moz-columns: 330px 2;
  columns: 330px 2;
}
.content-nav .nav-list li {
  list-style-type: none;
}
.content-nav .nav-list .emoji {
  display: inline;
  width: 15px;
  margin: 0 5px 0 0;
  vertical-align: -2px;
}
.content-nav .nav-list a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  font-weight: 600;
  padding: 2px;
  font-size: 17px;
  line-height: 22px;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.content-nav .nav-list a:hover,
.content-nav .nav-list a:focus {
  color: #63ba5a;
}
.content-nav ul {
  padding: 0;
}
.acc-list {
  padding: 0 !important;
  list-style-type: none;
}
.acc-item .acc-inner {
  overflow: hidden;
  width: 100%;
  border: 2px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 10px;
  -webkit-box-shadow: 0 8px 20px rgba(9, 28, 83, 0.08);
  box-shadow: 0 8px 20px rgba(9, 28, 83, 0.08);
  background-color: #161616;
  border-radius: 10px;
  color: #fff;
}
.acc-item .acc-inner._active .acc-body {
  height: auto;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  border-top: 2px solid rgba(255, 255, 255, 0.1);
}
.acc-item .acc-inner._active .arrow {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.acc-item .acc-head {
  padding: 20px;
  width: 100%;
  text-align: left;
  color: #fff;
  background: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.acc-item .acc-head h3 {
  margin: 0;
  padding: 0;
  margin-right: 10px;
  font-size: 22px;
}
.acc-item .acc-head .arrow {
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}
.acc-item .acc-head .arrow img {
  display: block;
  width: 25px;
  margin: 0;
}
.acc-item .acc-body {
  overflow: hidden;
  height: 0;
  opacity: 0;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  background-color: #212121;
  -webkit-transition: opacity 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  transition: opacity 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
  transition: opacity 0.3s ease 0s, transform 0.3s ease 0s,
    -webkit-transform 0.3s ease 0s;
}
.acc-item .acc-body p {
  padding: 0;
  margin: 0;
  font-size: 16px;
  padding: 20px;
}
.reviews-list {
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.review {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  min-width: 320px;
  max-width: 460px;
}
.review-inner {
  margin: 20px;
  background-color: #fff;
  color: #000;
  border: 1px solid #e5e5dd;
  padding: 20px;
  border-radius: 15px;
}
.review-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
  border-bottom: 1px solid #e5e5dd;
  padding-bottom: 16px;
}
.review-header .avatar img {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 0;
}
.review-header .info {
  margin-left: 8px;
}
.review-header .country {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 14px;
  font-weight: 400;
  color: #696a6a;
}
.review-header .local {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 10px;
}
.review-header .local svg {
  margin-right: 5px;
}
.review-header h3 {
  font-size: 15px;
  line-height: 16px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  margin-bottom: 4px;
}
.review-header p {
  margin: 0;
  padding: 0;
}
.review-content .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.review-content .rating img {
  display: block;
  max-width: 100px;
  width: 100%;
  margin: 0;
}
.review-content .update p {
  padding: 0;
  margin: 0;
  white-space: nowrap;
  margin-left: 8px;
}
.review-content .bottom p {
  margin: 0;
  padding: 0;
  margin: 15px 0;
  font-size: 15px;
  color: #696a6a;
}
.review-content .date {
  margin: 0;
  padding: 0;
  color: #696a6a;
}
.review-content .date span {
  font-weight: bold;
  color: #000;
}
.review-footer {
  margin-top: 16px;
  border-top: 1px solid #e5e5dd;
  padding-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.review-footer p {
  padding: 0;
  margin: 0;
  color: #696a6a;
}
.review-footer span {
  font-weight: bold;
  color: #000;
  margin-left: 5px;
}
.review-footer .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.review-footer .left svg {
  margin-right: 5px;
}
.review-footer .like {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
}
.review-footer .share {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 450px;
  width: 100%;
  margin: 20px auto;
}
.contact-form label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
}
.contact-form span {
  margin-bottom: 5px;
}
.contact-form input,
.contact-form textarea {
  display: block;
  width: 100%;
  padding: 12px;
  line-height: 1;
  border-radius: 5px;
  background: none #fff;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #3b2859;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  text-transform: none;
  letter-spacing: normal;
}
.contact-form input::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder {
  color: #3b2859;
}
.contact-form input::-moz-placeholder,
.contact-form textarea::-moz-placeholder {
  color: #3b2859;
}
.contact-form input:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder {
  color: #3b2859;
}
.contact-form input::-ms-input-placeholder,
.contact-form textarea::-ms-input-placeholder {
  color: #3b2859;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #3b2859;
}
.contact-form button {
  padding: 12px 30px;
  margin: 15px auto 0;
}
.games-list {
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px;
  padding: 5px 0;
}
.game {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
  min-width: 260px;
  max-width: 320px;
  padding: 0 !important;
}
.game-inner {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  margin: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.game-inner:hover .game-overlay {
  opacity: 1;
}
.game-inner:hover .game-image img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.game-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.game-image img {
  display: block;
  margin: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}
.game-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  text-align: center;
  padding: 10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.game-buttons {
  margin-top: auto;
}
.game-play {
  margin: 0 auto;
  max-width: 56px;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}
.game-play img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  pointer-events: none;
}
.game-play:hover,
.game-play:focus {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.game-play:active {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
.game-demo {
  padding: 10px;
  border: none;
  background: none;
  text-decoration: underline;
  color: #fff;
  font-weight: 500;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.game-demo:hover,
.game-demo:focus {
  color: #63ba5a;
}
.game-content {
  margin-top: auto;
}
.game .game-title {
  font-size: 14px;
  line-height: 16px;
  margin: 0;
  padding: 0;
  text-shadow: 0 0 10px #000;
  border: none;
}
.game-provider {
  font-size: 12px;
  line-height: 14px;
  text-shadow: 0 0 10px #000;
}
@media (max-width: 1199.98px) {

}
@media (max-width: 991.98px) {
  .content-inner {
    padding: 20px;
    font-size: 16px;
    line-height: 22px;
  }
  .content-inner h1 {
    font-size: 30px;
    line-height: 36px;
  }
  .content-inner h2 {
    font-size: 28px;
    line-height: 32px;
  }
  .content-inner h3 {
    font-size: 20px;
  }
  .content-inner span {
    scroll-margin: 108px 0 0;
  }

  .content-image .overlay {
    padding: 20px;
  }
  .content-image .overlay p {
    font-size: 28px;
    line-height: 34px;
  }
  .acc-item .acc-head {
    padding: 15px;
  }
  .acc-item .acc-head h3 {
    font-size: 20px;
  }
  .acc-item .acc-head {
    font-size: 18px;
  }
  .acc-item .acc-body p {
    padding: 15px;
  }
  .reviews-list {
    margin: 10px -10px;
  }
  .review-inner {
    margin: 10px;
  }
}
@media (max-width: 767.98px) {
  .content-inner {
    padding: 15px;
  }
  .content-inner h1 {
    font-size: 28px;
    line-height: 32px;
  }
  .content-inner h2 {
    font-size: 24px;
    line-height: 28px;
  }

  .content-image .overlay {
    padding: 15px;
  }
  .content-image .overlay p {
    font-size: 24px;
    line-height: 30px;
  }
  .acc-item .acc-head {
    padding: 13px;
  }
  .acc-item .acc-head h3 {
    font-size: 18px;
  }
  .acc-item .acc-body p {
    padding: 13px;
    font-size: 15px;
  }
  .review-content .update p {
    font-size: 14px;
  }
  .review-content .date {
    font-size: 14px;
  }
}
@media (max-width: 599.98px) {
  .acc-item .acc-head {
    font-size: 16px;
  }
  .acc-item .acc-head h3 {
    font-weight: 500;
  }
}
@media (max-width: 479.98px) {
  .review {
    min-width: 250px;
  }
}
.dfg{
width: 100%    
}