/* reset */
/* main variables */
@font-face {
  font-family: 'bitcoin-revolution';
  src: url("../fonts/bitcoin-revolution.eot");
  src: url("../fonts/bitcoin-revolution.eot#iefix") format("embedded-opentype"), url("../fonts/bitcoin-revolution.woff") format("woff"), url("../fonts/bitcoin-revolution.ttf") format("truetype"), url("../fonts/bitcoin-revolution.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'LatoCyr';
  src: url("../fonts/LatoRegular.ttf") format("truetype");
}

[class^="br"], [class*=" br"] {
  font-family: 'bitcoin-revolution' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.brmoney:before {
  content: "\E900";
  color: #f2ca17;
}

.brshield:before {
  content: "\E901";
  color: #f2ca17;
}

.brstar .path1:before {
  content: "\E902";
  color: #ffdc64;
}

.brstar .path2:before {
  content: "\E903";
  margin-left: -1em;
  color: #ffc850;
}

.braward-icon:before {
  content: "\E904";
}

.brcheck-icon:before {
  content: "\E905";
}

.brstep1-icon:before {
  content: "\E906";
}

.brstep2-icon:before {
  content: "\E907";
}

.brstep3-icon:before {
  content: "\E908";
}

.brtarget-icon:before {
  content: "\E909";
}

.brtechnology-icon:before {
  content: "\E90A";
}

header .red-warning {
  background: red;
  color: white;
  text-align: center;
  padding: 11px 15px 9px;
}

header .btn-group-lang .btn-secondary {
  background-color: #444573;
  margin-left: 10px;
}

.header {
  height: 100px;
}

.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.logo-box {
  max-width: 400px;
}

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

.uinames {
  background: #dddde1;
}

.just-made-money {
  padding: 10px 25px;
  height: 100px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 210px;
}

.just-made-money img {
  width: 60px;
  height: 60px;
  display: block;
  border-radius: 50%;
  border: 3px solid #d6c53a;
  margin-right: 20px;
}

.just-made {
  font: 600 14px/1.2 'Open Sans', sans-serif;
  color: #444573;
  text-align: center;
  color: #444573;
  width: 80px;
}

.just-made div:first-child {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.exclusive-offer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 255px;
  height: 100px;
}

.exclusive-offer__wrap {
  color: #444573;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  width: 75%;
  padding-right: 20px;
}

.exclusive-offer__flag {
  width: 25%;
  height: 45px;
}

.traders {
  color: #cf0f33;
  font-weight: 700;
}

html, body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  background-color: #f7f8fa;
  height: 100%;
  font-weight: 400;
  font-size: 16px !important;
  line-height: 1.3;
  font-family: "Roboto", sans-serif;
  color: #333333;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #ffffff;
}

a:hover {
  color: #a0a0a0;
  text-decoration: none;
}

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

/* titles */
h1, .h1 {
  font-size: 54px;
  line-height: 1.3;
  font-weight: 900;
  margin: 0 0 10px;
}

h2 {
  font-size: 45px;
  line-height: 1.3;
  font-weight: 700;
  color: #322580;
}

h3 {
  font-size: 34px;
  color: #322580;
}

h4, .h4 {
  font-size: 22px;
  font-weight: 300;
  margin: 0 0 20px;
}

/*
================================================================================
|                                     CONTENT                                 |
================================================================================
*/
.content {
  text-align: left;
  width: 100%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background: #fff;
}

.main-section {
  background: url(../img/main-bg.jpg) top center no-repeat;
  background-size: 100% 84%;
  padding: 50px 0 30px;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}

.main-section .h2 {
  font-size: 32px;
  font-weight: 300;
  margin: 0 0 20px;
}

.main-section .h2 span {
  color: #ebd943;
  font-weight: 700;
}

.video-container {
  background: #fff;
  -webkit-box-shadow: 0px 2px 27px 0 rgba(0, 0, 0, 0.53);
  box-shadow: 0px 2px 27px 0 rgba(0, 0, 0, 0.53);
  border: solid 10px #ffffff;
}

.formwrap-outer {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form-title {
  text-transform: uppercase;
  background: url(../img/form-header.jpg) no-repeat;
  background-size: cover;
  padding: 15px 15px 20px;
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
  font-weight: 700;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin: 0;
  color: #fff;
}

.form-title span {
  color: #ebd943;
}

.form-body {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  background: url(../img/form-body.jpg) no-repeat;
  background-size: cover;
}

.form-body .registerForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px 15px 25px;
  position: relative;
}

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

.form-body .registerForm .form-control {
  height: 38px;
}

.form-body .registerForm .password-row .generate-pass {
  height: 36px;
  color: #fff;
  background-color: #642DA4;
  border: none;
}

.form-body .registerForm .btn-submit {
  width: 100%;
}

.btn-bottom {
  position: absolute;
  left: 15px;
  bottom: -20px;
  margin: 0;
  width: calc(100% - 30px);
}

.btn-bottom .btn-primary {
  width: 100%;
}

.form-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-shadow: 0px 2px 49px 0 rgba(0, 0, 0, 0.53);
  box-shadow: 0px 2px 49px 0 rgba(0, 0, 0, 0.53);
  position: absolute;
  top: -7px;
  left: 0;
  width: 100%;
  list-style: none;
  padding: 0;
}

.form-list li {
  height: 7px;
  width: 33.33%;
  background: #fff28a;
  border-left: 1px #000 solid;
}

.form-list li.active {
  background: #fd57a5;
}

.form-list li:first-child {
  border: none;
}

.form-control {
  border-radius: 0;
  background: #e7e7e7;
  height: 46px;
}

.btn-primary {
  font-size: 20px;
  font-weight: 900;
  padding: 0;
  border-radius: 6px;
  background-image: linear-gradient(166deg, #156cff 1%, #0e49ff);
  -webkit-box-shadow: 0px 4px 20.9px 3.1px rgba(13, 13, 13, 0.43);
  box-shadow: 0px 4px 20.9px 3.1px rgba(13, 13, 13, 0.43);
  text-transform: uppercase;
  padding: 17px 10px 16px;
}

.security-section {
  background: #ffffff;
  padding: 10px 0;
}

.security-section img {
  display: inline-block;
  vertical-align: middle;
  margin: 5px 15px;
  max-width: 100%;
}

.btc-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.btc-list__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #9f91b4;
  margin: 0 0 0 20px;
}

.btc-list__item sup {
  top: 0;
  font-size: 13px;
  padding: 0 5px;
  font-weight: 600;
}

.btc-list__item.bid {
  color: #00c500;
}

.btc-list__item.bid sup {
  color: #f66600;
}

.btc-list__item.bid .btc-price:after {
  border-bottom-color: #f66600;
}

.btc-price {
  font-size: 30px;
  font-weight: 900;
  position: relative;
  padding-right: 16px;
}

.btc-price:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #9f91b4;
  position: absolute;
  top: 17px;
  right: 0;
}

.join-section {
  padding: 30px 0 20px;
  background: url(../img/join-us-bg.jpg) no-repeat;
  background-size: cover;
  font-weight: 300;
  line-height: 1.5;
}

.join-section h2 {
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 50px;
}

.join-section h2 span {
  color: #5f3394;
}

.join-text {
  width: 63%;
}

.join-text .girl-box {
  display: none;
}

.as-section {
  padding: 90px 0;
}

.as-text {
  text-align: center;
  padding: 0 0 90px 0;
  border-bottom: solid 6px #ecebf1;
  max-width: 500px;
}

.title {
  text-align: center;
  font-size: 18px;
  font-weight: 900;
  color: #6a449b;
  margin-bottom: 30px;
}

.real-section {
  padding: 20px 0 0;
  position: relative;
}

.real-section h3 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 90px;
}

.real-list__item {
  height: 300px;
  position: relative;
  cursor: pointer;
  color: #fff;
  font-size: 19px;
  line-height: 1.2;
}

.real-list__item:hover .real-list__overlay {
  opacity: 1;
}

.real-list__img {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  padding: 15px;
  text-align: center;
}

.real-list__img > div {
  position: relative;
  z-index: 2;
}

.real-list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.real-list__overlay {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: rgba(54, 110, 231, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  color: #fff;
  font-size: 16px;
  font-style: italic;
  padding: 20px;
  text-align: center;
}

.real-profit {
  color: #d5c93f;
  font: 700 24px 'Open Sans', sans-serif;
  margin: 3px 0 0;
}

.girl-box {
  position: absolute;
  bottom: 300px;
  right: 0;
  height: 850px;
  width: 690px;
}

.girl-box img {
  height: 100%;
}

.feature-section {
  background: url(../img/diamonds-bg.jpg) no-repeat;
  background-size: cover;
  padding: 135px 0 400px;
  color: #fff;
}

.feature-section .container-fluid {
  max-width: 1140px;
  margin: 0 auto;
}

.feature-list__item {
  background: #322580;
  text-align: center;
  -webkit-box-shadow: 0px 6px 0 0 #7f57ca;
  box-shadow: 0px 6px 0 0 #7f57ca;
  font-size: 16px;
  line-height: 1.5;
  height: 100%;
  padding: 50px 0 0;
}

.feature-list__item .icon {
  font-size: 84px;
  display: block;
  color: #ebd943;
  margin-bottom: 40px;
}

.feature-list__item h3 {
  font: 700 20px 'Open Sans', sans-serif;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 40px;
  padding: 0 10px;
}

.feature-list__item p {
  padding: 0 35px 46px;
}

.live-section {
  margin-top: -290px;
  padding: 0 0 80px;
  position: relative;
  min-height: 340px;
}

.live-section:after, .live-section:before {
  content: "";
  position: absolute;
  display: block;
}

.live-section:before {
  height: 312px;
  width: 200px;
  background: url(../img/left-side.png) no-repeat;
  background-size: cover;
  left: 0;
  top: 200px;
}

.live-section:after {
  height: 300px;
  width: 245px;
  background: url(../img/right-side.png) no-repeat;
  background-size: cover;
  right: -40px;
  top: 227px;
}

.live-section .container {
  background: #fff;
  -webkit-box-shadow: 0px 10px 36.3px 12.7px rgba(37, 26, 65, 0.1);
  box-shadow: 0px 10px 36.3px 12.7px rgba(37, 26, 65, 0.1);
  border: solid 10px #ffffff;
  padding-bottom: 50px;
}

.live-section .h1 {
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  color: #322580;
  margin: 90px 0 20px;
  letter-spacing: 1px;
}

.live-section h3 {
  font-size: 28px;
  font-weight: 400;
  text-transform: capitalize;
  text-align: center;
  color: #000;
  margin-bottom: 40px;
}

.container-wrap {
  max-width: 760px;
  margin: 0 auto;
}

.btn-warning {
  background-color: #ebd943;
  -webkit-box-shadow: 0px 4px 0 0 #cab927;
  box-shadow: 0px 4px 0 0 #cab927;
  color: #2a2b51;
  border-radius: 5px;
  font-size: 24px;
  padding: 18px 15px 17px;
  font-weight: 700;
  border: none;
}

.btn-top-box {
  margin: -45px 0 0;
  text-align: center;
}

.btn-top-box .btn-warning {
  max-width: 400px;
  display: block;
  margin: 0 auto;
}

.flx-table {
  font-size: 14px;
  font-family: 'LatoCyr';
}

.flx-head {
  font-weight: 900;
  color: #322580;
  padding: 0 15px;
}

.flx-head .flx-td {
  border: none;
}

.flx-body {
  padding: 0 15px;
}

.flx-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flx-td {
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  text-align: left;
}

.flx-td p {
  margin: 0;
}

.flx-title {
  display: none;
  color: #322580;
  font-weight: 900;
}

.brcheck-icon {
  color: #ebd943;
  font-size: 20px;
  margin-left: 11px;
}

.step-section {
  text-align: center;
  position: relative;
}

.step-section .container {
  position: relative;
  z-index: 2;
}

.step-section:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: 35px;
  left: 0;
  background: #0f4bff;
  height: 327px;
}

.step-section h2 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 74px;
}

.step-section .btn-warning {
  max-width: 400px;
  display: block;
  margin: 0 auto;
}

.step-list {
  margin-bottom: 65px;
}

.step-list__item {
  padding: 0;
  -webkit-box-shadow: 0px 10px 36.3px 12.7px rgba(37, 26, 65, 0.1);
  box-shadow: 0px 10px 36.3px 12.7px rgba(37, 26, 65, 0.1);
  background: #fff;
}

.step-list__item h3 {
  color: #fff;
  font-size: 26px;
  font-weight: 900;
  padding: 17px 15px 15px;
  background: #372798;
  margin-bottom: 0;
}

.step-list__item:first-child h3 {
  background: #7b3dbb;
}

.step-list__item:last-child h3 {
  background: #0f4dff;
}

.step-list__item .icon {
  font-size: 84px;
  margin-bottom: 22px;
  display: block;
  color: #f0b400;
}

.step-title {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  color: #322580;
  text-transform: uppercase;
}

.step-body {
  padding: 34px 35px 15px;
  line-height: 1.5;
  font-size: 14px;
  color: #0f0f0f;
}

.faq-section {
  padding: 80px 0;
}

.faq-section h3 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 85px;
}

.faq-wrap {
  padding: 0 20px 0 24px;
}

.faq-item {
  position: relative;
  padding: 40px 28px 40px 50px;
  margin: 10px 0 15px;
  background: #ffffff;
  -webkit-box-shadow: 0px 6px 26.9px 5.1px rgba(37, 26, 65, 0.1);
  box-shadow: 0px 6px 26.9px 5.1px rgba(37, 26, 65, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 1.5;
}

.faq-item h4 {
  font-size: 20px;
  color: #7b3dbb;
  font-weight: 700;
  text-align: left;
  margin-bottom: 10px;
}

.faq-item p {
  margin: 0;
}

.faq-item span {
  color: #fff;
  position: absolute;
  left: -25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  font-size: 22px;
  line-height: 2.45;
  font-weight: 700;
  background-color: #7b3dbb;
  -webkit-box-shadow: 0px 10px 36.3px 12.7px rgba(37, 26, 65, 0.1);
  box-shadow: 0px 10px 36.3px 12.7px rgba(37, 26, 65, 0.1);
  width: 52px;
  height: 52px;
  text-align: center;
}

.get-section {
  padding: 88px 0;
  background: url(../img/bottom-cta-bg.jpg) no-repeat;
  background-size: cover;
}

.get-section .btn-warning {
  color: #322580;
  font-size: 34px;
  width: 100%;
  padding: 37px 15px 36px;
}

.title-section {
  background-size: cover;
  margin-bottom: 0;
}

.title-section h1 span {
  color: #ebd943;
}

.title-section.blog .h1 {
  text-transform: uppercase;
  color: #ebd943;
}

.form-section {
  padding: 68px 0 76px;
  text-align: center;
}

.form-section h2, .form-section .h2 {
  font-size: 33px;
  margin: 0 0 10px;
  font-weight: 600;
}

.form-section h2 span, .form-section .h2 span {
  color: #ebd943;
}

.form-section .after-form-text {
  margin-top: 65px;
  color: #272529;
  font-size: 24px;
  text-align: justify;
}

[lang="it-IT"] .form-section .after-form-text {
  display: none;
}

.form-wrap {
  margin: 77px 0 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 3px 4px;
  position: relative;
}

.form-pre-wrap {
  border: 1px solid #000;
  padding: 5px;
}

.form-pre-wrap:before, .form-pre-wrap:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  width: 1px;
  height: calc(100% - 10px);
  background: #000;
}

.form-pre-wrap:before {
  left: 0;
}

.form-pre-wrap:after {
  right: 0;
}

.form-icon {
  background: #fff;
  padding: 58px 25px 40px;
}

.form-icon .form-group {
  position: relative;
}

.form-icon .form-group textarea {
  padding-left: 15px !important;
  width: 100%;
  min-height: 260px;
}

.form-icon .form-control {
  padding-left: 40px !important;
  height: 50px;
  border-radius: 2px;
}

.form-icon .fa {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 8px;
  color: #9b9b9c;
  font-size: 24px;
  z-index: 2;
}

.form-icon .btn-warning {
  font-size: 24px;
  text-transform: uppercase;
  width: 100%;
  border: none;
  border-radius: 2px;
  padding: 7px 10px 4px;
}

.still-section {
  font-size: 30px;
  text-align: center;
  color: #fff;
}

.still-section h3 {
  font-size: 40px;
  color: #fff;
}

.still-section .btn {
  text-transform: uppercase;
}

#termsModal a {
  color: #333;
}

.white-section {
  font-size: 18px;
  line-height: 1.5;
  padding: 40px 0;
}

.white-section h1 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #322580;
}

.white-section a {
  color: #322580;
}

.blog-section .li {
  padding: 10px 20px;
}

.blog-section .article-a {
  display: block;
  color: #322580;
  font-size: 30px;
  font-weight: 900;
  text-decoration: none;
  padding: 10px 0;
}

.blog-section .article-a:hover {
  text-decoration: underline;
}

.blog-section .readmore {
  text-decoration: underline;
}

.blog-section .h1, .blog-section .h2 {
  color: #000;
  margin: 20px 0;
  font-size: 32px;
  font-weight: 700;
}

.blog-section .div_hr {
  border-top: solid 1px lightgrey;
  display: block;
  width: 100%;
  margin-top: 15px;
}

.blog-section .col-img .img {
  padding: 30px 0;
  width: 100%;
}

.blu-section {
  font-size: 18px;
  line-height: 1.5;
  padding: 40px 0;
  background: url("../img/we-bg.jpg") no-repeat;
  background-size: cover;
  color: #fff;
}

.blu-section h2 {
  color: #fff;
}

.offer-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 25px;
}

.offer-item img {
  width: 55px;
  height: 55px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-transition: 1s;
  transition: 1s;
}

.offer-item img:hover {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: 1s;
  transition: 1s;
}

.offer-item h3 {
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  color: #603495;
  margin: 0;
}

.offer-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 20px;
}

.title-section.contact .h1 {
  font-size: 42px;
  padding: 20px 0;
}

.contact-wrap .h2 {
  font-size: 26px;
  font-weight: 700;
  color: #322580;
  margin-bottom: 25px;
}

.contact-wrap .form-icon {
  padding: 0;
}

.contact-wrap .form-icon .btn-warning {
  color: #fff;
  border: 2px solid transparent;
  border-radius: 5px;
  background-color: #7b3dbb;
  font-size: 26px;
  line-height: 26px;
  text-transform: capitalize;
  font-weight: 400;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 12px 10px;
}

/******************************************/
/*           New Content Styles           */
/******************************************/
/*            Home Page Styles            */
/******************************************/
body:lang(da),
body:lang(sv),
body:lang(it),
body:lang(de),
body:lang(en) {
  font-family: "Lato";
}

body:lang(da) .exclusive-offer,
body:lang(sv) .exclusive-offer,
body:lang(it) .exclusive-offer,
body:lang(de) .exclusive-offer,
body:lang(en) .exclusive-offer {
  width: 270px;
}

body:lang(da) .exclusive-offer .exclusive-offer__wrap,
body:lang(sv) .exclusive-offer .exclusive-offer__wrap,
body:lang(it) .exclusive-offer .exclusive-offer__wrap,
body:lang(de) .exclusive-offer .exclusive-offer__wrap,
body:lang(en) .exclusive-offer .exclusive-offer__wrap {
  padding-right: 5px;
}

body:lang(da) .main-section,
body:lang(sv) .main-section,
body:lang(it) .main-section,
body:lang(de) .main-section,
body:lang(en) .main-section {
  background: url("../img/en/main_bg_new.png") no-repeat center;
  background-size: cover;
  padding: 50px 0;
  margin-bottom: 0;
}

body:lang(da) .main-section h1,
body:lang(sv) .main-section h1,
body:lang(it) .main-section h1,
body:lang(de) .main-section h1,
body:lang(en) .main-section h1 {
  font-size: 65px;
  line-height: 50px;
  color: #f7f8fa;
}

body:lang(da) .main-section p.h2,
body:lang(sv) .main-section p.h2,
body:lang(it) .main-section p.h2,
body:lang(de) .main-section p.h2,
body:lang(en) .main-section p.h2 {
  font-size: 29px;
  letter-spacing: 1px;
  line-height: 38px;
  font-weight: 700;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.75);
}

body:lang(da) .main-section .video-container,
body:lang(sv) .main-section .video-container,
body:lang(it) .main-section .video-container,
body:lang(de) .main-section .video-container,
body:lang(en) .main-section .video-container {
  border-radius: 10px;
}

body:lang(da) .main-section .formwrap-outer .form-title,
body:lang(sv) .main-section .formwrap-outer .form-title,
body:lang(it) .main-section .formwrap-outer .form-title,
body:lang(de) .main-section .formwrap-outer .form-title,
body:lang(en) .main-section .formwrap-outer .form-title {
  font-size: 22px;
  padding: 15px 5px 20px;
}

body:lang(da) .main-section .formwrap-outer .form-body .registerForm,
body:lang(sv) .main-section .formwrap-outer .form-body .registerForm,
body:lang(it) .main-section .formwrap-outer .form-body .registerForm,
body:lang(de) .main-section .formwrap-outer .form-body .registerForm,
body:lang(en) .main-section .formwrap-outer .form-body .registerForm {
  display: initial;
}

body:lang(da) .main-section .formwrap-outer .form-body .registerForm .btn-bottom,
body:lang(sv) .main-section .formwrap-outer .form-body .registerForm .btn-bottom,
body:lang(it) .main-section .formwrap-outer .form-body .registerForm .btn-bottom,
body:lang(de) .main-section .formwrap-outer .form-body .registerForm .btn-bottom,
body:lang(en) .main-section .formwrap-outer .form-body .registerForm .btn-bottom {
  position: relative;
  left: 0;
  width: 100%;
}

body:lang(da) .software-section,
body:lang(sv) .software-section,
body:lang(it) .software-section,
body:lang(de) .software-section,
body:lang(en) .software-section {
  padding: 120px 0 50px;
  text-align: center;
}

body:lang(da) .software-section .software-wrap,
body:lang(sv) .software-section .software-wrap,
body:lang(it) .software-section .software-wrap,
body:lang(de) .software-section .software-wrap,
body:lang(en) .software-section .software-wrap {
  background-color: #5d3192;
  height: 100%;
  padding: 0 15px 15px;
}

body:lang(da) .software-section .software-wrap .img-wrap,
body:lang(sv) .software-section .software-wrap .img-wrap,
body:lang(it) .software-section .software-wrap .img-wrap,
body:lang(de) .software-section .software-wrap .img-wrap,
body:lang(en) .software-section .software-wrap .img-wrap {
  width: 150px;
  height: 150px;
  border-radius: 75px;
  background-color: #ebd943;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
  position: relative;
  top: -75px;
  margin-bottom: -50px;
  border: 10px solid white;
}

body:lang(da) .software-section .software-wrap .title,
body:lang(sv) .software-section .software-wrap .title,
body:lang(it) .software-section .software-wrap .title,
body:lang(de) .software-section .software-wrap .title,
body:lang(en) .software-section .software-wrap .title {
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 24px;
  color: #e9d500;
  font-weight: 900;
}

body:lang(da) .software-section .software-wrap .desc,
body:lang(sv) .software-section .software-wrap .desc,
body:lang(it) .software-section .software-wrap .desc,
body:lang(de) .software-section .software-wrap .desc,
body:lang(en) .software-section .software-wrap .desc {
  font-size: 17px;
  letter-spacing: 1px;
  line-height: 24px;
  color: #ffffff;
  text-align: justify;
  -moz-text-align-last: center;
  text-align-last: center;
}

body:lang(da) .software-section h2,
body:lang(sv) .software-section h2,
body:lang(it) .software-section h2,
body:lang(de) .software-section h2,
body:lang(en) .software-section h2 {
  font-size: 30px;
  letter-spacing: 2px;
  line-height: 35px;
  color: #322593;
  font-weight: 900;
  padding-top: 50px;
}

body:lang(da) .software-section p,
body:lang(sv) .software-section p,
body:lang(it) .software-section p,
body:lang(de) .software-section p,
body:lang(en) .software-section p {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 24px;
  color: #191919;
}

body:lang(da) .users-section,
body:lang(sv) .users-section,
body:lang(it) .users-section,
body:lang(de) .users-section,
body:lang(en) .users-section {
  background: url("../img/en/users_bg.png") no-repeat center;
  background-size: cover;
  padding: 50px 0;
}

body:lang(da) .users-section h2,
body:lang(sv) .users-section h2,
body:lang(it) .users-section h2,
body:lang(de) .users-section h2,
body:lang(en) .users-section h2 {
  font-size: 30px;
  letter-spacing: 1px;
  line-height: 21px;
  color: #ffffff;
  font-weight: 900;
  padding-bottom: 20px;
}

body:lang(da) .users-section .row,
body:lang(sv) .users-section .row,
body:lang(it) .users-section .row,
body:lang(de) .users-section .row,
body:lang(en) .users-section .row {
  margin-bottom: 30px;
}

body:lang(da) .users-section .row .col-lg-6 .users-wrap,
body:lang(sv) .users-section .row .col-lg-6 .users-wrap,
body:lang(it) .users-section .row .col-lg-6 .users-wrap,
body:lang(de) .users-section .row .col-lg-6 .users-wrap,
body:lang(en) .users-section .row .col-lg-6 .users-wrap {
  background: #fff;
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.75);
  margin-left: 50px;
  height: 100%;
}

body:lang(da) .users-section .row .col-lg-6:nth-child(odd) .users-wrap,
body:lang(sv) .users-section .row .col-lg-6:nth-child(odd) .users-wrap,
body:lang(it) .users-section .row .col-lg-6:nth-child(odd) .users-wrap,
body:lang(de) .users-section .row .col-lg-6:nth-child(odd) .users-wrap,
body:lang(en) .users-section .row .col-lg-6:nth-child(odd) .users-wrap {
  margin-right: 20px;
}

body:lang(da) .users-section .row .col-lg-6:nth-child(even) .users-wrap,
body:lang(sv) .users-section .row .col-lg-6:nth-child(even) .users-wrap,
body:lang(it) .users-section .row .col-lg-6:nth-child(even) .users-wrap,
body:lang(de) .users-section .row .col-lg-6:nth-child(even) .users-wrap,
body:lang(en) .users-section .row .col-lg-6:nth-child(even) .users-wrap {
  margin-left: 70px;
}

body:lang(da) .users-section .row .col-lg-6:nth-child(even) .users-wrap .img-wrap,
body:lang(sv) .users-section .row .col-lg-6:nth-child(even) .users-wrap .img-wrap,
body:lang(it) .users-section .row .col-lg-6:nth-child(even) .users-wrap .img-wrap,
body:lang(de) .users-section .row .col-lg-6:nth-child(even) .users-wrap .img-wrap,
body:lang(en) .users-section .row .col-lg-6:nth-child(even) .users-wrap .img-wrap {
  margin-left: 20px;
}

body:lang(da) .users-section .row .col-lg-6 .row-wrap,
body:lang(sv) .users-section .row .col-lg-6 .row-wrap,
body:lang(it) .users-section .row .col-lg-6 .row-wrap,
body:lang(de) .users-section .row .col-lg-6 .row-wrap,
body:lang(en) .users-section .row .col-lg-6 .row-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

body:lang(da) .users-section .row .col-lg-6 .img-wrap,
body:lang(sv) .users-section .row .col-lg-6 .img-wrap,
body:lang(it) .users-section .row .col-lg-6 .img-wrap,
body:lang(de) .users-section .row .col-lg-6 .img-wrap,
body:lang(en) .users-section .row .col-lg-6 .img-wrap {
  position: absolute;
  left: 0;
  width: 120px;
}

body:lang(da) .users-section .row .col-lg-6 .desc-wrap,
body:lang(sv) .users-section .row .col-lg-6 .desc-wrap,
body:lang(it) .users-section .row .col-lg-6 .desc-wrap,
body:lang(de) .users-section .row .col-lg-6 .desc-wrap,
body:lang(en) .users-section .row .col-lg-6 .desc-wrap {
  width: calc(100% - 120px);
  margin-left: 120px;
  padding: 10px;
}

body:lang(da) .users-section .row .col-lg-6 .desc-wrap .title,
body:lang(sv) .users-section .row .col-lg-6 .desc-wrap .title,
body:lang(it) .users-section .row .col-lg-6 .desc-wrap .title,
body:lang(de) .users-section .row .col-lg-6 .desc-wrap .title,
body:lang(en) .users-section .row .col-lg-6 .desc-wrap .title {
  text-align: left;
  margin-bottom: 15px;
  margin-top: 15px;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 24px;
  color: #322593;
  font-weight: 900;
}

body:lang(da) .users-section .row .col-lg-6 .desc-wrap .desc,
body:lang(sv) .users-section .row .col-lg-6 .desc-wrap .desc,
body:lang(it) .users-section .row .col-lg-6 .desc-wrap .desc,
body:lang(de) .users-section .row .col-lg-6 .desc-wrap .desc,
body:lang(en) .users-section .row .col-lg-6 .desc-wrap .desc {
  margin-bottom: 15px;
  margin-right: 10px;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 24px;
  color: #191919;
}

body:lang(da) .trading-section,
body:lang(sv) .trading-section,
body:lang(it) .trading-section,
body:lang(de) .trading-section,
body:lang(en) .trading-section {
  padding: 50px 0;
}

body:lang(da) .trading-section .step-wrap .img-wrap,
body:lang(sv) .trading-section .step-wrap .img-wrap,
body:lang(it) .trading-section .step-wrap .img-wrap,
body:lang(de) .trading-section .step-wrap .img-wrap,
body:lang(en) .trading-section .step-wrap .img-wrap {
  width: 109px;
  height: 109px;
  border: 3px solid #ebd943;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
}

body:lang(da) .trading-section .step-wrap .title,
body:lang(sv) .trading-section .step-wrap .title,
body:lang(it) .trading-section .step-wrap .title,
body:lang(de) .trading-section .step-wrap .title,
body:lang(en) .trading-section .step-wrap .title {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 24px;
  color: #191919;
  font-weight: 800;
  margin-top: 20px;
}

body:lang(da) .trading-section .step-wrap .desc,
body:lang(sv) .trading-section .step-wrap .desc,
body:lang(it) .trading-section .step-wrap .desc,
body:lang(de) .trading-section .step-wrap .desc,
body:lang(en) .trading-section .step-wrap .desc {
  font-size: 16px;
  line-height: 24px;
  color: #191919;
  text-align: justify;
  -moz-text-align-last: center;
  text-align-last: center;
}

body:lang(da) .trading-section a.btn-warning,
body:lang(sv) .trading-section a.btn-warning,
body:lang(it) .trading-section a.btn-warning,
body:lang(de) .trading-section a.btn-warning,
body:lang(en) .trading-section a.btn-warning {
  margin-top: 30px;
  font-size: 25px;
  letter-spacing: 1px;
  line-height: 24px;
  color: #281d64;
  font-weight: 900;
}

body:lang(da) .live-section,
body:lang(sv) .live-section,
body:lang(it) .live-section,
body:lang(de) .live-section,
body:lang(en) .live-section {
  margin-top: 0;
  padding: 50px 0;
  overflow: hidden;
}

body:lang(da) .live-section:after, body:lang(da) .live-section:before,
body:lang(sv) .live-section:after,
body:lang(sv) .live-section:before,
body:lang(it) .live-section:after,
body:lang(it) .live-section:before,
body:lang(de) .live-section:after,
body:lang(de) .live-section:before,
body:lang(en) .live-section:after,
body:lang(en) .live-section:before {
  content: "";
  position: absolute;
  display: block;
  width: 416px;
  height: 471px;
  background: url(../img/en/btc.png) no-repeat;
  background-size: cover;
}

body:lang(da) .live-section:before,
body:lang(sv) .live-section:before,
body:lang(it) .live-section:before,
body:lang(de) .live-section:before,
body:lang(en) .live-section:before {
  left: 0;
  top: 200px;
}

body:lang(da) .live-section:after,
body:lang(sv) .live-section:after,
body:lang(it) .live-section:after,
body:lang(de) .live-section:after,
body:lang(en) .live-section:after {
  right: -40px;
  top: 227px;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

body:lang(da) .live-section .container,
body:lang(sv) .live-section .container,
body:lang(it) .live-section .container,
body:lang(de) .live-section .container,
body:lang(en) .live-section .container {
  position: relative;
  z-index: 2;
}

body:lang(da) .live-section .container .container-wrap,
body:lang(sv) .live-section .container .container-wrap,
body:lang(it) .live-section .container .container-wrap,
body:lang(de) .live-section .container .container-wrap,
body:lang(en) .live-section .container .container-wrap {
  max-width: 85%;
}

body:lang(da) .live-section .container .container-wrap .flx-table,
body:lang(sv) .live-section .container .container-wrap .flx-table,
body:lang(it) .live-section .container .container-wrap .flx-table,
body:lang(de) .live-section .container .container-wrap .flx-table,
body:lang(en) .live-section .container .container-wrap .flx-table {
  font-size: 20px;
}

body:lang(da) .live-section .container .container-wrap .flx-table .flx-body .flx-td:last-child,
body:lang(da) .live-section .container .container-wrap .flx-table .flx-head .flx-td:last-child,
body:lang(sv) .live-section .container .container-wrap .flx-table .flx-body .flx-td:last-child,
body:lang(sv) .live-section .container .container-wrap .flx-table .flx-head .flx-td:last-child,
body:lang(it) .live-section .container .container-wrap .flx-table .flx-body .flx-td:last-child,
body:lang(it) .live-section .container .container-wrap .flx-table .flx-head .flx-td:last-child,
body:lang(de) .live-section .container .container-wrap .flx-table .flx-body .flx-td:last-child,
body:lang(de) .live-section .container .container-wrap .flx-table .flx-head .flx-td:last-child,
body:lang(en) .live-section .container .container-wrap .flx-table .flx-body .flx-td:last-child,
body:lang(en) .live-section .container .container-wrap .flx-table .flx-head .flx-td:last-child {
  text-align: center;
}

body:lang(da) .live-section .container .container-wrap .h1,
body:lang(sv) .live-section .container .container-wrap .h1,
body:lang(it) .live-section .container .container-wrap .h1,
body:lang(de) .live-section .container .container-wrap .h1,
body:lang(en) .live-section .container .container-wrap .h1 {
  font-size: 40px;
  letter-spacing: 1px;
  line-height: 40px;
  color: #17252e;
  font-weight: 700;
  text-transform: uppercase;
}

body:lang(da) .live-section .container .fa-check-circle,
body:lang(sv) .live-section .container .fa-check-circle,
body:lang(it) .live-section .container .fa-check-circle,
body:lang(de) .live-section .container .fa-check-circle,
body:lang(en) .live-section .container .fa-check-circle {
  color: #ead505;
}

body:lang(da) .step-section,
body:lang(sv) .step-section,
body:lang(it) .step-section,
body:lang(de) .step-section,
body:lang(en) .step-section {
  padding: 50px 0;
  background: url("../img/en/step_bg.png") no-repeat;
  background-size: cover;
}

body:lang(da) .step-section:after,
body:lang(sv) .step-section:after,
body:lang(it) .step-section:after,
body:lang(de) .step-section:after,
body:lang(en) .step-section:after {
  display: none;
}

body:lang(da) .step-section h2,
body:lang(sv) .step-section h2,
body:lang(it) .step-section h2,
body:lang(de) .step-section h2,
body:lang(en) .step-section h2 {
  font-size: 30px;
  letter-spacing: 1px;
  line-height: 39px;
  color: #f5f7f7;
  font-weight: 700;
}

body:lang(da) .step-section .step-wrap,
body:lang(sv) .step-section .step-wrap,
body:lang(it) .step-section .step-wrap,
body:lang(de) .step-section .step-wrap,
body:lang(en) .step-section .step-wrap {
  background-color: #fff;
  border-radius: 3px;
  padding: 10px 10px 20px;
  height: 100%;
  position: relative;
}

body:lang(da) .step-section .step-wrap img,
body:lang(sv) .step-section .step-wrap img,
body:lang(it) .step-section .step-wrap img,
body:lang(de) .step-section .step-wrap img,
body:lang(en) .step-section .step-wrap img {
  position: relative;
  top: -70px;
}

body:lang(da) .step-section .step-wrap .title,
body:lang(sv) .step-section .step-wrap .title,
body:lang(it) .step-section .step-wrap .title,
body:lang(de) .step-section .step-wrap .title,
body:lang(en) .step-section .step-wrap .title {
  margin-top: -50px;
  margin-bottom: 10px;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 24px;
  color: #000000;
  font-weight: 900;
}

body:lang(da) .step-section .step-wrap .desc,
body:lang(sv) .step-section .step-wrap .desc,
body:lang(it) .step-section .step-wrap .desc,
body:lang(de) .step-section .step-wrap .desc,
body:lang(en) .step-section .step-wrap .desc {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 21px;
  color: #444444;
  font-weight: 400;
  text-align: justify;
  -moz-text-align-last: center;
  text-align-last: center;
}

body:lang(da) .step-section a.btn-warning,
body:lang(sv) .step-section a.btn-warning,
body:lang(it) .step-section a.btn-warning,
body:lang(de) .step-section a.btn-warning,
body:lang(en) .step-section a.btn-warning {
  margin-top: 30px;
  max-width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 21px;
  color: #281d64;
  font-weight: 900;
  padding-left: 30px;
  padding-right: 30px;
}

body:lang(da) .system-section,
body:lang(sv) .system-section,
body:lang(it) .system-section,
body:lang(de) .system-section,
body:lang(en) .system-section {
  padding: 50px 0;
}

body:lang(da) .system-section h3,
body:lang(sv) .system-section h3,
body:lang(it) .system-section h3,
body:lang(de) .system-section h3,
body:lang(en) .system-section h3 {
  font-size: 30px;
  letter-spacing: 1px;
  line-height: 30px;
  color: #281d64;
  font-weight: 900;
  margin-bottom: 20px;
}

body:lang(da) .system-section p, body:lang(da) .system-section li,
body:lang(sv) .system-section p,
body:lang(sv) .system-section li,
body:lang(it) .system-section p,
body:lang(it) .system-section li,
body:lang(de) .system-section p,
body:lang(de) .system-section li,
body:lang(en) .system-section p,
body:lang(en) .system-section li {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 24px;
  color: #191919;
  font-weight: 400;
}

body:lang(da) .system-section li,
body:lang(sv) .system-section li,
body:lang(it) .system-section li,
body:lang(de) .system-section li,
body:lang(en) .system-section li {
  margin-bottom: 15px;
}

body:lang(da) .system-section a,
body:lang(sv) .system-section a,
body:lang(it) .system-section a,
body:lang(de) .system-section a,
body:lang(en) .system-section a {
  color: #007bff;
}

body:lang(da) .system-section img.right,
body:lang(sv) .system-section img.right,
body:lang(it) .system-section img.right,
body:lang(de) .system-section img.right,
body:lang(en) .system-section img.right {
  float: right;
  position: relative;
  right: -200px;
  margin-left: -180px;
  margin-bottom: 20px;
}

body:lang(da) .system-section img.left,
body:lang(sv) .system-section img.left,
body:lang(it) .system-section img.left,
body:lang(de) .system-section img.left,
body:lang(en) .system-section img.left {
  float: left;
  position: relative;
  left: -200px;
  margin-right: -180px;
  margin-bottom: 20px;
}

body:lang(da) .system-section .clearfix,
body:lang(sv) .system-section .clearfix,
body:lang(it) .system-section .clearfix,
body:lang(de) .system-section .clearfix,
body:lang(en) .system-section .clearfix {
  margin-bottom: 20px;
}

body:lang(da) .system-section a.btn-warning,
body:lang(sv) .system-section a.btn-warning,
body:lang(it) .system-section a.btn-warning,
body:lang(de) .system-section a.btn-warning,
body:lang(en) .system-section a.btn-warning {
  font-size: 30px;
  letter-spacing: 1px;
  line-height: 24px;
  color: #281d64;
  font-weight: 900;
  padding: 14px 40px;
}

body:lang(da) .benefits-section,
body:lang(sv) .benefits-section,
body:lang(it) .benefits-section,
body:lang(de) .benefits-section,
body:lang(en) .benefits-section {
  padding: 50px 0;
  background: url("../img/en/benefits_bg.png") center no-repeat;
  background-size: cover;
}

body:lang(da) .benefits-section h2,
body:lang(sv) .benefits-section h2,
body:lang(it) .benefits-section h2,
body:lang(de) .benefits-section h2,
body:lang(en) .benefits-section h2 {
  font-size: 30px;
  letter-spacing: 1px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 900;
}

body:lang(da) .benefits-section p, body:lang(da) .benefits-section .desc,
body:lang(sv) .benefits-section p,
body:lang(sv) .benefits-section .desc,
body:lang(it) .benefits-section p,
body:lang(it) .benefits-section .desc,
body:lang(de) .benefits-section p,
body:lang(de) .benefits-section .desc,
body:lang(en) .benefits-section p,
body:lang(en) .benefits-section .desc {
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 400;
}

body:lang(da) .benefits-section .step-wrap .row,
body:lang(sv) .benefits-section .step-wrap .row,
body:lang(it) .benefits-section .step-wrap .row,
body:lang(de) .benefits-section .step-wrap .row,
body:lang(en) .benefits-section .step-wrap .row {
  margin-bottom: 10px;
  margin-top: 20px;
}

body:lang(da) .benefits-section .step-wrap .row .num-wrap,
body:lang(sv) .benefits-section .step-wrap .row .num-wrap,
body:lang(it) .benefits-section .step-wrap .row .num-wrap,
body:lang(de) .benefits-section .step-wrap .row .num-wrap,
body:lang(en) .benefits-section .step-wrap .row .num-wrap {
  width: 68px;
  min-width: 68px;
  height: 68px;
  border-radius: 50%;
  background-image: linear-gradient(109deg, #e9d503 0%, #f7c73d 100%);
  font-size: 30px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

body:lang(da) .benefits-section .step-wrap .row .col-10,
body:lang(sv) .benefits-section .step-wrap .row .col-10,
body:lang(it) .benefits-section .step-wrap .row .col-10,
body:lang(de) .benefits-section .step-wrap .row .col-10,
body:lang(en) .benefits-section .step-wrap .row .col-10 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

body:lang(da) .benefits-section .step-wrap .row .col-10 .title,
body:lang(sv) .benefits-section .step-wrap .row .col-10 .title,
body:lang(it) .benefits-section .step-wrap .row .col-10 .title,
body:lang(de) .benefits-section .step-wrap .row .col-10 .title,
body:lang(en) .benefits-section .step-wrap .row .col-10 .title {
  font-size: 22px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 700;
  text-align: left;
  margin-bottom: 0;
}

body:lang(da) .features-section,
body:lang(sv) .features-section,
body:lang(it) .features-section,
body:lang(de) .features-section,
body:lang(en) .features-section {
  padding: 50px 0;
}

body:lang(da) .features-section h2,
body:lang(sv) .features-section h2,
body:lang(it) .features-section h2,
body:lang(de) .features-section h2,
body:lang(en) .features-section h2 {
  font-size: 30px;
  letter-spacing: 2px;
  line-height: 30px;
  color: #382067;
  font-weight: 700;
}

body:lang(da) .features-section p, body:lang(da) .features-section .desc,
body:lang(sv) .features-section p,
body:lang(sv) .features-section .desc,
body:lang(it) .features-section p,
body:lang(it) .features-section .desc,
body:lang(de) .features-section p,
body:lang(de) .features-section .desc,
body:lang(en) .features-section p,
body:lang(en) .features-section .desc {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 24px;
  color: #191919;
  font-weight: 400;
}

body:lang(da) .features-section .step-wrap .row,
body:lang(sv) .features-section .step-wrap .row,
body:lang(it) .features-section .step-wrap .row,
body:lang(de) .features-section .step-wrap .row,
body:lang(en) .features-section .step-wrap .row {
  margin-bottom: 10px;
  margin-top: 20px;
}

body:lang(da) .features-section .step-wrap .row .col-3,
body:lang(sv) .features-section .step-wrap .row .col-3,
body:lang(it) .features-section .step-wrap .row .col-3,
body:lang(de) .features-section .step-wrap .row .col-3,
body:lang(en) .features-section .step-wrap .row .col-3 {
  max-width: 100px;
  min-width: 100px;
}

body:lang(da) .features-section .step-wrap .row .col-3 .img-wrap,
body:lang(sv) .features-section .step-wrap .row .col-3 .img-wrap,
body:lang(it) .features-section .step-wrap .row .col-3 .img-wrap,
body:lang(de) .features-section .step-wrap .row .col-3 .img-wrap,
body:lang(en) .features-section .step-wrap .row .col-3 .img-wrap {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #0f49f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

body:lang(da) .features-section .step-wrap .row .col-9,
body:lang(sv) .features-section .step-wrap .row .col-9,
body:lang(it) .features-section .step-wrap .row .col-9,
body:lang(de) .features-section .step-wrap .row .col-9,
body:lang(en) .features-section .step-wrap .row .col-9 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

body:lang(da) .features-section .step-wrap .row .col-9 .title,
body:lang(sv) .features-section .step-wrap .row .col-9 .title,
body:lang(it) .features-section .step-wrap .row .col-9 .title,
body:lang(de) .features-section .step-wrap .row .col-9 .title,
body:lang(en) .features-section .step-wrap .row .col-9 .title {
  font-size: 30px;
  letter-spacing: 1px;
  line-height: 24px;
  color: #382067;
  font-weight: 700;
  text-align: left;
  margin-bottom: 0;
}

body:lang(da) .features-section .step-wrap .desc,
body:lang(sv) .features-section .step-wrap .desc,
body:lang(it) .features-section .step-wrap .desc,
body:lang(de) .features-section .step-wrap .desc,
body:lang(en) .features-section .step-wrap .desc {
  text-align: justify;
}

body:lang(da) .features-section a.btn-warning,
body:lang(sv) .features-section a.btn-warning,
body:lang(it) .features-section a.btn-warning,
body:lang(de) .features-section a.btn-warning,
body:lang(en) .features-section a.btn-warning {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 40px;
  margin: 30px auto 0;
  font-size: 25px;
  letter-spacing: 1px;
  line-height: 21px;
  color: #3e2460;
  font-weight: 900;
}

body:lang(da) .faq-section,
body:lang(sv) .faq-section,
body:lang(it) .faq-section,
body:lang(de) .faq-section,
body:lang(en) .faq-section {
  text-align: center;
  padding: 50px 0 0;
  background: url("../img/en/faq_bg.png") top no-repeat;
  background-size: cover;
}

body:lang(da) .faq-section h3,
body:lang(sv) .faq-section h3,
body:lang(it) .faq-section h3,
body:lang(de) .faq-section h3,
body:lang(en) .faq-section h3 {
  font-size: 45px;
  line-height: 32px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 50px;
}

body:lang(da) .faq-section .col-lg-6,
body:lang(sv) .faq-section .col-lg-6,
body:lang(it) .faq-section .col-lg-6,
body:lang(de) .faq-section .col-lg-6,
body:lang(en) .faq-section .col-lg-6 {
  margin-bottom: 15px;
}

body:lang(da) .faq-section .col-lg-6 .single-quest,
body:lang(sv) .faq-section .col-lg-6 .single-quest,
body:lang(it) .faq-section .col-lg-6 .single-quest,
body:lang(de) .faq-section .col-lg-6 .single-quest,
body:lang(en) .faq-section .col-lg-6 .single-quest {
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.32);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.32);
  padding: 20px;
  height: calc(100% - 15px);
  background-color: #fff;
}

body:lang(da) .faq-section .col-lg-6 .single-quest .row,
body:lang(sv) .faq-section .col-lg-6 .single-quest .row,
body:lang(it) .faq-section .col-lg-6 .single-quest .row,
body:lang(de) .faq-section .col-lg-6 .single-quest .row,
body:lang(en) .faq-section .col-lg-6 .single-quest .row {
  padding: 0 12px;
}

body:lang(da) .faq-section .col-lg-6 .single-quest .col-2,
body:lang(sv) .faq-section .col-lg-6 .single-quest .col-2,
body:lang(it) .faq-section .col-lg-6 .single-quest .col-2,
body:lang(de) .faq-section .col-lg-6 .single-quest .col-2,
body:lang(en) .faq-section .col-lg-6 .single-quest .col-2 {
  text-align: center;
  background: #6937a4;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  font-size: 53px;
  color: #ffffff;
  font-weight: 700;
  line-height: 80px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

body:lang(da) .faq-section .col-lg-6 .single-quest .col-10,
body:lang(sv) .faq-section .col-lg-6 .single-quest .col-10,
body:lang(it) .faq-section .col-lg-6 .single-quest .col-10,
body:lang(de) .faq-section .col-lg-6 .single-quest .col-10,
body:lang(en) .faq-section .col-lg-6 .single-quest .col-10 {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  font-size: 21px;
  letter-spacing: 1px;
  line-height: 25px;
  color: #040404;
  font-weight: 700;
  text-transform: initial;
}

body:lang(da) .faq-section .col-lg-6 .single-quest p,
body:lang(sv) .faq-section .col-lg-6 .single-quest p,
body:lang(it) .faq-section .col-lg-6 .single-quest p,
body:lang(de) .faq-section .col-lg-6 .single-quest p,
body:lang(en) .faq-section .col-lg-6 .single-quest p {
  letter-spacing: 1px;
  text-align: justify;
  font-size: 19px;
  line-height: 24px;
  color: #454545;
}

body:lang(da) .faq-section .faq-accordion,
body:lang(sv) .faq-section .faq-accordion,
body:lang(it) .faq-section .faq-accordion,
body:lang(de) .faq-section .faq-accordion,
body:lang(en) .faq-section .faq-accordion {
  padding-bottom: 40px;
}

body:lang(da) .faq-section .faq-accordion .accordion-question,
body:lang(sv) .faq-section .faq-accordion .accordion-question,
body:lang(it) .faq-section .faq-accordion .accordion-question,
body:lang(de) .faq-section .faq-accordion .accordion-question,
body:lang(en) .faq-section .faq-accordion .accordion-question {
  margin-bottom: 15px;
}

body:lang(da) .faq-section .faq-accordion .accordion-question .answer,
body:lang(sv) .faq-section .faq-accordion .accordion-question .answer,
body:lang(it) .faq-section .faq-accordion .accordion-question .answer,
body:lang(de) .faq-section .faq-accordion .accordion-question .answer,
body:lang(en) .faq-section .faq-accordion .accordion-question .answer {
  letter-spacing: 1px;
  text-align: justify;
  font-size: 19px;
  line-height: 24px;
  color: #454545;
  padding: 15px 10px 10px;
  display: none;
  background-color: #fff;
}

body:lang(da) .faq-section .faq-accordion .accordion-question .answer a,
body:lang(sv) .faq-section .faq-accordion .accordion-question .answer a,
body:lang(it) .faq-section .faq-accordion .accordion-question .answer a,
body:lang(de) .faq-section .faq-accordion .accordion-question .answer a,
body:lang(en) .faq-section .faq-accordion .accordion-question .answer a {
  color: #007bff;
}

body:lang(da) .faq-section .faq-accordion .container,
body:lang(sv) .faq-section .faq-accordion .container,
body:lang(it) .faq-section .faq-accordion .container,
body:lang(de) .faq-section .faq-accordion .container,
body:lang(en) .faq-section .faq-accordion .container {
  padding: 10px;
}

body:lang(da) .faq-section .faq-accordion .container .accordion-question,
body:lang(sv) .faq-section .faq-accordion .container .accordion-question,
body:lang(it) .faq-section .faq-accordion .container .accordion-question,
body:lang(de) .faq-section .faq-accordion .container .accordion-question,
body:lang(en) .faq-section .faq-accordion .container .accordion-question {
  border: 1px solid rgba(0, 0, 0, 0.19);
  margin-bottom: 15px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.19);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.19);
}

body:lang(da) .faq-section .faq-accordion .question,
body:lang(sv) .faq-section .faq-accordion .question,
body:lang(it) .faq-section .faq-accordion .question,
body:lang(de) .faq-section .faq-accordion .question,
body:lang(en) .faq-section .faq-accordion .question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  background-color: #f1f5f1;
  padding: 10px;
}

body:lang(da) .faq-section .faq-accordion .question .fa-chevron-down,
body:lang(sv) .faq-section .faq-accordion .question .fa-chevron-down,
body:lang(it) .faq-section .faq-accordion .question .fa-chevron-down,
body:lang(de) .faq-section .faq-accordion .question .fa-chevron-down,
body:lang(en) .faq-section .faq-accordion .question .fa-chevron-down {
  font-size: 24px;
  -webkit-transition: .4s all linear;
  transition: .4s all linear;
}

body:lang(da) .faq-section .faq-accordion .question h3,
body:lang(sv) .faq-section .faq-accordion .question h3,
body:lang(it) .faq-section .faq-accordion .question h3,
body:lang(de) .faq-section .faq-accordion .question h3,
body:lang(en) .faq-section .faq-accordion .question h3 {
  margin-bottom: 0;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 20px;
  color: #111a28;
  font-weight: 400;
  text-align: left;
  text-transform: initial;
}

body:lang(da) .faq-section .faq-accordion .question h3 span,
body:lang(sv) .faq-section .faq-accordion .question h3 span,
body:lang(it) .faq-section .faq-accordion .question h3 span,
body:lang(de) .faq-section .faq-accordion .question h3 span,
body:lang(en) .faq-section .faq-accordion .question h3 span {
  padding-right: 10px;
}

body:lang(da) .about-new .main-section h2,
body:lang(sv) .about-new .main-section h2,
body:lang(it) .about-new .main-section h2,
body:lang(de) .about-new .main-section h2,
body:lang(en) .about-new .main-section h2 {
  font-size: 50px;
  letter-spacing: 3px;
  line-height: 52px;
  color: #ebd943;
  font-weight: 900;
  text-align: center;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.75);
}

body:lang(da) .about-new .main-section p.subtitle,
body:lang(sv) .about-new .main-section p.subtitle,
body:lang(it) .about-new .main-section p.subtitle,
body:lang(de) .about-new .main-section p.subtitle,
body:lang(en) .about-new .main-section p.subtitle {
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 600;
}

body:lang(da) .about-new .white-section img,
body:lang(sv) .about-new .white-section img,
body:lang(it) .about-new .white-section img,
body:lang(de) .about-new .white-section img,
body:lang(en) .about-new .white-section img {
  float: right;
  position: relative;
  right: -200px;
  margin-left: -180px;
}

body:lang(da) .about-new .white-section p,
body:lang(sv) .about-new .white-section p,
body:lang(it) .about-new .white-section p,
body:lang(de) .about-new .white-section p,
body:lang(en) .about-new .white-section p {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 24px;
  color: #191919;
}

body:lang(da) .about-new .white-section a.btn-warning,
body:lang(sv) .about-new .white-section a.btn-warning,
body:lang(it) .about-new .white-section a.btn-warning,
body:lang(de) .about-new .white-section a.btn-warning,
body:lang(en) .about-new .white-section a.btn-warning {
  font-size: 30px;
  line-height: 24px;
  color: #282555;
  padding: 15px 40px;
  font-weight: 900;
}

body:lang(da) .about-new .blu-section,
body:lang(sv) .about-new .blu-section,
body:lang(it) .about-new .blu-section,
body:lang(de) .about-new .blu-section,
body:lang(en) .about-new .blu-section {
  background: url("../img/en/about_bg.png") no-repeat;
  background-size: cover;
}

body:lang(da) .about-new .blu-section h3,
body:lang(sv) .about-new .blu-section h3,
body:lang(it) .about-new .blu-section h3,
body:lang(de) .about-new .blu-section h3,
body:lang(en) .about-new .blu-section h3 {
  font-size: 30px;
  letter-spacing: 2px;
  line-height: 24px;
  font-weight: 900;
  margin-bottom: 20px;
  color: #fff;
}

body:lang(da) .about-new .blu-section p,
body:lang(sv) .about-new .blu-section p,
body:lang(it) .about-new .blu-section p,
body:lang(de) .about-new .blu-section p,
body:lang(en) .about-new .blu-section p {
  letter-spacing: 1px;
  line-height: 24px;
}

body:lang(da) .about-new .blu-section a.btn-warning,
body:lang(sv) .about-new .blu-section a.btn-warning,
body:lang(it) .about-new .blu-section a.btn-warning,
body:lang(de) .about-new .blu-section a.btn-warning,
body:lang(en) .about-new .blu-section a.btn-warning {
  font-size: 24px;
  line-height: 24px;
  color: #282555;
  padding: 15px 40px;
  font-weight: 900;
  margin-top: 30px;
}

body:lang(da) .about-new .bottom-section,
body:lang(sv) .about-new .bottom-section,
body:lang(it) .about-new .bottom-section,
body:lang(de) .about-new .bottom-section,
body:lang(en) .about-new .bottom-section {
  padding: 50px 0;
}

body:lang(da) .about-new .bottom-section h3,
body:lang(sv) .about-new .bottom-section h3,
body:lang(it) .about-new .bottom-section h3,
body:lang(de) .about-new .bottom-section h3,
body:lang(en) .about-new .bottom-section h3 {
  font-size: 30px;
  letter-spacing: 2px;
  line-height: 30px;
  color: #322580;
  font-weight: 900;
  margin-bottom: 20px;
}

body:lang(da) .about-new .bottom-section p,
body:lang(sv) .about-new .bottom-section p,
body:lang(it) .about-new .bottom-section p,
body:lang(de) .about-new .bottom-section p,
body:lang(en) .about-new .bottom-section p {
  font-size: 18px;
  line-height: 24px;
  color: #191919;
}

body:lang(da) .about-new .bottom-section .step-wrap .row,
body:lang(sv) .about-new .bottom-section .step-wrap .row,
body:lang(it) .about-new .bottom-section .step-wrap .row,
body:lang(de) .about-new .bottom-section .step-wrap .row,
body:lang(en) .about-new .bottom-section .step-wrap .row {
  margin-bottom: 10px;
  margin-top: 20px;
}

body:lang(da) .about-new .bottom-section .step-wrap .row .num-wrap,
body:lang(sv) .about-new .bottom-section .step-wrap .row .num-wrap,
body:lang(it) .about-new .bottom-section .step-wrap .row .num-wrap,
body:lang(de) .about-new .bottom-section .step-wrap .row .num-wrap,
body:lang(en) .about-new .bottom-section .step-wrap .row .num-wrap {
  width: 68px;
  min-width: 68px;
  height: 68px;
  border-radius: 50%;
  background-color: #5f3193;
  font-size: 30px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

body:lang(da) .about-new .bottom-section .step-wrap .row .col-10,
body:lang(sv) .about-new .bottom-section .step-wrap .row .col-10,
body:lang(it) .about-new .bottom-section .step-wrap .row .col-10,
body:lang(de) .about-new .bottom-section .step-wrap .row .col-10,
body:lang(en) .about-new .bottom-section .step-wrap .row .col-10 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

body:lang(da) .about-new .bottom-section .step-wrap .row .col-10 .title,
body:lang(sv) .about-new .bottom-section .step-wrap .row .col-10 .title,
body:lang(it) .about-new .bottom-section .step-wrap .row .col-10 .title,
body:lang(de) .about-new .bottom-section .step-wrap .row .col-10 .title,
body:lang(en) .about-new .bottom-section .step-wrap .row .col-10 .title {
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 24px;
  color: #0f1417;
  font-weight: 700;
  text-align: left;
  margin-bottom: 0;
}

body:lang(da) .about-new .bottom-section .step-wrap .desc,
body:lang(sv) .about-new .bottom-section .step-wrap .desc,
body:lang(it) .about-new .bottom-section .step-wrap .desc,
body:lang(de) .about-new .bottom-section .step-wrap .desc,
body:lang(en) .about-new .bottom-section .step-wrap .desc {
  font-size: 18px;
  line-height: 24px;
  color: #384047;
}

body:lang(da) .about-new .bottom-section a.btn-warning,
body:lang(sv) .about-new .bottom-section a.btn-warning,
body:lang(it) .about-new .bottom-section a.btn-warning,
body:lang(de) .about-new .bottom-section a.btn-warning,
body:lang(en) .about-new .bottom-section a.btn-warning {
  font-size: 30px;
  line-height: 30px;
  color: #322580;
  font-weight: 900;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px 40px;
  margin: 30px auto 0;
}

body:lang(de) .main-section .formwrap-outer .form-title {
  font-size: 19px;
  padding: 10px 5px 20px;
}

/*
================================================================================
|                                     FOOTER                                   |
================================================================================
*/
footer {
  width: 100%;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  padding: 30px 20px 40px;
  text-align: center;
}

.footer-nav {
  margin-bottom: 52px;
  padding: 0;
}

.footer-nav li {
  display: inline-block;
  margin: 0 20px 5px;
  font-weight: 700;
}

.footer-nav li a {
  color: #322580;
}

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

.footer-logo {
  max-width: 330px;
  margin: 0 auto;
  display: block;
}

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

@media screen and (min-width: 1601px) {
  body:lang(da) .system-section img.right,
  body:lang(da) .about-new .white-section img,
  body:lang(sv) .system-section img.right,
  body:lang(sv) .about-new .white-section img,
  body:lang(it) .system-section img.right,
  body:lang(it) .about-new .white-section img,
  body:lang(de) .system-section img.right,
  body:lang(de) .about-new .white-section img,
  body:lang(en) .system-section img.right,
  body:lang(en) .about-new .white-section img {
    right: -400px;
    margin-left: -380px;
  }
  body:lang(da) .system-section img.left,
  body:lang(sv) .system-section img.left,
  body:lang(it) .system-section img.left,
  body:lang(de) .system-section img.left,
  body:lang(en) .system-section img.left {
    left: -390px;
    margin-right: -370px;
  }
}

@media screen and (max-width: 1600px) {
  body:lang(da) .system-section img.right,
  body:lang(da) .about-new .white-section img,
  body:lang(sv) .system-section img.right,
  body:lang(sv) .about-new .white-section img,
  body:lang(it) .system-section img.right,
  body:lang(it) .about-new .white-section img,
  body:lang(de) .system-section img.right,
  body:lang(de) .about-new .white-section img,
  body:lang(en) .system-section img.right,
  body:lang(en) .about-new .white-section img {
    right: -250px;
    margin-left: -230px;
  }
  body:lang(da) .system-section img.left,
  body:lang(sv) .system-section img.left,
  body:lang(it) .system-section img.left,
  body:lang(de) .system-section img.left,
  body:lang(en) .system-section img.left {
    left: -250px;
    margin-right: -230px;
  }
}

@media screen and (max-width: 1199px) {
  .girl-box {
    right: -220px;
  }
  .logo-box {
    max-width: 255px;
  }
  body:lang(da) .system-section img.right,
  body:lang(da) .about-new .white-section img,
  body:lang(sv) .system-section img.right,
  body:lang(sv) .about-new .white-section img,
  body:lang(it) .system-section img.right,
  body:lang(it) .about-new .white-section img,
  body:lang(de) .system-section img.right,
  body:lang(de) .about-new .white-section img,
  body:lang(en) .system-section img.right,
  body:lang(en) .about-new .white-section img {
    right: -136px;
    margin-left: -116px;
  }
  body:lang(da) .system-section img.left,
  body:lang(sv) .system-section img.left,
  body:lang(it) .system-section img.left,
  body:lang(de) .system-section img.left,
  body:lang(en) .system-section img.left {
    left: -136px;
    margin-right: -116px;
  }
  body:lang(de) .step-section a.btn-warning {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .header {
    height: 60px;
  }
  .header .exclusive-offer, .header .uinames {
    display: none;
  }
  .header-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .formwrap-outer {
    max-width: 500px;
    margin: 20px auto 0;
  }
  h1 {
    font-size: 35px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 30px;
  }
  .main-section .h2 {
    font-size: 25px;
  }
  .btc-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .btc-list__item {
    margin: 0;
  }
  .join-section {
    text-align: center;
    padding-bottom: 0;
  }
  .join-section h2 {
    margin-bottom: 35px;
  }
  .join-text {
    width: 100%;
  }
  .join-text .girl-box {
    display: block;
    height: 220px;
    width: 230px;
    position: static;
    margin: 0 auto;
  }
  .as-section {
    padding: 35px 0;
  }
  .as-text {
    padding: 0 0 30px 0;
    max-width: 100%;
  }
  .real-section .girl-box {
    display: none;
  }
  .real-section h3 {
    margin-bottom: 30px;
  }
  .feature-section {
    padding: 50px 0 350px;
  }
  .feature-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .feature-list__item {
    padding: 25px 0 0;
    max-width: 400px;
    margin: 0 auto 15px;
  }
  .feature-list__item .icon {
    margin-bottom: 20px;
  }
  .feature-list__item h3 {
    margin-bottom: 20px;
  }
  .feature-list__item p {
    padding: 0 15px 15px;
  }
  .live-section .h1 {
    font-size: 25px;
    margin: 45px 0 20px;
  }
  .live-section:after, .live-section:before {
    display: none;
  }
  .step-section h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .step-list {
    margin-bottom: 20px;
  }
  .step-list__item {
    max-width: 400px;
    margin: 0 auto 20px;
  }
  .faq-section {
    padding: 55px 0;
  }
  .faq-section h3 {
    margin-bottom: 20px;
  }
  .get-section {
    padding: 40px 0;
  }
  .get-section .btn-warning {
    padding: 17px 15px 13px;
    font-size: 28px;
  }
  footer {
    padding: 30px 20px 25px;
  }
  .footer-nav {
    margin-bottom: 20px;
  }
  .form-section {
    padding: 40px 0;
  }
  .form-section h2, .form-section .h2 {
    font-size: 24px;
  }
  .form-section .after-form-text {
    margin-top: 30px;
    font-size: 19px;
  }
  .form-wrap {
    margin: 25px 0 0;
  }
  .form-icon {
    padding: 20px 10px 10px;
  }
  .still-section {
    font-size: 24px;
  }
  .still-section h3 {
    font-size: 30px;
  }
  body:lang(da) .about-new .white-section img,
  body:lang(sv) .about-new .white-section img,
  body:lang(it) .about-new .white-section img,
  body:lang(de) .about-new .white-section img,
  body:lang(en) .about-new .white-section img {
    display: none;
  }
  body:lang(da) .software-section .col-lg-4:not(:last-child),
  body:lang(sv) .software-section .col-lg-4:not(:last-child),
  body:lang(it) .software-section .col-lg-4:not(:last-child),
  body:lang(de) .software-section .col-lg-4:not(:last-child),
  body:lang(en) .software-section .col-lg-4:not(:last-child) {
    margin-bottom: 90px;
  }
  body:lang(da) .users-section h2,
  body:lang(sv) .users-section h2,
  body:lang(it) .users-section h2,
  body:lang(de) .users-section h2,
  body:lang(en) .users-section h2 {
    line-height: 40px;
  }
  body:lang(da) .users-section .row .col-lg-6:not(:last-child),
  body:lang(sv) .users-section .row .col-lg-6:not(:last-child),
  body:lang(it) .users-section .row .col-lg-6:not(:last-child),
  body:lang(de) .users-section .row .col-lg-6:not(:last-child),
  body:lang(en) .users-section .row .col-lg-6:not(:last-child) {
    margin-bottom: 30px;
  }
  body:lang(da) .users-section .row .col-lg-6 .users-wrap,
  body:lang(sv) .users-section .row .col-lg-6 .users-wrap,
  body:lang(it) .users-section .row .col-lg-6 .users-wrap,
  body:lang(de) .users-section .row .col-lg-6 .users-wrap,
  body:lang(en) .users-section .row .col-lg-6 .users-wrap {
    margin-left: 50px !important;
    margin-right: 0 !important;
  }
  body:lang(da) .users-section .row .col-lg-6 .users-wrap .img-wrap,
  body:lang(sv) .users-section .row .col-lg-6 .users-wrap .img-wrap,
  body:lang(it) .users-section .row .col-lg-6 .users-wrap .img-wrap,
  body:lang(de) .users-section .row .col-lg-6 .users-wrap .img-wrap,
  body:lang(en) .users-section .row .col-lg-6 .users-wrap .img-wrap {
    margin-left: 0 !important;
  }
  body:lang(da) .trading-section,
  body:lang(sv) .trading-section,
  body:lang(it) .trading-section,
  body:lang(de) .trading-section,
  body:lang(en) .trading-section {
    padding: 20px 0 50px;
  }
  body:lang(da) .trading-section .step-wrap .img-wrap,
  body:lang(sv) .trading-section .step-wrap .img-wrap,
  body:lang(it) .trading-section .step-wrap .img-wrap,
  body:lang(de) .trading-section .step-wrap .img-wrap,
  body:lang(en) .trading-section .step-wrap .img-wrap {
    margin-top: 30px;
  }
  body:lang(da) .live-section:before, body:lang(da) .live-section:after,
  body:lang(sv) .live-section:before,
  body:lang(sv) .live-section:after,
  body:lang(it) .live-section:before,
  body:lang(it) .live-section:after,
  body:lang(de) .live-section:before,
  body:lang(de) .live-section:after,
  body:lang(en) .live-section:before,
  body:lang(en) .live-section:after {
    display: none;
  }
  body:lang(da) .live-section .container .container-wrap .h1 span,
  body:lang(sv) .live-section .container .container-wrap .h1 span,
  body:lang(it) .live-section .container .container-wrap .h1 span,
  body:lang(de) .live-section .container .container-wrap .h1 span,
  body:lang(en) .live-section .container .container-wrap .h1 span {
    font-size: 20px;
  }
  body:lang(da) .live-section .container .container-wrap .flx-table,
  body:lang(sv) .live-section .container .container-wrap .flx-table,
  body:lang(it) .live-section .container .container-wrap .flx-table,
  body:lang(de) .live-section .container .container-wrap .flx-table,
  body:lang(en) .live-section .container .container-wrap .flx-table {
    font-size: 14px;
  }
  body:lang(da) .step-section h2,
  body:lang(sv) .step-section h2,
  body:lang(it) .step-section h2,
  body:lang(de) .step-section h2,
  body:lang(en) .step-section h2 {
    font-size: 20px;
    margin-bottom: 0;
  }
  body:lang(da) .step-section .col-lg-4,
  body:lang(sv) .step-section .col-lg-4,
  body:lang(it) .step-section .col-lg-4,
  body:lang(de) .step-section .col-lg-4,
  body:lang(en) .step-section .col-lg-4 {
    margin-top: 70px;
  }
  body:lang(da) .step-section a.btn-warning,
  body:lang(sv) .step-section a.btn-warning,
  body:lang(it) .step-section a.btn-warning,
  body:lang(de) .step-section a.btn-warning,
  body:lang(en) .step-section a.btn-warning {
    font-size: 15px;
  }
  body:lang(da) .system-section .text-justify,
  body:lang(sv) .system-section .text-justify,
  body:lang(it) .system-section .text-justify,
  body:lang(de) .system-section .text-justify,
  body:lang(en) .system-section .text-justify {
    text-align: center !important;
  }
  body:lang(da) .system-section img.right,
  body:lang(da) .system-section img.left,
  body:lang(sv) .system-section img.right,
  body:lang(sv) .system-section img.left,
  body:lang(it) .system-section img.right,
  body:lang(it) .system-section img.left,
  body:lang(de) .system-section img.right,
  body:lang(de) .system-section img.left,
  body:lang(en) .system-section img.right,
  body:lang(en) .system-section img.left {
    float: none;
    right: 0;
    left: 0;
    margin-right: 0;
    margin-left: 0;
    max-width: 100%;
  }
  body:lang(de) .system-section a.btn-warning {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .red-warning {
    display: none;
  }
  .live-section .container {
    max-width: 100%;
  }
  .flx-table {
    font-size: 18px;
  }
  .flx-table .row {
    max-width: 400px;
    margin: 0 auto;
    border-bottom: thin solid #7f57ca;
    padding: 10px 0;
  }
  .flx-head {
    display: none;
  }
  .flx-td {
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .flx-td > div {
    width: 50%;
  }
  .flx-td p {
    margin: 0;
  }
  .flx-title {
    display: block;
    text-align: right;
    padding-right: 15px;
  }
  .blog-section {
    padding: 20px 0;
  }
  .blog-section .h2 {
    font-size: 30px;
  }
  body:lang(da) .main-section h1,
  body:lang(sv) .main-section h1,
  body:lang(it) .main-section h1,
  body:lang(de) .main-section h1,
  body:lang(en) .main-section h1 {
    font-size: 35px;
  }
  body:lang(da) .main-section .h2,
  body:lang(sv) .main-section .h2,
  body:lang(it) .main-section .h2,
  body:lang(de) .main-section .h2,
  body:lang(en) .main-section .h2 {
    font-size: 20px;
  }
  body:lang(da) .users-section h2,
  body:lang(da) .software-section h2,
  body:lang(sv) .users-section h2,
  body:lang(sv) .software-section h2,
  body:lang(it) .users-section h2,
  body:lang(it) .software-section h2,
  body:lang(de) .users-section h2,
  body:lang(de) .software-section h2,
  body:lang(en) .users-section h2,
  body:lang(en) .software-section h2 {
    font-size: 24px;
  }
  body:lang(da) .trading-section a.btn-warning,
  body:lang(sv) .trading-section a.btn-warning,
  body:lang(it) .trading-section a.btn-warning,
  body:lang(de) .trading-section a.btn-warning,
  body:lang(en) .trading-section a.btn-warning {
    font-size: 18px;
  }
  body:lang(da) .live-section .container .container-wrap .flx-table,
  body:lang(sv) .live-section .container .container-wrap .flx-table,
  body:lang(it) .live-section .container .container-wrap .flx-table,
  body:lang(de) .live-section .container .container-wrap .flx-table,
  body:lang(en) .live-section .container .container-wrap .flx-table {
    font-size: 18px;
  }
  body:lang(da) .features-section .step-wrap .row .col-9 .title,
  body:lang(da) .system-section a.btn-warning,
  body:lang(sv) .features-section .step-wrap .row .col-9 .title,
  body:lang(sv) .system-section a.btn-warning,
  body:lang(it) .features-section .step-wrap .row .col-9 .title,
  body:lang(it) .system-section a.btn-warning,
  body:lang(de) .features-section .step-wrap .row .col-9 .title,
  body:lang(de) .system-section a.btn-warning,
  body:lang(en) .features-section .step-wrap .row .col-9 .title,
  body:lang(en) .system-section a.btn-warning {
    font-size: 24px;
  }
  body:lang(da) .faq-section h3,
  body:lang(sv) .faq-section h3,
  body:lang(it) .faq-section h3,
  body:lang(de) .faq-section h3,
  body:lang(en) .faq-section h3 {
    font-size: 30px;
  }
  body:lang(da) .about-new h1,
  body:lang(sv) .about-new h1,
  body:lang(it) .about-new h1,
  body:lang(de) .about-new h1,
  body:lang(en) .about-new h1 {
    font-size: 30px;
    line-height: 40px;
  }
  body:lang(da) .about-new .bottom-section,
  body:lang(da) .about-new .white-section p,
  body:lang(sv) .about-new .bottom-section,
  body:lang(sv) .about-new .white-section p,
  body:lang(it) .about-new .bottom-section,
  body:lang(it) .about-new .white-section p,
  body:lang(de) .about-new .bottom-section,
  body:lang(de) .about-new .white-section p,
  body:lang(en) .about-new .bottom-section,
  body:lang(en) .about-new .white-section p {
    text-align: center;
  }
  body:lang(da) .about-new .bottom-section a.btn-warning,
  body:lang(sv) .about-new .bottom-section a.btn-warning,
  body:lang(it) .about-new .bottom-section a.btn-warning,
  body:lang(de) .about-new .bottom-section a.btn-warning,
  body:lang(en) .about-new .bottom-section a.btn-warning {
    font-size: 20px;
    padding: 15px 0;
    width: 100%;
  }
  body:lang(de) .about-new .main-section h1 {
    font-size: 40px;
    line-height: 45px;
  }
}

@media screen and (max-width: 575px) {
  body:lang(da) .users-section .row .col-lg-6 .users-wrap,
  body:lang(sv) .users-section .row .col-lg-6 .users-wrap,
  body:lang(it) .users-section .row .col-lg-6 .users-wrap,
  body:lang(de) .users-section .row .col-lg-6 .users-wrap,
  body:lang(en) .users-section .row .col-lg-6 .users-wrap {
    text-align: center;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  body:lang(da) .users-section .row .col-lg-6 .users-wrap .row-wrap,
  body:lang(sv) .users-section .row .col-lg-6 .users-wrap .row-wrap,
  body:lang(it) .users-section .row .col-lg-6 .users-wrap .row-wrap,
  body:lang(de) .users-section .row .col-lg-6 .users-wrap .row-wrap,
  body:lang(en) .users-section .row .col-lg-6 .users-wrap .row-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: initial;
    margin-left: 0;
    margin-right: 0;
  }
  body:lang(da) .users-section .row .col-lg-6 .users-wrap .row-wrap .img-wrap,
  body:lang(sv) .users-section .row .col-lg-6 .users-wrap .row-wrap .img-wrap,
  body:lang(it) .users-section .row .col-lg-6 .users-wrap .row-wrap .img-wrap,
  body:lang(de) .users-section .row .col-lg-6 .users-wrap .row-wrap .img-wrap,
  body:lang(en) .users-section .row .col-lg-6 .users-wrap .row-wrap .img-wrap {
    position: relative;
    width: 100%;
  }
  body:lang(da) .users-section .row .col-lg-6 .users-wrap .desc-wrap,
  body:lang(sv) .users-section .row .col-lg-6 .users-wrap .desc-wrap,
  body:lang(it) .users-section .row .col-lg-6 .users-wrap .desc-wrap,
  body:lang(de) .users-section .row .col-lg-6 .users-wrap .desc-wrap,
  body:lang(en) .users-section .row .col-lg-6 .users-wrap .desc-wrap {
    width: 100%;
    margin-left: 0;
  }
  body:lang(da) .users-section .row .col-lg-6 .users-wrap .desc-wrap .title,
  body:lang(sv) .users-section .row .col-lg-6 .users-wrap .desc-wrap .title,
  body:lang(it) .users-section .row .col-lg-6 .users-wrap .desc-wrap .title,
  body:lang(de) .users-section .row .col-lg-6 .users-wrap .desc-wrap .title,
  body:lang(en) .users-section .row .col-lg-6 .users-wrap .desc-wrap .title {
    text-align: center;
  }
  body:lang(da) .live-section .container,
  body:lang(sv) .live-section .container,
  body:lang(it) .live-section .container,
  body:lang(de) .live-section .container,
  body:lang(en) .live-section .container {
    border: 0;
  }
  body:lang(da) .live-section .container .container-wrap,
  body:lang(sv) .live-section .container .container-wrap,
  body:lang(it) .live-section .container .container-wrap,
  body:lang(de) .live-section .container .container-wrap,
  body:lang(en) .live-section .container .container-wrap {
    max-width: 100%;
  }
  body:lang(da) .live-section .container .container-wrap .flx-body,
  body:lang(sv) .live-section .container .container-wrap .flx-body,
  body:lang(it) .live-section .container .container-wrap .flx-body,
  body:lang(de) .live-section .container .container-wrap .flx-body,
  body:lang(en) .live-section .container .container-wrap .flx-body {
    padding: 0;
  }
  body:lang(da) .system-section a.btn-warning,
  body:lang(sv) .system-section a.btn-warning,
  body:lang(it) .system-section a.btn-warning,
  body:lang(de) .system-section a.btn-warning,
  body:lang(en) .system-section a.btn-warning {
    width: 100%;
    padding: 15px 0;
    font-size: 22px;
  }
  body:lang(da) .benefits-section .step-wrap .col-2,
  body:lang(sv) .benefits-section .step-wrap .col-2,
  body:lang(it) .benefits-section .step-wrap .col-2,
  body:lang(de) .benefits-section .step-wrap .col-2,
  body:lang(en) .benefits-section .step-wrap .col-2 {
    min-width: 75px;
  }
  body:lang(da) .benefits-section .step-wrap .col-10,
  body:lang(sv) .benefits-section .step-wrap .col-10,
  body:lang(it) .benefits-section .step-wrap .col-10,
  body:lang(de) .benefits-section .step-wrap .col-10,
  body:lang(en) .benefits-section .step-wrap .col-10 {
    max-width: calc(100% - 75px);
  }
  body:lang(da) .features-section .step-wrap .row .col-3,
  body:lang(sv) .features-section .step-wrap .row .col-3,
  body:lang(it) .features-section .step-wrap .row .col-3,
  body:lang(de) .features-section .step-wrap .row .col-3,
  body:lang(en) .features-section .step-wrap .row .col-3 {
    min-width: 85px;
  }
  body:lang(da) .features-section .step-wrap .row .col-9,
  body:lang(sv) .features-section .step-wrap .row .col-9,
  body:lang(it) .features-section .step-wrap .row .col-9,
  body:lang(de) .features-section .step-wrap .row .col-9,
  body:lang(en) .features-section .step-wrap .row .col-9 {
    max-width: calc(100% - 85px);
  }
  body:lang(da) .features-section a.btn-warning,
  body:lang(sv) .features-section a.btn-warning,
  body:lang(it) .features-section a.btn-warning,
  body:lang(de) .features-section a.btn-warning,
  body:lang(en) .features-section a.btn-warning {
    width: 100%;
    padding: 15px 0;
    font-size: 22px;
  }
  body:lang(da) .faq-section .col-lg-6 .single-quest .col-2,
  body:lang(sv) .faq-section .col-lg-6 .single-quest .col-2,
  body:lang(it) .faq-section .col-lg-6 .single-quest .col-2,
  body:lang(de) .faq-section .col-lg-6 .single-quest .col-2,
  body:lang(en) .faq-section .col-lg-6 .single-quest .col-2 {
    min-width: 60px;
    height: 60px;
    font-size: 30px;
    line-height: 60px;
    margin-right: 10px;
  }
  body:lang(da) .faq-section .col-lg-6 .single-quest .col-10,
  body:lang(sv) .faq-section .col-lg-6 .single-quest .col-10,
  body:lang(it) .faq-section .col-lg-6 .single-quest .col-10,
  body:lang(de) .faq-section .col-lg-6 .single-quest .col-10,
  body:lang(en) .faq-section .col-lg-6 .single-quest .col-10 {
    max-width: calc(100% - 70px);
  }
  body:lang(da) .about-new .main-section h1,
  body:lang(sv) .about-new .main-section h1,
  body:lang(it) .about-new .main-section h1,
  body:lang(de) .about-new .main-section h1,
  body:lang(en) .about-new .main-section h1 {
    font-size: 30px;
    line-height: 35px;
  }
  body:lang(da) .about-new .blu-section a.btn-warning,
  body:lang(da) .about-new .white-section a.btn-warning,
  body:lang(sv) .about-new .blu-section a.btn-warning,
  body:lang(sv) .about-new .white-section a.btn-warning,
  body:lang(it) .about-new .blu-section a.btn-warning,
  body:lang(it) .about-new .white-section a.btn-warning,
  body:lang(de) .about-new .blu-section a.btn-warning,
  body:lang(de) .about-new .white-section a.btn-warning,
  body:lang(en) .about-new .blu-section a.btn-warning,
  body:lang(en) .about-new .white-section a.btn-warning {
    font-size: 20px;
    padding: 15px 0;
    width: 100%;
  }
  body:lang(da) .about-new .bottom-section .col-lg-6 .step-wrap .col-2,
  body:lang(sv) .about-new .bottom-section .col-lg-6 .step-wrap .col-2,
  body:lang(it) .about-new .bottom-section .col-lg-6 .step-wrap .col-2,
  body:lang(de) .about-new .bottom-section .col-lg-6 .step-wrap .col-2,
  body:lang(en) .about-new .bottom-section .col-lg-6 .step-wrap .col-2 {
    min-width: 70px;
    margin-right: 5px;
  }
  body:lang(da) .about-new .bottom-section .col-lg-6 .step-wrap .col-10,
  body:lang(sv) .about-new .bottom-section .col-lg-6 .step-wrap .col-10,
  body:lang(it) .about-new .bottom-section .col-lg-6 .step-wrap .col-10,
  body:lang(de) .about-new .bottom-section .col-lg-6 .step-wrap .col-10,
  body:lang(en) .about-new .bottom-section .col-lg-6 .step-wrap .col-10 {
    max-width: calc(100% - 75px);
  }
  body:lang(de) .features-section a.btn-warning {
    font-size: 18px;
  }
}
