* {
  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: #f4f4f4;
}

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

/* intro */
.intro {
  position: relative;
}
.intro::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url('../../assets/img/introBg.png');
  background-position: center right;
  background-repeat: repeat;
  opacity: 0.35;
}
.intro img {
  display: block;
  max-width: 100%;
}
.introInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  margin-top: 25px;
  position: relative;
  z-index: 1;
}
.logo img {
  display: block;
}
.reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
  margin-top: 20px;
}
.reviewsSub {
  color: #000;
  font-family: Roboto;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
}
.reviewsImg img {
  display: block;
}
.reviewsSub1 {
  color: #2a2a2a;
  font-family: Roboto;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.5px; /* 150% */
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
.reviewsBoxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 7.5px;
  margin-top: 3px;
}
.reviewsBox {
  max-width: 165px;
  width: 100%;
}
.reviewsBoxSub {
  color: #53585c;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.5px;
  margin-bottom: 2px;
}
.reviewsBoxProcent {
  border-radius: 100px;
  background: #e0e0e0;
  position: relative;
  height: 8px;
}
.reviewsBoxProcentInner {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #ff9800;
  border-radius: 100px;
}
.reviewsBoxProcentInner1 {
  width: 75%;
}
.reviewsBoxProcentInner2 {
  width: 20%;
}
.reviewsBoxProcentInner3 {
  width: 10%;
}
.introTitle {
  color: #2a2a2a;
  font-family: Roboto;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
}
.introList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 30px;
}
.introListItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.introListItemSub {
  color: #212529;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.introBtn {
  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;
  gap: 40px;
  color: #fff;
  text-align: center;
  font-family: Roboto;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  border-radius: 4px;
  border: 1px solid #eb9a11;
  background: #eb9a11;
  padding: 16px 30px;
  margin-top: 44px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.introBtn:hover {
  -webkit-box-shadow: 0 0 10px #eb9a11;
  box-shadow: 0 0 10px #eb9a11;
}
.introSub {
  color: #7c7c7c;
  font-family: Roboto;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 11px;
  margin-top: 20px;
}

/* content */
.content {
  margin-top: 21px;
}
.contentInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 26px;
  background: #fff;
  padding: 30px 70px 97px 70px;
}
.contentBoxTitle {
  color: #252525;
  font-family: Roboto;
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: 32.4px;
}
.contentBoxSubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 27px;
  margin-top: 20px;
}
.contentBoxSubs1 {
  margin-left: 54px;
}
.contentBoxSub {
  color: #252525;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}
.contentBoxSub a {
  color: #1e73be;
}
.trade {
  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;
  gap: 83px;
  border: 1px solid #f6f6fa;
  padding: 9px 17px;
}
.tradeImgs {
  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;
  gap: 30px;
}
.tradeImgs img {
  display: block;
  max-width: 100%;
}
.tradeBtn {
  display: inline-block;
  color: #fff;
  text-align: center;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 22.5px; /* 150% */
  text-transform: uppercase;
  border: 1px solid #fff;
  background: #eb9a11;
  padding: 11px 21px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-wrap: nowrap;
}
.tradeBtn:hover {
  background-color: #1e73be;
}
.contentBoxImg {
  margin-top: 20px;
}
.contentBoxImg img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.contentBoxTitle1 {
  color: #252525;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

/* show */
.show {
  margin: 50px 0;
}
.showInner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  background: #fff;
  padding: 14px 18px 24px 18px;
}
.showSub {
  color: #333;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
}
.showSub1 {
  color: #333;
  font-family: Roboto;
  font-size: 14.4px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.6px;
}
.showSub1 span {
  color: #00f;
  font-style: italic;
}
