h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

li {
  font-size: 18px;
  line-height: 24px;
}

.h1 {
  color: #fff;
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2em;
}

.h1.title {
  color: #fff;
  text-transform: none;
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 1.2em;
  text-transform: uppercase;
}

.columns {
  min-height: auto;
  display: flex;
  overflow: visible;
}

.form-column {
  min-height: auto;
  object-fit: fill;
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}

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

.video-column {
  min-height: 100%;
}

.container {
  max-width: 1140px;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding: 0 15px;
  display: block;
}

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

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

.container.relative {
  position: relative;
}

.main-section {
  background-color: #24242a;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 160px 0 30px;
  font-family: Roboto, sans-serif;
}

.body {
  background-color: rgba(0, 0, 0, 0);
}

.video-container {
  width: 100%;
  border: 10px #fff;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.video-container.mod {
  background-image: url("../images/videohome.jpg");
  background-position: 0 0;
  background-size: auto;
}

.intro-section {
  background-color: DarkCyan	;
  background-image: linear-gradient(
      rgba(16, 24, 52, 0.5),
      rgba(16, 24, 52, 0.5)
    ),
    url("../images/main-bg.jpg");
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  padding-top: 180px;
  padding-bottom: 80px;
}

.form-section {
  background-color: #fff;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.login-form-title {
  color: #333;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  line-height: 1.3em;
}

.login-btn {
  width: 33%;
  height: 50px;
  max-width: 90%;
  direction: ltr;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #b93a45;
  border-radius: 6px;
  margin: 0 5px;
  padding: 5px 40px;
  font-family: Oswald, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 35px;
  text-decoration: none;
  display: inline-block;
}

.still-section {
  text-align: center;
  background-color: LightSeaGreen	;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.2), #3e3826);
  padding-top: 60px;
  padding-bottom: 60px;
}

.still-title {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.3em;
}

.still-subtitle {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
  margin-bottom: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.3em;
}

.h1-3 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.algo-video-container {
  flex: 1;
  position: relative;
}

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

.warning-icon {
  display: none;
}

.form-title {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  border: 0 #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.3em;
}

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

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

.form-cell.form-cell-2 {
  width: 42%;
  max-height: 100%;
  padding-left: 3px;
  display: block;
}

.form-cell.form-cell-1 {
  width: 58%;
  max-height: none;
  width: 58%;
  max-height: none;
  padding-right: 4px;
  display: block;
}

.form-cell.form-cell-2 {
  width: 42%;
  max-height: 100%;
  min-width: 140px;
  padding-left: 3px;
  display: block;
}

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

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

.form-control {
  width: 100%;
  height: 37px;
  color: #555;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0;
  margin-bottom: 0;
  padding: 6px 10px 6px 22px;
  font-size: 16px;
  font-weight: 400;
}

.nice-btn {
  height: auto;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: MediumAquamarine;
  border-radius: 6px;
  padding: 10px 40px;
  font-size: 27px;
  font-weight: 700;
  line-height: 40px;
  text-decoration: none;
  display: inline-block;
}

.nice-btn:hover {
}

.nice-btn.btn-submit {
  width: 100%;
  height: auto;
  text-transform: uppercase;
  white-space: normal;
  border: 1px solid #000;
  border-radius: 4px;
  background-image: none;
  background-color: MediumAquamarine;
  padding-left: 12px;
  padding-right: 12px;
  font-family: Roboto, sans-serif;
  font-size: 19px;
  line-height: 1.3em;
  transition: ease-in 0.3s;
}

.nice-btn.btn-submit:hover {
  background-color: MediumAquamarine;
}

.nice-btn.generate-pass {
  width: 100%;
  height: auto;
  min-height: 37px;
  text-transform: none;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding: 2px 10px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  line-height: 14px;
  transition: ease-in 0.3s;
  display: flex;
}

.nice-btn.login-btn {
  width: 100%;
  height: auto;
  max-width: 100%;
  min-height: 50px;
  text-transform: none;
  white-space: normal;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 1.2em;
}

.nice-btn.contact-btn {
  width: 100%;
  height: auto;
  text-transform: uppercase;
  white-space: normal;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
  display: block;
}

.nice-btn.still-btn {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 19px;
}

.form-container {
  width: 560px;
  max-width: 100%;
  text-align: center;
  background-color: #fff;
  background-color: DarkCyan	;
  border-radius: 20px;
  padding: 8px 10px 10px;
  display: inline-block;
  transition: 0.3s;
  box-shadow: 10px 10px 0px rgba(0, 0, 0, 0.4);
}
.form-container:hover {
  box-shadow: none;
}

.form-container.mod {
  box-shadow: none;
}

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

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

.header {
  z-index: 5;
  width: 100%;
  background-color: white;
  border: 0 solid #000;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.header-wrap {
  width: 100%;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 13px;
  display: flex;
  position: absolute;
}

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

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

.footer {
  background-color: #151f25;
  border: 1px solid #ff9c00;
  border-top: 1px #0d1132;
  border-bottom-color: rgba(0, 0, 0, 0);
  padding-top: 25px;
  padding-bottom: 20px;
  font-family: Lato, sans-serif;
}

.footer-nav {
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 0;
  display: flex;
}

.list-item {
  margin: 5px 20px 10px 0;
  list-style-type: decimal;
}

.list-item.footer-nav-item {
  border-left-style: none;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
  list-style-type: none;
}

.footer-link {
  color: #caf0f8;
  text-transform: none;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5em;
  text-decoration: none;
  display: inline-block;
}

.form-pre-wrap {
  background-color: #fff;
  border: 1px #000;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 0;
}

.form-block {
  text-align: center;
  background-color: DarkCyan	;
  border: 1px #000;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 40px 30px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.login-form {
  justify-content: space-between;
  display: block;
}

.column {
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.login-form-control {
  width: 100%;
  height: 38px;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 0;
  padding-left: 12px;
  font-size: 16px;
  font-weight: 700;
}

.login-form-control.pass-control {
  height: 42px;
  background-color: #eee;
  background-image: url("../images/pass-icon_1pass-icon.png");
  background-position: 8px;
  background-repeat: no-repeat;
  background-size: 18px 22px;
  padding-left: 35px;
}

.login-form-control.pass-control.form-control {
  height: 50px;
  background-color: #eee;
  background-position: 15px;
  padding-left: 48px;
  font-weight: 400;
}

.login-form-control.email-control {
  height: 42px;
  background-color: #eee;
  background-image: url("../images/user-icon_1user-icon.png");
  background-position: 8px;
  background-repeat: no-repeat;
  background-size: 24px 22px;
  padding-left: 48px;
}

.login-form-control.email-control.form-control {
  height: 50px;
  background-color: #eee;
  background-image: url("../images/fa-user_1fa-user.png");
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  font-weight: 400;
  line-height: 20px;
}

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

.column-6,
.column-7 {
  padding-left: 5px;
  padding-right: 5px;
}

.content-section {
  margin-bottom: 40px;
  padding-top: 40px;
}

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

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

.heading-4 {
  font-size: 28px;
}

.red-line {
  background-color: #ffb703;
  margin-bottom: 0;
  color: DarkCyan	;
}

.container-5 {
  max-width: 1140px;
  text-align: left;
  border-bottom: 0 solid #000;
  border-right: 0 solid #000;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.timer-wrapper {
  color: DarkCyan	 !important;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
}

.login-form-subtitle {
  color: #333;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 2em;
}

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

.f-c {
  width: 100%;
  height: 38px;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 0;
  padding-left: 12px;
  font-size: 16px;
  font-weight: 700;
}

.f-c.control-bordered {
  height: 56px;
  border: 1px solid #000;
  border-radius: 0;
  font-size: 15px;
  font-weight: 400;
  position: relative;
  left: auto;
  right: auto;
}

.f-c.control-bordered.textarea {
  height: 200px;
  margin-left: 0;
  margin-right: 0;
}

.f-c.control-bordered.textarea.form-control {
  min-height: 30vh;
  position: static;
  left: auto;
  right: auto;
}

.f-c.control-bordered.form-control {
  color: #495057;
  background-color: #fff;
  border-color: #ced4da;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

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

.contact-section {
  background-color: #fff;
  border: 0 solid #fff;
  border-bottom-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.contact-btn {
  width: auto;
  height: 50px;
  max-width: 100%;
  direction: ltr;
  color: #fff;
  text-align: center;
  text-transform: none;
  background-color: MediumAquamarine;
  border-radius: 6px;
  margin: 30px auto 0;
  padding: 10px 40px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
  display: inline-block;
}

.contact-form-warp {
  background-color: #fff;
  padding: 30px 50px 20px;
}

.form-label {
  width: 270px;
  max-width: 100%;
  text-align: left;
  padding-left: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.heading-10 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 60px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  display: none;
}

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

.div-block-2 {
  padding-left: 15px;
  padding-right: 15px;
}

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

.main-wrapper {
  height: 100%;
  min-height: 100vh;
  min-width: 320px;
  color: #4d4d4d;
  flex-direction: column;
  justify-content: flex-start;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 1.2;
  display: flex;
}

.breadcrumbs {
  text-align: left;
  margin-bottom: 0;
}

.title {
  color: #333;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2em;
}

.bottom-section {
  background-color: #151f25;
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
}

.footer-disclaimer {
  color: #bacedb;
  text-align: justify;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
}

.form-logo {
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

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

.clients-section {
  background-color: DarkCyan;
  padding-top: 60px;
  padding-bottom: 30px;
  padding: 0 auto;
}

.nasdaq-section {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  max-width: 1140px;
  margin: 0 auto;
}

.n1 {
  width: 41.67%;
}

.n2 {
  width: 50%;
  background-image: url("nasdaq.avif");
  background-position: 70%;
  background-repeat: no-repeat;
  background-size: cover;
}

.n3 {
  width: 28.67%;
  padding: 25px 40px 7px;
}

.nasdaq-wrap {
  display: flex;
}

.n1-wrap {
  min-height: 200px;
  display: flex;
}

.n11 {
  width: 50%;
  min-height: 200px;
  background-image: url("news-1.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.n12 {
  width: 50%;
  height: 100%;
  min-height: 200px;
  padding: 5px 35px;
}

.n13 {
  min-height: 200px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../images/news-2.jpg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 50px;
  padding-left: 60px;
  padding-right: 60px;
}

.date-time {
  color: #8b8b8b;
  font-size: 16px;
}

.date-time.date-time-3 {
  color: #fff;
}

.n12-text {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2em;
}
.breadcrumbs ol {
  list-style: none;
  padding: 5px 10px !important;
  margin: 0 0 30px !important;
  display: inline-block;
  background-color: #219ebc !important;
  border-radius: 20px;
  color: white;
}
.breadcrumbs ol li a {
  color: #023047 !important;
}

.n12-title {
  color: #000;
  border-bottom: 3px solid #dbdbdb;
  margin-top: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
}

.n3-title {
  color: #000;
  border-bottom: 3px solid #dbdbdb;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.5em;
}

.n3-text {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2em;
}

.n13-title {
  color: #fff;
  border-bottom: 3px solid #fff;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.5em;
}

.contact-subtitle {
  color: #fff;
  text-align: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.2em;
}

.privacy-a {
  color: #caf0f8;
  font-weight: 700;
  text-decoration: none;
}

.modal-header {
  text-align: center;
}

.modal-wrapper {
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal {
  width: 1170px;
  max-width: 100%;
  min-width: 0%;
  text-align: center;
  background-color: #fff;
  border-radius: 0;
  margin-top: 8vh;
  padding: 10px 0 25px;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.close-modal-btn {
  width: 20px;
  height: 20px;
  color: #777;
  text-align: center;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: 0 #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding-bottom: 2px;
  padding-left: 1px;
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  display: flex;
  position: absolute;
  top: 10px;
  right: 10px;
  transform: rotate(45deg);
}

.popup-title {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2em;
}

.modal-body {
  padding-left: 20px;
  padding-right: 20px;
}

.what-is-trading-section {
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 80px;
}

.float-img-right-wrapper {
  float: right;
  margin-bottom: 20px;
  margin-left: 20px;
}

.float-image {
  float: right;
  object-fit: cover;
}

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

.black-headline2 {
  text-align: left;
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 34px;
  text-transform: uppercase;
}

.paragraph-12 {
  color: #888;
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-13 {
  color: #888;
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  line-height: 34px;
}

.paragraph-14 {
  color: #888;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  line-height: 34px;
}

.button {
  width: 450px;
  float: left;
  text-align: center;
  background-color: #2a9f2c;
  border-radius: 10px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 20px;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  display: block;
}

.float-img-left-wrapper {
  max-width: 45vw;
  float: left;
  margin-bottom: 15px;
  margin-right: 20px;
}

.float-img-left-wrapper.maxh {
  max-height: 675px;
  overflow: hidden;
}

.container-3 {
  max-width: 1200px;
  background-color: rgba(0, 0, 0, 0);
  padding: 0 15px;
}

.overview-headline {
  color: #fff;
  text-align: left;
  font-family: Lato, sans-serif;
  font-size: 30px;
  text-transform: uppercase;
}

.overview-text {
  color: #fff;
  text-align: left;
  padding-left: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 40px;
}

.container-6 {
  width: 100%;
  max-width: 1140px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}

.black-headline {
  text-align: left;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  font-size: 30px;
  text-transform: uppercase;
}

.paragraph-15 {
  color: #888;
  text-align: justify;
  margin-bottom: 50px;
  line-height: 34px;
}

.paragraph-16 {
  color: #888;
  text-align: justify;
  margin-bottom: 40px;
  line-height: 34px;
}

.tesler-work-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.tesler-help-section {
  background-image: url("../images/bitcoin-bg.png");
  background-position: 0 0;
  background-size: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.paragraphhelp {
  text-align: justify;
  margin-bottom: 30px;
  line-height: 34px;
}

.button-4 {
  text-align: center;
  background-color: #2a9f2c;
  border-radius: 10px;
  margin: 60px auto 0;
  padding: 30px 10px;
  font-size: 30px;
  line-height: 30px;
  display: block;
}

.benefits-section {
  border: 0 #000;
  padding-top: 100px;
  padding-bottom: 50px;
}

.benefits-header {
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 30px;
  text-transform: uppercase;
}

.paragraph-18 {
  color: #888;
}

.div-block-4 {
  width: 300px;
  border: 1px solid Teal;
  border-radius: 3px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
}

.icon1 {
  width: 108px;
  height: 108px;
  background-image: url("../images/icon1.png");
  background-position: 0 0;
  background-size: auto;
  margin-left: auto;
  margin-right: auto;
}

.icon2 {
  width: 108px;
  height: 108px;
  background-image: url("../images/icon2.png");
  background-position: 0 0;
  background-size: auto;
  margin-left: auto;
  margin-right: auto;
}

.icon3 {
  width: 108px;
  height: 108px;
  background-image: url("../images/icon3.png");
  background-position: 0 0;
  background-size: auto;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-19,
.paragraph-20 {
  color: #888;
}

.paragraph-21 {
  color: #888;
  margin-bottom: 40px;
}

.paragraph-22 {
  color: #888;
}

.icon4 {
  width: 108px;
  height: 110px;
  background-image: url("../images/icon4.png");
  background-position: 0 0;
  background-size: auto;
  margin-left: auto;
  margin-right: auto;
}

.icon5 {
  width: 108px;
  height: 108px;
  background-image: url("../images/icon5.png");
  background-position: 0 0;
  background-size: auto;
  margin-left: auto;
  margin-right: auto;
}

.sign-up-section {
  background-image: url("../images/btc2bg.png");
  background-position: 0 0;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-13 {
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 30px;
  text-transform: uppercase;
}

.paragraph-23 {
  font-family: Lato, sans-serif;
  line-height: 30px;
}

.container-7 {
  max-width: 1140px;
  text-align: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 30px;
  border-radius: 50px;
  display: block;
  position: relative;
  background-color: Teal;
  transform: rotate(1deg);
}
.rotate-wrapper {
  transform: rotate(-1deg);
}

@media (max-width: 1200px) {
  .rotate-wrapper {
    transform: rotate(0deg);
  }
  .container-7 {
    transform: rotate(0deg);
    border-radius: 0;
  }
}

.trade-col {
  width: 33.33%;
  padding-left: 10px;
  padding-right: 10px;
}

.trade-item-text {
  color: #0f1417;
  font-size: 16px;
}

.trade-item-text.justify-center {
  color: #fff;
  margin-bottom: 20px;
}

.trade-item {
  height: 100%;
  color: #fff;
  text-align: justify;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-radius: 0;
  padding: 0 0 10px;
  position: relative;
}

.trade-cols {
  justify-content: center;
  margin-top: 29px;
  margin-bottom: 20px;
  display: flex;
}

.trade-item-title {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.3;
}

.div-block-6 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.heading-14 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  color: #caf0f8;
}

.div-block-9 {
  height: 38px;
  background-image: url("../images/arrow.png");
  background-position: 50% 0;
  background-size: contain;
  margin-bottom: 10px;
}

.faq-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.accordion-wrapper {
  overflow: visible;
}

.accordion-item {
  width: 100%;
  background-color: white;
  border: 3px solid Teal;
  margin-bottom: 15px;
  border-radius: 30px;
  padding-top: 0;
  display: inline-block;
  overflow: hidden;
}

.paragraph-30 {
  width: 17px;
  height: 17px;
  transform-style: preserve-3d;
  border: 3px solid DarkCyan	;
  border-width: 3px 3px 0 0;
  transition: transform 0.2s linear;
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 15px;
  overflow: visible;
  transform: rotateX(180deg) rotateY(0) rotateZ(-45deg);
}

.questionitem {
  height: 47px;
  cursor: pointer;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 60px;
  display: block;
  position: relative;
  overflow: visible;
}

.question {
  height: 100%;
  color: #111a28;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding: 10px 0 10px 40px;
  font-size: 20px;
  font-weight: 400;
}

.answer {
  height: auto;
  text-align: justify;
  margin-bottom: 0;
  padding: 5px 15px 15px 20px;
  font-size: 16px;
  display: block;
  position: relative;
  overflow: visible;
}

.faq-title {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 25px;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
}

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

.container-8.float-img {
  margin-bottom: 0;
  padding-top: 0;
}

.dropdown-list-2 {
  background-color: #f1f5f1;
  border: 1px #000;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  display: none;
  position: static;
}

.paragraph-51 {
  padding-left: 40px;
  font-size: 20px;
}

.paragraph-52 {
  color: #888;
  text-align: center;
  margin-bottom: 50px;
  font-family: Lato, sans-serif;
}

.div-q {
  width: 50px;
  height: 50px;
  color: #90e0ef;
  margin-right: -22px;
  font-family: Lato, sans-serif;
  font-size: 33px;
  font-weight: 400;
  line-height: 40px;
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
  right: auto;
}

.div-a {
  width: 50px;
  height: 50px;
  color: green;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20px;
  padding-top: 8px;
  font-family: Lato, sans-serif;
  font-size: 33px;
  font-weight: 400;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.join-now-section {
  color: #333;
  background-color: DarkCyan;
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-15 {
  color: #fff;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.paragraph-53,
.paragraph-54 {
  padding-left: 40px;
  font-size: 20px;
}

.heading-16 {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  font-size: 30px;
}

.warning {
  background-color: red;
  display: none;
}

.div-block {
  height: auto;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 8px;
  padding-bottom: 8px;
}

.warning-ph {
  margin-bottom: 0;
  font-size: 20px;
}

.h-link {
  color: #fff;
  text-transform: uppercase;
  border-right: 1px solid rgba(0, 0, 0, 0);
  margin-right: 20px;
  padding: 0 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
@media (max-width: 767px) {
  .h-link {
    color: DarkCyan	;
  }
}

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

.h-link.w--current {
  color: #285c96;
}

.h-links {
  text-transform: uppercase;
  flex-flow: row;
  justify-content: flex-end;
  align-items: stretch;
  padding-left: 5px;
  padding-right: 5px;
  line-height: 14px;
  display: flex;
}

.h-links-wrap {
  min-width: 0%;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-end;
  margin-bottom: 0;
  margin-left: auto;
  display: flex;
}
@media (max-width: 320px) {
  .h-link {
    margin-right: 0;
  }
}

.paragraph-57,
.paragraph-58 {
  margin-bottom: 0;
  padding-top: 20px;
  padding-left: 40px;
  font-size: 20px;
}

.paragraph-59 {
  color: #888;
  margin-top: 60px;
  font-size: 18px;
}

.footer-logo-2 {
  max-width: none;
  text-align: center;
}

.footer-logo-2.w--current {
  max-width: 250px;
}

.container-9 {
  max-width: 1140px;
  text-align: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  position: relative;
}

.team-section {
  color: #fff;
  text-align: center;
  background-color: DarkCyan	;
  padding-top: 50px;
  padding-bottom: 40px;
}

.content {
  flex: 1;
  order: 2;
  padding-left: 0;
  padding-right: 0;
}

.footer-nav-item {
  border-left: 1px solid #fff;
  margin-bottom: 5px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
  display: inline-block;
}

.footer-img {
  max-width: 100%;
}

.text-center-2 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
}

.h2-title-inner {
  color: #000;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.3;
}

.btn {
  color: white;
  text-align: center;
  text-transform: uppercase;
  background-color: MediumAquamarine;
  border-radius: 2px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 13px 40px;
  font-family: Open Sans, sans-serif;
  font-size: 28px;
  font-weight: 700;
  border-radius: 50px;
  transition: 0.5s;
}

.btn:hover {
  background-color: #219ebc;
  letter-spacing: 3px;
  padding: 13px 32px;
}

.pretty-blue-button {
  max-width: 600px;
  color: white;
  text-align: center;
  text-transform: uppercase;
  background-color: MediumAquamarine;
  border-radius: 2px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 13px 40px;
  font-family: Open Sans, sans-serif;
  font-size: 28px;
  font-weight: 700;
  border-radius: 50px;
  transition: 0.5s;
}
.pretty-blue-button:hover {
  opacity: 0.8;
  background-color: #00b4d8;
  letter-spacing: 3px;
  padding: 13px 32px;
}

.paragraph-40 {
  text-align: justify;
  margin-bottom: 0;
}

.h2-team {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 900;
}

.bg-img {
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: static;
  top: 0;
  right: 0;
}

.div-block-10 {
  align-items: flex-start;
  display: flex;
}

.bg-img-img {
  width: 180px;
  height: auto;
  object-fit: cover;
  margin-left: 20px;
  margin-right: 20px;
  display: block;
}

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

.footer-nav-link {
  color: #32346b;
  text-decoration: none;
  display: inline;
}

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

.footer-nav-list {
  text-align: center;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 30px;
  padding-left: 45px;
  padding-right: 45px;
  display: flex;
}

.bg-txt {
  width: auto;
  max-width: 80%;
  padding-right: 0;
}

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

.footer-wrap {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-top-style: solid;
  order: 3;
  padding-top: 60px;
  padding-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  display: block;
}

.bg-box-right {
  margin-bottom: 20px;
  position: relative;
}

.image {
  max-width: none;
  display: block;
}

.image-2,
.image-3 {
  display: block;
  width: 50px;
  height: auto;
}

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

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

.h-link-mobile {
  color: #000;
  text-transform: capitalize;
  border-right: 1px solid #fff;
  padding: 0 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

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

.h-link-mobile.w--current {
  color: #7136b7;
  padding-left: 10px;
  padding-right: 10px;
}

.logo-link {
  width: auto;
  max-height: 90px;
  max-width: 560px;
  margin-right: 0%;
  display: block;
  position: relative;
  top: -10px;
  flex-shrink: 0;
}

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

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

.text-block-2 {
  order: 1;
}

.form-footer {
  color: #fff;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.9);
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 18px;
}

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

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

.form-col {
  margin: 0 auto;
}

.form-row {
  width: auto;
  flex-wrap: nowrap;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}
.index-section {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px;
}
@media (max-width: 1200px) {
  .index-section {
    flex-direction: column;
  }
}
@media screen and (max-width: 991px) {
  .columns.main-columns {
    flex-direction: column;
  }

  .form-column {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container {
    max-width: 738px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .main-section {
    margin-top: 0;
    padding-top: 200px;
  }

  .intro-section {
    margin-top: 0;
    padding-top: 210px;
  }

  .still-title {
    line-height: 44px;
  }

  .still-subtitle {
    line-height: 36px;
  }

  .form-title {
    line-height: 1.1em;
  }

  .form-container {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .header-wrap {
    width: 100%;
    display: flex;
    justify-content: space-around;
  }

  .footer-nav {
    flex-wrap: wrap;
  }

  .form-pre-wrap {
    margin-bottom: 40px;
  }

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

  .container-5 {
    max-width: 738px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .heading-10 {
    margin-bottom: 30px;
  }

  .footer-disclaimer {
    text-align: justify;
  }

  .nasdaq-section {
    display: none;
  }

  .modal-wrapper {
    max-width: 100%;
    left: 0;
    right: 0;
  }

  .modal {
    width: 100%;
    margin-top: 0;
    left: 50%;
    transform: translate(-50%);
  }

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

  .float-img-right-wrapper {
    max-width: 250px;
  }

  .button {
    float: none;
  }

  .float-img-left-wrapper {
    max-width: 250px;
  }

  .container-3 {
    max-width: 738px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .overview-text {
    margin-bottom: 0;
    padding-left: 0;
  }

  .container-6 {
    max-width: 720px;
    float: none;
    margin-bottom: 0;
  }

  .paragraph-18,
  .paragraph-19,
  .paragraph-20,
  .paragraph-21,
  .paragraph-22 {
    text-align: justify;
  }

  .paragraph-23 {
    margin-bottom: 0;
  }

  .trade-item {
    height: 100%;
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .trade-cols {
    margin-top: 80px;
  }

  .trade-item-title {
    font-size: 22px;
  }

  .div-block-9 {
    height: 25px;
  }

  .questionitem,
  .answer,
  .dropdown-list-2 {
    display: block;
  }

  .warning {
    background-color: red;
  }

  .div-block {
    max-height: 60px;
  }

  .warning-ph {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
  }

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

  .bg-img {
    display: none;
    overflow: visible;
  }

  .bg-img-img {
    padding-right: 0;
  }

  .bg-txt {
    max-width: none;
  }

  .footer-wrap {
    text-align: center;
  }

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

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

  .h-link-mobile {
    float: none;
    color: #fff;
    text-align: center;
    border-right: 0 #000;
    margin-bottom: 10px;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 16px;
  }

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

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

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

  .form-col {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .h1 {
    font-size: 35px;
    line-height: 45px;
  }

  .h1.title {
    font-size: 40px;
    text-transform: uppercase;
  }

  .columns {
    flex-direction: column;
  }

  .container {
    max-width: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .main-section {
    padding-top: 160px;
  }

  .video-container {
    border-width: 5px;
  }

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

  .login-form-title {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 26px;
    line-height: 32px;
  }

  .login-btn {
    width: 100%;
    max-width: 100%;
  }

  .still-title {
    padding-left: 10px;
    padding-right: 10px;
  }

  .still-subtitle {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    line-height: 28px;
  }

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

  .form-cell {
    width: 100%;
  }

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

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

  .nice-btn {
    padding: 15px 20px;
    font-size: 24px;
    line-height: 32px;
  }

  .nice-btn.login-btn {
    margin-left: 0;
    margin-right: 0;
  }

  .header {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .header-wrap {
    width: auto;
    padding-top: 0;
    padding-bottom: 10px;
    display: flex;
    position: relative;
  }

  .footer {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-link {
    font-size: 15px;
    line-height: 20px;
  }

  .form-pre-wrap {
    margin-left: 27px;
    margin-right: 27px;
  }

  .form-block {
    padding: 20px 17px;
  }

  .login-form {
    flex-direction: column;
    align-items: center;
  }

  .column {
    margin-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .login-form-control.pass-control.form-control {
    margin-bottom: 10px;
  }

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

  .red-line {
    display: none;
  }

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

  .contact-cell.contact-cell-1 {
    margin-bottom: 0;
  }

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

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

  .column-9 {
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-10 {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 32px;
  }

  .div-block-2 {
    font-size: 14px;
    line-height: 19px;
  }

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

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

  .bottom-section {
    max-height: 460px;
  }

  .footer-disclaimer {
    text-align: justify;
  }

  .modal {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .close-modal-btn {
    right: 3px;
  }

  .float-img-right-wrapper {
    max-width: 100%;
    float: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .float-image.mob-sm {
    max-height: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .container-4 {
    position: static;
  }

  .button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .float-img-left-wrapper {
    max-width: 100%;
    float: none;
    text-align: center;
    margin-right: 0;
  }

  .container-3 {
    max-width: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-6 {
    margin-bottom: 0;
  }

  .button-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-7 {
    position: static;
  }

  .trade-col {
    width: 100%;
    margin-bottom: 10px;
  }

  .trade-item {
    margin-top: 50px;
    margin-bottom: 0;
  }

  .trade-cols {
    flex-direction: column;
    margin-top: 0;
  }

  .div-block-6 {
    margin-bottom: 25px;
  }

  .heading-14 {
    margin-bottom: 15px;
  }

  .div-block-9 {
    height: 40px;
    float: none;
    background-position: 50%;
    background-size: cover;
    background-attachment: scroll;
    padding-left: 0;
    display: block;
  }

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

  .question {
    white-space: normal;
    object-fit: fill;
    flex-wrap: nowrap;
    line-height: 30px;
    display: block;
  }

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

  .container-8 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .dropdown-list-2,
  .warning {
    display: none;
  }

  .container-9 {
    position: static;
  }

  .team-section {
    padding-top: 30px;
    padding-bottom: 0;
  }

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

  .h2-title-inner {
    text-align: center;
    font-size: 22px;
  }

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

  .bg-img {
    display: none;
  }

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

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

  .bg-txt {
    width: 100%;
  }

  .about-section {
    text-align: center;
    padding-bottom: 0;
  }

  .footer-wrap {
    padding-top: 40px;
  }

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

  .bottom-head {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .logo-link {
    width: auto;
    margin-right: 15px;
  }

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

  .logo-img {
    max-width: none;
    margin-right: 15px;
  }

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

@media screen and (max-width: 479px) {
  .h1 {
    margin-bottom: 0;
    font-size: 28px;
    line-height: 40px;
  }

  .h1.title {
    margin-top: 40px;
    font-size: 22px;
    text-transform: uppercase;
  }

  .form-column,
  .video-column {
    padding-left: 0;
    padding-right: 0;
  }

  .container {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

  .login-form-title {
    font-size: 24px;
    line-height: 28px;
  }

  .login-btn {
    margin-top: 0;
    font-size: 18px;
    line-height: 33px;
  }

  .still-section {
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .still-title {
    font-size: 25px;
    line-height: 34px;
  }

  .still-subtitle {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
  }

  .h1-3 {
    font-size: 26px;
  }

  .bold-text-2 {
    font-size: 25px;
  }

  .form-cell.form-cell-2,
  .form-cell.form-cell-1 {
    width: 50%;
  }

  .form-cell.form-cell-2 {
    min-width: 0;
  }

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

  .nice-btn {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 22px;
    line-height: 28px;
  }

  .form-container {
    max-width: 100%;
  }

  .header {
    margin-top: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .header-wrap {
    width: 100%;
    padding-bottom: 5px;
    display: flex;
    flex-direction: row;
  }

  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-nav {
    margin-top: 10px;
  }

  .list-item {
    margin-top: 0;
    font-size: 14px;
  }

  .footer-link {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 15px;
    line-height: 20px;
  }

  .form-pre-wrap {
    margin: 20px 0;
  }

  .form-block {
    padding: 20px 15px;
  }

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

  .red-line {
    margin-bottom: 15px;
  }

  .container-5 {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-section {
    border-bottom-width: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .contact-btn {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    font-size: 18px;
    line-height: 33px;
  }

  .heading-10 {
    margin-bottom: 20px;
  }

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

  .bottom-section {
    max-height: 480px;
  }

  .modal-wrapper {
    display: none;
  }

  .modal {
    width: 100%;
    margin-top: 1vh;
    display: block;
  }

  .black-headline2 {
    margin-bottom: 20px;
    font-size: 22px;
    text-transform: uppercase;
  }

  .button {
    width: 300px;
    padding: 10px;
    font-size: 22px;
  }

  .container-3 {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .container-6 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .black-headline,
  .paragraph-15 {
    margin-bottom: 20px;
  }

  .button-4 {
    text-align: justify;
    white-space: normal;
    padding: 10px;
    font-size: 18px;
    display: block;
  }

  .button-4.anchor-js {
    text-align: center;
    white-space: normal;
    margin-top: 40px;
  }

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

  .paragraph-18 {
    text-align: justify;
    margin-bottom: 40px;
  }

  .paragraph-19,
  .paragraph-20 {
    text-align: justify;
  }

  .paragraph-21 {
    text-align: justify;
    margin-bottom: 10px;
  }

  .paragraph-22 {
    text-align: justify;
  }

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

  .paragraph-23 {
    text-align: justify;
    margin-bottom: 20px;
  }

  .trade-col {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .trade-item-text.justify-center {
    margin-bottom: 0;
  }

  .trade-item {
    margin-top: 40px;
  }

  .div-block-6 {
    margin-bottom: 10px;
  }

  .div-block-9 {
    height: 33px;
    background-size: contain;
  }

  .questionitem {
    height: 100%;
    padding-left: 5px;
    padding-right: 40px;
  }

  .question {
    object-fit: fill;
    font-size: 16px;
    line-height: 20px;
  }

  .paragraph-52 {
    text-align: justify;
  }

  .join-now-section {
    padding-top: 20px;
  }

  .heading-15 {
    text-align: justify;
    font-size: 25px;
  }

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

  .btn {
    padding-right: 48px;
  }

  .h-link-mobile {
    margin-bottom: 0;
    padding: 10px 5px;
    font-size: 14px;
  }

  .logo-link,
  .logo-link.w--current {
    max-width: 40vw;
  }
}

@font-face {
  font-family: "Artechni";
  src: url("../fonts/AR-Techni.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
