@font-face {
  font-family: "Montserrat";
  src: local(""), url("../../fonts/Montserrat-Regular.woff") format("woff"),
    url("../../fonts/Montserrat-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: local(""), url("../../fonts/Montserrat-Bold.woff") format("woff"),
    url("../../fonts/Montserrat-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  overscroll-behavior: inherit;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  box-sizing: border-box;
  scroll-behavior: smooth;
}
button {
  cursor: pointer;
}

.container {
  padding-left: 16px;
  padding-right: 16px;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 744px) {
  .container {
    width: 664px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1440px) {
  .container {
    width: 1200px;
    margin: 0 auto;
  }
}
body {
  background: var(
    --gradient,
    radial-gradient(50% 50% at 50% 50%, #0d223f 0%, #091930 100%)
  );
  font-family: "Montserrat";
}
a {
  cursor: pointer;
}
.vawe {
  z-index: 7;
  position: relative;
}
.wave__side {
  z-index: 7;
  position: relative;
}
.wrapper {
  position: relative;
  height: 140px;
  width: 100%;
}
canvas {
  height: 100% !important;
  width: 100% !important;
  position: absolute;
}
@media screen and (min-width: 744px) {
  .wrapper {
    height: 180px;
  }
}
@media screen and (min-width: 1440px) {
  .wrapper {
    height: 260px;
  }
}
header {
  padding-top: 12px;
  padding-bottom: 12px;
  background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.2) 0%,
      rgba(0, 0, 0, 0.2) 100%
    ),
    radial-gradient(50% 50% at 50% 50%, #0d223f 0%, #091930 100%);
}
.logo {
  max-width: 150px;
  width: 100%;
  height: 100%;
}
.nav-tab {
  display: none;
}
nav {
  width: 100%;
}
.header__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__link {
  display: block;
  color: var(--gold, #f2ca92);
  text-align: center;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 169px;
  margin-bottom: -40px;
  max-width: 233px;
  max-height: 78px;
  width: 100%;
  height: 100%;
}
.header__list-item-link {
  color: var(--colors-black, #121212);
  font-family: "Inter";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
}
.burger {
  width: 18px;
  height: 20px;
  background-image: url("/img/burger.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  margin-left: 20px;
}
.lang__list-item {
  color: #fff;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
}
.header__list-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu__mob {
  background: #091930;
  display: flex;
  padding: 32px;
  display: none;
  flex-direction: column;
  position: absolute;
  min-width: 175px;
  min-height: 256px;
  z-index: 0;
  right: 0;
  margin-bottom: -40px;
}
.burger__wrapper {
  position: relative;
}
.header__list-item-link {
  color: #fff;
  text-align: center;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.header__list-item {
  margin-bottom: 40px;
}
.header__list-item:last-child {
  margin-bottom: 0;
}
.active__link {
  color: var(--gold, #f2ca92);
}
@media screen and (min-width: 744px) {
  .logo {
    margin-right: 12px;
  }
  .header__link {
    width: 313px;
    justify-content: start;
  }
  .header__list-tab {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1440px) {
  .nav-tab {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header__list-item-link {
    margin-bottom: 0;
  }
  .header__list {
    display: none;
  }
  .header__list-item {
    margin-right: 32px;
  }
  .header__list-item:last-child {
    margin-right: 0;
  }
  .header__list-item {
    margin-bottom: 0;
  }
  .header__link {
    margin-bottom: 0;
  }
}
.hero {
  padding-top: 40px;
}
.hero__sub-title {
  display: block;
  color: var(--black, #000);
  font-family: "Montserrat";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 32px;
  background: var(
    --gold-gradient,
    linear-gradient(180deg, #d5ab77 0%, #f2ca92 51%, #d5ab77 98%)
  );
  padding: 8px 0px;
  margin-bottom: 20px;
  max-width: 325px;
  text-align: center;
}
.hero__title {
  font-family: "Montserrat";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.24px;
  margin-bottom: 12px;
  background: var(
    --gold-gradient,
    linear-gradient(180deg, #d5ab77 0%, #f2ca92 51%, #d5ab77 98%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.hero .container {
  align-items: start;
}
.hero__text {
  color: #fff;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.accent {
  color: var(--gold, #f2ca92);
}
.hero__text-f {
  margin-bottom: 20px;
}
.hero__text-t {
  font-size: 16px;
}
.hero__text-s {
  margin-bottom: 12px;
}
.hero__form {
  border-radius: 32px;
  border: 1px solid var(--gold-gradient, #d5ab77);
  background: var(
    --gradient-blue,
    linear-gradient(180deg, #435569 0%, #3c5878 51%, #435569 98%)
  );
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  width: 100%;
  min-height: 393px;
  margin-top: 64px;
  padding: 24px 16px;
}
.hero__form-text {
  color: var(--white, #fff);
  text-align: center;
  font-family: "Montserrat";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
}
.hero__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.steps__list-item-text-mt {
  margin-top: 10px;
}
.about__subsection {
  margin-top: 20px;
  padding-left: 16px;
  border-left: 3px solid #ccc;
}
.about__paragraph {
  font-size: 14px;
  color: #e8d1b8;
  line-height: 1.5;
  margin: 0;
}
.risk__list-item-text-mb {
  margin-bottom: 10px;
}

.text-justified {
  text-align: justify;
}

.text-bold {
  font-weight: bold;
}

@media screen and (min-width: 744px) {
  .hero__form-text {
    text-align: left;
  }
  .hero__text-f {
    margin-bottom: 40px;
  }
  .hero__sub-title {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .hero__text {
    font-size: 20px;
  }
  .hero__title {
    font-size: 48px;
  }
  .hero__form {
    width: 400px;
  }
  .hero {
    padding-top: 60px;
  }
}
@media screen and (min-width: 1440px) {
  .hero__form {
    margin-top: 0;
  }
  .hero__wrapper {
    flex-direction: row;
    width: 100%;
  }
  .hero__sub {
    width: 736px;
  }
  .hero {
    padding-top: 100px;
  }
}
.money {
  padding-top: 60px;
}
.money__list-item-title {
  color: var(--white, #fff);
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin-top: 16px;
  margin-bottom: 12px;
}
.money__list-item-text {
  color: var(--white, #fff);
  font-family: "Montserrat";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.money__list-item {
  margin-bottom: 20px;
}
.money__list-item:last-child {
  margin-bottom: 0;
}
.money__list-item-img {
  width: 280px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
.money__list {
  display: flex;
  flex-direction: column;
}
.money__line {
  width: 416px;
  height: 410px;
  background-image: url("/img/line.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: none;
}
@-webkit-keyframes jello-vertical {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes jello-vertical {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.money__wrapper {
  width: 100%;
}
.money__list-item {
  flex-direction: column;
  display: flex;
}
.money__list-item-imgNumber {
  width: 48px;
  height: 48px;
}
.getStard__money {
  padding-top: 20px;
}
@media screen and (min-width: 744px) {
  .money__list-item-title {
    font-size: 20px;
  }
  .money__list-item-text {
    font-size: 16px;
  }
  .money__list-item-img {
    width: 312px;
    height: 272px;
  }
  .money__list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .money__list-item {
    width: 312px;
  }
  .money__list-item-cart {
    order: -2;
  }
  .money__list-item-s {
    order: -1;
  }
  .money__list-item:last-child {
    margin-bottom: 0;
  }
  .money__list-item-f {
    margin-bottom: 0;
  }
  .money {
    padding-top: 100px;
  }
  .getStard__money {
    padding-top: 20px !important;
  }
}
@media screen and (min-width: 1440px) {
  .money__list-item-cart {
    display: none;
  }
  .money__list-item-s {
    order: initial;
  }
  .money__list {
    flex-direction: column;
    width: 704px;
  }
  .money__list-item {
    width: 100%;
  }
  .money__line {
    display: block;
  }
  .money__wrapper {
    display: flex;
    justify-content: space-between;
  }
  .money__list-item {
    flex-direction: row;
    align-items: center;
  }
  .money__list-item-imgNumber {
    width: 64px;
    height: 64px;
    margin-right: 16px;
  }
  .money__list-item-title {
    margin-top: 0;
  }
  .money {
    padding-top: 180px;
    padding-bottom: 180px;
  }
  .getStard__money {
    padding-top: 20px !important;
  }
}
.questions__section {
  padding-top: 60px;
  background-image: url("/img/ques.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
.questions__section-title {
  color: #fff;
  text-align: center;
  font-family: "Montserrat";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 12px;
}
.questions__section-subtitle {
  color: #fff;
  text-align: center;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 40px;
}
@media screen and (min-width: 744px) {
  .questions__section {
    padding-top: 100px;
  }
  .questions__section-title {
    font-size: 32px;
    margin-bottom: 24px;
  }
  .questions__section-subtitle {
    font-size: 20px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1440px) {
  .questions__section {
    padding-top: 180px;
  }
}
.accordion {
  margin: 0 auto;
  text-transform: capitalize;
}
.accordion__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 0;
}
.accordion__item {
  width: 100%;
  padding: 12px 16px;
  cursor: pointer;
  transition: all 0.3s;
  border-bottom: 1px solid var(--dark-grey, #f2ca92);
  background: rgba(0, 0, 0, 0);
  position: relative;
}
.accordion__item:after {
  display: block;
  content: "";
  background-image: url("/img/plus.png");
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 8px;
  right: 12px;
  transition: all 0.3s;
}
.accordion__item.active > .accordion__content {
  padding-top: 18px;
  max-height: 150px;
}
.accordion__item.active:after {
  transition: all 0.3s;
  transform: rotate(45deg);
}
.accordion__label {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  line-height: 30px;
  position: relative;
  cursor: pointer;
}
.accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s;
  font-size: 16px;
  line-height: normal;
  color: #fff;
}
@media (max-width: 1199px) {
  .accordion__item {
    max-width: 100%;
  }
}
@media (max-width: 743px) {
  .accordion__list {
    gap: 8px;
  }
  .accordion__item {
    padding: 8px;
  }
  .accordion__item:after {
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    top: 0;
  }
  .accordion__label {
    max-width: 218px;
    font-size: 12px;
    line-height: normal;
  }
  .accordion__content {
    font-size: 10px;
  }
}
.steps__list-item-title {
  color: var(--white, #fff);
  text-align: center;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 12px;
}
.steps__list-item-text {
  color: var(--white, #fff);
  text-align: center;
  font-family: "Montserrat";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.steps__list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 32px;
}
.steps__list-item:last-child {
  margin-bottom: 0;
}
.steps__list-item-img {
  margin-bottom: 8px;
}
.steps__list {
  width: 100%;
}
.steps__wrapper {
  width: 100%;
}
.steps__img {
  background-image: url("/img/circle-tab.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 448px;
  width: 100%;
  display: none;
}
.join {
  margin-top: 60px;
  border-radius: 80px;
  background: var(
    --gold-gradient,
    linear-gradient(180deg, #d5ab77 0%, #f2ca92 51%, #d5ab77 98%)
  );
  width: 100%;
  min-height: 155px;
  padding: 24px 20px;
}
.join__subtitle {
  color: #000;
  text-align: center;
  font-family: "Montserrat";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 12px;
}
.join__title {
  color: #000;
  text-align: center;
  font-family: "Montserrat";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
.join__link {
  border-radius: 32px;
  background: var(
    --gradient,
    radial-gradient(50% 50% at 50% 50%, #0d223f 0%, #091930 100%)
  );
  box-shadow: 0px 53px 15px 0px rgba(0, 0, 0, 0),
    0px 34px 14px 0px rgba(0, 0, 0, 0.01), 0px 19px 11px 0px rgba(0, 0, 0, 0.05),
    0px 8px 8px 0px rgba(0, 0, 0, 0.09), 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  color: var(--white, #fff);
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  display: block;
  padding: 8px 48px;
  text-align: center;
  max-width: 280px;
  margin: 0 auto;
  -webkit-animation: vibrate-1 1s infinite alternate;
  animation: vibrate-1 1s infinite alternate;
  text-decoration: none;
}
@-webkit-keyframes vibrate-1 {
  0% {
    filter: brightness(1);
  }
  100% {
    filter: brightness(2);
  }
}
@keyframes vibrate-1 {
  0% {
    filter: brightness(1);
  }
  100% {
    filter: brightness(2);
  }
}
.join__link:hover {
  background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.2) 0%,
      rgba(0, 0, 0, 0.2) 100%
    ),
    radial-gradient(50% 50% at 50% 50%, #0d223f 0%, #091930 100%);
  cursor: pointer;
}
@media screen and (min-width: 744px) {
  .steps__list-item-img {
    display: none;
  }
  .steps__list-item-title {
    font-size: 20px;
  }
  .steps__list-item-text {
    font-size: 16px;
  }
  .steps__list-item {
    width: 208px;
    margin-bottom: 0;
  }
  .steps__list {
    display: flex;
    justify-content: space-between;
  }
  .steps__img {
    display: block;
  }
  .join {
    margin-top: 100px;
    padding: 32px 48px;
    border-radius: 300px;
    min-height: 243px;
  }
  .join__subtitle {
    font-size: 20px;
  }
  .join__title {
    font-size: 48px;
  }
  .join__link {
    font-size: 20px;
  }
  .join__link {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .join__link {
    font-size: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .steps__list {
    flex-direction: column;
  }
  .steps__list {
    width: 344px;
  }
  .steps__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .steps__list-item {
    width: 100%;
    padding-top: 40px;
  }
  .steps__list-item-text-f {
    display: none;
  }
  .steps__list-item-f .steps__list-item-title {
    margin-bottom: 0;
  }
  .steps__list-item-f {
    order: -1;
  }
  .steps__list-item-t {
    order: 3;
  }
  .steps__img {
    background-image: url("/img/circle.png");
    height: 448px;
    width: 824px;
  }
  .join {
    margin-top: 180px;
  }
}
.footer {
  background: var(
    --gradient,
    radial-gradient(50% 50% at 50% 50%, #0d223f 0%, #091930 100%)
  );
}
.footer .disclaimer {
  color: #fff;
}
.footer .disclaimer__text,
.footer .disclaimer__list {
  font-size: 12px;
  line-height: 15px;
  color: #fff;
}
.footer .disclaimer__list {
  padding: 16px 8px;
  list-style: disc;
  list-style-position: inside;
}
.footer .copyright {
  padding: 10px 0;
  text-align: center;
  color: #fff;
  font-size: 12px;
}
.footer .links {
  display: flex;
  width: fit-content;
  margin: 0 auto 10px;
  gap: 32px;
}
.links a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
}
@media (max-width: 743px) {
  .footer .disclaimer__text,
  .footer .disclaimer__list {
    font-size: 12px;
    line-height: normal;
  }
}
.custom-dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 100%;
  padding: 10px;
  cursor: pointer;
}
.dropdown-content {
  display: none;
  position: absolute;
  left: -40px;
  background-color: #091930;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  padding: 40px;
}
.dropdown-content div {
  padding: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
}
.lang-name {
  color: #fff;
  font-family: "Montserrat";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.dropdown-content div:hover {
  transition: 0.3s;
  background-color: #fea700;
}
.show {
  display: block;
}
.dropdown-content > div > img {
  width: 18px;
  height: 16px;
}
@media (max-width: 500px) {
  .flag {
    display: none;
  }
}
.charge__title {
  color: var(--gold, #f2ca92);
  font-family: "Montserrat";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.24px;
  margin-bottom: 20px;
}
.charge__text {
  color: var(--white, #fff);
  font-family: "Montserrat";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.charge__link {
  border-radius: 32px;
  background: var(
    --gold-gradient,
    linear-gradient(180deg, #d5ab77 0%, #f2ca92 51%, #d5ab77 98%)
  );
  box-shadow: -11px 72px 20px 0px rgba(0, 0, 0, 0),
    -7px 46px 19px 0px rgba(0, 0, 0, 0.01),
    -4px 26px 16px 0px rgba(0, 0, 0, 0.05),
    -2px 12px 12px 0px rgba(0, 0, 0, 0.09), 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
  padding: 12px 56px;
  width: 100%;
  padding: 12px 0px;
  max-width: 269px;
  display: block;
  color: var(--black, #000);
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  -webkit-animation: vibrate-1 1s infinite alternate;
  animation: vibrate-1 1s infinite alternate;
  text-decoration: none;
}
.charge__wrapper {
  margin-bottom: 60px;
}
.charge__list-item {
  border-radius: 20px;
  border: 1px solid var(--gold, #f2ca92);
  background: var(
    --gradient,
    radial-gradient(50% 50% at 50% 50%, #0d223f 0%, #091930 100%)
  );
  width: 100%;
  max-width: 312px;
  padding: 12px;
}
.charge__list-item-title {
  color: var(--gold, #f2ca92);
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 8px;
}
.charge__list-item-text {
  color: var(--white, #fff);
  font-family: "Montserrat";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.charge__list-item:first-child {
  margin-bottom: 20px;
}
.charge__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.charge__list-item {
  width: 100%;
}
.charge__link:hover {
  background: var(
    --button-hover,
    linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%),
    linear-gradient(180deg, #d5ab77 0%, #f2ca92 51%, #d5ab77 98%)
  );
}
.charge {
  padding-top: 60px;
}
@media screen and (min-width: 744px) {
  .charge__text {
    font-size: 16px;
  }
  .charge__title {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .charge__link {
    font-size: 20px;
  }
  .charge__list-item {
    padding: 16px 20px;
  }
  .charge__list-item-text {
    font-size: 16px;
  }
  .charge__wrapperSub {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .charge__list {
    width: 312px;
    flex-direction: column;
  }
  .charge__wrapper {
    width: 312px;
  }
  .charge__wrapper {
    margin-bottom: 0;
  }
  .charge {
    padding-top: 100px;
  }
}
@media screen and (min-width: 1440px) {
  .charge__text {
    font-size: 16px;
  }
  .charge__title {
    font-size: 48px;
  }
  .charge__list-item-title {
    font-size: 20px;
    margin-bottom: 14px;
  }
  .charge__list {
    width: 568px;
  }
  .charge__wrapper {
    width: 568px;
  }
  .charge__list {
    width: 568px;
  }
  .charge__list-item {
    max-width: 568px;
  }
  .charge__link {
    margin-left: 0;
    margin-right: 0;
  }
  .charge {
    padding-top: 0;
  }
}
.benefits {
  padding-top: 60px;
}
.benefits__list-item-circle {
  width: 95px;
  height: 47px;
  background-image: url("/img/pufcicleyell.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-animation: fade-in 2s infinite both;
  animation: fade-in 2s infinite both;
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.benefits__list-item-circle-blue {
  width: 97px;
  height: 47px;
  background-image: url("/img/pufcicleblue.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.benefits__list-item-text {
  text-align: center;
  font-family: "Montserrat";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.12px;
  background: var(
    --gold-gradient,
    linear-gradient(180deg, #d5ab77 0%, #f2ca92 51%, #d5ab77 98%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  width: 90px;
  min-height: 29px;
}
.benefits__list {
  display: flex;
  flex-wrap: wrap;
  width: 280px;
}
.white {
  text-align: center;
  font-family: "Montserrat";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.12px;
  color: #fff;
  width: 90px;
  min-height: 29px;
}
.white:last-child {
  width: 93px;
}
.benefits__list-item-circle-text {
  color: #000;
  text-align: center;
  font-family: "Montserrat";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.benefits__list-item-circle-text-white {
  color: var(--white, #fff);
  text-align: center;
  font-family: "Montserrat";
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.benefits__list-item-text-number {
  color: var(--white, #fff);
  text-align: center;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.16px;
}
@media screen and (min-width: 744px) {
  .benefits__list {
    width: 664px;
  }
  .benefits__list-item-circle {
    width: 225px;
    height: 113px;
  }
  .benefits__list-item-circle-blue {
    width: 225px;
    height: 113px;
  }
  .benefits__list-item-text {
    width: 197px;
  }
  .white {
    width: 210px;
    font-size: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .white:last-child {
    width: 210px;
  }
  .benefits__list-item-circle-text-whit {
    font-size: 20px;
    text-align: center;
  }
  .benefits__list-item-text {
    font-size: 28px;
  }
  .benefits__list-item-circle-text {
    font-size: 48px;
  }
  .benefits__list-item-text-number {
    font-size: 32px;
    order: -1;
  }
  .benefits__list-item-circle-text-white {
    font-size: 16px;
  }
  .benefits {
    padding-top: 100px;
  }
}
@media screen and (min-width: 1440px) {
  .benefits__list-item-circle {
    width: 400px;
    height: 200px;
  }
  .benefits__list-item-circle-blue {
    width: 410px;
    height: 205px;
  }
  .benefits__list {
    width: 100%;
  }
  .benefits__list-item-text {
    width: 390px;
  }
  .white {
    width: 400px;
    font-size: 32px;
  }
  .white:last-child {
    width: 390px;
  }
  .benefits__list-item-circle:first-child {
    width: 410px;
    height: 205px;
  }
  .benefits__list-item-text {
    font-size: 48px;
  }
  .benefits {
    padding-top: 180px;
  }
  .benefits__list-item-text-number {
    font-size: 48px;
  }
  .benefits__list-item-circle-text-white {
    font-size: 20px;
  }
}
.advantages {
  padding-top: 60px;
}
.table {
  display: block;
  margin: 0 auto;
  max-width: 1200px;
  border: 1px solid #838383;
  border-radius: 16px;
  font-size: 12px;
  border-collapse: collapse;
  background: var(--gold, #f2ca92);
}
tr > td:first-child {
  border-right: 1px solid #838383;
  font-weight: 700;
}
.advantages tr > td {
  padding: 10px 16px;
}
tr > td:last-child {
  width: 100%;
}
tr:not(:last-child) {
  border-bottom: 1px solid #838383;
}
@media screen and (min-width: 744px) {
  .advantages {
    padding-top: 100px;
  }
  .table {
    font-size: 16px;
  }
  tr > td:first-child {
    min-width: 328px;
  }
}
@media screen and (min-width: 1440px) {
  .advantages {
    padding-top: 180px;
  }
}
.support {
  padding-top: 60px;
}
.support__list-item-img {
  width: 280px;
  height: 138px;
  background-image: url("/img/security.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.support__list-item-title {
  font-size: 10px;
  text-transform: uppercase;
  color: #fff;
  padding-left: 90px;
  position: absolute;
  font-weight: 700;
  text-align: center;
  width: 100%;
}
.support__list-item-text {
  font-size: 12px;
  padding-left: 90px;
  color: #fff;
  position: absolute;
  top: 80px;
  left: 20px;
}
.support__list-item {
  width: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-bottom: 16px;
}
.support__list-item:last-child {
  margin-bottom: 0;
}
.support__list {
  width: 280px;
  margin-bottom: 60px;
}
.support__list-item-img-support {
  width: 280px;
  height: 138px;
  background-image: url("/img/support.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.support__list-item:first-child {
  margin-bottom: 20px;
}
.support__list-technology {
  width: 280px;
  padding-left: 40px;
  position: relative;
}
.support__list-technology::before {
  position: absolute;
  left: 0;
  content: "";
  background-image: url("/img/line-list.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 450px;
  width: 1px;
  display: block;
  top: 30px;
}

@media (max-width: 744px) {
  .support__list-technology::before {
    height: 540px;
  }
}
.support__list-technology-item-title {
  color: #fff;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 4px;
}
.support__list-technology-item-text {
  color: #fff;
  font-family: "Montserrat";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.support__list-technology-item {
  margin-bottom: 16px;
  position: relative;
}
.support__list-technology-item::before {
  position: absolute;
  left: -52px;
  content: "";
  background-image: url(/img/cube.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  display: block;
  top: 30px;
}
@media screen and (min-width: 744px) {
  .support {
    padding-top: 100px;
  }
  .support__list {
    display: flex;
    justify-content: space-between;
  }
  .support__list {
    width: 664px;
  }
  .support__list-item:first-child {
    margin-bottom: 0;
  }
  .support__list-item {
    width: 312px;
    height: 151px;
  }
  .support__list-item-img {
    width: 312px;
    height: 151px;
  }
  .support__list-item-img-support {
    width: 312px;
    height: 151px;
  }
  .support__list-item-text {
    left: 40px;
  }
  .support__list-technology {
    width: 624px;
  }
  .support__list-technology-item-title {
    font-size: 20px;
  }
  .support__list-technology-item-text {
    font-size: 16px;
  }
}
@media screen and (min-width: 1440px) {
  .support {
    padding-top: 180px;
  }
  .support__list-technology {
    width: 600px;
  }
  .support .container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .support__list {
    flex-direction: column;
  }
  .support__list {
    width: 500px;
    margin-bottom: 0;
  }
  .support__list-item-title {
    padding-left: 120px;
  }
}
.risk {
  background-image: url("/img/risk-vawe.png");
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 60px;
  padding-bottom: 60px;
}
.risk__list {
  width: 100%;
}
.risk__list-item {
  border-radius: 20px;
  border: 1px solid var(--gold, #f2ca92);
  background: var(
    --gradient,
    radial-gradient(50% 50% at 50% 50%, #0d223f 0%, #091930 100%)
  );
  padding: 12px;
  margin-bottom: 20px;
}
.risk__list-item:last-child {
  margin-bottom: 0;
}
.risk__list-item-title {
  color: var(--gold, #f2ca92);
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 8px;
}
.risk__list-item-text {
  color: var(--white, #fff);
  font-family: "Montserrat";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.risk__list-item-text-f {
  margin-bottom: 8px;
}
.risk .charge__link {
  margin-top: 80px;
}
@media screen and (min-width: 744px) {
  .risk {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .risk__list-item {
    padding: 20px;
    width: 664px;
  }
  .risk__list-item-title {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .risk__list-item-text-f {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 1440px) {
  .risk__list-item {
    width: 373px;
  }
  .risk__list {
    display: flex;
    justify-content: space-between;
  }
  .risk__list-item {
    margin-bottom: 0;
  }
  .risk {
    padding-top: 180px;
    padding-bottom: 180px;
  }
}
.about__section {
  padding-top: 80px;
}
.about__section-title {
  color: var(--gold, #f2ca92);
  text-align: center;
  font-family: "Montserrat";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 12px;
  background: var(
    --gold-gradient,
    linear-gradient(180deg, #d5ab77 0%, #f2ca92 51%, #d5ab77 98%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  letter-spacing: 0.24px;
}
.about__section-text,
.about__section-subText {
  color: #fff;
  text-align: center;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.about__section-text {
  font-size: 16px;
  margin-bottom: 30px;
  width: 100%;
  text-transform: capitalize;
}
.about__section-subText {
  font-size: 12px;
  margin-bottom: 16px;
}
.about__section .charge__link {
  margin-top: 0;
  margin-bottom: 40px;
}
.about__get-start {
  margin-bottom: 40px;
}
.about__section-sub1,
.about__section-sub2 {
  margin-right: auto;
  margin-left: auto;
}
.getStard__subText {
  color: var(--white, #fff);
  text-align: center;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 40px;
}
.getStard__text {
  margin-bottom: 8px;
}
.getStard__text-point::before {
  content: "";
  display: inline-block;
  width: 0.3em;
  height: 0.3em;
  border-radius: 1em;
  background-color: var(--white, #fff);
  margin-right: 0.5em;
}
.about__section-subText:last-child {
  margin-bottom: 0;
}
.about__section-steps {
  padding-bottom: 60px;
}
@media (min-width: 744px) {
  .about__section-title {
    font-size: 40px;
  }
  .about__section-text {
    font-size: 20px;
    margin-bottom: 60px;
  }
  .about__section-subText {
    font-size: 16px;
  }
  .about__section .charge__link {
    margin-bottom: 60px;
  }
  .getStard__subText {
    font-size: 20px;
  }
  .getStard__text {
    margin-bottom: 16px;
  }
  .about__section-steps {
    padding-bottom: 100px;
  }
}
@media (min-width: 1440px) {
  .about__section {
    padding-top: 100px;
  }
  .about__section-title-ai {
    font-size: 48px;
    text-align: left;
    width: 100%;
  }
  .about__section-text-ai {
    text-align: left;
    margin-bottom: 80px;
  }
  .about__section-sub1 {
    width: 700px;
  }
  .about__section-sub2 {
    width: 704px;
  }
  .about__section .charge__link {
    margin-bottom: 100px;
  }
  .getStard__subText {
    text-align: left;
    margin-bottom: 0;
  }
  .getStard__text {
    text-align: left;
  }
  .about__section-title {
    font-size: 48px;
  }
  .about__section-steps {
    padding-bottom: 180px;
  }
}
.form__section {
  padding-top: 40px;
}
.form__section .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.form__section-title {
  color: var(--gold, #f2ca92);
  text-align: center;
  font-family: "Montserrat";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.form__section-text {
  color: #fff;
  text-align: center;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 32px;
}
.form__section-wrapper {
  border-radius: 20px;
  border: 1px solid var(--light, #53bcb9);
  background: rgba(58, 58, 58, 0.8);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  min-height: 369px;
  width: 100%;
  padding: 20px 16px;
}
.form__section-wrapper-text {
  color: var(--white, #fff);
  font-family: "Montserrat";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
}
.form__section-main {
  width: 100%;
}
.contactUs .bg {
  background: none;
}
.form__adres-list {
  display: none !important;
}
.form__protect {
  display: flex;
  align-items: center;
  column-gap: 13px;
  padding: 10px 25px 25px 25px;
}
.form__protect-description {
  color: #fff;
  font-size: 6px;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}
.form__protect-title {
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: normal;
  text-align: left;
}
.contact__hero-form {
  margin-top: 0;
}
.adress {
  padding-top: 100px;
  padding-bottom: 100px;
}
.mail {
  display: block;
  margin-bottom: 12px;
}
.point {
  display: block;
  margin-bottom: 12px;
}
.mail__text {
  color: #fff;
  font-family: "Montserrat";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 12px;
}
.mail__adress {
  color: #fff;
  text-align: center;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: underline;
}
.street {
  text-decoration: none;
}
.adres__list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}
.adres__list {
  display: flex;
  justify-content: center;
}
.contact__steps__list-item-text {
  display: block;
  margin-top: 12px;
}
@media (min-width: 744px) {
  .form__section {
    padding-top: 60px;
  }
  .form__section-title {
    font-size: 40px;
  }
  .form__section-text {
    font-size: 20px;
    margin-bottom: 64px;
  }
  .form__section-wrapper {
    width: 400px;
    padding: 24px 32px;
    min-height: 393px;
  }
  .adres__list-item {
    margin-bottom: 0;
    min-width: 192px;
    margin-right: 40px;
  }
}
@media (min-width: 1440px) {
  .form__section {
    padding-top: 100px;
  }
  .form__section .container {
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
  }
  .form__section-title {
    font-size: 48px;
    margin-bottom: 20px;
    text-align: left;
  }
  .form__section-text {
    text-align: left;
  }
  .form__section-main {
    width: 700px;
  }
  .form__adres-list {
    display: flex !important;
  }
  .adres__list {
    justify-content: start;
  }
  .adres__list-item {
    align-items: start;
  }
  .getStard-form {
    order: -2;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  outline: 0;
  outline-offset: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
