* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  scroll-behavior: smooth;
}
a,
button:active,
button:focus,
input:active,
input:focus {
  outline: 0 !important;
}
a:hover {
  text-decoration: none;
}

body {
  background: #1c1f2d;
}

/* form */
#formbox {
  max-width: 420px;
  width: 100%;
  border-radius: 8px;
  background: #1a273b;
}
.filed_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 30px 46px 30px;
  position: relative;
}
.intl-tel-input {
  width: 100%;
}
#fname,
#lname,
#email,
#phone {
  color: #fff;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: transparent;
  width: 100%;
  padding: 12px 13px;
  margin-bottom: 24px;
}
#phone {
  padding-left: 60px;
  margin: 0;
}
#checklabel,
#check {
  display: none;
}
.formSub {
  color: #fff;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-top: 26px;
  margin-left: 40px;
}
.submit {
  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;
  gap: 10px;
  width: 100%;
  color: #fff;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  border-radius: 4px;
  background: #35b972;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(2, 111, 211, 0.25);
  box-shadow: 0px 4px 10px 0px rgba(2, 111, 211, 0.25);
  border: 0;
  cursor: pointer;
  padding: 19px 0;
  margin-top: 15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.submit img {
  display: block;
}
.submit:hover {
  background: #2b99ff;
}
#error-msg {
  display: block;
  margin-top: 20px;
  color: red;
  font-size: 20px;
}
.loadingView {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.loadingView img {
  max-width: 100%;
}

/* container */
.container {
  max-width: 1224px;
  margin: 0 auto;
}

/* header */
.header {
  padding: 27px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.headerInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 81px;
}
.logo img {
  display: block;
}
.headerLink {
  color: #fff;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
  letter-spacing: 0.16px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.headerLink:hover {
  color: #2b99ff;
}

/* intro */
.intro {
  background: url('../../assets/img/introBg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  margin-top: 10px;
}
.introInner {
  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;
}
.introImg {
  width: 64%;
}
.introImg img {
  display: block;
  margin-right: auto;
  -webkit-transform: translateX(-20%);
  -ms-transform: translateX(-20%);
  transform: translateX(-20%);
  max-width: 100%;
}
.introText {
  width: 36%;
}
.introTitle {
  color: #fff;
  font-family: Roboto;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
}
.introSub {
  color: #fff;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 10px;
  margin-top: 22px;
}

/* introBottom */
.introBottom {
  margin-top: 40px;
}
.introBottomInner {
  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;
}
.introBottomInner img {
  display: block;
  max-width: 100%;
}

/* items */
.items {
  margin-top: 40px;
}
.itemsInner {
  border-radius: 8px;
  background: rgba(53, 58, 77, 0.8);
}
.itemBlocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 37px 32px 40px 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.itemBlock {
  width: 20%;
}
.itemBlockImg img {
  display: block;
  max-width: 100%;
}
.itemBlockTitle {
  color: #fff;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-top: 26px;
}
.itemBlockSub {
  color: rgba(255, 255, 255, 0.7);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-top: 17px;
}
.itemsBtnContainer {
  padding: 32px 0;
  text-align: center;
}
.itemsBtn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 157.143% */
  letter-spacing: 0.14px;
  border-radius: 8px;
  background: #35b972;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(53, 184, 114, 0.25);
  box-shadow: 0px 4px 10px 0px rgba(53, 184, 114, 0.25);
  padding: 25px 78px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.itemsBtn:hover {
  -webkit-box-shadow: 0 0 10px #35b972;
  box-shadow: 0 0 10px #35b972;
}

/* money */
.money {
  margin-top: 43px;
}
.moneyTitle {
  color: #fff;
  font-family: Roboto;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
}
.moneySub {
  color: rgba(255, 255, 255, 0.7);
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  margin-top: 8px;
}
.moneyInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.moneyLeft {
  width: 70%;
}
.moneyLeft img {
  display: block;
  max-width: 100%;
}
.moneyRight {
  width: 24%;
  border-radius: 8px;
  background: #353a4d;
  padding: 58px 16px 38px 16px;
}
.moneyRightImg img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.moneyRightSub {
  color: #fff;
  text-align: center;
  text-shadow: 0px 64px 54px rgba(0, 0, 0, 0.25);
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 120% */
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 30px;
}
.moneyBtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  margin-top: 24px;
}
.moneyBtn {
  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;
  gap: 10px;
  color: #fff;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  border-radius: 8px;
  padding: 20px 0;
}
.moneyBtnGreen {
  background: #35b972;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(53, 184, 114, 0.25);
  box-shadow: 0px 4px 10px 0px rgba(53, 184, 114, 0.25);
}
.moneyBtnRed {
  background: #e26e61;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(255, 82, 82, 0.25);
  box-shadow: 0px 4px 10px 0px rgba(255, 82, 82, 0.25);
}

/* trade */
.trade {
  margin-top: 8px;
}
.tradeTitle {
  color: #fff;
  font-family: Roboto;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
}
.tradeSub {
  color: rgba(255, 255, 255, 0.3);
  font-family: Roboto;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-top: 4.5px;
}
.tradeBoxs {
  margin-top: 37px;
  position: relative;
}
.tradeBox {
  border-radius: 8px;
  background: rgba(53, 58, 77, 0.8);
}
.tradeBoxTop {
  padding: 50px 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  min-height: 350px;
}
.tradeBoxTopImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 17px;
}
.tradeBoxTopImg img {
  display: block;
  max-width: 100%;
}
.tradeBoxTopSub {
  color: #0faf59;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}
.tradeBoxSub {
  color: rgba(255, 255, 255, 0.8);
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 44px;
}
.tradeBoxBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  padding: 35px 40px;
}
.tradeBoxBottomSub {
  color: #fff;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
}
.tradeBoxBottomSub1 {
  color: #fff;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-top: 4px;
}
.slick-list.draggable {
  overflow: hidden;
}
.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
button.slick-prev.slick-arrow {
  font-size: 0;
  border-radius: 60px;
  background: rgba(255, 255, 255, 0.05) url('../../assets/img/arrowLeft.png');
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 100px;
  bottom: 35px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  z-index: 1;
  border: 0;
}
button.slick-next.slick-arrow {
  font-size: 0;
  border-radius: 60px;
  background: rgba(255, 255, 255, 0.05)
    url('../../assets/img/arrowRightReview.png');
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 40px;
  bottom: 35px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  z-index: 1;
  border: 0;
}

/* start */
.start {
  margin-top: 58px;
}
.startInner {
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.startTitle {
  color: #fff;
  font-family: Roboto;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
}
.startSub {
  color: rgba(255, 255, 255, 0.3);
  font-family: Roboto;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-top: 10px;
}
.startBlocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 37px;
}
.startBlock {
  width: 20%;
}
.startBlockImg img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.startBlockTitle {
  color: #fff;
  text-align: center;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin-top: 30px;
}
.startBlockSub {
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  min-height: 80px;
  margin-top: 16px;
}
.startBlockBtn {
  display: block;
  color: #2b99ff;
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
  letter-spacing: 0.14px;
  border-radius: 8px;
  background: rgba(53, 58, 77, 0.8);
  padding: 10px 50px;
  margin-top: 42px;
}

/* faq */
.faq {
  margin-top: 66px;
}
.faqInner {
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.faqTitle {
  color: #fff;
  font-family: Roboto;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
}
.faqBlocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 40px;
}
.faqBlocksColumn {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 18px;
}
.faqBlock {
  border-radius: 8px;
  background: rgba(53, 58, 77, 0.8);
  padding: 16px 25px;
}
.faqBlockTitleContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}
.faqBlockTitleContainer.active .arrowBottom {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.faqBlockTitleLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}
.faqBlockTitle {
  color: #fff;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
.faqBlockAnswer {
  display: none;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.7);
  margin: 16px 0 0 48px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* platform */
.platform {
  margin-top: 110px;
}
.platformInner {
  text-align: center;
}
.platformImg img {
  display: block;
  max-width: 100%;
}
.platformTitle {
  color: #fff;
  text-align: center;
  font-family: Roboto;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
}
.platformBtn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  color: #fff;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 125% */
  letter-spacing: 0.16px;
  max-width: 296px;
  width: 100%;
  height: 72px;
  border-radius: 6px;
  background: #35b972;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(53, 184, 114, 0.25);
  box-shadow: 0px 4px 10px 0px rgba(53, 184, 114, 0.25);
  margin-top: 40px;
}
.platformBtn:hover {
  -webkit-box-shadow: 0 0 10px #35b972;
  box-shadow: 0 0 10px #35b972;
}

/* footer */
.footer {
  padding: 43px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 115px;
}
.footerInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.footerSub {
  color: #7e859d;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
  letter-spacing: 0.12px;
}
