.btn {
  font-weight: 500;
  display: inline-block;
  padding: 8px 16px;
  background-color: transparent;
  font-size: 0.875rem;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
  transition: opacity ease-in-out 0.15s;
}
.btn.thic {
  padding: 16px 20px;
}
.btn img {
  display: inline-block;
  margin-left: 4px;
}
.btn:disabled, .btn[disabled] {
  pointer-events: none;
  opacity: 0.5;
  transition: opacity ease-in-out 0s;
}
.btn:hover {
  opacity: 0.7;
}
.btn:active {
  transition: opacity ease-in-out 0s;
  opacity: 0.5;
}
.btn.btn-black {
  color: #eeeeee;
  background-color: #000;
}
.btn.btn-black.btn-clear {
  border-color: white;
  background-color: white;
  color: #000;
}
.btn.btn-black.btn-outline {
  border-color: #000;
  background-color: transparent;
  color: #000;
}
.btn.btn-grey {
  color: #eeeeee;
  background-color: #212121;
}
.btn.btn-grey.btn-clear {
  border-color: white;
  background-color: white;
  color: #000;
}
.btn.btn-grey.btn-outline {
  border-color: #bdbdbd;
  background-color: transparent;
  color: #000;
}
.btn.btn-blue {
  color: white;
  background-color: #0d47a1;
}
.btn.btn-blue.btn-clear {
  border-color: white;
  background-color: white;
  color: #0d47a1;
}
.btn.btn-blue.btn-outline {
  border-color: #0d47a1;
  background-color: transparent;
  color: #0d47a1;
}
.btn.btn-red {
  color: white;
  background-color: #b71c1c;
}
.btn.btn-red.btn-clear {
  border-color: white;
  background-color: white;
  color: #b71c1c;
}
.btn.btn-red.btn-outline {
  border-color: #b71c1c;
  background-color: transparent;
  color: #b71c1c;
}
.btn.btn-yellow {
  color: white;
  background-color: #f57f17;
}
.btn.btn-yellow.btn-clear {
  border-color: white;
  background-color: white;
  color: #f57f17;
}
.btn.btn-yellow.btn-outline {
  border-color: #f57f17;
  background-color: transparent;
  color: #f57f17;
}
.btn.btn-green {
  color: white;
  background-color: #1b5e20;
}
.btn.btn-green.btn-clear {
  border-color: white;
  background-color: white;
  color: #1b5e20;
}
.btn.btn-green.btn-outline {
  border-color: #1b5e20;
  background-color: transparent;
  color: #1b5e20;
}

.content-max-width {
  padding: 0 3%;
}

@media (min-width: 1300px) {
  .content-max-width {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0;
  }
}
* {
  font-family: "Inter", sans-serif;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
}

.page-home .site-header .content-max-width,
.page-home .site-header ul,
.page-home .site-header .logo,
.page-home .site-header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 700px) {
  .page-home .site-header .content-max-width,
  .page-home .site-header ul,
  .page-home .site-header .logo,
  .page-home .site-header nav {
    margin-bottom: 8px;
  }
}
.page-home .site-header .content-max-width {
  padding-top: 16px;
  padding-bottom: 16px;
}
.page-home .site-header ul,
.page-home .site-header li {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 700px) {
  .page-home .site-header ul,
  .page-home .site-header li {
    display: none;
  }
}
@media (max-width: 700px) {
  .page-home .site-header .sign-in {
    display: none;
  }
}
.page-home .site-header .sign-in .btn {
  margin-left: 8px;
}
.page-home #hero {
  margin-bottom: 40px;
}
@media (min-width: 701px) {
  .page-home #hero .content-max-width {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.page-home #hero .content-max-width > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 701px) {
  .page-home #hero .content-max-width > div {
    min-height: 600px;
  }
}
.page-home #hero .left h1 {
  font-size: 50px;
  font-weight: 600;
  margin: 0 0 24px;
}
@media (max-width: 700px) {
  .page-home #hero .left h1 {
    font-size: 40px;
  }
}
.page-home #hero .left h2 {
  font-size: 20px;
  font-weight: 400;
  color: #616161;
  line-height: 30px;
  margin: 0 0 32px;
}
@media (max-width: 700px) {
  .page-home #hero .left h2 {
    font-size: 18px;
  }
  .page-home #hero .left h2 br {
    display: none;
  }
}
.page-home #hero .left .markets {
  display: flex;
  justify-content: flex-start;
  margin: 0 0 48px;
}
@media (max-width: 700px) {
  .page-home #hero .left .markets {
    flex-direction: column;
    align-items: flex-start;
    margin: 0 0 24px;
  }
}
.page-home #hero .left .markets .market {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 24px;
}
@media (max-width: 700px) {
  .page-home #hero .left .markets .market {
    margin-bottom: 24px;
  }
}
.page-home #hero .left .markets .market i {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #bdbdbd;
  border-radius: 8px;
  height: 38px;
  width: 38px;
}
.page-home #hero .left .markets .market span {
  color: #616161;
  font-size: 0.9rem;
  margin-left: 16px;
}
.page-home #hero .left .call-to-action .btn {
  margin-right: 16px;
}
.page-home #hero .right {
  align-items: flex-end !important;
  justify-content: flex-start !important;
  transition: opacity ease-in-out 0.25s;
}
.page-home #hero .right:hover {
  opacity: 1;
}
.page-home #hero .right .terminal {
  margin-top: 72px;
  background-color: #282c34;
  border-radius: 12px;
  max-width: 560px;
  width: 100%;
}
.page-home #hero .right .terminal .titlebar {
  display: flex;
  justify-content: space-between;
  padding: 16px;
  border-bottom: 1px solid #424242;
}
.page-home #hero .right .terminal .titlebar .controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-home #hero .right .terminal .titlebar .controls span {
  display: block;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  margin-right: 8px;
}
.page-home #hero .right .terminal .titlebar .controls span:nth-child(1) {
  background-color: #f44336;
}
.page-home #hero .right .terminal .titlebar .controls span:nth-child(2) {
  background-color: #ff9800;
}
.page-home #hero .right .terminal .titlebar .controls span:nth-child(3) {
  background-color: #4caf50;
  margin-right: 0;
}
.page-home #hero .right .terminal .titlebar .title {
  color: #e0e0e0;
}
.page-home #hero .right .terminal .titlebar .status {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #37a934;
}
.page-home #hero .right .terminal .titlebar .status span {
  display: block;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: #37a934;
  margin-right: 8px;
}
.page-home #hero .right .terminal .code-body {
  border-bottom: 1px solid #424242;
  max-height: 350px;
  overflow: scroll;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.page-home #hero .right .terminal .code-body::-webkit-scrollbar {
  display: none;
}
.page-home #hero .right .terminal .code-body pre {
  margin: 0;
}
.page-home #hero .right .terminal .code-body .hljs {
  background: transparent !important;
}
.page-home #hero .right .terminal .code-body * {
  line-height: 22px;
  font-size: 15px;
}
.page-home #hero .right .terminal .stats {
  padding: 16px 16px 32px;
}
.page-home #hero .right .terminal .stats .stats-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 16px;
}
.page-home #hero .right .terminal .stats .stats-title .title {
  color: #e0e0e0;
}
.page-home #hero .right .terminal .stats .stats-title .status {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #37a934;
}
.page-home #hero .right .terminal .stats .stats-title .status span {
  display: block;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: #37a934;
  margin-right: 8px;
}
.page-home #hero .right .terminal .stats .stats-details {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 8px;
}
.page-home #hero .right .terminal .stats .stats-details .stat {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.page-home #hero .right .terminal .stats .stats-details .stat span:nth-child(1) {
  color: #9e9e9e;
  padding-bottom: 8px;
}
.page-home #hero .right .terminal .stats .stats-details .stat span:nth-child(2) {
  color: white;
}
.page-home #hero .right .terminal .stats .stats-details .stat.green span:nth-child(2) {
  color: #37a934;
}
.page-home #hero .right .terminal .stats .chart {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-home #hero .right .terminal .stats .chart img {
  width: 100%;
}
.page-home #brokers {
  margin-bottom: 40px;
}
.page-home #brokers .content-max-width {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-home #brokers h3 {
  font-weight: 400;
  font-size: 18px;
  color: #616161;
}
@media (max-width: 700px) {
  .page-home #brokers h3 {
    text-align: center;
    padding: 0 6%;
  }
}
.page-home #brokers a {
  color: #424242;
}
.page-home #brokers .logos {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 700px) {
  .page-home #brokers .logos {
    flex-flow: row wrap;
    padding: 0 6%;
  }
}
.page-home #brokers .logos img {
  margin: 16px 0;
  height: 60px;
  width: 30%;
}
@media (min-width: 701px) {
  .page-home #brokers .logos img {
    height: 80px;
    max-width: 11.1111111111%;
  }
}
.page-home #features {
  min-height: 400px;
  background-color: #f5f5f5;
  padding: 72px 0;
}
@media (max-width: 700px) {
  .page-home #features {
    padding: 64px 0;
  }
}
.page-home #features h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 40px;
}
@media (max-width: 700px) {
  .page-home #features h3 {
    padding: 0 6%;
  }
}
@media (min-width: 701px) {
  .page-home #features h3 {
    font-size: 32px;
    margin: 0 0 40px;
  }
}
.page-home #features h3 small {
  color: #37a934;
  display: block;
  font-size: 16px;
  margin-bottom: 16px;
  font-weight: 500;
}
@media (min-width: 701px) {
  .page-home #features h3 small {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
@media (min-width: 701px) {
  .page-home #features .features {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 701px) {
  .page-home #features .features .feature {
    width: 20%;
  }
}
@media (max-width: 700px) {
  .page-home #features .features .feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 12px;
    padding: 0 6%;
  }
}
.page-home #features .features .feature .icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  border-radius: 8px;
  height: 40px;
  width: 40px;
}
.page-home #features .features .feature h4 {
  font-size: 20px;
  margin: 24px 0;
}
@media (max-width: 700px) {
  .page-home #features .features .feature h4 {
    font-size: 18px;
    margin: 12px 0;
  }
}
.page-home #features .features .feature p {
  color: #424242;
  font-size: 16px;
  line-height: 27px;
}
@media (max-width: 700px) {
  .page-home #features .features .feature p {
    font-size: 16px;
    margin: 12px 0;
  }
}
.page-home footer .content-max-width {
  padding: 72px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page-home footer .content-max-width h3 {
  font-size: 32px;
  font-weight: 500;
  margin: 0;
  text-align: center;
  margin-bottom: 32px;
}
.page-home footer .content-max-width h3 small {
  margin-top: 16px;
  display: block;
  color: #424242;
  font-size: 18px;
  font-weight: 400;
}
.page-home footer .content-max-width p {
  color: #616161;
  font-size: 14px;
}