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

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

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

.h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #469d46;
  font-size: 26px;
  line-height: 1.3;
  font-weight: 900;
  text-align: center;
  text-shadow: 1px 0 6px #000;
}

.try-item {
  position: relative;
  height: 100%;
  padding: 100px 10px 10px;
  border-right: 3px none #a7a7a7;
  border-radius: 6px;
  background-color: #fff;
  color: #333;
  text-align: center;
}

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

.h2-title {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 35px;
  line-height: 1.3;
  font-weight: 900;
  text-align: center;
  text-transform: none;
}

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

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

.content.map-bg {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/map-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.try-section {
  padding-top: 120px;
  padding-bottom: 40px;
  background-color: #052748;
}

.why-title {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 74px;
  margin-top: 0px;
  padding-left: 83px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  color: #060606;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 700;
  -o-object-fit: fill;
  object-fit: fill;
}

.what-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #052748;
  color: #fff;
  line-height: 1.4;
  text-align: justify;
}

.machine-section {
  padding-top: 40px;
  padding-bottom: 50px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background-color: transparent;
  color: #5f5e5e;
  line-height: 1.3;
  text-align: center;
}

.user-section {
  position: relative;
  padding-top: 40px;
  padding-bottom: 30px;
  color: #000;
}

.form-control {
  width: 100%;
  height: 42px;
  margin-bottom: 0px;
  border-radius: 4px;
  color: #495057;
  font-size: 16px;
  font-weight: 400;
}

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

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

.form-control.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.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.name-control {
  height: 50px;
  padding-left: 40px;
  border-radius: 2px;
  background-image: url('../images/user-icon_1user-icon.png');
  background-position: 8px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.form-control.email-control {
  height: 50px;
  padding-left: 50px;
  border-radius: 2px;
  background-image: url('../images/mail_1mail_1mail_1mail.png');
  background-position: 8px 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.form-control.message-control {
  height: 200px;
  border-radius: 2px;
}

.title-wrap {
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 1px;
  background-color: rgba(0, 0, 0, 0.5);
}

.h2-title-white {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 30px;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
}

.faq-accordion-title {
  position: relative;
  padding: 8px 60px 8px 15px;
  cursor: pointer;
}

.why-item {
  width: 50%;
  height: 100%;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
  color: #333;
  line-height: 1.4;
  text-align: justify;
}

.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_1play-button_1play-button.png');
  background-position: 50% 50%;
  background-size: contain;
}

.user-from {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #5f5e5e;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
}

.user-photo-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

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

.step-section {
  position: relative;
  padding-top: 50px;
  padding-bottom: 30px;
  background-image: url('../images/get_started_bg.png');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
  text-align: left;
}

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

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

.features-wrap {
  padding-left: 100px;
  text-align: justify;
}

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

.float-img-right {
  position: static;
  overflow: visible;
  max-width: 400px;
  margin-bottom: 15px;
  margin-left: 20px;
  float: right;
  -o-object-fit: fill;
  object-fit: fill;
}

.features-item {
  position: relative;
  width: auto;
  height: 100%;
  margin-bottom: 20px;
  padding-top: 110px;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 10px;
  background-color: #fff;
  color: #333;
  font-size: 15px;
  text-align: center;
}

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

.footer-nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 30px;
  -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;
  text-align: center;
}

.paragraph {
  line-height: 1.4;
  text-align: center;
}

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

.h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 47px;
  line-height: 1.2;
  font-weight: 900;
  text-align: left;
  text-transform: none;
}

.h3-title {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #013680;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 900;
  text-align: center;
}

.feature-title {
  margin-top: 0px;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 900;
}

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

.footer-logo {
  max-width: 280px;
  margin-bottom: 30px;
  text-align: center;
}

.footer-logo.w--current {
  max-width: 285px;
  margin-bottom: 30px;
}

.user-desc {
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.h3-title-white {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 30px;
  text-align: center;
}

.faq-section {
  padding-top: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

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

.try-icon {
  position: absolute;
  left: 50%;
  top: -70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 140px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 20px;
  -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: 0px;
  background-color: #469d46;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.paragraph-11 {
  margin-bottom: 20px;
  text-align: center;
}

.try-title {
  margin-top: 0px;
  color: #469d46;
  font-size: 21px;
  line-height: 1.3;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.warning-icon {
  display: none;
}

.step-title {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #000;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.faq-accordion-item {
  margin-bottom: 15px;
  border: 1px solid #b5b5b6;
  background-color: #fff;
}

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

.try-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-bottom: 40px;
  margin-left: -10px;
}

.main-section {
  position: relative;
  min-height: auto;
  padding-top: 140px;
  padding-bottom: 100px;
  background-image: url('../images/get_started_bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.faq-accordion-wrap {
  display: none;
  padding-top: 5px;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 16px;
  text-align: justify;
}

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

.features-section {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #052748;
  color: #fff;
  text-align: center;
}

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

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

.user-name {
  display: block;
  width: auto;
  max-width: none;
  margin-top: 0px;
  margin-bottom: 0px;
  border: 1px none #000;
  color: #5f5e5e;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
}

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

.step-img {
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

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

.features-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-bottom: 20px;
  margin-left: -10px;
  padding-top: 30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-nav-link {
  display: inline;
  color: #d65000;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
}

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

.btn {
  min-width: 270px;
  padding: 12px 15px;
  border-bottom: 2px solid #1978a5;
  border-radius: 4px;
  background-color: #2ba6df;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.btn:hover {
  background-color: #1978a5;
}

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

.btn.btn-sm.btn-100 {
  width: 100%;
  font-size: 20px;
  text-transform: uppercase;
  white-space: normal;
}

.btn.generate-pass {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 41px;
  min-width: 100%;
  padding: 4px 10px 3px;
  -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: 4px;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 400;
  text-transform: none;
  cursor: pointer;
}

.btn.btn-login {
  width: 100%;
  min-height: 42px;
  min-width: 0px;
  padding-top: 7px;
  padding-bottom: 5px;
  border-bottom-style: none;
  font-size: 22px;
  text-transform: capitalize;
  white-space: normal;
}

.btn.btn-contact {
  min-width: 100%;
  white-space: normal;
}

.btn.t-capitalize {
  text-transform: capitalize;
}

.user-attr {
  position: relative;
  display: block;
  overflow: visible;
  min-height: 0px;
  margin-bottom: 10px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.user-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  padding-top: 120px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.soft-icon {
  position: static;
  left: 0%;
  top: -70px;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 150px;
  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: 1px none #000;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: transparent;
  text-align: center;
}

.logo {
  display: inline-block;
  width: 160px;
  margin-left: 0%;
}

.logo.w--current {
  width: 213px;
}

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

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

.main-wrapper-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 100%;
  min-width: 320px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

.try-img {
  max-height: 100%;
}

.why-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.quotes-o {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 32px;
  background-image: url('../images/quotes-o_1quotes-o.jpg');
  background-position: 50% 50%;
  background-size: contain;
}

.form-container {
  padding: 15px;
  border-top: 5px solid #d65000;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: 2px 0 27px 0 rgba(0, 0, 0, 0.53);
}

.footer {
  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: #d65000 #000 #000;
  background-color: transparent;
  color: #5f5e5e;
  font-size: 18px;
  font-weight: 400;
  text-align: justify;
}

.features-icon {
  position: absolute;
  left: 50%;
  top: -30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 126px;
  height: 126px;
  padding: 15px;
  -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: 0%;
  background-color: #469d46;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

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

.feature-cell {
  width: 25%;
  padding-right: 10px;
  padding-left: 10px;
}

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

.paragraph-12 {
  margin-bottom: 0px;
}

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

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

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

.video {
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.user-item {
  position: relative;
  height: 100%;
  padding: 120px 10px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 59.6%, 0.48);
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.26);
  color: #5f5e5e;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

.faq-title {
  margin-top: 0px;
  margin-bottom: 15px;
  padding: 0px;
  background-color: transparent;
  color: #d65000;
  font-size: 35px;
  line-height: 1.3;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.step-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-bottom: 40px;
  margin-left: -10px;
  padding-top: 20px;
  -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;
}

.user-ava {
  position: absolute;
  left: 50%;
  top: -109px;
  overflow: hidden;
  width: 218px;
  height: 218px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 2px none #0c5275;
  border-radius: 50%;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.step-num {
  margin-top: 0px;
  margin-bottom: 3px;
  color: #fff;
  font-size: 26px;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
}

.soft-item {
  position: relative;
  height: 100%;
  padding: 0px 10px 5px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 1px 1px 20px 1px rgba(0, 0, 0, 0.4);
  color: #000;
  font-size: 16px;
}

.feature-img {
  max-height: 100%;
}

.step-icon {
  position: absolute;
  left: 10px;
  top: -14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 119px;
  height: 123px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 10px 20px 20px 15px;
  -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: 0%;
  background-color: transparent;
  background-image: url('../images/getStartedList_item_flag_1getStartedList_item_flag.png');
  background-position: 0px 0px;
  background-size: cover;
  text-align: center;
}

.header {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 5;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
}

.step-item {
  position: relative;
  height: 100%;
  margin-right: 0px;
  padding: 0px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 1px 1px 30px 0 rgba(0, 0, 0, 0.62);
  color: #5f5e5e;
  font-size: 18px;
  line-height: 1.3;
  text-align: justify;
}

.quotes-c {
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: 50px;
  height: 32px;
  background-image: url('../images/quotes-c_1quotes-c.jpg');
  background-position: 50% 50%;
  background-size: contain;
}

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

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

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

.text-span {
  display: block;
  font-size: 40px;
  text-transform: uppercase;
}

.h2-machine {
  margin-top: 0px;
  color: #d65000;
  font-size: 35px;
  line-height: 1.3;
  font-weight: 900;
  text-transform: none;
}

.user-cell {
  width: 25%;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
}

.user-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.try-cell {
  width: 33.333%;
}

.step-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 440px;
  background-color: #052748;
}

.h2-step {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 35px;
  line-height: 1.3;
  font-weight: 900;
  text-align: center;
}

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

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

.list {
  padding-left: 20px;
}

.list-item {
  margin-bottom: 10px;
}

.paragraph-13 {
  margin-bottom: 20px;
  text-align: center;
}

.whi-item {
  width: 50%;
}

.why-title-num {
  position: absolute;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 74px;
  height: 74px;
  -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: #469d46;
  color: #fff;
  font-size: 30px;
}

.h2-features {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 1.3;
  text-align: center;
}

.paragraph-14 {
  margin-bottom: 20px;
  text-align: center;
}

.fearure-img {
  max-height: 100%;
}

.paragraph-15 {
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 400;
}

.faq-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  -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;
}

.features-cell {
  width: 50%;
}

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

.faq-item {
  height: 100%;
  padding: 20px 0px 30px;
  border-radius: 0px;
  color: #5f5e5e;
  text-align: justify;
}

.faq-list-title {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 57px;
  margin-top: 0px;
  padding-left: 65px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 400;
  text-align: left;
}

.faq-list-num {
  position: absolute;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 57px;
  height: 57px;
  -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: #2ba6df;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #686868;
  font-size: 19px;
  line-height: 1.3;
  font-weight: 400;
}

.faq-acc-num {
  margin-right: 8px;
}

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

.form-control-2 {
  width: 100%;
  height: 42px;
  margin-bottom: 0px;
  border-radius: 6px;
  font-size: 17px;
  font-weight: 700;
}

.form-control-2.form-control-bg {
  border: 1px none #000;
  background-color: #eee;
}

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

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

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

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

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

.h2-login {
  margin-top: 0px;
  color: #0c2c4f;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 900;
}

.intro-section {
  padding-top: 180px;
  padding-bottom: 80px;
  background-image: url('../images/bg4.jpg');
  background-position: 50% 0%;
  background-size: cover;
  color: #fff;
  text-align: center;
}

.h2-still {
  margin-top: 0px;
  font-size: 40px;
  line-height: 1.3;
  font-weight: 900;
}

.form-section {
  position: relative;
  padding-top: 20px;
  padding-bottom: 75px;
  color: #615b85;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}

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

.text-span-2 {
  color: #5f5e5e;
  font-size: 33px;
}

.btn-2 {
  padding: 25px 30px;
  border-radius: 8px;
  background-color: #013680;
  color: #fff;
  font-size: 25px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.btn-2:hover {
  background-color: #002c69;
}

.btn-2.btn-login {
  width: 100%;
  height: 42px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 20px;
}

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

.form-pre-wrap {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 50px 25px 40px;
  border: 1px solid #000;
}

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

.h1-login {
  color: #5f5e5e;
  font-size: 28px;
  font-weight: 400;
}

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

.bold-text {
  font-weight: 900;
}

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

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

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

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

.contact-section-2 {
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.form-control-2-copy {
  width: 100%;
  height: 42px;
  margin-bottom: 0px;
  border-radius: 6px;
  font-size: 17px;
  font-weight: 700;
}

.form-control-2-copy.form-control-bg {
  border: 1px none #000;
  background-color: #eee;
}

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

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

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

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

.legal-section {
  padding-top: 20px;
  padding-bottom: 40px;
  color: #5f5e5e;
  line-height: 1.3;
}

.paragraph-36 {
  margin-bottom: 10px;
  text-align: left;
}

.txt-link {
  color: #007bff;
  text-decoration: underline;
}

.txt-link:hover {
  text-decoration: none;
}

.ol-list {
  padding-bottom: 0px;
  padding-left: 20px;
  text-align: left;
}

.text-span-4 {
  font-weight: 700;
}

.list-3 {
  margin-bottom: 10px;
}

.lang-box {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.lang {
  margin-right: 5px;
  font-size: 14px;
}

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

.select-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 30px 10px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #d65000;
  color: #fff;
}

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

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

.header-wrap {
  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;
  text-align: left;
}

.lang-item {
  display: block;
  -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;
}

.country-link {
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

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

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

.bg-img {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 40%;
  height: 100%;
}

.bg-img-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-section-2 {
  padding-top: 40px;
  padding-bottom: 40px;
  color: #595959;
  line-height: 1.4;
  text-align: justify;
}

.bg-txt {
  width: 58%;
  padding-right: 0px;
}

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

.h3-about {
  margin-top: 0px;
  font-size: 18px;
  font-weight: 400;
}

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

.team-section {
  padding-top: 50px;
  padding-bottom: 40px;
  background-image: url('../images/bg3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
  text-align: center;
}

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

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

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

.h2-profit {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #000;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.paragraph-38 {
  margin-bottom: 20px;
  text-align: center;
}

.faq-arrow {
  position: absolute;
  top: 12px;
  right: 10px;
  width: 26px;
  height: 19px;
  background-image: url('../images/arrow_1arrow.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

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

.heading-2 {
  margin-top: 0px;
}

.h3-text {
  margin-top: 0px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
}

.h3-features-text {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
}

.login-btn {
  position: absolute;
  top: 20px;
  right: 15px;
  display: inline-block;
  padding: 10px 25px 11px;
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #bd4903;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
}

.main-section-wrap {
  max-width: 700px;
}

.sub-head {
  margin-top: 0px;
  font-size: 28px;
  line-height: 1.3;
  font-weight: 400;
}

.sub-head-get {
  font-size: 28px;
}

.form-now {
  position: relative;
  display: inline-block;
  min-height: 25px;
  margin-bottom: 2px;
  padding-right: 30px;
  padding-left: 30px;
  color: #d65000;
  font-weight: 900;
  text-transform: uppercase;
}

.form-title-box {
  position: static;
  bottom: 100%;
  width: 100%;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  color: #5f5e5e;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

.paragraph-39 {
  margin-bottom: 0px;
  color: #000;
  font-size: 25px;
  font-weight: 900;
}

.register-img {
  margin-top: 10px;
  text-align: center;
}

.register-img-img {
  max-height: 85px;
}

.register-section {
  padding-top: 30px;
  padding-bottom: 65px;
  color: #fff;
}

.faq-subtitle {
  margin-bottom: 20px;
  color: #333;
  font-size: 25px;
  line-height: 1.5;
  text-align: center;
}

.faq-wrap {
  position: relative;
  margin-bottom: 0px;
  padding-left: 65px;
}

.faq-wrap-num {
  position: absolute;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 57px;
  padding-top: 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-radius: 4px;
  background-color: #ededed;
  color: #000;
  font-size: 25px;
  font-weight: 700;
}

.faq-line {
  height: 1px;
  margin-bottom: 10px;
  background-color: #eee;
}

.user-profit {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #fd6c16;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 900;
}

.user-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 85%;
}

.user-bg-img {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.user-subtitle {
  margin-bottom: 20px;
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
}

.header-main {
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.artefacts-section {
  position: relative;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 50px;
  color: #5f5e5e;
  text-align: center;
}

.h2-artefacts {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #000;
  font-size: 35px;
  line-height: 1.3;
  font-weight: 900;
}

.h3-artefacts {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #000;
  font-size: 35px;
  line-height: 1.3;
  font-weight: 900;
}

.paragraph-40 {
  margin-bottom: 30px;
}

.paragraph-41 {
  margin-bottom: 30px;
}

.paragraph-42 {
  margin-bottom: 30px;
}

.h3-artefacts-color {
  margin-top: 0px;
  color: #d65000;
  font-size: 35px;
  line-height: 1.3;
  font-weight: 900;
}

.b-top {
  position: absolute;
  left: -60px;
  top: 20px;
}

.b-bottom {
  position: absolute;
  right: -300px;
  bottom: 0px;
}

.paragraph-43 {
  margin-bottom: 20px;
  text-align: center;
}

.step-head {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 85px;
  padding-right: 30px;
  padding-left: 130px;
  -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-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #fd6c16;
  text-align: center;
}

.step-body {
  padding: 25px 12px 5px;
}

.step-cell {
  width: 33.33%;
  margin-bottom: 25px;
  padding-right: 10px;
  padding-left: 10px;
}

.power-section {
  padding-top: 40px;
  padding-bottom: 30px;
  text-align: center;
}

.h2-power {
  margin-top: 0px;
  color: #d65000;
  font-size: 35px;
  line-height: 1.3;
  font-weight: 900;
}

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

.b-error {
  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;
  background-color: #eee;
  font-size: 18px;
  line-height: 1.3;
}

.h-wap-404 {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}

.h1-error {
  font-size: 2.5rem;
  line-height: 1.3;
  font-weight: 400;
}

.txt-link-2 {
  color: #007bff;
  text-decoration: underline;
}

.txt-link-2:hover {
  text-decoration: none;
}

.intro-subtitle {
  margin-top: 0px;
  line-height: 1.3;
}

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

.paragraph-45 {
  margin-bottom: 30px;
}

.h2-legal {
  margin-top: 15px;
  font-size: 30px;
  line-height: 1.3;
}

.h3-legal {
  font-size: 25px;
}

.funnel-code {
  display: none;
}

.logo-2 {
  width: 220px;
}

.logo-2.w--current {
  width: auto;
  max-width: 220px;
}

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

.select-toggle-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95px;
  padding: 10px 30px 10px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #e9d500;
  color: #000;
}

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

.flag-icon.country-flag {
  display: block;
}

.lang-box-2 {
  position: static;
  left: auto;
  top: 0px;
  right: 0%;
  bottom: auto;
  display: block;
  margin-right: 0px;
  margin-left: 0px;
}

.bottom-head-2 {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: transparent;
}

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

.header-wrap-2 {
  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;
}

.h2-login-2 {
  margin-top: 0px;
  color: #111;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 900;
  text-align: center;
}

.login-subtitle {
  margin-top: 0px;
  margin-bottom: 40px;
  color: #111;
  font-weight: 900;
  text-align: center;
}

.txt-p {
  text-align: justify;
}

.login-l {
  color: #615b85;
}

.login-l:hover {
  text-decoration: none;
}

.h3-still {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 900;
}

.float-img-2 {
  width: 100%;
  margin-bottom: 20px;
  text-align: justify;
}

.btn-dark {
  padding: 17px 30px;
  border-radius: 8px;
  background-color: #e6ac2f;
  color: #000;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
}

.float-img-left-2 {
  width: 100%;
  max-width: 450px;
  margin-right: 20px;
  margin-bottom: 15px;
  float: left;
}

.float-img-left-2.float-img-sm {
  max-width: 280px;
}

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

.h2-title-2 {
  margin-top: 0px;
  font-size: 40px;
  line-height: 1.3;
  font-weight: 500;
}

.h2-title-2.h2-title-sm {
  font-size: 30px;
  font-weight: 700;
}

.float-img-right-2 {
  position: static;
  overflow: visible;
  width: 100%;
  max-width: 400px;
  margin-bottom: 15px;
  margin-left: 20px;
  float: right;
  -o-object-fit: fill;
  object-fit: fill;
}

.float-img-right-2.float-img-sm {
  max-width: 280px;
}

.float-img-right-2.float-img-detail {
  max-width: 170px;
}

.container-14 {
  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;
}

.login-pocess-section {
  padding-top: 50px;
  padding-bottom: 40px;
  color: #111;
  font-size: 18px;
  line-height: 1.3;
}

.float-image-2 {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.h3-process {
  margin-top: 0px;
  color: #111;
  font-size: 22px;
  line-height: 1.3;
}

.h2-process {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 900;
  text-align: center;
}

.h3-register {
  margin-top: 0px;
  font-size: 22px;
  line-height: 1.3;
}

.register-process-section {
  padding-top: 50px;
  padding-bottom: 40px;
  background-image: url('../images/bg6.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
  text-align: justify;
}

.detail-item {
  margin-bottom: 15px;
  padding: 20px 10px 5px;
  border-radius: 3px;
  background-color: #f6f6f6;
}

.h3-subtitle {
  margin-top: 0px;
  font-size: 22px;
  line-height: 1.3;
}

.details-section {
  padding-top: 50px;
  padding-bottom: 40px;
  color: #000;
  font-size: 18px;
  line-height: 1.3;
}

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

.text-left.mb-2 {
  margin-bottom: 20px;
}

.detail-title {
  margin-top: 0px;
  color: #d65000;
  font-size: 22px;
  line-height: 1.3;
}

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

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

.title-link {
  padding-right: 5px;
  padding-left: 5px;
  border-radius: 5px;
  background-color: #d65000;
  color: #fff;
  font-weight: 700;
}

.title-link:hover {
  text-decoration: none;
}

.title-link.hover {
  text-decoration: none;
}

.arrow {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 25px;
  height: 25px;
  background-image: url('../images/arrow-down_1arrow-down.jpg');
  background-position: 50% 50%;
  background-size: contain;
  font-size: 0px;
}

.arrow.arrow-right {
  left: auto;
  right: 0px;
}

.welcome-section {
  margin-bottom: 70px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url('../images/get_started_bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.h2-welcome {
  margin-top: 0px;
  color: #fff;
  font-size: 55px;
  line-height: 1.3;
  font-weight: 900;
}

.welcome-subtitle {
  margin-top: 0px;
  margin-bottom: 40px;
  color: #fff;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 400;
}

.platform-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.platform-col.c-order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.platform-col.c-order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.platform-col.c-order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

.platform-cont {
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 900;
}

.platform-device {
  margin-bottom: -100px;
}

.extra-section {
  padding-top: 10px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ddd;
  color: #212529;
  text-align: center;
}

.h2-extra {
  margin-top: 0px;
  margin-bottom: 40px;
  color: #d65000;
  font-size: 40px;
  line-height: 1.3;
  font-weight: 900;
}

.h3-extra {
  margin-top: 0px;
  margin-bottom: 30px;
  line-height: 1.3;
  font-weight: 400;
}

.extra-wrap {
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
}

.faq-space {
  height: 1px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding-right: 0px;
  background-color: #ddd;
}

.review-section {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}

.h2-review {
  margin-top: 0px;
  color: #d65000;
  font-size: 55px;
  line-height: 1.3;
  font-weight: 900;
}

.h3-review {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 400;
}

.video-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-bottom: 20px;
  margin-left: -10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.video-col {
  width: 33.33%;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
}

.video-link {
  display: block;
  width: auto;
}

.video-link.showvideo {
  position: relative;
  width: 100%;
}

.video-poster {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}

.modal {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1050;
  overflow: hidden;
}

.modal.fade {
  display: none;
  max-width: none;
  margin-right: 0px;
  margin-left: 0px;
}

.modal-dialog {
  max-width: 800px;
  margin: 1.75rem auto;
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  background-color: #fff;
}

.modal-header {
  padding: 1rem;
}

.modal-body {
  position: relative;
}

.btn-close {
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: transparent;
  color: #000;
  font-weight: 900;
}

.screen-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}

.screen-wrap {
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
}

.screen-col {
  width: 50%;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
}

.trading-section {
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url('../images/get_started_bg.png');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
  text-align: center;
}

.h2-trading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 1.3;
  font-weight: 900;
}

.h3-trading {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 35px;
  line-height: 1.3;
  font-weight: 900;
}

.trading-wrap {
  max-width: 390px;
  margin-right: auto;
  margin-left: auto;
}

.left-side {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  width: 40%;
  height: 30px;
  margin-bottom: 0px;
  background-image: url('../images/triangleLeft.svg');
  background-position: 0px 0px;
  background-size: 100% 100%;
}

.right-side {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 60%;
  height: 175px;
  margin-right: 0px;
  margin-bottom: 0px;
  background-image: url('../images/triangleRight.svg');
  background-position: 100% 0%;
  background-size: 100% 100%;
}

.published {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  padding: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.publish-date {
  color: #888;
  font-size: 16px;
  line-height: 22px;
}

.bold {
  font-weight: 700;
}

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

.black {
  color: #000;
}

.author-bio {
  max-width: 70%;
}

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

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

.social-icon {
  width: 32px;
  height: 32px;
  margin-right: 2px;
}

.social-icon.in {
  background-color: #007fb4;
  background-image: url('../images/linkedin.svg');
  background-position: 50% 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.social-icon.fb {
  background-color: #4267b2;
  background-image: url('../images/facebook.svg');
  background-position: 50% 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

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

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

.play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  background-image: url('../images/play-button_1play-button_1play-button_1play-button.png');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 991px) {
  .h2 {
    font-size: 22px;
  }

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

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

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

  .features-item {
    padding-top: 80px;
  }

  .h1 {
    font-size: 40px;
    text-align: left;
  }

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

  .user-desc {
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

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

  .main-section {
    padding-top: 150px;
    padding-bottom: 50px;
    background-position: 0% 50%;
    background-size: cover;
  }

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

  .user-attr {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .user-list {
    padding-top: 100px;
  }

  .footer {
    text-align: center;
  }

  .features-icon {
    width: 100px;
    height: 100px;
  }

  .feature-cell {
    width: 50%;
    margin-bottom: 50px;
  }

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

  .user-item {
    padding-top: 85px;
    text-align: center;
  }

  .step-list {
    padding-top: 80px;
  }

  .user-ava {
    top: -80px;
    width: 160px;
    height: 160px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .step-num {
    font-size: 20px;
  }

  .soft-item {
    height: 100%;
  }

  .step-icon {
    top: -14px;
    width: 119px;
    height: 123px;
  }

  .header {
    text-align: center;
  }

  .step-item {
    padding-top: 0px;
  }

  .user-cell {
    width: 50%;
    margin-bottom: 100px;
  }

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

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

  .faq-cell {
    width: 100%;
    margin-bottom: 0px;
  }

  .faq-item {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

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

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

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

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

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

  .h1-login {
    font-size: 22px;
  }

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

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

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

  .header-wrap {
    -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;
  }

  .main-section-wrap {
    text-align: left;
  }

  .form-title-box {
    position: static;
    padding-top: 15px;
  }

  .faq-line {
    display: none;
  }

  .artefacts-section {
    padding-top: 0px;
  }

  .b-top {
    display: none;
  }

  .b-bottom {
    display: none;
  }

  .step-cell {
    width: 50%;
  }

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

  .lang-box-2 {
    position: static;
    display: block;
    margin-right: 0px;
    margin-left: 0px;
  }

  .header-wrap-2 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

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

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

  .h3-still {
    font-size: 22px;
  }

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

  .h2-title-2 {
    font-size: 30px;
  }

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

  .h2-welcome {
    font-size: 30px;
  }

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

  .faq-space {
    display: none;
  }

  .left-side {
    width: 50%;
  }

  .right-side {
    width: 50%;
    height: 30px;
  }

  .published {
    max-width: 100%;
  }

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

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

@media screen and (max-width: 767px) {
  .column-13 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .try-item {
    margin-bottom: 70px;
    padding-top: 70px;
  }

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

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

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

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

  .try-section {
    padding-top: 100px;
  }

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

  .h2-title-white {
    font-size: 26px;
  }

  .why-item {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

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

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

  .h1 {
    font-size: 30px;
    text-align: center;
  }

  .form-cell {
    width: 100%;
  }

  .try-icon {
    top: -50px;
    width: 180px;
    height: 100px;
  }

  .try-list {
    margin-right: -10px;
    margin-left: -10px;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main-section {
    min-height: auto;
    padding-top: 120px;
    padding-bottom: 40px;
  }

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

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

  .logo.w--current {
    width: 150px;
  }

  .top-warning {
    display: none;
  }

  .feature-cell {
    width: 100%;
  }

  .feature-cell.feature-last {
    margin-bottom: 0px;
  }

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

  .form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .user-item {
    margin-bottom: 0px;
  }

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

  .step-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

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

  .step-icon {
    top: -14px;
    width: 119px;
    height: 123px;
    padding: 10px;
  }

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

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

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

  .text-span {
    font-size: 30px;
  }

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

  .user-cell {
    width: 100%;
  }

  .user-cell.user-last {
    margin-bottom: 0px;
  }

  .step-bg {
    display: block;
    height: 100%;
  }

  .h2-step {
    font-size: 28px;
  }

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

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

  .list {
    text-align: left;
  }

  .h2-what {
    font-size: 28px;
    text-align: center;
  }

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

  .faq-cell {
    width: 100%;
  }

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

  .intro-section {
    padding-top: 110px;
  }

  .text-span-2 {
    font-size: 24px;
  }

  .form-pre-wrap {
    padding: 20px 10px;
  }

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

  .bg-img {
    display: none;
  }

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

  .bg-txt {
    width: 100%;
  }

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

  .main-section-wrap {
    text-align: center;
  }

  .sub-head-get {
    font-size: 22px;
  }

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

  .user-subtitle {
    font-size: 24px;
  }

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

  .h3-artefacts {
    font-size: 24px;
  }

  .h3-artefacts-color {
    font-size: 24px;
  }

  .step-cell {
    width: 100%;
  }

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

  .logo-2 {
    width: 180px;
  }

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

  .container-upd {
    font-size: 18px;
  }

  .icon-2 {
    display: block;
  }

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

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

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

  .float-img-left-2 {
    max-width: 100%;
    margin-right: 0px;
    float: none;
  }

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

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

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

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

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

  .container-14 {
    position: relative;
  }

  .float-image-2 {
    width: 100%;
    max-height: 255px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .float-image-2.float-img-containe {
    max-height: 150px;
    -o-object-fit: contain;
    object-fit: contain;
  }

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

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

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

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

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

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

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

  .platform-col.c-order-1 {
    width: 100%;
    text-align: center;
  }

  .platform-col.c-order-2 {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .platform-col.c-order-3 {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

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

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

  .platform-img {
    width: 80%;
    max-height: 300px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .h2-extra {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .h3-extra {
    margin-bottom: 10px;
    font-size: 22px;
  }

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

  .h3-review {
    font-size: 24px;
  }

  .video-col {
    width: 100%;
  }

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

  .h3-trading {
    font-size: 24px;
  }

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

@media screen and (max-width: 479px) {
  .user-name {
    max-width: 100%;
    text-align: center;
  }

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

  .user-attr {
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .user-list {
    padding-top: 60px;
  }

  .user-item {
    padding-top: 75px;
  }

  .user-ava {
    position: absolute;
    top: -60px;
    width: 120px;
    height: 120px;
  }

  .user-cell {
    margin-bottom: 80px;
  }

  .user-cell.user-last {
    margin-bottom: 0px;
  }

  .user-subtitle {
    font-size: 24px;
  }

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

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

  .screen-col {
    width: 100%;
  }

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

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