body {
  background-color: #243b7a;
  font-family: Roboto, sans-serif;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 18px;
  line-height: 140%;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 85px;
  line-height: 140%;
  font-weight: 700;
  text-transform: uppercase;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 140%;
  font-weight: 700;
  text-transform: uppercase;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 140%;
  font-weight: 700;
}

.warning {
  margin-bottom: 0px;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.top-logo-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-warning {
  background-color: #d0281d;
}

.container {
  position: relative;
  max-width: 1400px;
  padding-right: 15px;
  padding-left: 15px;
}

.top-navigation-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-navigation-wrapper {
  display: flex;
}

.container.still-section-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container.about-what-is-section {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.container.about-our_team-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.container.contact-form-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
}

.top-navigation-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.top-navigation {
  background-color: transparent;
}

.login-icon {
  margin-right: 10px;
}

.top-navigation-menu-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #4f4f4f;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
}

.top-navigation-menu-item.login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-navigation-menu-item.get-started {
  border-radius: 25px;
  background-color: #3ba7db;
  color: #fff;
  font-weight: 700;
}

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

.form-control {
  height: 50px;
  border: 1px solid #9d9d9d;
  border-radius: 10px;
  background-color: transparent;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 14px;
}

.form-control.prefix {
  background-color: #eeeff0;
  color: rgba(0, 0, 0, 0.8);
}

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

.signup-float-coin {
  position: absolute;
  top: 30%;
  right: 0px;
  z-index: 0;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

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

.algo-video-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/poster.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

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

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-color: #3ba7db;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 120%;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.button.generate-pass {
  position: relative;
  z-index: 1;
  height: 50px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 12px;
}

.button.fullwidth {
  width: 100%;
}

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

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

.form-title {
  margin-bottom: 25px;
  padding-right: 15px;
  padding-left: 15px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.algo-video-play-btn {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  width: 100px;
  height: 100px;
  margin: auto;
  background-image: url('../images/play-video-button.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.hero {
  padding-bottom: 140px;
  background-image: url('../images/hero-bg.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.form-group {
  width: 100%;
}

.hero-description {
  margin-bottom: 50px;
  padding-left: 25px;
  border-left: 1px solid #fff;
  font-size: 24px;
  line-height: 140%;
  font-weight: 700;
}

.warning-icon {
  display: none;
}

.form-container {
  margin-top: 15px;
  padding: 45px 40px;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#253e7e), to(#253e7e));
  background-image: linear-gradient(180deg, #253e7e, #253e7e);
  box-shadow: 0 20px 100px 0 #121d47;
}

.form-container.register-form-onlogin-page {
  width: 100%;
  max-width: 75%;
  margin-top: 8%;
  margin-right: auto;
  margin-left: 30px;
}

.hmp-video-float_coin {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.trade {
  padding-top: 70px;
  padding-bottom: 70px;
  background-image: url('../images/trade-bg.png');
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.trade-item-icon {
  width: 35px;
  height: 35px;
  max-height: 35px;
  max-width: 35px;
  min-height: 35px;
  min-width: 35px;
}

.trade-item-title {
  margin-top: 30px;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.machine {
  padding-top: 70px;
  padding-bottom: 70px;
  background-image: url('../images/machine-bg.png');
  background-position: 100% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.machine-text {
  margin-right: 5px;
  margin-bottom: 40px;
  text-align: right;
}

.hero-title {
  margin-top: 80px;
  padding-bottom: 35px;
  padding-left: 25px;
  border-left: 1px solid #fff;
}

.no-scam {
  background-image: url('../images/no-scam-bg.png');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.no-scam.no-scam-item1-bg {
  background-size: auto;
}

.no-scam.no-scam-item2-bg {
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url('../images/no-scam-item2-bg.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.no-scam-item1-bg {
  background-image: url('../images/no-scam-item1-bg.png');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.no-scam-item2-bg {
  background-image: url('../images/no-scam-item2-bg.png');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.steps-item-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  max-height: 35px;
  max-width: 35px;
  min-height: 35px;
  min-width: 35px;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #3ba7db;
  font-weight: 700;
}

.steps-item-title {
  margin-bottom: 25px;
  text-transform: uppercase;
}

.steps {
  padding-top: 90px;
  padding-bottom: 70px;
}

.max-width-80-percent {
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.steps-columns {
  margin-bottom: 45px;
}

.steps-title {
  max-width: 60%;
  text-align: center;
}

.faq-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  max-height: 30px;
  max-width: 30px;
  min-height: 30px;
  min-width: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #3ba7db;
  background-image: url('../images/faq-item-open-item-icon_1faq-item-open-item-icon.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
}

.faq-accordion-item {
  overflow: hidden;
  padding-top: 25px;
  border-bottom: 1px solid #fff;
}

.text-center {
  margin-bottom: 40px;
  text-align: center;
}

.max-width-20-percent {
  max-width: 20%;
  margin-right: auto;
  margin-left: auto;
}

.faq-accordion {
  margin-bottom: 40px;
}

.heading {
  padding-bottom: 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.faq-accordion-title {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.faq {
  padding-top: 70px;
  padding-bottom: 135px;
}

.faq-accordion-wrap {
  display: none;
  margin-bottom: 25px;
  font-size: 16px;
  text-align: justify;
}

.footer {
  padding-top: 35px;
  padding-bottom: 30px;
  background-color: #fff;
}

.copy-and-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-link {
  margin-right: 5px;
  padding-right: 5px;
  color: #4f4f4f;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-link:hover {
  color: #0056b3;
  text-decoration: none;
}

.footer-link.footer-link-last {
  border-right-style: none;
}

.footer-copyright {
  display: inline;
  color: #4f4f4f;
  font-size: 16px;
}

.footer-logo-link {
  width: 100%;
  text-align: center;
}

.form-block {
  margin-bottom: 0px;
}

.blurred-bg {
  background-color: rgba(198, 158, 234, 0.15);
}

.blurred-bg.login-wrap {
  max-width: 75%;
  margin-bottom: 40px;
  margin-left: auto;
  padding: 50px 60px;
  border-radius: 20px;
}

.blurred-bg.form-container {
  border-radius: 20px;
}

.blurred-bg.contact-form-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50%;
  padding: 50px 80px 60px;
  border-radius: 20px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.login-text {
  margin-right: 30px;
  text-align: right;
}

.breadcrumbs {
  position: relative;
  z-index: 1;
  margin-top: 50px;
  margin-bottom: 40px;
  font-size: 14px;
  text-transform: lowercase;
}

.button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(27%, #6840d9), to(#9540d9));
  background-image: linear-gradient(90deg, #6840d9 27%, #9540d9);
  color: #fff;
  font-size: 16px;
  line-height: 120%;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.button-2.generate-pass {
  position: relative;
  z-index: 1;
  height: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 10px;
}

.button-2.fullwidth {
  width: 100%;
}

.login-forms {
  background-image: url('../images/login-forms-bg.png');
  background-position: 50% 0%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.login-subtitle {
  margin-right: 30px;
  margin-bottom: 55px;
  text-align: right;
}

.form-title-2 {
  margin-bottom: 25px;
  padding-right: 15px;
  padding-left: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.login-title {
  margin-top: 80px;
}

.max-width-40-percent {
  max-width: 40%;
}

.max-width-40-percent.align-right {
  margin-left: auto;
}

.still {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/still-not-a-member-bg.png');
  background-position: 100% 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.still-text {
  margin-bottom: 45px;
  margin-left: 35px;
}

.img-float-left {
  float: left;
}

.img-float-left.max-width-50 {
  max-width: 50%;
}

.still-title {
  max-width: 75%;
  margin-left: 30px;
}

.login-wrap {
  position: relative;
  width: 100%;
  max-width: 75%;
  margin-right: 30px;
  margin-bottom: 40px;
  margin-left: auto;
  padding: 50px 60px;
  border-radius: 20px;
  background-color: #2d4687;
}

.login-form-float_coin {
  position: absolute;
  left: 0px;
  bottom: 0px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.about-what_is-text {
  margin-bottom: 40px;
  margin-left: 5px;
}

.about-title {
  margin-top: 80px;
}

.what-is {
  background-image: url('../images/what_is-bg.png');
  background-position: 100% 0%;
  background-size: 100% 95%;
  background-repeat: no-repeat;
}

.about-what_is-title {
  max-width: 80%;
}

.our_team-text {
  margin-right: 5px;
  margin-bottom: 45px;
  text-align: right;
}

.our_team-title {
  max-width: 80%;
  text-align: right;
}

.our-team {
  margin-top: 150px;
  padding-bottom: 170px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 26, 67, 0)), to(#0a174d));
  background-image: linear-gradient(180deg, rgba(16, 26, 67, 0), #0a174d);
}

.img-float-right {
  float: right;
}

.img-float-right.max-width-50 {
  max-width: 50%;
}

.contact-title {
  margin-top: 80px;
}

.contact-form-warp {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.contact-subtitle {
  margin-bottom: 35px;
  text-align: center;
}

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

.ctc-form-float_img {
  position: absolute;
  right: 0%;
  bottom: 50%;
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.contact-form-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 634px;
  padding: 50px 80px 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #2d4687;
}

.form-block-2 {
  background-color: #000;
}

.contact-form-section {
  background-image: url('../images/contact-bg.png');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.privacy-policy-title {
  margin-top: 80px;
}

.privacy-policy-text {
  margin-bottom: 40px;
}

.terms-and-conditions-title {
  margin-top: 80px;
}

.terms-and-conditions-text {
  margin-bottom: 40px;
}

.cookie-policy-title {
  margin-top: 80px;
}

.cookie-pokicy-text {
  margin-bottom: 40px;
}

.b-error {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pop-h {
  margin-top: 0px;
  line-height: 1.3;
  text-align: center;
}

.pop-p {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
}

.machine-img {
  margin-top: -20%;
}

.no-scam-item1-img {
  margin-top: -15%;
}

.no-scam-item2-img {
  margin-top: -10%;
}

.max-width-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.top-navigation-menu-item-2 {
  padding: 5px 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  color: #4f4f4f;
  font-size: 16px;
  text-decoration: none;
}

.machine-title {
  position: static;
  max-width: 80%;
  text-align: right;
}

.no-scam-title {
  max-width: 80%;
}

.no-scam-title.item2 {
  text-align: right;
}

.no-scam-title.item1 {
  text-align: left;
}

.no-scam-text {
  margin-bottom: 40px;
}

.no-scam-text.item1 {
  margin-left: 5px;
  text-align: left;
}

.no-scam-text.item2 {
  margin-right: 5px;
  text-align: right;
}

.trade-title {
  position: relative;
  text-align: center;
}

.trade-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.trade-title-wrapper.margin-bottom-40 {
  margin-bottom: 40px;
}

.trade-title-wrapper.margin-bottom-40.margin-right--155 {
  margin-right: -155px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.hr {
  position: relative;
  height: 1px;
  max-width: 120px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.hr.margin-right-35 {
  margin-right: 35px;
}

.hr.margin-right-35.to-top2 {
  margin-top: 3%;
  margin-bottom: auto;
}

.hr.margin-left-35 {
  margin-left: 35px;
}

.hr.margin-left-35.to-top {
  margin-bottom: auto;
}

.hr.margin-left-35.to-top2 {
  margin-top: 3%;
  margin-bottom: auto;
}

.machine-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -150px;
  margin-bottom: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.no-scam-title1-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  margin-left: -150px;
}

.no-scam-title2-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -150px;
  margin-bottom: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.steps-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.still-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30%;
  margin-bottom: 40px;
  margin-left: -150px;
}

.about-what_is-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  margin-left: -150px;
}

.our_team-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -150px;
  margin-bottom: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.machine-button_wrapper {
  max-width: 80%;
  margin-left: auto;
}

.no-scam-button_wrapper {
  max-width: 80%;
  margin-left: auto;
}

.steps-button-wrapper {
  max-width: 60%;
  margin-right: auto;
  margin-left: auto;
}

.what-is-img {
  position: relative;
  z-index: 0;
  margin-top: -15%;
}

.about-our-team-img {
  margin-top: -15%;
  margin-bottom: -20%;
}

.what_is-button_wrapper {
  max-width: 60%;
  margin-right: auto;
  margin-left: 5px;
}

.our_team-button_wrapper {
  max-width: 60%;
  margin-right: 5px;
  margin-left: auto;
}

.faq-button {
  max-width: 30%;
  margin-right: auto;
  margin-left: auto;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.col-vertical-align-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.login-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.login-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.still-button_wrapper {
  max-width: 60%;
  margin-right: auto;
  margin-left: 35px;
}

.contact-img {
  max-width: 50%;
  margin-top: -10%;
  float: right;
}

.our-team-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.scam-item2-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.fn {
  margin-left: 5px;
  color: #000;
  font-size: 22px;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 14px;
  }

  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 18px;
  }

  .top-navigation-menu-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: right;
  }

  .top-navigation-menu-button.w--open {
    background-color: transparent;
    color: #000;
  }

  .container.still-section-container {
    display: block;
    margin-bottom: 20px;
  }

  .container.about-our_team-container {
    display: block;
  }

  .container.contact-form-section {
    display: block;
  }

  .top-navigation-menu {
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    background-color: #fff;
  }

  .top-navigation {
    margin-right: -15px;
    margin-left: -15px;
  }

  .top-navigation-menu-item {
    width: 250px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .top-navigation-menu-item.get-started {
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

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

  .algo-video-container {
    margin-bottom: 20px;
  }

  .hero {
    padding-bottom: 0px;
  }

  .hero-description {
    border-left: 0px solid transparent;
    text-align: center;
  }

  .form-container.register-form-onlogin-page {
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .trade-item {
    margin-bottom: 20px;
  }

  .machine {
    background-image: url('../images/machine-bg.png');
    background-size: auto;
    background-repeat: no-repeat;
  }

  .machine-text {
    position: relative;
    z-index: 1;
    text-align: left;
  }

  .hero-title {
    border-left: 0px none transparent;
    text-align: center;
  }

  .no-scam.no-scam-item1-bg {
    background-position: 0% -30%;
  }

  .no-scam.no-scam-item2-bg {
    background-position: 100% 10%;
  }

  .steps-item {
    margin-bottom: 20px;
  }

  .copy-and-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-link {
    margin-bottom: 10px;
  }

  .blurred-bg.login-wrap {
    max-width: none;
  }

  .login-text {
    margin-bottom: 40px;
    text-align: left;
  }

  .login-subtitle {
    text-align: center;
  }

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

  .max-width-40-percent {
    max-width: none;
  }

  .max-width-40-percent.align-right {
    margin-left: 0px;
  }

  .still {
    display: block;
  }

  .img-float-left {
    float: none;
  }

  .img-float-left.max-width-50 {
    width: 100%;
    max-width: 100%;
  }

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

  .login-wrap {
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

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

  .about-what_is-title {
    text-align: center;
  }

  .our_team-text {
    max-width: 100%;
    text-align: left;
  }

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

  .img-float-right {
    float: none;
  }

  .img-float-right.max-width-50 {
    width: 100%;
    max-width: 100%;
  }

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

  .contact-form-box {
    width: auto;
    margin-bottom: 50px;
    padding: 10px 20px 20px;
  }

  .contact-form-section {
    background-size: cover;
  }

  .privacy-policy-title {
    text-align: center;
  }

  .terms-and-conditions-title {
    text-align: center;
  }

  .cookie-policy-title {
    text-align: center;
  }

  .machine-img {
    position: relative;
    z-index: 0;
    width: 100%;
    margin-top: -10%;
  }

  .no-scam-item1-img {
    width: 100%;
  }

  .no-scam-item2-img {
    width: 100%;
    margin-top: 0%;
  }

  .top-navigation-menu-item-2 {
    width: 250px;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .no-scam-title.item2 {
    text-align: center;
  }

  .no-scam-title.item1 {
    text-align: center;
  }

  .no-scam-text.item2 {
    text-align: left;
  }

  .hr {
    display: none;
  }

  .machine-title-wrapper {
    margin-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .no-scam-title1-wrapper {
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .no-scam-title2-wrapper {
    margin-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .steps-title-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .still-title-wrapper {
    margin-top: 0%;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .about-what_is-title-wrapper {
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .our_team-title-wrapper {
    margin-right: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .machine-button_wrapper {
    position: relative;
    z-index: 1;
    max-width: none;
  }

  .no-scam-button_wrapper {
    max-width: none;
  }

  .steps-button-wrapper {
    max-width: none;
  }

  .what-is-img {
    max-width: none;
    float: none;
  }

  .about-our-team-img {
    max-width: none;
    margin-top: -15%;
    margin-bottom: 0%;
    float: none;
  }

  .what_is-button_wrapper {
    max-width: none;
  }

  .our_team-button_wrapper {
    max-width: none;
  }

  .icon {
    color: #000;
  }

  .machine-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .faq-button {
    max-width: none;
  }

  .still-img {
    width: 100%;
  }

  .heading-2 {
    font-size: 18px;
  }

  .text-block {
    font-size: 14px;
  }

  .login-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .still-button_wrapper {
    max-width: 100%;
  }

  .contact-img {
    max-width: 100%;
    float: none;
  }

  .heading-3 {
    font-size: 24px;
  }

  .our-team-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .scam-item2-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 767px) {
  .form-control {
    margin-bottom: 10px;
  }

  .form-cell {
    width: 100%;
  }

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

  .form-group {
    margin-bottom: 0px;
  }

  .copy-and-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-link {
    margin-bottom: 10px;
  }

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

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

@media screen and (max-width: 479px) {
  .breadcrumbs {
    margin-bottom: 40px;
  }

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

.footer-disclaimer {
  margin-top: 20px;
  font-size: 12px;
  font-weight: 400;
  color: #000;
}