body {
  font-family: Lato, sans-serif;
  color: #191919;
  font-size: 17px;
  line-height: 1.3em;
  letter-spacing: 1px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 50px;
  line-height: 1.3em;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 0 6px rgba(0, 0, 0, 0.75);
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 1.3em;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 1.3em;
  font-weight: 900;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  text-align: justify;
}

.form-title {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px;
  color: #fff;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.footer-logo {
  max-width: 400px;
  text-align: center;
}

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

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

.container.center-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -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;
}

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

.soft-img {
  max-height: 100%;
  margin-bottom: 0px;
}

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

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

.main-image {
  width: 100%;
  height: 100%;
  max-height: none;
  min-height: auto;
  background-color: transparent;
  background-image: url('../images/poster_index.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.hero-subtitle {
  margin-top: 16px;
  margin-bottom: 20px;
  padding-top: 0px;
  color: #fff;
  font-size: 26px;
  line-height: 1;
  font-weight: 900;
  text-align: center;
  text-shadow: 1px 0 6px #000;
}

.warning {
  margin-bottom: 0px;
  line-height: 1;
  text-align: center;
}

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

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

.steps-img {
  max-height: 100%;
  margin-bottom: 0px;
}

.content {
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.trade {
  padding-top: 30px;
  padding-bottom: 50px;
  color: #000;
}

.trade-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 20px;
}

.soft-title {
  margin-top: 25px;
  margin-bottom: 14px;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

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

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

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

.soft-item {
  position: relative;
  height: 100%;
  margin-top: 0px;
  padding: 90px 20px 10px;
  border-radius: 4px;
  background-color: #e9b000;
  color: #fff;
  text-align: justify;
}

.soft-item.purple {
  background-color: #30336b;
}

.form-container {
  height: auto;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 0px 0px 10px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.74);
}

.form-container.w380 {
  width: 380px;
}

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

.text-center.soft-btn {
  margin-top: 25px;
  margin-bottom: 25px;
}

.text-center.margin-top-30 {
  margin-top: 30px;
}

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

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

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

.form-title-box {
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.3);
}

.faq-list-num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 64px;
  max-height: 64px;
  max-width: 64px;
  min-height: 64px;
  min-width: 64px;
  -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: #e9b000;
  color: #fff;
}

.btn {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 25px 40px;
  border-radius: 5px;
  background-color: #e9b000;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.btn:hover {
  background-color: #ffb701;
}

.btn.btn-sm {
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 18px;
  text-transform: none;
}

.btn.btn-sm.btn-100 {
  display: block;
  width: 100%;
  padding-right: 0px;
  padding-bottom: 14px;
  padding-left: 0px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  white-space: break-spaces;
}

.btn.anchor-js {
  line-height: 1.3em;
}

.btn.generate-pass {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 42px;
  padding: 0px;
  -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: 5px;
  background-image: none;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: none;
  cursor: pointer;
}

.btn.purple {
  background-color: #30336b;
}

.btn.purple:hover {
  background-color: #373a7c;
}

.btn.btn-login {
  width: 100%;
  padding: 11px 15px;
}

.btn.btn-login.btn-100 {
  font-size: 16px;
}

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

.paragraph16 {
  font-size: 16px;
  letter-spacing: 1px;
}

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

.steps-section {
  padding-top: 16px;
  padding-bottom: 10px;
  background-color: transparent;
  background-image: url('../images/steps.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.faq-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-bottom: 10px;
  margin-left: -10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.scam-section {
  padding-top: 50px;
  padding-bottom: 50px;
  color: #000;
}

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

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

.column-15 {
  height: 100%;
  min-height: auto;
}

.main-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  min-width: 320px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.faq-list-title {
  margin-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #30336b;
  font-size: 18px;
  text-align: left;
}

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

.main-section {
  padding-top: 40px;
  padding-bottom: 40px;
  border: 1px solid #000;
  background-image: url('../images/hero-bg.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.column-14 {
  height: auto;
}

.float-image {
  -o-object-fit: contain;
  object-fit: contain;
}

.steps-icon {
  position: static;
  left: 0%;
  top: -70px;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 102px;
  height: 84px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -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;
  background-color: #e9b000;
  text-align: center;
}

.warning-icon {
  display: none;
}

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

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

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

.steps-item {
  position: relative;
  height: 100%;
  padding: 0px 15px 5px;
  background-color: #fff;
}

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

.faq-title {
  margin-top: 0px;
  margin-bottom: 30px;
  padding: 0px;
}

.faq-item {
  height: 100%;
  padding: 12px 10px 5px;
  border-radius: 4px;
  box-shadow: 4px 4px 11px -4px rgba(0, 0, 0, 0.5);
  color: #686868;
  text-align: justify;
}

.float-img {
  margin-bottom: 20px;
  text-align: justify;
}

.form-video-section {
  min-height: auto;
}

.faq-cell {
  display: block;
  width: 50%;
  height: auto;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.faq-cell.faq-cell-last {
  padding-right: 0px;
  padding-left: 0px;
}

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

.steps-title {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.form-control {
  width: 100%;
  height: 42px;
  margin-bottom: 0px;
  padding-left: 12px;
  border-radius: 5px;
  background-color: #eee;
  font-weight: 700;
}

.form-control.email-control {
  padding-left: 35px;
  background-image: url('../images/user-icon_1user-icon.png');
  background-position: 5px 50%;
  background-repeat: no-repeat;
}

.form-control.pass-control {
  padding-left: 35px;
  background-image: url('../images/pass-icon_1pass-icon.png');
  background-position: 5px 50%;
  background-repeat: no-repeat;
}

.form-control.ctc-name-control {
  padding-left: 35px;
  background-image: url('../images/user-icon_1user-icon.png');
  background-position: 5px 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.form-control.ctc-email-control {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.form-control.textarea {
  min-height: 120px;
}

.form-control.control-bordered {
  border: 1px solid #000;
}

.header-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.footer {
  display: block;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  border-style: solid none none;
  border-width: 1px;
  border-color: #000;
  background-color: transparent;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

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

.soft-icon {
  position: absolute;
  left: 50%;
  top: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  height: 180px;
  margin-bottom: 15px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -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-style: solid;
  border-width: 7px;
  border-color: #fff;
  border-radius: 50%;
  background-color: #30336b;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.soft-icon.yellow {
  background-color: #e9b000;
}

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

.margin-10-30.color-white {
  color: #fff;
}

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

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

.intro-section {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #31336b;
  background-image: url('../images/soft_bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
  color: #fff;
  text-align: center;
}

.intro-section.bg-flat {
  background-image: none;
}

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

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

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

.still-section {
  padding-top: 40px;
  padding-bottom: 35px;
  background-image: url('../images/still_bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

.intro-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 48px;
  line-height: 1.3;
  font-weight: 900;
  text-transform: uppercase;
  white-space: normal;
}

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

.form-pre-wrap {
  width: 380px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 15px;
  border: 1px none #000;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.3);
}

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

.form-section {
  padding-top: 20px;
  padding-bottom: 75px;
  font-weight: 300;
  text-align: center;
}

.btn-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 13px 40px;
  border-radius: 2px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#bfad50), to(#f5e58d));
  background-image: linear-gradient(0deg, #bfad50, #f5e58d);
  font-family: 'Open Sans', sans-serif;
  color: #31336b;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.btn-2:hover {
  background-color: #3c8b3c;
  opacity: 0.8;
}

.btn-2.btn-login {
  width: 100%;
  padding-top: 7px;
  padding-bottom: 8px;
  border-radius: 2px;
  font-size: 22px;
}

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

.lang-item-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: transparent;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
}

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

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

.h2-login {
  margin-top: 0px;
  color: #013680;
}

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

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

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

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

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

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

.h2-still {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 1.3em;
}

.form-control-2 {
  width: 100%;
  height: 37px;
  margin-bottom: 0px;
  background-color: #eee;
  font-size: 16px;
  font-weight: 700;
}

.form-control-2.form-control-bg.pass-control {
  height: 42px;
  padding-left: 35px;
  background-color: #eee;
  background-image: url('../images/pass-icon_1pass-icon.png');
  background-position: 8px 50%;
  background-size: 18px 22px;
  background-repeat: no-repeat;
  font-size: 17px;
}

.form-control-2.form-control-bg.email-control {
  height: 42px;
  padding-left: 40px;
  background-color: #eee;
  background-image: url('../images/user-icon_1user-icon.png');
  background-position: 8px 50%;
  background-size: 24px 22px;
  background-repeat: no-repeat;
  font-size: 17px;
}

.form-control-2.control-bordered {
  height: 56px;
  border: 1px solid #000;
  border-radius: 0px;
  font-size: 17px;
}

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

.lang-box {
  position: absolute;
  left: auto;
  right: 0px;
  bottom: auto;
  display: block;
  min-width: 84px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.text-span-2 {
  color: #013680;
}

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

.text-span-3 {
  color: #013680;
}

.intro-section-2 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #31336b;
  background-image: url('../images/soft_bg.jpg');
  background-size: cover;
  opacity: 1;
  color: #fff;
  text-align: center;
}

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

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

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

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

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

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

.what-is-flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

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

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

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

.paragraph-48 {
  text-align: left;
  letter-spacing: 1px;
  white-space: normal;
}

.legal-section {
  padding-top: 20px;
  padding-bottom: 40px;
  line-height: 1.3em;
}

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

.h2-contact {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 42px;
  font-weight: 700;
  text-align: center;
}

.contact-section {
  padding-top: 20px;
  padding-bottom: 40px;
  background-image: url('../images/map-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

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

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

.steps-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.faq-list-title-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 64px;
  margin-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #30336b;
  font-size: 18px;
  font-weight: 900;
  text-align: left;
}

.video-container {
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.8);
}

.algo-video-container {
  position: relative;
  background-image: url('../images/poster_index.jpg');
  background-position: 0% 50%;
  background-size: auto;
}

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

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

.padding-top-90 {
  padding-top: 90px;
}

.margin-top-30 {
  margin-top: 30px;
}

.heading-2 {
  text-transform: uppercase;
}

.heading-3 {
  text-transform: uppercase;
}

.still-p {
  line-height: 1.2em;
  text-align: center;
}

.forms-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.f-col {
  padding-right: 20px;
  padding-left: 20px;
}

@media screen and (max-width: 991px) {
  .float-img-left-wrapper {
    max-width: 250px;
  }

  .main-image {
    width: 700px;
    margin-right: auto;
    margin-left: auto;
    background-position: 0% 50%;
  }

  .hero-subtitle {
    font-size: 22px;
  }

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

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

  .trade-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .soft-item {
    height: 100%;
    margin-top: 20px;
  }

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

  .form-container.w380 {
    margin-top: 40px;
    margin-bottom: 10px;
  }

  .form-box {
    width: auto;
  }

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

  .faq-list-num {
    margin-bottom: 10px;
  }

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

  .faq-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .column-15 {
    margin-right: auto;
    margin-left: auto;
  }

  .faq-list-title {
    margin-left: 0px;
    font-size: 20px;
  }

  .column-14 {
    height: auto;
  }

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

  .faq-cell {
    width: 100%;
  }

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

  .header-wrap {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .footer {
    text-align: center;
  }

  .soft-icon {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

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

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

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

  .form-section {
    font-size: 18px;
  }

  .h2-login {
    font-size: 24px;
  }

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

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

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

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

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

  .h2-contact {
    margin-bottom: 0px;
    font-size: 30px;
  }

  .steps-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .faq-list-title-box {
    -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;
    font-size: 20px;
  }

  .still-p {
    line-height: 1.2em;
  }

  .forms-wrap {
    width: 380px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .f-col {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    position: static;
  }

  .form-cell {
    width: 100%;
  }

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

  .main-image {
    width: auto;
  }

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

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

  .trade {
    padding-top: 40px;
  }

  .trade-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .logo-img {
    max-width: 100%;
    margin-right: 15px;
    margin-left: 0px;
  }

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

  .soft-item.soft-last {
    margin-bottom: 0px;
  }

  .form-container.w380 {
    padding-bottom: 0px;
  }

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

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

  .top-warning {
    display: none;
  }

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

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

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

  .faq-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .logo {
    width: 100%;
    margin-right: 15px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-align: left;
  }

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

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

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

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

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

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

  .faq-cell {
    width: 100%;
  }

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

  .users-column {
    min-height: auto;
    margin-bottom: 14px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .users-column.steps-col-center {
    border-right-style: none;
    border-left-style: none;
  }

  .container-2 {
    position: static;
  }

  .intro-title {
    font-size: 6vw;
  }

  .form-pre-wrap {
    padding-bottom: 0px;
  }

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

  .h2-still {
    font-size: 35px;
  }

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

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

  .bg-img {
    display: none;
  }

  .bg-txt {
    width: 100%;
  }

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

  .paragraph-48 {
    font-size: 18px;
    line-height: 1.3;
  }

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

  .column-13 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .contact-cell.textarea-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }

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

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

  .video-container {
    padding: 0px;
  }

  .still-p {
    font-size: 27px;
    line-height: 1.2em;
  }
}

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

  .form-container.w380 {
    width: auto;
    max-width: 100%;
    padding-bottom: 0px;
  }

  .btn {
    padding-right: 48px;
  }

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

  .faq-list {
    margin-bottom: 0px;
  }

  .form-video-section {
    height: 200px;
  }

  .faq-cell.faq-cell-last {
    margin-top: 0px;
    padding-top: 0px;
  }

  .soft-icon {
    margin-top: 0px;
  }

  .breadcrumbs {
    margin-bottom: 40px;
  }

  .form-pre-wrap {
    width: auto;
    padding-bottom: 0px;
  }

  .btn-2 {
    padding-right: 48px;
  }

  .breadcrumbs-2 {
    margin-bottom: 40px;
  }

  .paragraph-48 {
    white-space: normal;
  }

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

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

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

  .forms-wrap {
    width: auto;
  }
}

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