:root {
  --t-text-color: #fff;
  --t-bg-color: #000;
  --t-shadow-color: hsla(0, 0%, 100%, .5)
}

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

.main-wrapper {
  color: #fff;
  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: relative;
  z-index: 1
}

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

.form-control {
  background-color: transparent;
  border: 1px solid hsla(0, 0%, 100%, .4);
  border-radius: 2px;
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  height: 44px;
  margin-bottom: 0;
  width: 100%
}

.form-control.control-bordered {
  border: 1px solid #9d9aa2;
  border-radius: 3px;
  font-family: Roboto, sans-serif;
  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%
}

.profits-section {
  background-color: #0a070c;
  color: #fff;
  padding-bottom: 50px;
  padding-top: 50px
}

.bottom-head {
  background-color: #fff;
  padding-bottom: 10px;
  padding-top: 10px;
  position: relative;
  text-align: left;
  z-index: 3
}

.footer-nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 6px
}

.footer-logo,
.footer-nav-list {
  position: relative;
  text-align: center
}

.footer-logo {
  height: auto;
  margin-left: 0;
  top: -9px;
  width: 268px
}

.footer-logo,
.footer-logo.w--current {
  max-width: 100%
}

.faq-section {
  background-color: #0a070c;
  padding-bottom: 50px;
  padding-top: 30px
}

.form-cell {
  padding-left: 5px;
  padding-right: 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: #0a070c;
  background-image: url(../images/main-bg-2.webp);
  background-position: 0;
  background-repeat: no-repeat;
  background-size: auto;
  border: 0 solid transparent;
  color: #fff;
  overflow: hidden;
  padding-bottom: 60px;
  padding-top: 70px
}

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

.logo-img {
  display: inline-block;
  height: auto;
  margin-left: auto;
  margin-right: 10px;
  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: 15px;
  padding-right: 0;
  text-decoration: none;
  text-transform: uppercase
}

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

.btn {
  background-color: transparent;
  background-image: url(../images/btn-bg.webp);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0;
  margin-top: 0;
  max-width: 100%;
  min-width: 265px;
  padding: 15px 20px;
  text-align: center;
  text-transform: uppercase;
  transition: all .3s
}

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

.btn.generate-pass {
  align-items: center;
  background-image: url(../images/btn-generate-bg.webp);
  cursor: pointer;
  display: flex;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 700;
  height: auto;
  justify-content: center;
  line-height: 1.2;
  min-height: 44px;
  min-width: 0;
  padding: 0;
  text-transform: uppercase;
  width: 100%
}

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

.btn.submit-btn {
  background-image: url(../images/btn-bg.webp);
  font-weight: 700;
  max-width: 100%;
  padding: 18px 20px;
  white-space: normal;
  width: 100%
}

.btn.h-started-btn,
.btn.submit-btn {
  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 {
  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
}

.btn.profit-btn {
  background-image: url(../images/btn-profits-bg.webp);
  font-size: 16px;
  min-width: 235px;
  padding-bottom: 10px;
  padding-top: 10px
}

.btn.faq-btn {
  background-image: url(../images/btn-faq-bg.webp);
  max-width: 100%;
  min-width: 900px
}

.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: #fff;
  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;
  background-image: url(../images/form-bg-ctr.webp);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border: 1px hsla(0, 0%, 51%, .5);
  height: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
  padding: 15px 30px 20px;
  position: relative;
  z-index: 2
}

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

.footer {
  background-color: #fff;
  border: 1px #000;
  border-top: 1px solid #0a070c;
  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, .15);
  text-transform: uppercase
}

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

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

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

.login-form-title {
  color: #d2d0d4;
  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: uppercase
}

.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
}

.form-section {
  background-image: url(../images/lgn-form-bg.webp);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  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: #fff;
  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: uppercase;
  white-space: normal
}

.form-pre-wrap {
  background-image: url(../images/lgn-login-form-bg.webp);
  background-position: 50%;
  background-size: 100% 100%;
  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;
  color: #333;
  padding: 40px 70px
}

.contact-section {
  background-color: #07060a;
  background-image: url(../images/ctc-contact-bg.webp);
  background-position: 0;
  background-size: cover;
  padding-bottom: 220px;
  padding-top: 195px;
  position: relative
}

.contact-title {
  color: #fff;
  font-size: 36px;
  line-height: 1.3;
  margin-bottom: 20px;
  margin-top: 0;
  opacity: .8;
  text-align: center;
  text-transform: uppercase
}

.contact-form-warp {
  background-image: url(../images/ctc-form-bg.webp);
  background-position: 50%;
  background-size: 100% 100%;
  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-color: #fff;
  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: none;
  left: auto;
  min-width: 84px;
  position: absolute;
  right: 0
}

.lang,
.lang-box {
  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, .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 .3s
}

.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, .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
}

.breadcrumbs.white {
  color: #fff
}

.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;
  padding: 0 15px;
  text-transform: uppercase
}

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

.h-link.w--current {
  color: #3d90f3
}

.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 {
  align-items: center;
  display: flex;
  max-width: 268px;
  text-decoration: none
}

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

.main-img-col {
  width: 64%
}

.form-col {
  position: relative;
  width: 34%
}

.img-container {
  border: 1px transparent;
  border-radius: 35px;
  overflow: hidden
}

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

.main-subtitle,
.main-title {
  color: #fff;
  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%
}

.col-50 {
  width: 50%
}

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

.col-50.img-col.still-img-col {
  max-width: 525px;
  width: 40%
}

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

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

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

.col-50.still-text-col.m600 {
  max-width: 600px;
  padding-left: 28px;
  padding-right: 28px;
  width: 60%
}

.col-50.details-img-col,
.col-50.feed-img-col,
.col-50.log-img-col,
.col-50.reg-img-col {
  width: 40%
}

.col-50.table-col {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  width: 40%;
  z-index: 0
}

.col-50.table-col:hover {
  z-index: 2
}

.title {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
  margin-top: 0;
  opacity: .8;
  text-transform: uppercase;
  width: 75%
}

.title.faq-title {
  font-family: Roboto, sans-serif;
  margin-bottom: 30px;
  width: 100%
}

.title.still-title {
  border-left-width: 2px;
  width: 100%
}

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

.title.profit-title {
  color: #fff;
  font-family: Roboto, sans-serif;
  text-transform: uppercase;
  width: 100%
}

.title.profits-title {
  width: 75%
}

.title.step-title {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  width: 100%
}

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

.title.features-title,
.title.log-title {
  width: 100%
}

.title.details-subtitle,
.title.log-subtitle {
  color: #be03bc;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 30px;
  margin-top: 30px;
  text-transform: capitalize;
  width: 100%
}

.title.details-title {
  width: 100%
}

.title.details-title.sub {
  font-size: 24px
}

.p {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  letter-spacing: .4px;
  line-height: 1.4;
  margin-bottom: 20px;
  margin-top: 0;
  opacity: .8;
  text-align: left
}

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

.p.profits-subtitle,
.p.steps-subtitle {
  width: 75%
}

.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: space-between;
  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: #d0cfd2;
  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 .3s
}

.close-modal-btn {
  cursor: pointer;
  display: inline-block;
  font-size: 42px;
  font-weight: 300;
  opacity: .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
}

.features-section {
  background-color: #0a070c;
  background-image: url(../images/features-bg.webp);
  background-position: 95% 66%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 90px;
  padding-top: 60px;
  position: relative
}

.login-form-subtitle {
  color: #d2d0d4;
  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 at 68%, rgba(117, 16, 244, .3), transparent 21%), url(../images/still-bg-c-2.webp);
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 482px;
  border: 1px solid transparent;
  color: #fff;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  z-index: 2
}

.still-cols {
  display: flex;
  justify-content: space-between;
  padding-bottom: 120px;
  padding-top: 120px
}

.what-section {
  background-color: #0a070c;
  background-image: url(../images/abt-what-notrans-bg.webp);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px transparent;
  color: #fff;
  padding-bottom: 20px;
  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: #fff;
  font-size: 16px;
  line-height: 22px;
  text-align: left
}

.bold {
  font-weight: 700
}

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

.author-section {
  border: 1px transparent;
  color: #fff;
  padding-bottom: 40px;
  padding-top: 60px;
  position: relative
}

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

.author-bio,
.author-name {
  color: #fff;
  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-bottom: 25px;
  margin-right: 25px;
  max-width: 15.5%
}

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

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

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

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

.h-login-text {
  color: #4f4f4f;
  font-size: 16px;
  line-height: 20px;
  padding-left: 0;
  text-decoration: none
}

.copyright,
.h-login-text {
  font-family: Roboto, sans-serif;
  padding-right: 0;
  text-transform: uppercase
}

.copyright {
  display: inline-block;
  font-size: 12px;
  padding-left: 15px
}

.year {
  font-size: 14px;
  text-transform: none
}

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

.profits {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  margin-top: 40px
}

.profits,
.profits-item {
  display: flex;
  justify-content: space-between
}

.profits-item {
  border: 1px #828282;
  flex-direction: column;
  margin-bottom: 25px;
  padding-bottom: 40px;
  padding-top: 0;
  position: relative;
  width: 33%
}

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

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

.sign-img-wrap {
  position: absolute;
  right: 3vw;
  top: 50%;
  transform: translateY(-50%);
  width: 40%
}

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

.faq-question {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3em;
  margin-bottom: 0;
  margin-right: 10px;
  margin-top: 0;
  opacity: .8;
  text-align: left;
  text-shadow: none;
  text-transform: uppercase
}

.faq-arrow {
  align-items: center;
  background-color: #4096fe;
  background-image: url(../images/faq-arrow-bg_1faq-arrow-bg.webp);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  display: flex;
  height: 30px;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 8px;
  transition: transform .2s;
  width: 30px
}

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

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

.faq-accordion-item.active .faq-accordion-wrap {
  display: flex;
}
.faq-accordion-item {
  background-color: transparent;
  border: 1px #b5b5b6;
  border-bottom: 1px solid hsla(0, 0%, 100%, .8);
  border-radius: 0;
  margin-bottom: 10px;
  overflow: hidden;
  padding: 10px 0
}

.faq-answer {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  opacity: .8;
  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 .3s;
  width: 9px
}

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

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

.faq-accordion-item.active .faq-arrow {
    transform: rotate(180deg);
    transition: 0.2s;
}

.footer-disclaimer {
  color: #000;
  font-weight: 400
}

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

.left-btn-wrap.profit {
  margin-top: 10px
}

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

.steps {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  display: flex;
  justify-content: space-between;
  margin-top: 60px
}

.step {
  border: 1px #828282;
  margin-bottom: 25px;
  padding-bottom: 40px;
  padding-top: 0;
  position: relative;
  width: 33%
}

.step-name {
  color: #be03bc;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: uppercase
}

.log-section {
  padding-bottom: 60px;
  padding-top: 60px;
  position: relative
}

.log-img {
  width: 100%
}

.log-img.mobile {
  display: none
}

.log-img-wrap {
  position: absolute;
  right: 8vw;
  top: 50%;
  transform: scale(1.5)translate(-5vw, -40%);
  width: 36%
}

.reg-section {
  padding-bottom: 60px;
  padding-top: 60px;
  position: relative
}

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

.reg-img {
  width: 100%
}

.details-section {
  background-image: url(../images/form-sphere.webp);
  background-position: 0 25%;
  background-repeat: no-repeat;
  background-size: 230px 230px;
  padding-top: 60px;
  position: relative
}

.details-img {
  width: 100%
}

.form-sphere-wrap {
  position: absolute;
  right: -114px;
  top: -114px;
  z-index: 1
}

.form-sphere-wrap.author {
  bottom: 0;
  right: 360px;
  top: auto
}

.what-wrapper {
  background-image: url(../images/abt-block-bg-1.webp);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-bottom: 70px;
  margin-top: 90px;
  padding: 20px 60px 20px 80px
}

.what-list {
  margin-bottom: 20px
}

.what-li {
  display: flex;
  margin-bottom: 5px;
  opacity: .8
}

.wli-text {
  font-size: 16px;
  line-height: 1.4
}

.wli-round-wrap {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 7px
}

.wli-round {
  background-color: #fff;
  border-radius: 50%;
  height: 7px;
  min-width: 7px;
  width: 7px
}

.about-wrapper {
  background-image: radial-gradient(circle at 0, #392d4c, rgba(5, 4, 6, .08) 24%, transparent 68%), radial-gradient(circle at 100% 0, #392d4c, transparent 28%, transparent 68%), url(../images/abt-block-bg-2.webp);
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, 100% 100%;
  margin-bottom: 70px;
  padding: 20px 60px 20px 80px
}

.planet {
  background-image: url(../images/planet.webp);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px #000;
  height: 400px;
  position: absolute;
  transition: filter .3s;
  width: 400px;
  z-index: 0
}

.planet:hover {
  filter: saturate(130%)
}

.planet.planet-1 {
  right: 0;
  top: 39%
}

.planet.planet-2 {
  bottom: 16%;
  left: 0
}

.form-footer {
  font-size: 12px;
  margin-top: 15px;
  position: relative;
  text-align: left
}

.info-cols {
  display: none;
  justify-content: space-between;
  margin-bottom: 40px;
  margin-top: 20px
}

.info-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 30%
}

.info-col.center-col {
  align-items: center;
  text-align: center
}

.info-company {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
  text-transform: uppercase
}

.info-address,
.info-copyrights {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0
}

.info-copyrights {
  text-align: center
}

.info-links {
  display: flex;
  justify-content: flex-end
}

.info-phone {
  align-items: center;
  color: #000;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  justify-content: center;
  padding-left: 20px
}

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

.table-wrapper.table-responsive {
  font-size: 16px
}

.table-wrapper.table-responsive.crypto-table-bg {
  background-image: url(../images/crypto-table-bg.webp);
  background-position: 0 0;
  background-size: 100% 100%;
  padding: 40px 20px 30px 50px
}

.crypto-section {
  background-color: #0a070c;
  background-image: url(../images/feed-bg.webp);
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 1000px;
  padding-bottom: 20px;
  padding-top: 20px;
  position: relative
}

.crypto-img-wrap {
  position: absolute;
  right: 4vw;
  top: 63%;
  transform: translateY(-50%);
  width: 47%;
  z-index: 1
}

.crypto-cols {
  display: flex
}

.crypto-col {
  width: 50%
}

.crypto-col.c-name-col {
  width: 65%
}

.crypto-col.c-value-col {
  width: 35%
}

.c-cell {
  align-items: center;
  display: flex;
  height: 60px;
  justify-content: flex-start
}

.c-cell.title-cell {
  border-bottom: 2px solid #fefefe;
  margin-bottom: 10px;
  padding-bottom: 5px
}

.c-img {
  margin-right: 20px
}

.c-title,
.c-value {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1em
}

.c-column-name,
.c-value {
  margin-left: 20px
}

.c-column-name {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1em
}

.name {
  color: #231f20;
  font-size: 24px;
  font-weight: 900
}

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

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

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

  .footer-nav-list {
    justify-content: flex-start
  }

  .footer-logo {
    margin-bottom: 20px;
    margin-left: 0
  }

  .main-section {
    background-position: 50% 2%, 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
  }

  .btn.profit-btn {
    min-width: 180px
  }

  .btn.faq-btn {
    min-width: 0
  }

  .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: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
    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 {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
    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
  }

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

  .form-col {
    width: 100%
  }

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

  .main-subtitle {
    font-size: 22px;
    text-align: center
  }

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

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

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

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

  .col-50.img-col.still-img-col {
    max-width: none;
    min-height: 0;
    width: 100%
  }

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

  .col-50.sign-img-col {
    margin-bottom: 0;
    width: 100%
  }

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

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

  .col-50.reg-img-col {
    width: 100%
  }

  .col-50.log-img-col {
    background-image: radial-gradient(circle closest-corner, #231b33, transparent 72%);
    width: 100%
  }

  .col-50.details-img-col,
  .col-50.feed-img-col {
    width: 100%
  }

  .col-50.table-col {
    margin-left: auto;
    margin-right: auto;
    min-height: 50%;
    width: 80%
  }

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

  .title.profits-title,
  .title.steps-title {
    width: 100%
  }

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

  .p.profits-subtitle,
  .p.steps-subtitle {
    width: 100%
  }

  .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 .3s;
    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
  }

  .features-section {
    background-position: 50% 100%;
    background-size: contain;
    padding-bottom: 20px;
    padding-top: 40px
  }

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

  .still-section {
    background-size: contain, auto;
    padding-bottom: 60px;
    padding-top: 60px
  }

  .still-cols {
    align-items: baseline;
    flex-direction: column-reverse;
    padding-bottom: 0;
    padding-top: 0
  }

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

  .published {
    max-width: 100%
  }

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

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

  .copyright {
    padding-left: 10px;
    padding-right: 10px
  }

  .profits {
    grid-column-gap: 10px;
    grid-row-gap: 10px
  }

  .profits-item {
    padding: 50px 20px 20px;
    width: 80%
  }

  .cols {
    flex-wrap: wrap
  }

  .cols.reg-cols {
    flex-direction: column-reverse
  }

  .cols.details-cols,
  .cols.log-cols {
    flex-direction: column
  }

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

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

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

  .disclaimer {
    text-align: left
  }

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

  .step {
    padding: 50px 20px 20px
  }

  .log-section {
    padding-bottom: 0;
    padding-top: 40px
  }

  .log-img {
    display: none
  }

  .log-img.mobile {
    display: block
  }

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

  .reg-section {
    padding-bottom: 0;
    padding-top: 40px
  }

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

  .details-section {
    padding-bottom: 0;
    padding-top: 40px
  }

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

  .form-sphere-wrap.author {
    right: 0
  }

  .planet {
    height: 200px;
    width: 200px
  }

  .planet.planet-1 {
    top: 49%
  }

  .planet.planet-2 {
    bottom: 16%
  }

  .info-cols {
    padding-left: 10px;
    padding-right: 10px
  }

  .info-col {
    width: 33%
  }

  .info-address,
  .info-company {
    font-size: 15px;
    text-align: left
  }

  .info-copyrights,
  .info-phone {
    font-size: 15px
  }

  .crypto-section {
    background-position: 50% 100%
  }

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

  .c-column-name,
  .c-title {
    text-align: left
  }
}

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

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

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

  .footer-logo {
    height: auto;
    margin-left: auto;
    margin-right: auto
  }

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

  .form-cell {
    width: 100%
  }

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

  .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
  }

  .form-title {
    padding-left: 10px
  }

  .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 {
    max-width: none;
    width: auto
  }

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

  .main-title {
    font-size: 35px
  }

  .col-50.log-img-col {
    background-image: radial-gradient(circle, #231b33, transparent 52%)
  }

  .title {
    font-size: 27px;
    width: 100%
  }

  .title.what-title {
    text-align: left
  }

  .title.profits-title {
    text-align: center;
    width: 100%
  }

  .title.steps-title {
    padding-left: 20px;
    padding-right: 20px
  }

  .p {
    font-size: 15px
  }

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

  .p.profits-subtitle {
    text-align: center;
    width: 100%
  }

  .p.steps-subtitle {
    padding-left: 20px;
    padding-right: 20px
  }

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

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

  .sticky-btn-wrap {
    display: block
  }

  .features-section {
    background-position: 50% 100%
  }

  .still-section {
    padding-top: 60px
  }

  .author-section {
    padding-top: 0
  }

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

  .year {
    font-size: 12px
  }

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

  .profits {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column
  }

  .profits-item {
    align-items: center;
    flex-direction: column;
    padding-top: 20px;
    width: 100%
  }

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

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

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

  .faq-arrow {
    height: 20px;
    right: 13px;
    top: 11px;
    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;
    text-align: center;
    width: 100%
  }

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

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

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

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

  .step {
    align-items: center;
    margin-bottom: 20px;
    padding-top: 20px;
    width: 100%
  }

  .details-img-wrap,
  .log-img-wrap,
  .reg-img-wrap {
    width: 60%
  }

  .about-wrapper,
  .what-wrapper {
    padding-left: 60px;
    padding-right: 40px
  }

  .planet.planet-2 {
    bottom: 14%
  }

  .info-cols {
    flex-flow: wrap;
    margin-bottom: 10px;
    margin-top: 30px
  }

  .info-col {
    align-items: center;
    margin-bottom: 20px;
    width: 100%
  }

  .info-col.center-col {
    margin-bottom: 15px
  }

  .info-copyrights {
    margin-bottom: 0
  }

  .info-phone {
    padding-left: 10px
  }

  .table-wrapper.table-responsive.crypto-table-bg {
    padding: 40px 20px
  }

  .crypto-img-wrap {
    width: 60%
  }

  .c-cell {
    height: 55px
  }

  .c-title,
  .c-value {
    font-size: 16px
  }

  .c-column-name {
    font-size: 20px
  }

  .name {
    display: none
  }
}

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

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

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

  .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.submit-btn {
    margin-bottom: 5px
  }

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

  .btn.sticky-btn {
    cursor: pointer
  }

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

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

  .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-position: 0 0;
    background-size: auto;
    padding-bottom: 45px;
    padding-top: 140px
  }

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

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

  .login-form {
    background-image: url(../images/lgn-login-form-bg.png.webp);
    background-repeat: no-repeat;
    background-size: contain;
    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
  }

  .img-container {
    border-radius: 10px
  }

  .main-title {
    border-left: 2px #fff;
    font-family: Ubuntu, Helvetica, sans-serif;
    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
  }

  .col-50.log-img-col {
    background-image: radial-gradient(circle farthest-side, #231b33, transparent 40%)
  }

  .col-50.table-col {
    width: 100%
  }

  .title {
    font-size: 23px
  }

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

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

  .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
  }

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

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

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

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

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

  .profits {
    margin-top: 20px
  }

  .profits-item {
    margin-bottom: 0;
    padding-top: 20px
  }

  .profit-title {
    margin-top: 0
  }

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

  .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
  }

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

  .steps {
    margin-top: 40px
  }

  .step {
    padding-top: 20px
  }

  .details-img-wrap,
  .log-img-wrap,
  .reg-img-wrap {
    width: 90%
  }

  .about-wrapper,
  .what-wrapper {
    padding-left: 30px;
    padding-right: 20px
  }

  .planet.planet-1 {
    top: 42.4%
  }

  .planet.planet-2 {
    bottom: 15%
  }

  .form-footer {
    padding-right: 10px
  }

  .info-cols {
    margin-bottom: 10px
  }

  .info-col {
    margin-bottom: 15px
  }

  .table-wrapper.table-responsive.crypto-table-bg {
    padding: 30px 10px
  }

  .crypto-img-wrap {
    width: 90%
  }

  .crypto-col.c-name-col {
    width: 65%
  }

  .crypto-col.c-value-col {
    width: 35%
  }

  .c-img {
    height: 30px;
    margin-right: 10px;
    min-width: 30px;
    width: 30px
  }

  .c-title,
  .c-value {
    font-size: 14px
  }
}

@font-face {
  font-display: auto;
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Lato-Regular.ttf) format("truetype")
}

@font-face {
  font-display: auto;
  font-family: Lato;
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/Lato-Semibold.ttf) format("truetype")
}

.sgn-form-wrap {
  align-items: center
}

.members-form-policy-toggle {
  display: block !important;
  margin-left: 0 !important
}

.members-form-policy-tooltip {
  left: -30px !important;
  right: -30px !important;
  width: auto !important
}

.languageSelect-toggle {
  display: flex;
}

textarea {
  resize: none;
}