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

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

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

.container.relative {
    position: relative;
    z-index: 1
}

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

.form-control {
    background-color: transparent;
    color: #fff;
    font-weight: 400;
    height: 44px;
    margin-bottom: 0;
    width: 100%
}

.form-control,
.form-control.control-bordered {
    border: 1px solid #fff;
    border-radius: 10px;
    font-family: Roboto, sans-serif;
    font-size: 14px
}

.form-control.control-bordered {
    height: 40px
}

.form-control.control-bordered.textarea {
    height: 181px
}

.form-control.form-control-bg.email-control,
.form-control.form-control-bg.pass-control {
    font-size: 17px;
    height: 42px;
    padding-left: 12px
}

.form-control.fc-prefix {
    background-color: #edeeef;
    color: #333
}

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

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

.join-section {
    color: #fff;
    padding-bottom: 100px;
    padding-top: 100px
}

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

.footer-nav-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 15px;
    padding-left: 0;
    padding-right: 0
}

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

.footer-logo {
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    top: -5px;
    width: 227px
}

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

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

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

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

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

.warning-icon {
    display: none
}

.footer-nav-item {
    border-left: 1px solid transparent;
    color: #4f4f4f;
    display: inline-block;
    margin-bottom: 5px;
    padding-left: 0
}

.main-section {
    background-color: #b32d34;
    background-image: radial-gradient(circle farthest-side at 10% 90%, #bb343a 5%, #bb343a 12%, transparent 31%), -webkit-gradient(linear, left top, right top, from(#ec5a5c), to(#972026));
    background-image: radial-gradient(circle farthest-side at 10% 90%, #bb343a 5%, #bb343a 12%, transparent 31%), linear-gradient(90deg, #ec5a5c, #972026);
    border: 0 solid transparent;
    color: #fff;
    padding-bottom: 120px;
    padding-top: 70px;
    position: relative
}

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

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

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

.text-center.left {
    padding-left: 14px;
    padding-right: 14px;
    text-align: left
}

.text-center.left.still {
    padding-left: 0;
    padding-right: 0
}

.footer-nav-link {
    color: #4f4f4f;
    display: inline;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    text-transform: uppercase
}

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

.btn {
    background-color: #eb5757;
    border-radius: 35px;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 0;
    margin-top: 0;
    min-width: 265px;
    padding: 20px 40px;
    text-align: center;
    text-transform: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

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

.btn.generate-pass {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-family: Roboto, sans-serif;
    font-size: 12px;
    font-weight: 500;
    height: auto;
    -webkit-justify-content: center;
    justify-content: center;
    line-height: 1.2;
    min-height: 44px;
    min-width: 0;
    padding: 0;
    text-transform: none
}

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

.btn.submit-btn {
    font-family: Ubuntu, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    max-width: 100%;
    padding: 18px 20px;
    white-space: normal;
    width: 100%
}

.btn.h-started-btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 500;
    -webkit-justify-content: center;
    justify-content: center;
    line-height: 1em;
    margin-left: 25px;
    margin-right: 25px;
    min-width: 135px;
    padding: 9px 10px 8px;
    text-transform: uppercase
}

.btn.h-started-btn.w--current {
    padding-bottom: 7px
}

.btn.contact-btn {
    max-width: 100%;
    min-width: 0;
    padding: 16px 30px;
    width: 324px
}

.btn.modal-started-btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    -webkit-justify-content: center;
    justify-content: center;
    line-height: 1em;
    margin-left: 25px;
    margin-right: 25px;
    padding: 9px 10px 8px
}

.btn.modal-started-btn.w--current {
    padding-bottom: 7px
}

.btn.sticky-btn {
    border-radius: 0;
    font-size: 16px;
    width: 100%
}

.btn.what-btn {
    margin-bottom: 40px
}

.btn.btn-submit {
    max-width: 100%;
    white-space: normal;
    width: 100%
}

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

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

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

.form-title {
    color: #fff;
    display: block;
    font-family: Roboto, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
    margin-top: 0;
    padding: 10px;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .7);
    text-transform: none
}

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

.form-container {
    border: 1px solid #fff;
    border-top-left-radius: 40px;
    height: auto;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
    padding: 20px;
    position: relative;
    z-index: 1
}

.form-container.w530 {
    max-width: 100%;
    padding-left: 70px;
    padding-right: 70px;
    width: 480px
}

.footer {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    background-color: #fff;
    border: 1px #000;
    box-shadow: 0 0 15px 5px #eee;
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    -webkit-order: 3;
    order: 3;
    padding-bottom: 10px;
    padding-top: 25px;
    position: relative;
    z-index: 1
}

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

.warning {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 0
}

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

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

.form-group.ctc {
    width: 49%
}

.form-group.ctc-mes-group {
    width: 100%
}

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

.login-form-title {
    font-family: Roboto, sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
    margin-top: 0;
    text-align: left;
    text-transform: none
}

.intro-section {
    color: #fff;
    opacity: 1;
    padding-bottom: 40px;
    padding-top: 40px;
    text-align: center
}

.intro-section.abs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: transparent;
    display: block;
    height: 140px;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding-bottom: 0;
    padding-top: 40px;
    position: absolute;
    width: 100%;
    z-index: 2
}

.intro-section.abs.w195 {
    height: 195px
}

.intro-section.linear-bg {
    background-color: #b42e35;
    background-image: linear-gradient(135deg, #e15557, #e85759 21%, #901e23)
}

.form-section {
    background-image: linear-gradient(135deg, #e65759, #961f25);
    color: #fff;
    font-weight: 300;
    overflow: hidden;
    padding-bottom: 40px;
    padding-top: 175px;
    position: relative;
    text-align: center
}

.form-block,
.intro-title {
    margin-bottom: 0
}

.intro-title {
    border: 1px #000;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 0;
    padding-left: 0;
    text-align: left;
    text-transform: uppercase;
    white-space: normal
}

.intro-title.mt {
    margin-top: 40px
}

.form-pre-wrap {
    border: 1px solid #fff;
    border-radius: 30px 0 0;
    margin-bottom: 40px;
    margin-left: 0;
    margin-top: 10px;
    overflow: hidden;
    padding: 0;
    width: 480px
}

.login-form {
    border: 1px #fff;
    color: #333;
    padding: 40px 70px
}

.contact-section {
    background-image: linear-gradient(135deg, #e15557, #e85759 16%, #901e23);
    overflow: hidden;
    padding-bottom: 100px;
    padding-top: 195px;
    position: relative
}

.contact-title {
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 25px;
    margin-top: 0;
    text-transform: none
}

.contact-form-wrap {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 40px 0 0;
    margin-left: 0;
    margin-right: auto;
    max-width: 100%;
    padding: 40px 80px;
    position: relative;
    width: 660px;
    z-index: 0
}

.contact-form-wrap:hover {
    z-index: 2
}

.contact-cell {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 10px
}

.legal-section {
    background-color: #fff;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    padding-bottom: 40px;
    padding-top: 20px
}

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

.lang,
.lang-box {
    -ms-grid-row-align: center;
    -webkit-align-self: center;
    align-self: center;
    display: block
}

.lang {
    -ms-flex-item-align: center;
    font-size: 14px;
    line-height: 20px;
    margin-right: 0;
    max-height: 20px
}

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

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

.select-list {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    display: none;
    padding-top: 0;
    right: 0;
    width: 110px
}

.select-lang {
    float: left
}

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

.header-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    position: relative;
    text-align: left
}

.header-wrap,
.lang-item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center
}

.lang-item {
    display: block
}

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

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

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

.utility-page-content {
    text-align: center;
    width: 260px
}

.utility-page-content,
.utility-page-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.utility-page-form {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch
}

.div-block-3 {
    display: block
}

.div-block-5 {
    position: static
}

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

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

.legal-p {
    color: #333;
    letter-spacing: 1px;
    text-align: left;
    white-space: normal
}

.text-block-7 {
    font-size: 18px
}

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

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

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

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

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

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

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

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

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

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

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

.form-title-box {
    border-bottom: 0 #000
}

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

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

.pop-h {
    margin-top: 0
}

.pop-h,
.pop-p {
    line-height: 1.3;
    text-align: center
}

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

.h-links-wrap {
    background-color: transparent;
    color: transparent;
    margin-bottom: 0;
    margin-left: auto;
    min-width: 0
}

.h-links,
.h-links-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center
}

.h-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    line-height: 14px;
    padding-left: 5px;
    padding-right: 5px
}

.h-link {
    border-right: 1px solid transparent;
    color: #4f4f4f;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    min-width: 130px;
    padding: 0 5px;
    text-transform: uppercase
}

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

.h-link.w--current {
    color: #eb5757;
    padding-left: 5px;
    padding-right: 5px
}

.h-links-wrap-mobile {
    background-color: transparent;
    color: transparent;
    display: none;
    margin-bottom: 0
}

.h-links-mobile,
.h-links-wrap-mobile {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.h-links-mobile {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    line-height: 14px;
    padding-left: 5px;
    padding-right: 5px
}

.logo {
    max-width: 230px
}

.main-cols {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.video-col {
    width: 64%
}

.form-col {
    width: 34%
}

.video-container {
    border: 1px transparent;
    border-radius: 20px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    overflow: hidden;
    width: 100%
}

.algo-video-container {
    background-image: url(../images/poster_index.jpg);
    background-size: cover;
    position: relative
}

.algo-video-container,
.algo-video-play-btn {
    background-position: 50% 50%;
    background-repeat: no-repeat
}

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

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

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

.main-subtitle,
.main-title {
    color: #fff;
    font-weight: 700;
    padding-left: 0
}

.main-subtitle {
    font-family: Roboto, sans-serif;
    font-size: 24px;
    line-height: 33.6px;
    margin-bottom: 40px;
    margin-top: 15px;
    padding-top: 0
}

.img-col {
    position: relative
}

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

.col-50 {
    width: 50%
}

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

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

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

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

.col-50.history-img-col-1,
.col-50.soft-img-col {
    width: 35%
}

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

.col-50.what-text-col {
    width: 75%
}

.col-50.team-text-col,
.col-50.what-text-col {
    padding-left: 0;
    padding-right: 0;
    position: relative;
    z-index: 2
}

.col-50.team-text-col {
    width: 55%
}

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

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

.col-50.under-img-col {
    width: 35%
}

.title {
    color: #000;
    display: block;
    font-family: Roboto, sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 30px;
    margin-top: 0;
    text-transform: none
}

.title.still-title {
    margin-top: 50px
}

.title.what-title {
    border-left-width: 2px;
    color: #fff;
    margin-top: 0
}

.title.why-item-title {
    font-size: 24px;
    margin-bottom: 25px;
    text-transform: none
}

.title.section-title {
    font-size: 40px
}

.title.step-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: none
}

.title.software-title,
.title.under-title {
    color: #fff;
    font-size: 40px;
    max-width: 580px
}

.title.features-title {
    color: #fff
}

.p {
    color: #000;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.4;
    margin-top: 0;
    text-align: right
}

.p,
.p.what-p {
    margin-bottom: 30px
}

.p.what-p {
    color: #fff;
    padding-left: 0;
    padding-right: 0;
    text-shadow: 1px 1px 1px #c23f42
}

.p.still-p {
    margin-bottom: 40px
}

.p.white {
    color: #fff
}

.h-login {
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none
}

.h-login,
.h-login-ico {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.h-login-ico {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    background-color: #eb5757;
    border-radius: 50%;
    height: 25px;
    -webkit-justify-content: center;
    justify-content: center;
    margin-right: 10px;
    min-width: 25px;
    width: 25px
}

.h-login-img {
    height: 11px;
    width: 11px
}

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

.forms-wrap.contact {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 0;
    margin-top: 0
}

.f-col {
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
    width: 50%
}

.f-col.pl-0 {
    padding-left: 0
}

.f-col.m525 {
    max-width: 540px
}

.form-text {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    text-align: left
}

.contact-img {
    float: right;
    left: auto;
    max-height: 100%;
    position: absolute;
    right: 0;
    -webkit-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    transform: translateY(-20%);
    width: 100%;
    z-index: 1
}

.mob-links-modal {
    background-color: #1e1c27;
    display: none;
    left: 0;
    opacity: 0;
    padding: 20px;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 2000
}

.close-modal-btn,
.mob-links-modal {
    color: #fff;
    position: absolute;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.close-modal-btn {
    cursor: pointer;
    display: inline-block;
    font-size: 42px;
    font-weight: 300;
    opacity: .7;
    right: 10px;
    text-decoration: none;
    top: 10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1
}

.close-modal-btn:hover {
    opacity: 1
}

.sticky-btn-wrap {
    bottom: 0;
    display: none;
    position: fixed;
    width: 100%;
    z-index: 998
}

.steps {
    padding-left: 0
}

.step {
    margin-bottom: 45px;
    padding-right: 80px;
    position: relative
}

.login-form-subtitle {
    font-family: Roboto, sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 30px;
    margin-top: 0;
    text-align: left;
    text-transform: none
}

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

.still-cols {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    min-height: 465px
}

.still-cols.left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    min-height: 350px
}

.still-img {
    left: -7%;
    max-width: 120%;
    position: absolute;
    top: 0;
    width: 120%
}

.what-section {
    background-image: linear-gradient(135deg, #e15557, #e85759 22%, #e85759 29%, #901e23);
    border: 1px transparent;
    color: #fff;
    padding-bottom: 80px;
    padding-top: 175px;
    position: relative
}

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

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

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

.year {
    font-size: 14px
}

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

.steps-section {
    color: #fff;
    padding-bottom: 100px;
    padding-top: 80px;
    position: relative
}

.join-items {
    grid-column-gap: 1.7%;
    grid-row-gap: 1.7%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.join {
    background-color: #e9e9e9;
    border: 1px #828282;
    border-top-left-radius: 40px;
    margin-bottom: 0;
    padding: 40px 30px 20px;
    position: relative;
    width: 32.1%
}

.join-title {
    color: #000;
    font-family: Roboto, sans-serif;
    font-size: 24px;
    line-height: 1.3em;
    margin-bottom: 25px;
    margin-top: 0;
    text-transform: none
}

.join-img-icon {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #eb5757;
    border-radius: 50%;
    font-size: 30px;
    font-weight: 700;
    height: 50px;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 25px;
    min-width: 50px;
    position: relative;
    width: 50px
}

.cols,
.join-img-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.cols {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.cols.legit-cols,
.cols.soft-cols,
.cols.under-cols {
    margin-bottom: 100px
}

.steps-img-wrap {
    max-width: 700px;
    position: absolute;
    left: 4vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40%
}

.what-img {
    width: 100%
}

.title-line {
    background-color: #eb5757;
    border: 1px #000;
    height: 1px;
    right: 5px;
    position: absolute;
    top: 10px;
    width: 58px
}

.software-section {
    background-image: linear-gradient(75deg, #da4b4f, #da4b4f 7%, #99272d);
    min-height: 450px;
    padding-top: 60px;
    position: relative
}

.soft-img-wrap {
    right: 10vw;
    margin-top: -7vw;
    position: absolute;
    width: 30%
}

.soft-img {
    width: 100%
}

.legit-section {
    padding-top: 130px;
    position: relative
}

.legit-img {
    width: 100%
}

.legit-img-wrap {
    margin-top: 0;
    position: absolute;
    left: 0;
    top: 60px;
    width: 38%
}

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

.why-items {
    grid-column-gap: 1.7%;
    grid-row-gap: 1.7%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px
}

.why-item {
    background-color: #f3f3f3;
    border-left: 1px #828282;
    border-right: 1px #828282;
    border-top-left-radius: 30px;
    margin-bottom: 20px;
    padding: 40px 30px 0;
    position: relative;
    width: 49%
}

.why-item-num {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #eb5757;
    border-radius: 50%;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 24px;
    font-weight: 700;
    height: 40px;
    -webkit-justify-content: center;
    justify-content: center;
    left: 30px;
    line-height: 40;
    margin-bottom: 25px;
    min-width: 40px;
    position: static;
    top: 30px;
    width: 40px;
    z-index: 1
}

.what-img-wrap {
    max-width: 580px;
    position: absolute;
    right: 0;
    top: 60%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40%
}

.team-section {
    overflow: hidden;
    padding-bottom: 80px;
    padding-top: 60px;
    position: relative
}

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

.team-img {
    width: 100%
}

.team-img-wrap {
    left: 10vw;
    max-width: 500px;
    position: absolute;
    top: auto;
    width: 38%
}

.steps-btn-wrap {
    margin-bottom: 0;
    margin-top: 40px;
    padding-right: 80px
}

.steps-img {
    width: 100%
}

.step-header {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    display: block
}

.step-name {
    color: #eb5757;
    display: inline-block;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 25px;
    margin-right: 50px;
    margin-top: 3px;
    text-transform: uppercase
}

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

.contact-img-wrap {
    height: 100%;
    max-height: none;
    max-width: 680px;
    position: absolute;
    right: 0;
    top: 350px;
    width: 40%
}

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

.faq-flex {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -ms-flex-line-pack: start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    text-align: center
}

.faq-item {
    border: 0 solid transparent;
    margin-bottom: 10px;
    margin-right: 1%;
    margin-top: 10px;
    min-height: 50px;
    padding-bottom: 20px;
    padding-top: 20px;
    width: 48%
}

.item-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    text-align: left
}

.num {
    background-color: #eb5757;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 24px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    min-width: 40px;
    text-align: center;
    width: 40px
}

.h,
.num {
    margin-bottom: 0;
    margin-top: 0
}

.h {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    line-height: 30px;
    padding-left: 20px;
    text-decoration: none;
    width: 80%
}

.h.faq-h {
    color: #000;
    font-family: Roboto, sans-serif;
    font-size: 24px;
    line-height: 1.2em;
    padding-left: 15px;
    width: 85%
}

.item-text {
    color: #000;
    font-size: 16px;
    line-height: 1.4em;
    text-align: left
}

.trade-btn-wrap {
    margin-bottom: 0;
    margin-top: 40px;
    text-align: center
}

.footer-cols {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.footer-col.fc-1 {
    width: 227px
}

.trade-section {
    background-image: linear-gradient(135deg, #c24d50, #c24d50 16%, #bf363e 38%, #94262b);
    color: #fff;
    padding-bottom: 100px;
    padding-top: 100px
}

.sp-bg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 50%;
    bottom: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 356px;
    -webkit-justify-content: center;
    justify-content: center;
    right: 3.3%;
    position: absolute;
    width: 356px;
    z-index: 0
}

.sp-bg.sp-main-2 {
    left: 8.5%;
    top: 105px
}

.sp-bg.sp-features,
.sp-bg.sp-main-2 {
    bottom: auto;
    height: 138px;
    right: auto;
    width: 138px
}

.sp-bg.sp-features {
    left: 9%;
    top: 42.2%
}

.sp-bg.form-1 {
    left: auto;
    right: -50px
}

.sp-bg.form-2 {
    bottom: auto;
    height: 138px;
    left: auto;
    right: 27%;
    top: 195px;
    width: 138px
}

.sp-bg-inner {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    bottom: auto;
    height: 84.4%;
    left: auto;
    position: absolute;
    width: 84.4%;
    z-index: 0
}

.trade-items {
    grid-column-gap: 1.7%;
    grid-row-gap: 1.7%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.trade {
    background-color: transparent;
    border: 1px solid #fff;
    border-top-left-radius: 40px;
    margin-bottom: 0;
    padding: 40px 30px 0;
    position: relative;
    width: 32.1%
}

.trade-img-icon {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 30px;
    font-weight: 700;
    height: 50px;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 25px;
    min-width: 50px;
    position: relative;
    width: 50px
}

.trade-title {
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 24px;
    line-height: 1.3em;
    margin-bottom: 25px;
    margin-top: 0;
    text-transform: none
}

.under-section {
    background-image: linear-gradient(135deg, #da4b4f, #da4b4f 14%, #9d272e);
    padding-top: 80px;
    position: relative
}

.under-img {
    width: 100%
}

.under-img-wrap {
    right: 10vw;
    margin-top: -7vw;
    max-width: 480px;
    position: absolute;
    width: 30%
}

.features-section {
    background-image: radial-gradient(circle farthest-corner at 0 0, #f15e5f, #f15e5f 10%, transparent 63%, transparent), linear-gradient(75deg, #ce4448, #891c21);
    min-height: 430px;
    padding-bottom: 100px;
    padding-top: 60px;
    position: relative
}

.features {
    grid-column-gap: 1.7%;
    grid-row-gap: 1.7%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.feature {
    background-color: transparent;
    border: 1px solid #fff;
    border-top-left-radius: 40px;
    margin-bottom: 30px;
    padding: 30px 30px 0;
    position: relative;
    width: 48.5%
}

.feature-title {
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 24px;
    line-height: 1.3em;
    margin-bottom: 25px;
    margin-top: 0;
    text-transform: none
}

.faq-btn-wrap,
.features-btn-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    margin-top: 10px
}

.form-footer {
    font-size: 12px;
    line-height: 18px;
    margin-top: 15px;
    text-align: center
}

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

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

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

    .join-section {
        margin-top: 0;
        padding-top: 60px
    }

    .footer-nav-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center
    }

    .main-section {
        background-image: -webkit-gradient(linear, left top, right top, from(#ec5a5c), to(#972026));
        background-image: linear-gradient(90deg, #ec5a5c, #972026);
        padding-bottom: 50px
    }

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

    .footer-nav-link {
        padding-left: 10px;
        padding-right: 10px
    }

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

    .btn.modal-started-btn {
        color: #fff;
        cursor: pointer;
        display: inline-block;
        font-size: 18px;
        font-weight: 700;
        margin-left: 0;
        margin-right: 0;
        padding: 12px 20px 11px
    }

    .btn.modal-started-btn:hover {
        color: #fff
    }

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

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

    .form-container {
        background-color: rgba(190, 58, 62, .9);
        margin-top: 33px;
        max-width: 400px
    }

    .form-container.w530 {
        padding-left: 30px;
        padding-right: 30px
    }

    .footer {
        text-align: center
    }

    .login-form-title {
        font-size: 24px;
        text-align: left;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, .7)
    }

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

    .intro-section.abs {
        height: 140px
    }

    .intro-section.abs.w195 {
        padding-top: 40px
    }

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

    .intro-title {
        border-left-style: none;
        font-size: 40px;
        padding-left: 0;
        text-align: center
    }

    .intro-title.mt {
        margin-top: 30px
    }

    .form-pre-wrap {
        margin-bottom: 40px;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%
    }

    .login-form {
        border-radius: 10px;
        margin-bottom: 0;
        padding-left: 30px;
        padding-right: 30px
    }

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

    .contact-title {
        font-size: 30px;
        margin-bottom: 20px
    }

    .contact-form-wrap {
        margin-left: auto;
        padding-left: 60px;
        padding-right: 60px;
        width: 450px
    }

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

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

    .select-lang-3 {
        right: 0
    }

    .h-links-wrap {
        display: none
    }

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

    .h-links-wrap-mobile {
        background-color: transparent;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 5px;
        padding-top: 10px;
        z-index: 0
    }

    .h-links-mobile {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        width: 100%
    }

    .logo {
        max-width: none
    }

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

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

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

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

    .main-subtitle,
    .main-title {
        text-align: center;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, .7)
    }

    .main-subtitle {
        font-size: 22px
    }

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

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

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

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

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

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

    .col-50.birth-img-col,
    .col-50.history-img-col-1,
    .col-50.sign-img-col,
    .col-50.soft-img-col {
        width: 100%
    }

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

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

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

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

    .title.still-title {
        margin-top: 0
    }

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

    .title.software-title,
    .title.under-title {
        max-width: 100%
    }

    .p {
        margin-bottom: 40px
    }

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

    .h-login {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center
    }

    .forms-wrap {
        margin-left: auto;
        margin-right: auto;
        position: relative;
        width: 450px;
        z-index: 1
    }

    .forms-wrap,
    .forms-wrap.contact {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .forms-wrap.contact {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(56%, transparent), to(transparent));
        background-image: linear-gradient(90deg, transparent, transparent 56%, transparent);
        -webkit-justify-content: center;
        justify-content: center;
        text-align: center
    }

    .f-col {
        padding-left: 0;
        padding-right: 0;
        width: 100%
    }

    .f-col,
    .f-col.m525,
    .f-col.pl-0.m525 {
        max-width: none
    }

    .form-text {
        text-align: left
    }

    .contact-img {
        display: block;
        float: none;
        left: auto;
        margin-left: auto;
        margin-right: auto;
        margin-top: 40px;
        max-width: 100%;
        position: static;
        width: 400px
    }

    .h-hamburger {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        background-color: #eb5757;
        border-radius: 50%;
        cursor: pointer;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 45px;
        -webkit-justify-content: center;
        justify-content: center;
        min-width: 45px;
        -webkit-transition: -webkit-filter .3s ease;
        transition: -webkit-filter .3s ease;
        transition: filter .3s ease;
        transition: filter .3s ease, -webkit-filter .3s ease;
        width: 45px
    }

    .h-hamburger:hover {
        -webkit-filter: brightness(110%);
        filter: brightness(110%)
    }

    .ham-line {
        background-color: #fff;
        height: 1px;
        margin-bottom: 4px;
        padding-bottom: 0;
        padding-right: 0;
        width: 30px
    }

    .ham-line.mb0 {
        margin-bottom: 0
    }

    .lang-ham-wrap {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center
    }

    .mob-links-modal {
        background-color: #fff;
        color: #4f4f4f;
        display: none;
        opacity: 0;
        padding-bottom: 30px;
        padding-top: 50px
    }

    .close-modal-btn {
        color: #eb5757;
        cursor: pointer;
        top: 0
    }

    .modal-links {
        margin-top: 0
    }

    .modal-link-a {
        color: #eb5757;
        cursor: pointer;
        display: block;
        font-family: Roboto, sans-serif;
        font-weight: 700;
        padding: 12px 20px;
        text-decoration: none;
        text-transform: none
    }

    .modal-link {
        margin-bottom: 0
    }

    .modal-link.started {
        margin-top: 10px
    }

    .steps {
        padding-left: 90px;
        padding-right: 90px;
        text-align: left
    }

    .login-form-subtitle {
        font-size: 24px;
        text-align: left;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, .7)
    }

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

    .still-cols {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        -webkit-align-items: baseline;
        align-items: baseline;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .still-img {
        bottom: auto;
        left: auto;
        margin-top: 20px;
        max-width: 100%;
        position: relative;
        top: 0;
        -webkit-transform: translate(7vw);
        -ms-transform: translate(7vw);
        transform: translate(7vw);
        width: 50%
    }

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

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

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

    .join {
        padding: 40px 10px 20px
    }

    .cols {
        -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse
    }

    .cols.soft-cols {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 0
    }

    .cols.legit-cols {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
        margin-bottom: 40px
    }

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

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

    .cols.under-cols {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 0
    }

    .steps-img-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        position: static;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
        width: 50%
    }

    .what-img {
        display: block
    }

    .software-section {
        background-image: linear-gradient(135deg, #da4b4f, #da4b4f 7%, #99272d);
        padding-top: 40px
    }

    .soft-img-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
        position: static;
        -webkit-transform: translate(7%);
        -ms-transform: translate(7%);
        transform: translate(7%);
        width: 50%
    }

    .legit-section {
        margin-top: 0;
        padding-top: 60px
    }

    .legit-img-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
        position: static;
        -webkit-transform: translate(15%);
        -ms-transform: translate(15%);
        transform: translate(15%);
        width: 50%
    }

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

    .why-items {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end
    }

    .why-item {
        padding-bottom: 0;
        width: 48.5%
    }

    .why-item-num {
        height: 40px;
        min-width: 40px;
        width: 40px
    }

    .what-img-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        max-width: 100%;
        position: static;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
        width: 40%
    }

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

    .team-img-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        max-width: 100%;
        position: static;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
        width: 50%
    }

    .steps-btn-wrap {
        margin-top: 0;
        padding-left: 160px
    }

    .step-name {
        margin-right: 20px
    }

    .contact-img-wrap {
        margin-top: 70px;
        position: relative;
        top: 0;
        width: 80%
    }

    .faq-item {
        width: 47%
    }

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

    .footer-col.fc-1 {
        width: 100%
    }

    .trade-section {
        margin-top: 0;
        padding-top: 60px
    }

    .sp-bg.form-2 {
        right: 3%
    }

    .trade {
        padding: 40px 10px 20px
    }

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

    .under-img {
        -webkit-transform: translate(7%);
        -ms-transform: translate(7%);
        transform: translate(7%)
    }

    .under-img-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
        position: static;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
        width: 50%
    }

    .features-section {
        background-image: linear-gradient(75deg, #ce4448, #891c21);
        padding-top: 40px
    }

    .feature {
        padding: 40px 10px 20px
    }
}

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

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

    .footer-nav-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        padding-top: 19px
    }

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

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

    .form-cell {
        width: 100%
    }

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

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

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

    .logo-img {
        height: auto;
        margin-top: 5px;
        max-width: 100%
    }

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

    .footer-nav-link {
        font-size: 12px
    }

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

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

    .btn.btn-login,
    .btn.submit-btn {
        margin-bottom: 0
    }

    .btn.modal-started-btn {
        color: #fff
    }

    .btn.sticky-btn {
        margin-bottom: 0;
        padding-bottom: 18px;
        padding-top: 18px
    }

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

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

    .footer {
        padding-bottom: 80px;
        padding-top: 25px
    }

    .top-warning {
        display: none
    }

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

    .intro-title.mt {
        margin-top: 0
    }

    .login-form {
        margin-bottom: 0
    }

    .contact-section {
        padding-top: 130px
    }

    .contact-title {
        font-size: 24px
    }

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

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

    .icon {
        display: none
    }

    .legal-p {
        font-size: 15px;
        line-height: 1.5
    }

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

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

    .h-links-wrap {
        display: none
    }

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

    .logo {
        width: auto
    }

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

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

    .title {
        font-size: 27px;
        margin-bottom: 30px
    }

    .title.what-title {
        margin-bottom: 30px;
        text-align: left
    }

    .title.why-item-title {
        font-size: 22px
    }

    .title.section-title {
        font-size: 27px
    }

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

    .title.software-title,
    .title.under-title {
        font-size: 27px
    }

    .p {
        font-size: 15px;
        margin-bottom: 30px
    }

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

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

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

    .sticky-btn-wrap {
        display: block
    }

    .steps {
        padding-left: 70px;
        padding-right: 70px
    }

    .still-section {
        padding-top: 0
    }

    .still-img {
        width: 70%
    }

    .year {
        font-size: 12px
    }

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

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

    .join,
    .join-items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .join {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        margin-bottom: 10px;
        padding-bottom: 10px;
        padding-top: 10px;
        width: 100%
    }

    .join-title {
        margin-top: 20px
    }

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

    .software-section {
        background-image: linear-gradient(75deg, #da4b4f, #da4b4f 7%, #99272d)
    }

    .soft-img-wrap {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        max-width: 100%;
        width: 100%
    }

    .soft-img {
        width: 360px
    }

    .legit-section {
        padding-top: 80px
    }

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

    .why-items {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        grid-column-gap: 0;
        grid-row-gap: 0;
        -webkit-justify-content: flex-start;
        justify-content: flex-start
    }

    .why-item {
        border: 1px #000;
        margin-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 25px;
        width: 100%
    }

    .why-item-num {
        left: 20px
    }

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

    .team-section {
        padding-bottom: 40px
    }

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

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

    .steps-btn-wrap {
        padding-left: 0
    }

    .soft-btn-wrap,
    .steps-btn-wrap {
        text-align: center
    }

    .contact-btn-wra,
    .soft-btn-wrap,
    .steps-btn-wrap {
        margin-bottom: 0;
        margin-top: 15px
    }

    .faq-item {
        width: 95%
    }

    .item-title {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start
    }

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

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

    .sp-bg {
        opacity: .8
    }

    .sp-bg.sp-features {
        opacity: .5
    }

    .sp-bg.form-1,
    .sp-bg.form-2 {
        opacity: .8
    }

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

    .trade {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        margin-bottom: 10px;
        padding-bottom: 10px;
        padding-top: 10px;
        width: 100%
    }

    .trade-title {
        margin-top: 20px
    }

    .under-img-wrap {
        width: 70%
    }

    .feature,
    .features {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .feature {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        margin-bottom: 10px;
        padding-bottom: 10px;
        padding-top: 10px;
        width: 100%
    }

    .feature-title {
        margin-top: 20px
    }

    .faq-btn-wrap,
    .features-btn-wrap {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        margin-bottom: 0;
        margin-top: 15px;
        text-align: center
    }

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

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

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

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

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

    .main-section {
        background-position: 0 60px, 100% 100%;
        background-size: auto, auto;
        padding-top: 40px
    }

    .btn {
        min-width: auto;
        padding-right: 20px
    }

    .btn.generate-pass {
        font-size: 12px
    }

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

    .btn.sticky-btn {
        cursor: pointer
    }

    .form-title {
        font-size: 20px
    }

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

    .form-container.w530 {
        padding-left: 15px;
        padding-right: 15px
    }

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

    .intro-section.abs {
        height: 140px;
        padding-top: 60px
    }

    .intro-section.abs.w195 {
        height: 150px
    }

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

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

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

    .login-form {
        padding: 20px 15px
    }

    .contact-section {
        padding-top: 130px
    }

    .contact-form-wrap {
        padding-bottom: 15px;
        padding-left: 15px;
        padding-right: 15px
    }

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

    .legal-p {
        white-space: normal
    }

    .breadcrumbs {
        margin-bottom: 40px
    }

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

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

    .logo {
        min-width: 110px
    }

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

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

    .main-title {
        border-left: 2px #fff;
        font-family: Ubuntu, Helvetica, sans-serif;
        font-size: 45px;
        font-weight: 700
    }

    .main-subtitle {
        font-size: 20px;
        line-height: 1.25em;
        margin-bottom: 35px;
        margin-top: 25px;
        padding-left: 0
    }

    .col-50.img-col {
        min-height: 0
    }

    .title {
        font-size: 23px
    }

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

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

    .p.still-p {
        margin-bottom: 30px
    }

    .h-login {
        padding-left: 5px;
        padding-right: 5px
    }

    .h-login-ico {
        margin-right: 5px
    }

    .forms-wrap {
        width: auto
    }

    .forms-wrap.contact {
        width: 100%
    }

    .h-hamburger {
        height: 30px;
        min-width: 30px;
        width: 30px
    }

    .ham-line {
        margin-bottom: 3px;
        width: 20px
    }

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

    .step {
        padding-left: 35px
    }

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

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

    .still-img {
        bottom: 0;
        width: 80%
    }

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

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

    .join-title {
        margin-top: 0
    }

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

    .title-line {
        left: 5px;
        width: 20px
    }

    .software-section {
        background-image: -webkit-gradient(linear, left top, left bottom, from(#da4b4f), color-stop(16%, #da4b4f), to(#99272d));
        background-image: linear-gradient(180deg, #da4b4f, #da4b4f 16%, #99272d)
    }

    .soft-img-wrap {
        width: 100%
    }

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

    .legit-img-wrap {
        width: 80%
    }

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

    .why-item {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 20px
    }

    .why-item-num {
        height: 40px;
        left: 10px;
        min-width: 40px;
        padding: 5px;
        top: 25px;
        width: 40px
    }

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

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

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

    .item-title {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-bottom: 15px
    }

    .h {
        font-size: 22px;
        line-height: 25px
    }

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

    .trade-title {
        margin-top: 0
    }

    .under-section {
        background-position: 50% 16%, 0 0, 0 50%
    }

    .under-img-wrap {
        width: 100%
    }

    .features-section {
        background-position: 50% 16%, 0 0, 0 50%
    }

    .feature-title {
        margin-top: 0
    }
}

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