.body {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  height: 100%;
  line-height: 1.3;
}

.main-wrapper {
  display: flex;
  flex-direction: column;
  height: 100vh;
  min-width: 320px;
}

.container {
  display: block;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  padding-left: 15px;
  padding-right: 15px;
  position: static;
}

.container.signals-container-2 {
  margin-bottom: 150px;
  margin-top: 100px;
}

.content {
  flex: 1;
  order: 2;
  overflow: visible;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.content.login-bg {
  background-image: radial-gradient(
    circle farthest-corner at 100% 50%,
    #e9e0f9,
    #e9e0f9 7%,
    transparent 47%
  );
}

form input {
  background-color: transparent;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  height: 44px;
  margin-bottom: 0;
  width: 100%;
}

form input,
.form-control.control-bordered {
  border: 1px solid #9d9d9d;
  border-radius: 10px;
  font-family: Roboto, sans-serif;
}

.form-control.control-bordered {
  font-size: 18px;
  height: 56px;
}

.form-control.control-bordered.textarea {
  height: 181px;
}

.form-control.form-control-bg.email-control,
.form-control.form-control-bg.pass-control {
  font-size: 17px;
  height: 42px;
  padding-left: 12px;
}

.form-control.fc-prefix {
  background-color: #edeeef;
  color: #333;
}

.title-wrap {
  margin-bottom: 20px;
  padding-bottom: 0;
  padding-top: 0;
}

.form-box {
  margin: 10px auto 0;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.trade-section {
  color: #fff;
  margin-top: -200px;
  padding-bottom: 50px;
  padding-top: 50px;
}

.bottom-head {
  background-color: #fff;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: left;
}

.footer-nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  text-align: center;
}

.footer-logo {
  margin: 20px auto;
  text-align: center;
  width: 227px;
}

.footer-img {
  width: auto;
}

.faq-section {
  background-color: #fff;
  background-image: linear-gradient(180deg, #fff, #f7f7f7),
    radial-gradient(
      circle closest-corner at 7% 40%,
      #f0e8ff,
      #f0e8ff 43%,
      transparent 69%
    );
  padding-bottom: 50px;
  padding-top: 50px;
}

.form-cell {
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}

.form-cell.form-cell-fn {
  display: block;
  max-height: none;
  padding-right: 5px;
  width: 50%;
}

.form-cell.form-cell-ln {
  display: block;
  max-height: 100%;
  min-width: 145px;
  padding-left: 5px;
  width: 50%;
}

.warning-icon {
  display: none;
}

.footer-nav-item {
  border-left: 1px solid transparent;
  color: #4f4f4f;
  display: inline-block;
  margin-bottom: 5px;
  padding-left: 0;
}

.main-section {
  background-color: #fff;
  background-image: url(../images/main-bg-2.png), url(../images/main-bg-1.jpg);
  background-position: 100% 0, 0 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, auto;
  border: 0 solid transparent;
  color: #fff;
  padding-bottom: 240px;
  padding-top: 70px;
}

.phone-cell {
  padding-left: 5px;
  padding-right: 5px;
  width: 65%;
}

.logo-img {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  max-height: 90px;
  width: auto;
}

.text-center {
  margin-bottom: 0;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}

.text-center.left {
  padding-left: 14px;
  padding-right: 14px;
  text-align: left;
}

.text-center.left.still,
.text-center.p0 {
  padding-left: 0;
  padding-right: 0;
}

.footer-nav-link {
  color: #4f4f4f;
  display: inline;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  padding-left: 37px;
  padding-right: 37px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-nav-link:hover {
  text-decoration: underline;
}

.btn {
  background-color: #4096fe;
  border-radius: 35px;
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0;
  margin-top: 0;
  min-width: 265px;
  padding: 15px 20px;
  text-align: center;
  text-transform: none;
  transition: all 0.3s ease;
}

.btn:hover {
  filter: hue-rotate(55deg);
}

.btn.generate-pass {
  align-items: center;
  border-radius: 22px;
  cursor: pointer;
  display: flex;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 500;
  height: auto;
  justify-content: center;
  line-height: 1.2;
  min-height: 44px;
  min-width: 0;
  padding: 0;
  text-transform: none;
}

.btn.btn-login {
  border-radius: 20px;
  font-size: 16px;
  padding-bottom: 12px;
  padding-top: 12px;
  width: 100%;
}

form button {
  font-weight: 700;
  max-width: 100%;
  padding: 18px 20px;
  white-space: normal;
  width: 100%;
}

.btn.h-started-btn,
form button {
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.btn.h-started-btn {
  align-items: center;
  display: flex;
  font-weight: 500;
  justify-content: center;
  line-height: 1em;
  margin-left: 25px;
  margin-right: 25px;
  min-width: 135px;
  padding: 9px 10px 8px;
  text-transform: uppercase;
}

.btn.h-started-btn.w--current {
  padding-bottom: 7px;
}

.btn.h-started-btn.anchor-js {
  background-color: #4096fe;
  background-image: none;
  margin-left: 20px;
  margin-right: 20px;
}

.btn.contact-btn {
  width: 100%;
}

.btn.modal-started-btn {
  align-items: center;
  display: flex;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  justify-content: center;
  line-height: 1em;
  margin-left: 25px;
  margin-right: 25px;
  padding: 9px 10px 8px;
}

.btn.modal-started-btn.w--current {
  padding-bottom: 7px;
}

.btn.sticky-btn {
  border-radius: 0;
  font-size: 16px;
  width: 100%;
}

.btn.guide-btn {
  margin-bottom: 40px;
}

.logo {
  display: block;
  margin-right: 0;
  max-height: 90px;
  max-width: 560px;
  text-align: center;
}

.logo,
.logo.w--current {
  width: auto;
}

.form-row-nowrap {
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
}

.form-title {
  color: #4f4f4f;
  display: block;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0;
  margin-top: 0;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
}

.prefix-cell {
  padding-left: 5px;
  padding-right: 5px;
  width: 35%;
}

.form-container {
  background-color: transparent;
  border: 1px solid hsla(0, 0%, 51%, 0.5);
  border-radius: 20px;
  height: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
  padding: 15px 20px 20px;
  position: relative;
  z-index: 1;
}

.form-container.w500 {
  border-radius: 20px;
  margin-top: 5px;
  max-width: 100%;
  padding: 40px 60px;
  width: 480px;
}

.footer {
  background-color: #fff;
  border: 1px #000;
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  order: 3;
  padding-bottom: 40px;
  padding-top: 25px;
}

.top-warning {
  background-color: #ce2a20;
  color: #fff;
  padding: 12px 10px;
  text-align: center;
}

.warning {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 0;
}

.faq-title {
  background-color: transparent;
  color: #fff;
  font-family: Poppins;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 30px;
  margin-top: 0;
  padding: 0;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  text-transform: uppercase;
}

.header {
  position: relative;
  width: 100%;
}

.form-group {
  margin-bottom: 15px;
  position: relative;
}

.phone-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  padding-left: 0;
}

.login-form-title {
  color: #333;
  font-family: Roboto, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 30px;
  margin-top: 0;
  text-align: left;
  text-transform: none;
}

.intro-section {
  color: #fff;
  opacity: 1;
  padding-bottom: 40px;
  padding-top: 40px;
  text-align: center;
}

.intro-section.abs {
  align-items: center;
  background-color: transparent;
  background-image: none;
  display: block;
  height: 140px;
  justify-content: flex-start;
  padding-bottom: 0;
  padding-top: 40px;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.intro-section.abs.w195 {
  height: 195px;
}

.intro-section.gr {
  background-image: linear-gradient(
    180deg,
    #e7edf6,
    #e7edf6 6%,
    transparent 17%
  );
}

.form-section {
  background-image: url(../images/form-bg.png),
    radial-gradient(
      circle farthest-corner at 100% 0,
      #e9e0f9,
      #e9e0f9 0,
      transparent 17%
    );
  background-position: 100% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 30vw, auto;
  color: #fff;
  font-weight: 300;
  overflow: hidden;
  padding-bottom: 40px;
  padding-top: 175px;
  text-align: center;
}

.form-block,
.intro-title {
  margin-bottom: 0;
}

.intro-title {
  border: 1px #000;
  color: #333;
  font-family: Roboto, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 0;
  padding-left: 0;
  text-align: left;
  text-transform: none;
  white-space: normal;
}

.form-pre-wrap {
  border: 1px #000;
  border-radius: 0;
  margin-bottom: 40px;
  margin-left: 0;
  margin-top: 10px;
  overflow: hidden;
  padding: 0;
  width: 480px;
}

.login-form {
  background-color: transparent;
  border: 1px solid hsla(0, 0%, 51%, 0.5);
  border-radius: 20px;
  color: #333;
  padding: 40px 70px;
}

.contact-section {
  background-image: radial-gradient(
      circle farthest-corner at 100% 0,
      #eae2f8,
      #eae2f8 8%,
      transparent 16%
    ),
    radial-gradient(
      circle farthest-corner at 100% 70%,
      #e0e8f9,
      #e0e8f9 18%,
      transparent 45%
    ),
    radial-gradient(
      circle farthest-corner at 0 100%,
      #e9e1f9,
      #e9e1f9 21%,
      transparent 35%
    );
  padding-bottom: 220px;
  padding-top: 195px;
  position: relative;
}

.contact-title {
  color: #4096fe;
  font-size: 42px;
  line-height: 1.3;
  margin-bottom: 20px;
  margin-top: 0;
  text-align: center;
}

.contact-form-warp {
  border: 1px solid #828589;
  border-radius: 15px;
  margin-left: 0;
  margin-right: auto;
  max-width: 100%;
  padding: 20px 60px;
  position: relative;
  width: 550px;
  z-index: 0;
}

.contact-form-warp:hover {
  z-index: 2;
}

.contact-cell {
  margin-bottom: 10px;
}

.legal-section {
  background-image: radial-gradient(
      circle farthest-corner at 0 0,
      #e9e0f9,
      #e9e0f9 10%,
      transparent 22%
    ),
    radial-gradient(
      circle farthest-corner at 100% 100%,
      #e7edf6,
      #e7edf6 11%,
      transparent 23%
    );
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  padding-bottom: 40px;
  padding-top: 20px;
}

.lang-box {
  bottom: auto;
  flex: 0 0 auto;
  left: auto;
  min-width: 84px;
  position: absolute;
  right: 0;
}

.lang,
.lang-box {
  -ms-grid-row-align: center;
  align-self: center;
  display: block;
}

.lang {
  font-size: 14px;
  line-height: 20px;
  margin-right: 0;
  max-height: 20px;
}

.country-flag {
  margin-right: 10px;
  width: 20px;
}

.select-toggle {
  align-items: center;
  background-color: #6c757d;
  border-radius: 5px;
  color: #fff;
  display: flex;
  justify-content: center;
  padding: 10px 30px 10px 10px;
}

.select-list {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  display: none;
  padding-top: 0;
  right: 0;
  width: 110px;
}

.select-lang {
  float: left;
}

.icon {
  margin-right: 0;
  right: 8px;
}

.header-wrap {
  display: flex;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  position: relative;
  text-align: left;
}

.header-wrap,
.lang-item {
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
}

.lang-item {
  display: block;
}

.lang-link {
  color: #000;
  display: flex;
  font-size: 14px;
  padding: 4px;
  text-decoration: none;
}

.lang-link-flag {
  height: 18px;
  margin-right: 4px;
  width: 22px;
}

.utility-page-wrap {
  align-items: center;
  display: flex;
  height: 100vh;
  justify-content: center;
  max-height: 100%;
  max-width: 100%;
  width: 100vw;
}

.utility-page-content {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 260px;
}

.utility-page-form {
  align-items: stretch;
  display: flex;
  flex-direction: column;
}

.div-block-3 {
  display: block;
}

.div-block-5 {
  position: static;
}

.flag-icon {
  height: 15px;
  margin-right: 5px;
  width: 20px;
}

.flag-icon.country-flag {
  display: block;
  margin-right: 3px;
}

.legal-p {
  color: #333;
  letter-spacing: 1px;
  text-align: left;
  white-space: normal;
}

.text-block-7 {
  font-size: 18px;
}

.lang-link-2 {
  align-items: center;
  border: 0 #000;
  color: #000;
  display: flex;
  font-size: 14px;
  padding: 3px 5px;
  text-decoration: none;
}

.lang-link-2:hover {
  color: #392f85;
}

.lang-link-2.w--current {
  align-items: center;
  padding: 5px;
}

.lang-3 {
  font-size: 14px;
  margin-right: 5px;
  text-transform: capitalize;
}

.lang-item-2 {
  align-items: center;
  border: 2px solid transparent;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  transition: border-color 0.3s ease;
}

.lang-item-2:hover {
  background-color: #dfe4fe;
  border: 2px solid #c4cbfa;
}

.lang-item-2.d-none {
  display: block;
}

.select-toggle-3 {
  align-items: center;
  background-color: #030729;
  border-radius: 5px;
  color: #fff;
  display: flex;
  margin-bottom: 0;
  margin-top: 0;
  padding: 8px 20px 8px 12px;
}

.select-lang-3 {
  margin-right: 0;
  padding-right: 0;
  right: auto;
}

.select-list-3 {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 4px;
  padding-top: 4px;
  right: 0;
  width: 130px;
}

.arrow {
  border-color: transparent #fff #fff transparent;
  border-style: solid;
  border-width: 3px;
  height: 0;
  position: absolute;
  right: 14px;
  transform: rotate(45deg);
  width: 0;
}

.form-title-box {
  border-bottom: 0 #000;
}

.breadcrumbs {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 40px;
  text-align: left;
}

.b-error {
  align-items: center;
  display: flex;
  height: 100vh;
  justify-content: center;
}

.pop-h {
  margin-top: 0;
}

.pop-h,
.pop-p {
  line-height: 1.3;
  text-align: center;
}

.pop-p {
  font-size: 18px;
  margin-top: 10px;
}

.h-links-wrap {
  background-color: transparent;
  color: transparent;
  margin-bottom: 0;
  margin-left: auto;
  min-width: 0;
}

.h-links,
.h-links-wrap {
  display: flex;
  justify-content: center;
}

.h-links {
  align-items: center;
  flex-direction: row;
  line-height: 14px;
  padding-left: 5px;
  padding-right: 5px;
}

.h-link {
  border-right: 1px solid transparent;
  color: #4f4f4f;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  min-width: 130px;
  padding: 0 5px;
  text-transform: uppercase;
}

.h-link:hover {
  text-decoration: underline;
}

.h-link.w--current {
  color: #3d90f3;
  padding-left: 5px;
  padding-right: 5px;
}

.h-links-wrap-mobile {
  background-color: transparent;
  color: transparent;
  display: none;
  justify-content: center;
  margin-bottom: 0;
}

.h-links-mobile {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  justify-content: center;
  line-height: 14px;
  padding-left: 5px;
  padding-right: 5px;
}

.logo {
  max-width: 230px;
}

.main-cols {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
}

.video-col {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 64%;
}

.form-col {
  width: 34%;
}

.video-container {
  background-color: #e4d4f9;
  border: 1px transparent;
  border-radius: 35px;
  overflow: hidden;
  width: 100%;
}

.algo-video-container {
  background-image: url(../images/poster-index.jpg);
  background-size: cover;
  position: relative;
}

.algo-video-container,
.algo-video-play-btn {
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.algo-video-play-btn {
  background-image: url(../images/blay-button.png);
  background-size: contain;
  bottom: 0;
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
}

.video {
  height: 100%;
  min-height: 100%;
  padding-bottom: 0;
}

.main-title {
  font-size: 70px;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 0;
  text-transform: uppercase;
}

.main-subtitle,
.main-title {
  color: #333;
  font-weight: 700;
  padding-left: 0;
}

.main-subtitle {
  font-family: Roboto, sans-serif;
  font-size: 24px;
  line-height: 33.6px;
  margin-bottom: 50px;
  margin-top: 16px;
  padding-top: 0;
}

.img-col {
  position: relative;
}

.img-col,
.text-col {
  width: 50%;
}

.steps {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.step {
  border: 1px solid #828282;
  border-radius: 30px;
  margin-bottom: 25px;
  padding: 50px 40px 40px;
  position: relative;
  width: 33%;
}

.step-i-wrap {
  align-items: center;
  display: flex;
  margin-bottom: 20px;
}

.step-i-subtitle {
  color: #333;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.1em;
  margin-bottom: 20px;
  margin-top: 0;
  min-height: 53px;
  text-transform: none;
}

.col-50 {
  width: 50%;
}

.col-50,
.col-50.img-col {
  padding-left: 0;
  padding-right: 0;
}

.col-50.img-col.m525 {
  max-width: 525px;
}

.col-50.text-col {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  width: 58%;
  z-index: 2;
}

.col-50.text-col.wide-text-col {
  width: 78%;
}

.col-50.sign-img-col {
  width: 40%;
}

.col-50.scam-img-col-1 {
  width: 35%;
}

.col-50.scam-img-col-2 {
  width: 20%;
}

.col-50.history-img-col-1 {
  width: 35%;
}

.col-50.history-img-col-2 {
  width: 20%;
}

.col-50.birth-img-col {
  width: 40%;
}

.col-50.birth-text-col,
.col-50.signals-text-col-2 {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  width: 55%;
  z-index: 2;
}

.col-50.signals-img-col-2 {
  width: 40%;
}

.col-50.signals-text-col-1 {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  width: 55%;
  z-index: 2;
}

.col-50.signals-img-col-1,
.col-50.signals-img-col-3 {
  width: 40%;
}

.col-50.signals-text-col-3 {
  width: 55%;
}

.col-50.signals-text-col-3,
.col-50.still-text-col {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  z-index: 2;
}

.col-50.still-text-col {
  width: 50%;
}

.col-50.still-text-col.m525 {
  max-width: 525px;
  padding-left: 28px;
  padding-right: 28px;
}

.title {
  color: #4f4f4f;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
  margin-top: 0;
  text-transform: none;
}

.title.faq-title {
  color: #333;
  font-family: Roboto, sans-serif;
  margin-bottom: 30px;
}

.title.still-title {
  border-left-width: 2px;
  margin-top: 40px;
}

.title.what-title {
  border-left-width: 2px;
  margin-top: 0;
}

.title.d-none {
  display: none;
}

.title.adv-item-title,
.title.key-item-title {
  color: #333;
  font-size: 24px;
}

.title.small-title {
  font-size: 24px;
}

.p {
  color: #5a5a5a;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1.6;
  margin-bottom: 20px;
  margin-top: 0;
  text-align: left;
}

.p.what-p {
  margin-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
}

.h-login {
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
}

.h-login,
.h-login-ico {
  align-items: center;
  display: flex;
}

.h-login-ico {
  background-color: #4096fe;
  border-radius: 50%;
  height: 25px;
  justify-content: center;
  margin-right: 10px;
  min-width: 25px;
  width: 25px;
}

.h-login-img {
  height: 11px;
  width: 11px;
}

.forms-wrap {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
  margin-top: 20px;
}

.forms-wrap.contact {
  justify-content: center;
  margin-bottom: 0;
  margin-top: 0;
}

.f-col {
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

.f-col.contact-img-col {
  padding-left: 0;
  padding-right: 0;
  width: 45%;
}

.f-col.pl-0 {
  padding-left: 0;
}

.f-col.contact-form-col {
  padding-left: 0;
  width: 55%;
}

.f-col.m525 {
  max-width: 525px;
}

.form-text {
  color: #333;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
}

.contact-img {
  float: right;
  left: 0;
  max-width: 100%;
  position: relative;
  z-index: 1;
}

.mob-links-modal {
  background-color: #1e1c27;
  display: none;
  left: 0;
  opacity: 0;
  padding: 20px;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 2000;
}

.close-modal-btn,
.mob-links-modal {
  color: #fff;
  position: absolute;
  transition: opacity 0.3s ease;
}

.close-modal-btn {
  cursor: pointer;
  display: inline-block;
  font-size: 42px;
  font-weight: 300;
  opacity: 0.7;
  right: 10px;
  text-decoration: none;
  top: 10px;
  transform: rotate(45deg);
  z-index: 1;
}

.close-modal-btn:hover {
  opacity: 1;
}

.sticky-btn-wrap {
  bottom: 0;
  display: none;
  position: fixed;
  width: 100%;
  z-index: 998;
}

.matte-wrap {
  background-attachment: fixed, scroll, scroll;
  background-image: url(../images/vi-spot.png), url(../images/vi-spots-bg.png),
    linear-gradient(
      135deg,
      rgba(48, 34, 59, 0.1),
      transparent 54%,
      rgba(48, 34, 59, 0.1)
    );
  background-position: 0 0, 100% 50%, 0 0;
  background-repeat: no-repeat, repeat-y, repeat;
  background-size: contain, cover, auto;
  border-bottom: 1px solid hsla(0, 0%, 51%, 0.5);
  border-top: 1px solid hsla(0, 0%, 51%, 0.5);
  margin-bottom: 70px;
  margin-top: 90px;
}

.matte-wrap.what {
  padding: 60px 40px 20px 60px;
}

.matte-wrap.author,
.matte-wrap.what {
  background-image: none;
  border: 1px solid #828282;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}

.matte-wrap.author {
  margin-top: 0;
  padding: 20px 40px 20px 60px;
}

.sign-section {
  background-color: #fff;
  background-image: radial-gradient(
    circle farthest-corner at 8% 50%,
    #ede7ff,
    #ede7ff 13%,
    transparent 32%
  );
  padding-bottom: 0;
  padding-top: 60px;
  position: relative;
}

.sign-items {
  padding-left: 80px;
}

.sign {
  margin-bottom: 20px;
  position: relative;
}

.login-form-subtitle {
  color: #333;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 30px;
  margin-top: 0;
  text-align: left;
  text-transform: none;
}

.still-section {
  background-image: radial-gradient(
      circle farthest-corner at 100% 100%,
      #e8edf6,
      #e8edf6 10%,
      transparent 26%
    ),
    radial-gradient(
      circle farthest-corner at 20% 50%,
      #e2e9f5,
      #e2e9f5 0,
      transparent 29%
    );
  border: 1px solid transparent;
  color: #fff;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
}

.still-cols {
  display: flex;
  justify-content: space-between;
  min-height: 465px;
}

.still-cols.left {
  justify-content: flex-start;
}

.still-img {
  left: -10%;
  max-width: 110%;
  position: absolute;
  width: 100%;
}

.what-section {
  background-image: radial-gradient(
      circle farthest-corner at 15% 5%,
      #e6ecf5,
      #e6ecf5 12%,
      transparent 23%
    ),
    radial-gradient(
      circle farthest-corner at 85% 5%,
      #e9e1f9,
      #e9e1f9 17%,
      transparent 30%
    );
  border: 1px transparent;
  color: #fff;
  padding-bottom: 0;
  padding-top: 175px;
  position: relative;
}

.published {
  align-items: center;
  display: flex;
  margin-bottom: 0;
  margin-top: 0;
  max-width: 50%;
  padding: 15px 0;
}

.author-ava {
  border-radius: 50%;
  float: left;
  margin-right: 15px;
}

.author-ava.max-width-64 {
  max-height: 64px;
  max-width: 64px;
}

.publish-date {
  color: #333;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
}

.bold {
  font-weight: 700;
}

.author-link {
  color: #000;
  text-decoration: none;
}

.author-section {
  background-image: radial-gradient(
    circle farthest-corner at 100% 100%,
    #e3eaf5,
    #e3eaf5 9%,
    transparent 20%
  );
  border: 1px transparent;
  color: #fff;
  margin-top: -100px;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
}

.author-bio {
  font-size: 16px;
  line-height: 1.5;
}

.author-bio,
.author-name {
  color: #333;
  font-family: Roboto, sans-serif;
}

.author-name {
  font-size: 23px;
  margin-bottom: 10px;
  margin-top: 0;
}

.about-author {
  border-bottom: 1px #eee;
  border-top: 1px #eee;
  margin-top: 10px;
  padding-bottom: 30px;
  padding-top: 30px;
  text-align: left;
}

.author-photo {
  float: left;
  margin-right: 15px;
  max-width: 15.5%;
}

.author-contacts {
  margin-top: 20px;
}

.social-icon {
  background-image: url(../images/soc-icon-facebook.png);
  background-size: contain;
  height: 30px;
  margin-right: 15px;
  width: 30px;
}

.social-icon,
.social-icon.in {
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.social-icon.in {
  background-image: url(../images/soc-icon-linkedin.png);
  background-size: cover;
}

.h-login-text {
  color: #4f4f4f;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
}

.h-login-text,
.what-btn-wrap {
  padding-left: 0;
  padding-right: 0;
}

.what-btn-wrap {
  margin-bottom: 0;
  margin-top: 10px;
}

.step-i-title {
  color: #333;
  font-weight: 700;
  margin-left: 20px;
  text-transform: uppercase;
}

.step-i-line {
  background-color: #000;
  border: 1px #000;
  height: 2px;
  padding-right: 0;
  width: 50px;
}

.steps-section {
  color: #fff;
  padding-bottom: 50px;
  padding-top: 50px;
}

.trade-items {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.trade-item {
  border: 1px solid #828282;
  border-radius: 30px;
  margin-bottom: 25px;
  padding: 0 40px 40px;
  position: relative;
  width: 33%;
}

.trade-item-title {
  color: #333;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  line-height: 1.4em;
  margin-bottom: 20px;
  margin-top: 0;
  text-transform: none;
}

.trade-item-ico {
  background-color: #4096fe;
  background-image: url(../images/trade-ico-1-.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  height: 60px;
  min-width: 60px;
  position: relative;
  top: -30px;
  width: 60px;
}

.trade-item-ico.item2 {
  background-image: url(../images/trade-ico-2.png);
}

.trade-item-ico.item3 {
  background-image: url(../images/trade-ico-3.png);
}

.cols {
  display: flex;
  justify-content: space-between;
}

.cols.history-cols-1,
.cols.scam-cols-1 {
  margin-bottom: 100px;
}

.sign-img-wrap {
  left: 8vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36%;
}

.birth-img {
  height: auto;
  width: 100%;
}

.title-line {
  background-color: #000;
  border: 1px #000;
  height: 2px;
  left: -80px;
  position: absolute;
  top: 23px;
  width: 55px;
}

.steps-btn-wrap {
  margin-bottom: 0;
  margin-top: 10px;
  text-align: center;
}

.scam-section {
  background-color: #fff;
  background-image: radial-gradient(
      circle closest-corner at 85% 65%,
      #f0e8ff,
      #f0e8ff 43%,
      transparent 77%
    ),
    radial-gradient(
      circle closest-corner at 10% 40%,
      #e9effb,
      #e9effb 28%,
      transparent 86%
    ),
    url(../images/scam-bg.jpg);
  background-position: 0 0, 0 0, 50% 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, contain;
  padding-top: 60px;
  position: relative;
}

.scam-img-wrap-1 {
  left: 6vw;
  position: absolute;
  top: 28%;
  transform: translateY(-50%);
  width: 36%;
}

.scam-img {
  height: auto;
  width: 100%;
}

.scam-img-wrap-2 {
  bottom: 23%;
  left: auto;
  position: absolute;
  right: 2vw;
  top: auto;
  transform: translateY(50%);
  width: 36%;
  z-index: 2;
}

.scam-text-wrap {
  border: 1px solid #828282;
  border-radius: 20px;
  padding: 30px 100px 20px 30px;
}

.history-section {
  background-color: #fff;
  background-image: radial-gradient(
      circle closest-corner at 85% 65%,
      #e2e9f5,
      #e2e9f5 43%,
      transparent 77%
    ),
    radial-gradient(
      circle closest-corner at 10% 40%,
      #e9e0f9,
      #e9e0f9 28%,
      transparent 86%
    ),
    url(../images/scam-bg.jpg);
  background-position: 0 0, 0 0, 50% 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, contain;
  margin-top: 130px;
  padding-top: 0;
  position: relative;
}

.history-img-wrap-2 {
  bottom: 23%;
  left: auto;
  position: absolute;
  right: 4vw;
  top: auto;
  transform: translateY(50%);
  width: 36%;
  z-index: 2;
}

.history-text-wrap {
  border: 1px solid #828282;
  border-radius: 20px;
  padding: 30px 131px 20px 30px;
}

.history-img {
  height: auto;
  width: 100%;
}

.his-li {
  display: flex;
}

.his-li-mark {
  min-width: 30px;
  width: 30px;
}

.his-li-circle {
  background-color: #4096fe;
  border-radius: 50%;
  height: 14px;
  margin-top: 5px;
  min-width: 14px;
  width: 14px;
}

.history-img-wrap-1 {
  left: 6vw;
  position: absolute;
  top: 28%;
  transform: translateY(-50%);
  width: 36%;
}

.adv-section {
  background-image: radial-gradient(
      circle closest-corner at 85% 65%,
      #f0e8ff,
      #f0e8ff 43%,
      transparent 69%
    ),
    radial-gradient(
      circle closest-corner at 10% 40%,
      #e9effb,
      #e9effb 28%,
      transparent 60%
    );
  padding-bottom: 60px;
  padding-top: 60px;
}

.adv-items {
  grid-column-gap: 7%;
  grid-row-gap: 7%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}

.adv-item {
  border-left: 1px solid #828282;
  border-right: 1px solid #828282;
  padding: 10px 20px 10px 70px;
  position: relative;
  width: 46.5%;
}

.adv-item.first {
  border-top: 1px solid #828282;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  padding-top: 50px;
}

.adv-item.last {
  border-bottom: 1px solid #828282;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.adv-i-ico {
  align-items: center;
  background-color: #4096fe;
  border-radius: 50%;
  display: flex;
  height: 60px;
  justify-content: center;
  left: -30px;
  min-width: 60px;
  position: absolute;
  top: -4px;
  width: 60px;
  z-index: 1;
}

.adv-i-ico.first {
  top: 36px;
}

.key-section {
  background-image: radial-gradient(
      circle closest-corner at 85% 65%,
      #f0e8ff,
      #f0e8ff 43%,
      transparent 69%
    ),
    radial-gradient(
      circle closest-corner at 10% 40%,
      #e9effb,
      #e9effb 28%,
      transparent 60%
    );
  padding-bottom: 60px;
  padding-top: 60px;
}

.key-items {
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}

.key-item {
  border: 1px solid #828282;
  border-radius: 30px;
  margin-bottom: 60px;
  padding: 50px 25px 20px;
  position: relative;
  width: 49%;
}

.key-i-ico {
  align-items: center;
  background-color: #4096fe;
  border-radius: 50%;
  display: flex;
  height: 60px;
  justify-content: center;
  left: 28px;
  min-width: 60px;
  position: absolute;
  top: -28px;
  width: 60px;
  z-index: 1;
}

.key-btn-wrap {
  margin-bottom: 0;
  margin-top: 10px;
  text-align: center;
}

.faq-question {
  color: #333;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3em;
  margin-bottom: 0;
  margin-right: 10px;
  margin-top: 0;
  text-align: left;
  text-shadow: none;
  text-transform: none;
}

.faq-arrow {
  align-items: center;
  background-color: #4096fe;
  border-radius: 50%;
  display: flex;
  height: 30px;
  justify-content: center;
  position: absolute;
  right: 20px;
  top: 8px;
  transition: transform 0.2s ease;
  width: 30px;
}

.faq-accordion-title {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 8px 45px 8px 10px;
  position: relative;
}

.faq-accordion-wrap {
  display: none;
  font-size: 16px;
  line-height: 1.4;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
}

.faq-accordion-item {
  background-color: transparent;
  border: 1px #b5b5b6;
  border-bottom: 1px solid #323232;
  border-radius: 0;
  margin-bottom: 10px;
  overflow: hidden;
  padding: 10px;
}

.faq-answer {
  color: #323232;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  padding-right: 60px;
  text-align: justify;
}

.faq-accord-num {
  color: #505050;
  display: none;
  font-weight: 600;
  padding-right: 20px;
}

.faq-accordion {
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
}

.faq-a {
  background-color: transparent;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  height: 9px;
  margin-top: -4px;
  opacity: 1;
  transform: rotate(135deg);
  transition: all 0.3s ease;
  width: 9px;
}

.faq-btn-wrap {
  text-align: center;
}

.bottom-wrap,
.faq-btn-wrap {
  margin-bottom: 0;
  margin-top: 10px;
}

.bottom-wrap {
  align-items: center;
  color: #4f4f4f;
  display: flex;
  font-size: 10px;
  font-weight: 400;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
}

.disclaimer {
  width: 70%;
}

.birth-section {
  background-color: #fff;
  background-image: radial-gradient(
    circle closest-corner at 75% 50%,
    #ede7ff,
    #ede7ff 21%,
    transparent 55%
  );
  margin-top: -150px;
  padding-bottom: 40px;
  padding-top: 200px;
  position: relative;
}

.birth-img-wrap {
  position: absolute;
  right: 10vw;
  top: 60%;
  transform: translateY(-50%);
  width: 36%;
}

.birth-btn-wrap {
  margin-bottom: 0;
  margin-top: 10px;
  padding-left: 0;
  padding-right: 0;
}

.signals-section {
  background-color: #fff;
  background-image: radial-gradient(
      circle closest-corner at 15% 75%,
      #e0d2fa,
      #e0d2fa 28%,
      transparent 85%
    ),
    radial-gradient(
      circle closest-corner at 15% 25%,
      #e5ebf5,
      #e5ebf5 35%,
      transparent 98%
    ),
    radial-gradient(
      circle closest-corner at 85% 50%,
      #dddef6,
      #dddef6 29%,
      transparent 77%
    );
  padding-bottom: 200px;
  padding-top: 100px;
  position: relative;
}

.signals-btn-wrap {
  margin-bottom: 0;
  margin-top: 10px;
  padding-left: 0;
  padding-right: 0;
}

.signals-img-wrap-2 {
  position: absolute;
  right: 10vw;
  top: 50%;
  transform: translateY(-50%);
  width: 36%;
}

.signals-img {
  width: 100%;
}

.signals-img-wrap-1 {
  top: 20%;
}

.signals-img-wrap-1,
.signals-img-wrap-3 {
  left: 10vw;
  position: absolute;
  transform: translateY(-50%);
  width: 36%;
}

.signals-img-wrap-3 {
  top: 79%;
}

.what-bg-wrap {
  height: 332px;
  position: absolute;
  right: 10vw;
  top: 100px;
  width: 294px;
  z-index: 1;
}

.contact-bg-wrap {
  bottom: 0;
  height: 331px;
  left: 0;
  position: absolute;
  width: 331px;
  z-index: 1;
}

.text-span-2 {
  font-size: 16px;
  text-transform: uppercase;
}

.exclusive-flag {
  height: 45px;
  margin-left: 20px;
  width: 68px;
}

.exclusive-offer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-right: 20px;
  min-width: 305px;
}

.text-span.exc-2 {
  font-size: 16px;
  text-transform: uppercase;
  white-space: nowrap;
}

.exclusive-text {
  color: #4f4f4f;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
}

.country-name {
  color: #444573;
  font-size: 16px;
  text-transform: uppercase;
  white-space: nowrap;
}

.form-footer {
  color: #000;
  font-size: 12px;
  line-height: 18px;
  margin-top: 15px;
  position: relative;
  text-align: center;
}

.form-row {
  display: flex;
  flex-wrap: nowrap;
  margin-left: -5px;
  margin-right: -5px;
  width: auto;
}

.copyright {
  display: inline;
  font-size: 14px;
  font-weight: 700;
  padding-left: 37px;
  padding-right: 37px;
}

@media screen and (max-width: 991px) {
  .container.signals-container-2 {
    margin-bottom: 40px;
    margin-top: 40px;
  }

  .title-wrap {
    padding-bottom: 0;
    padding-top: 0;
  }

  .form-box {
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }

  .trade-section {
    margin-top: 0;
    padding-top: 20px;
  }

  .main-section {
    background-position: 50% 2%, 50% 50%;
    background-size: contain, cover;
    padding-bottom: 50px;
  }

  .text-center.left {
    text-align: center;
  }

  .footer-nav-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .btn.modal-started-btn {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn.modal-started-btn:hover {
    color: #fff;
  }

  .logo {
    margin-right: 10px;
    max-width: 360px;
  }

  .form-container {
    margin-top: 33px;
    max-width: 400px;
  }

  .form-container.w500 {
    border-radius: 10px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer {
    text-align: center;
  }

  .login-form-title {
    font-size: 24px;
    text-align: left;
  }

  .intro-section {
    padding-bottom: 50px;
    padding-top: 50px;
  }

  .intro-section.abs {
    height: 140px;
  }

  .form-section {
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: 50vw;
    font-size: 18px;
    padding-bottom: 20px;
    padding-top: 140px;
  }

  .intro-title {
    border-left-style: none;
    font-size: 40px;
    padding-left: 0;
    text-align: center;
  }

  .form-pre-wrap {
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }

  .login-form {
    border-radius: 10px;
    margin-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-section {
    padding-bottom: 60px;
    padding-top: 200px;
  }

  .contact-title {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .contact-form-warp {
    margin-left: auto;
    width: 450px;
  }

  .lang-box {
    margin-left: 0;
    position: static;
  }

  .header-wrap {
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
  }

  .select-lang-3 {
    right: 0;
  }

  .h-links-wrap {
    display: none;
  }

  .h-link {
    float: none;
    line-height: 16px;
    margin-bottom: 10px;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .h-links-wrap-mobile {
    background-color: transparent;
    display: flex;
    padding-bottom: 5px;
    padding-top: 10px;
    z-index: 0;
  }

  .h-links-mobile {
    align-items: center;
    width: 100%;
  }

  .logo {
    max-width: 230px;
  }

  .main-cols {
    flex-direction: column;
  }

  .video-col {
    min-height: 100%;
    width: 100%;
  }

  .form-col {
    width: 100%;
  }

  .main-title {
    font-size: 45px;
    text-align: center;
  }

  .main-subtitle {
    font-size: 22px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .img-col {
    margin-bottom: 20px;
    min-height: 100%;
    text-align: center;
  }

  .img-col,
  .text-col {
    width: 100%;
  }

  .step {
    padding: 30px 20px 20px;
  }

  .col-50 {
    margin-bottom: 20px;
    min-height: 100%;
    text-align: center;
    width: 100%;
  }

  .col-50.img-col {
    margin-bottom: 0;
    min-height: 400px;
  }

  .col-50.img-col.m525 {
    max-width: none;
  }

  .col-50.text-col {
    min-height: 50%;
    width: 100%;
  }

  .col-50.birth-img-col,
  .col-50.history-img-col-1,
  .col-50.history-img-col-2,
  .col-50.scam-img-col-1,
  .col-50.scam-img-col-2,
  .col-50.sign-img-col,
  .col-50.text-col.wide-text-col {
    width: 100%;
  }

  .col-50.birth-text-col,
  .col-50.signals-text-col-2 {
    min-height: 50%;
    width: 100%;
  }

  .col-50.signals-img-col-2 {
    width: 100%;
  }

  .col-50.signals-text-col-1 {
    min-height: 50%;
    width: 100%;
  }

  .col-50.signals-img-col-1,
  .col-50.signals-img-col-3 {
    width: 100%;
  }

  .col-50.signals-text-col-3,
  .col-50.still-text-col {
    min-height: 50%;
    width: 100%;
  }

  .col-50.still-text-col.m525 {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .title.faq-title {
    text-align: center;
  }

  .title.small-title {
    font-size: 22px;
  }

  .p.still-p {
    text-align: center;
  }

  .h-login {
    align-items: center;
  }

  .forms-wrap {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    width: 450px;
  }

  .forms-wrap.contact {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 100%;
  }

  .f-col {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .f-col.contact-img-col {
    text-align: center;
    width: 100%;
  }

  .f-col.pl-0.m525 {
    max-width: none;
  }

  .f-col.contact-form-col {
    width: 100%;
  }

  .f-col.m525 {
    max-width: none;
  }

  .form-text {
    text-align: left;
  }

  .contact-img {
    float: none;
    left: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    max-width: 100%;
    position: static;
    width: 400px;
  }

  .h-hamburger {
    align-items: center;
    background-color: #4975e4;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 45px;
    justify-content: center;
    min-width: 45px;
    transition: background-color 0.3s ease;
    width: 45px;
  }

  .h-hamburger:hover {
    background-color: #578cf3;
  }

  .ham-line {
    background-color: #fff;
    height: 1px;
    margin-bottom: 4px;
    padding-bottom: 0;
    padding-right: 0;
    width: 30px;
  }

  .ham-line.mb0 {
    margin-bottom: 0;
  }

  .lang-ham-wrap {
    align-items: center;
    display: flex;
    justify-content: center;
  }

  .mob-links-modal {
    background-color: #fff;
    color: #4f4f4f;
    display: none;
    opacity: 0;
    padding-bottom: 30px;
    padding-top: 50px;
  }

  .close-modal-btn {
    color: #4096fe;
    cursor: pointer;
    top: 0;
  }

  .modal-links {
    margin-top: 0;
  }

  .modal-link-a {
    color: #4096fe;
    cursor: pointer;
    display: block;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    padding: 15px 20px;
    text-decoration: none;
    text-transform: uppercase;
  }

  .modal-link {
    margin-bottom: 0;
  }

  .modal-link.started {
    margin-top: 10px;
  }

  .matte-wrap.what {
    margin-top: 30px;
    padding-top: 40px;
  }

  .matte-wrap.author {
    margin-bottom: 40px;
    margin-top: 10px;
  }

  .sign-section {
    padding-top: 40px;
  }

  .sign-items {
    padding-left: 90px;
    padding-right: 90px;
    text-align: left;
  }

  .login-form-subtitle {
    font-size: 24px;
    text-align: left;
  }

  .still-section {
    padding-top: 20px;
  }

  .still-cols {
    align-items: baseline;
    flex-direction: column-reverse;
  }

  .still-img {
    bottom: auto;
    left: auto;
    margin-top: 20px;
    max-width: 100%;
    position: relative;
    width: 500px;
  }

  .what-section {
    padding-top: 140px;
  }

  .published {
    max-width: 100%;
  }

  .author-section {
    padding-top: 20px;
  }

  .author-bio,
  .author-photo {
    max-width: 100%;
  }

  .steps-section {
    padding-top: 40px;
  }

  .trade-item {
    padding: 50px 20px 20px;
  }

  .trade-item-ico {
    position: absolute;
  }

  .cols {
    flex-wrap: wrap;
  }

  .cols.scam-cols-1 {
    flex-wrap: wrap-reverse;
    margin-bottom: 60px;
  }

  .cols.history-cols-1 {
    flex-direction: row;
    flex-wrap: wrap-reverse;
    margin-bottom: 40px;
  }

  .cols.signals-cols-1,
  .cols.signals-cols-3 {
    flex-direction: column-reverse;
  }

  .scam-img-wrap-1,
  .scam-img-wrap-2,
  .sign-img-wrap {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    position: static;
    transform: translate(0);
    width: 50%;
  }

  .history-section {
    margin-top: 0;
  }

  .history-img-wrap-2 {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    position: static;
    transform: translate(0);
    width: 50%;
  }

  .history-text-wrap {
    padding-right: 30px;
  }

  .history-img-wrap-1 {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    position: static;
    transform: translate(0);
    width: 50%;
  }

  .adv-items {
    grid-column-gap: 4.5%;
    grid-row-gap: 4.5%;
    justify-content: flex-end;
  }

  .adv-item,
  .adv-item.first {
    padding-bottom: 0;
    padding-left: 45px;
  }

  .adv-item.first {
    padding-top: 40px;
  }

  .adv-i-ico {
    height: 50px;
    left: -25px;
    min-width: 50px;
    top: 0;
    width: 50px;
  }

  .key-items {
    grid-column-gap: 2%;
    grid-row-gap: 2%;
    justify-content: flex-start;
  }

  .key-item {
    padding-bottom: 0;
    padding-top: 40px;
    width: 49%;
  }

  .key-i-ico {
    height: 50px;
    min-width: 50px;
    width: 50px;
  }

  .faq-question {
    font-size: 20px;
    text-align: left;
  }

  .bottom-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .disclaimer {
    text-align: left;
  }

  .birth-section {
    background-image: radial-gradient(
        circle closest-corner at 50% 50%,
        #ede7ff,
        #ede7ff 29%,
        transparent 77%
      ),
      url(../images/sign-bg.jpg);
    background-position: 0 0, 50% 70%;
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
    padding-top: 155px;
  }

  .birth-img-wrap {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    position: static;
    transform: translate(0);
    width: 50%;
  }

  .signals-section {
    background-image: radial-gradient(
        circle closest-corner at 50% 50%,
        #ede7ff,
        #ede7ff 29%,
        transparent 77%
      ),
      url(../images/sign-bg.jpg);
    background-position: 0 0, 50% 70%;
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
    padding-bottom: 60px;
    padding-top: 0;
  }

  .signals-img-wrap-2 {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    position: static;
    transform: translate(0);
    width: 50%;
  }

  .signals-img-wrap-1,
  .signals-img-wrap-3 {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    position: static;
    transform: translate(0);
    width: 50%;
  }

  .what-bg-wrap {
    right: 5vw;
    top: 0;
  }

  .contact-bg-wrap {
    bottom: 30%;
    z-index: -1;
  }

  .exclusive-offer {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .title-wrap {
    padding-bottom: 0;
    padding-top: 0;
  }

  .trade-section {
    padding-bottom: 10px;
    padding-top: 40px;
  }

  .footer-nav-list {
    justify-content: center;
    padding-top: 19px;
  }

  .faq-section {
    padding-bottom: 10px;
  }

  .form-cell {
    width: 100%;
  }

  .form-cell.form-cell-fn {
    padding-right: 5px;
    width: 100%;
  }

  .form-cell.form-cell-ln {
    padding-left: 5px;
    width: 100%;
  }

  .main-section {
    padding-bottom: 30px;
    padding-top: 40px;
  }

  .logo-img {
    height: auto;
    max-width: none;
    width: 100%;
  }

  .text-center {
    margin-bottom: 0;
    margin-top: 15px;
  }

  .footer-nav-link {
    font-size: 12px;
  }

  .btn {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .btn.generate-pass {
    font-size: 14px;
    margin-bottom: 0;
  }

  .btn.modal-started-btn {
    color: #fff;
  }

  .btn.sticky-btn {
    margin-bottom: 0;
    padding-bottom: 18px;
    padding-top: 18px;
  }

  .logo {
    margin-right: 15px;
    transform: none;
    width: 100%;
  }

  .logo.w--current {
    max-width: none;
    width: auto;
  }

  .footer {
    padding-bottom: 80px;
    padding-top: 5px;
  }

  .top-warning {
    display: none;
  }

  .faq-title {
    font-size: 24px;
  }

  .form-section {
    background-position: 100% 0;
  }

  .intro-title {
    font-size: 40px;
  }

  .login-form {
    margin-bottom: 0;
  }

  .contact-section {
    padding-top: 130px;
  }

  .contact-form-warp {
    padding-left: 40px;
    padding-right: 40px;
  }

  .legal-section {
    padding-top: 15px;
  }

  .icon {
    display: none;
  }

  .legal-p {
    font-size: 15px;
    line-height: 1.5;
  }

  .pop-h {
    font-size: 30px;
    line-height: 35px;
  }

  .pop-p {
    font-size: 16px;
    line-height: 20px;
  }

  .h-links-wrap {
    display: none;
  }

  .h-links-wrap-mobile {
    display: block;
  }

  .logo {
    height: auto;
  }

  .video-container {
    border-radius: 20px;
    padding: 0;
  }

  .step,
  .steps {
    flex-direction: column;
  }

  .step {
    align-items: center;
    width: 100%;
  }

  .step-i-wrap {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .step-i-subtitle {
    margin-top: 20px;
    text-align: center;
  }

  .title {
    font-size: 27px;
  }

  .title.key-item-title,
  .title.what-title {
    text-align: left;
  }

  .title.adv-title {
    text-align: center;
  }

  .p {
    font-size: 15px;
  }

  .p,
  .p.what-p {
    text-align: left;
  }

  .p.adv-p {
    text-align: center;
  }

  .mob-links-modal {
    display: none;
    opacity: 0;
    padding-bottom: 20px;
    padding-top: 30px;
  }

  .modal-link-a {
    font-size: 16px;
  }

  .sticky-btn-wrap {
    display: block;
  }

  .matte-wrap.what {
    margin-bottom: 40px;
    padding-top: 30px;
  }

  .sign-items {
    padding-left: 70px;
    padding-right: 70px;
  }

  .author-section,
  .still-section {
    padding-top: 0;
  }

  .author-contacts {
    margin-top: 11px;
    text-align: center;
  }

  .what-btn-wrap {
    margin-bottom: 0;
    margin-top: 15px;
  }

  .step-i-line {
    width: 20px;
  }

  .steps-section {
    padding-top: 40px;
  }

  .trade-item,
  .trade-items {
    flex-direction: column;
  }

  .trade-item {
    align-items: center;
    padding-top: 20px;
    width: 100%;
  }

  .trade-item-title {
    margin-top: 20px;
    text-align: center;
  }

  .sign-img-wrap {
    width: 60%;
  }

  .steps-btn-wrap {
    margin-bottom: 0;
    margin-top: 15px;
    text-align: center;
  }

  .scam-img-wrap-1 {
    width: 70%;
  }

  .history-img-wrap-1,
  .history-img-wrap-2,
  .scam-img-wrap-2 {
    width: 60%;
  }

  .adv-item {
    border: 1px solid #828282;
    border-radius: 20px;
    margin-bottom: 20px;
    padding-left: 60px;
    padding-top: 25px;
    width: 95.5%;
  }

  .adv-item.first {
    padding-bottom: 10px;
    padding-top: 25px;
  }

  .adv-i-ico {
    height: 60px;
    left: -30px;
    min-width: 60px;
    top: 10px;
    width: 60px;
  }

  .adv-i-ico.first {
    top: 10px;
  }

  .key-section {
    padding-bottom: 20px;
  }

  .key-item {
    border: 1px solid #828282;
    border-radius: 20px;
    margin-bottom: 50px;
    padding-top: 55px;
    width: 100%;
  }

  .key-i-ico {
    height: 60px;
    min-width: 60px;
    width: 60px;
  }

  .key-btn-wrap {
    margin-bottom: 0;
    margin-top: 15px;
    text-align: center;
  }

  .faq-question {
    font-size: 20px;
    margin-top: 0;
  }

  .faq-arrow {
    height: 20px;
    right: 13px;
    top: 5px;
    width: 20px;
  }

  .faq-accordion-title {
    padding-left: 0;
    padding-right: 35px;
  }

  .faq-answer {
    font-size: 15px;
    padding-right: 30px;
  }

  .faq-a {
    border-right-width: 2px;
    border-top-width: 2px;
    height: 9px;
    left: 5.7px;
    right: 10px;
    top: 4px;
    width: 9px;
  }

  .faq-btn-wrap {
    text-align: center;
  }

  .bottom-wrap,
  .faq-btn-wrap {
    margin-bottom: 0;
    margin-top: 15px;
  }

  .bottom-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }

  .disclaimer {
    margin-bottom: 20px;
    width: 100%;
  }

  .birth-img-wrap {
    width: 60%;
  }

  .birth-btn-wrap,
  .signals-btn-wrap {
    margin-bottom: 0;
    margin-top: 15px;
  }

  .signals-img-wrap-1,
  .signals-img-wrap-2,
  .signals-img-wrap-3 {
    width: 60%;
  }

  .what-bg-wrap {
    z-index: -1;
  }

  .form-row {
    flex-direction: column;
  }

  .copyright {
    font-size: 12px;
  }
}

@media screen and (max-width: 479px) {
  .content.login-bg {
    background-image: radial-gradient(
      circle farthest-corner at 100% 50%,
      #e9e0f9,
      #e9e0f9 7%,
      transparent 20%
    );
  }

  .title-wrap {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
  }

  .faq-section,
  .trade-section {
    padding-top: 40px;
  }

  .faq-section {
    padding-bottom: 20px;
  }

  .form-cell.form-cell-ln {
    min-width: 145px;
  }

  .main-section {
    background-position: 50% 0, 50% 0;
    padding-top: 40px;
  }

  .btn {
    min-width: auto;
    padding-right: 20px;
  }

  .btn.generate-pass {
    font-size: 12px;
  }

  .btn.contact-btn {
    margin-bottom: 0;
  }

  .btn.sticky-btn {
    cursor: pointer;
  }

  .form-title {
    font-size: 20px;
  }

  .form-container {
    border-radius: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .form-container.w500 {
    margin-top: 20px;
    padding: 15px 15px 10px;
  }

  .login-form-title {
    margin-bottom: 20px;
  }

  .intro-section.abs {
    height: 140px;
    padding-top: 60px;
  }

  .intro-section.abs.w195 {
    height: 150px;
  }

  .form-section {
    background-image: url(../images/form-bg.png),
      radial-gradient(
        circle farthest-corner at 100% 50%,
        #e9e0f9,
        #e9e0f9 0,
        transparent 17%
      );
    background-position: 100% 0, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 50vw, auto;
    padding-bottom: 45px;
    padding-top: 140px;
  }

  .intro-title {
    font-size: 25px;
  }

  .form-pre-wrap {
    width: 100%;
  }

  .login-form {
    padding: 20px 15px 0;
  }

  .contact-section {
    padding-top: 150px;
  }

  .contact-form-warp {
    padding-left: 15px;
    padding-right: 15px;
  }

  .legal-section {
    padding-top: 10px;
  }

  .legal-p {
    white-space: normal;
  }

  .breadcrumbs {
    margin-bottom: 40px;
  }

  .pop-h {
    font-size: 28px;
  }

  .h-link {
    font-size: 14px;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .logo {
    min-width: 110px;
  }

  .video-container {
    border-radius: 10px;
  }

  .algo-video-play-btn {
    height: 60px;
    width: 60px;
  }

  .main-title {
    border-left: 2px #fff;
    font-size: 45px;
    font-weight: 700;
  }

  .main-subtitle {
    font-size: 20px;
    line-height: 1.25em;
    margin-bottom: 35px;
    margin-top: 25px;
    padding-left: 0;
  }

  .col-50.img-col {
    min-height: 0;
  }

  .title {
    font-size: 23px;
  }

  .title.still-title {
    border-left-width: 2px;
    text-align: center;
  }

  .title.what-title {
    border-left-width: 2px;
    text-align: left;
  }

  .title.small-title {
    font-size: 18px;
  }

  .h-login {
    padding-left: 5px;
    padding-right: 5px;
  }

  .h-login-ico {
    margin-right: 5px;
  }

  .forms-wrap {
    width: auto;
  }

  .forms-wrap.contact {
    width: 100%;
  }

  .h-hamburger {
    height: 30px;
    min-width: 30px;
    width: 30px;
  }

  .ham-line {
    margin-bottom: 3px;
    width: 20px;
  }

  .matte-wrap.what {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
  }

  .matte-wrap.author {
    padding: 10px 20px;
  }

  .sign-items {
    padding-left: 20px;
    padding-right: 20px;
  }

  .login-form-subtitle {
    margin-bottom: 20px;
  }

  .still-section {
    padding-top: 10px;
  }

  .still-img {
    bottom: 0;
  }

  .author-section {
    padding-top: 10px;
  }

  .author-photo {
    max-height: 50%;
    max-width: 50%;
  }

  .h-login-text {
    font-size: 12px;
  }

  .steps-section {
    padding-bottom: 10px;
  }

  .steps-section,
  .trade-item {
    padding-top: 40px;
  }

  .trade-item-title {
    margin-top: 0;
  }

  .sign-img-wrap {
    width: 90%;
  }

  .title-line {
    left: -70px;
    width: 20px;
  }

  .scam-img-wrap-1 {
    width: 100%;
  }

  .scam-img-wrap-2 {
    width: 90%;
  }

  .scam-text-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .history-img-wrap-1,
  .history-img-wrap-2 {
    width: 80%;
  }

  .adv-section {
    padding-bottom: 20px;
    padding-top: 60px;
  }

  .adv-item,
  .adv-item.first {
    padding-left: 35px;
    padding-top: 20px;
  }

  .adv-i-ico {
    height: 40px;
    left: -20px;
    min-width: 40px;
    padding: 5px;
    top: 16px;
    width: 40px;
  }

  .adv-i-ico.first {
    top: 16px;
  }

  .adv-i-img {
    height: 20px;
    width: 20px;
  }

  .key-item {
    padding-left: 25px;
    padding-top: 35px;
    width: 100%;
  }

  .key-i-ico {
    height: 40px;
    left: 27px;
    min-width: 40px;
    padding: 5px;
    top: -19px;
    width: 40px;
  }

  .key-i-img {
    height: 20px;
    width: 20px;
  }

  .faq-question {
    font-size: 18px;
    line-height: 1.3em;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 10px;
    text-align: left;
  }

  .faq-accordion {
    padding-left: 0;
    padding-right: 0;
  }

  .birth-section {
    padding-bottom: 20px;
  }

  .birth-img-wrap {
    width: 90%;
  }

  .signals-section {
    padding-top: 20px;
  }

  .signals-img-wrap-1,
  .signals-img-wrap-2,
  .signals-img-wrap-3 {
    width: 90%;
  }

  .what-bg-wrap {
    height: auto;
    max-width: 100%;
    width: auto;
  }
}
form input {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #333;
  display: block;
  font-size: 14px;
  height: 38px;
  line-height: 1.42857143;
  margin: 5px 0;
  padding: 8px 12px;
  vertical-align: middle;
  width: 100%;
}
form button {
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  line-height: inherit;
  padding: 9px 15px;
  text-decoration: none;
  background-color: #4096fe;
  border-radius: 35px;
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0;
  margin-top: 0;
  min-width: 265px;
  padding: 15px 20px;
  text-align: center;
  text-transform: none;
  transition: all 0.3s ease;
  font-size: 18px;
  margin-bottom: 20px;
}
