/** Shopify CDN: Minification failed

Line 7:21 Expected ";"

**/
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Inter:wght@100..900&display=swap")
.figtree-<uniquifier> {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

body,
h1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5,
.link,
.customer a {
  font-family: "Figtree", sans-serif;
}

header a.btn.start-free-trial {
  background: linear-gradient(180deg, #1a222f 0%, #121323 100%);
  border: 1px solid rgba(255, 255, 255, 0.05);
  max-width: 166px;
  height: 44px;
  width: 166px;
  border-radius: 10px;
  font-size: 13px;
  padding: 0;
  line-height: 14px;
  color: #fff;
  letter-spacing: 0;
}
.new-banner .banner__heading span {
  background: linear-gradient(270deg, #fff 0%, #1164f0 54.46%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-join-traders .section_title span {
  background: -webkit-linear-gradient(45deg, #fff, #0470f9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}
.faq-page {
  padding-bottom: 150px;
}
@media screen and (max-width: 968px) {
  .faq-page {
    padding-bottom: 50px;
  }
}
/* @media screen and (max-width: 868px) {
  .page-width {
    padding-left: 20px;
    padding-right: 20px;
  }
} */
@media screen and (max-width: 768px) {
  .section-header.text-center {
    margin-bottom: 20px !important;
  }
  header a.btn.start-free-trial {
    padding: 0 6px;
  }
}
@media screen and (max-width: 500px) {
  .page-width {
    padding-left: 20px;
    padding-right: 20px;
  }
  .faq-page {
    padding-bottom: 0;
  }
}
