h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

.cta-button {
  font-size: 1rem;
  color: white;
  text-align: center;
  line-height: 1rem;
  font-weight: bold;
  background: #FE9D18;
  color: #2A2A29;
  display: inline-block;
  width: 10rem;
  padding: 0.75rem 0;
  border-radius: 0.188rem;
  border: 1px solid transparent;
  text-decoration: none;
}
.cta-button:hover {
  background: none;
  color: #FE9D18;
  text-decoration: none;
  border: 1px solid #FE9D18;
}

.cta-button-negative {
  font-size: 1rem;
  color: white;
  text-align: center;
  line-height: 1rem;
  font-weight: bold;
  color: #FE9D18;
  display: inline-block;
  width: 10rem;
  padding: 0.75rem 0;
  border-radius: 0.188rem;
  text-decoration: none;
  border: 1px solid #FE9D18;
}
.cta-button-negative:hover {
  background: #FE9D18;
  color: #2A2A29;
  display: inline-block;
  width: 10rem;
  padding: 0.75rem 0;
  border-radius: 0.188rem;
  border: 1px solid transparent;
}

* {
  font-family: Lato, sans-serif;
  color: #2A2A29;
  font-size: 16px;
  line-height: initial;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
  -webkit-transition: background-color 300ms linear, margin 0.3s ease-out, padding 0.3s ease-out, color 0.2s linear;
  -moz-transition: background-color 300ms linear, margin 0.3s ease-out, padding 0.3s ease-out, color 0.2s linear;
  -o-transition: background-color 300ms linear, margin 0.3s ease-out, padding 0.3s ease-out, color 0.2s linear;
  transition: background-color 300ms linear, margin 0.3s ease-out, padding 0.3s ease-out, color 0.2s linear;
}

::selection {
  background: #E3E4E5; /* WebKit/Blink Browsers */
}

::-moz-selection {
  background: #E3E4E5; /* Gecko Browsers */
}

.break {
  display: block;
}

.tablet-display {
  display: none;
}

p {
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
}
p span {
  font-size: 1.125rem;
  line-height: 1.5rem;
}
p.last {
  margin-bottom: 0;
}

.standard-headline {
  text-align: center;
}
.standard-headline h2 {
  font-size: 4rem;
  font-weight: 900;
  line-height: 4.25rem;
  color: white;
  margin-bottom: 1rem;
}
.standard-headline p {
  font-size: 1.5rem;
  line-height: 2rem;
  color: #A7A4A0;
  font-weight: normal;
}

.container {
  max-width: 1110px;
}

nav.navbar {
  background: #171717;
  border-radius: 5px 5px 0 0;
  padding: 1.5rem;
}
nav.navbar .navbar-toggler {
  border: none;
  padding-left: 0;
}
nav.navbar .navbar-toggler:focus {
  border: none;
  box-shadow: none;
}
nav.navbar a.nav-link {
  font-size: 1rem;
}
nav.navbar a.nav-link:first-child {
  margin-right: 2rem;
  color: white;
}

.nav-menu {
  background-color: white;
  padding: 1rem;
  border-radius: 0 0 5px 5px;
  border-bottom: 0.5rem solid #FE9D18;
}
.nav-menu ul {
  padding-left: 20px;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 80px;
}
.nav-menu ul li {
  list-style-type: none;
  flex: 1 1 40px;
  align-self: left;
  display: flex;
}
.nav-menu ul li a {
  color: #2A2A29;
  text-decoration: none;
  font-size: 1rem;
  align-self: left;
  padding: 0.5rem;
  border-radius: 3px;
}
.nav-menu ul li a:hover {
  background-color: #FE9D18;
}

section.footer-cta {
  margin-top: 5rem;
}
section.footer-cta .white-box {
  background-color: white;
  border-radius: 0.625rem;
  padding: 2rem;
  text-align: center;
}
section.footer-cta .white-box h3 {
  color: #2A2A29;
  font-size: 1.75rem;
  line-height: 2.75rem;
  font-weight: 900;
}
section.footer-cta .white-box p {
  color: #2A2A29;
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
section.footer-cta .white-box a {
  text-decoration: none;
  margin-top: 1.5rem;
}
section.footer-cta .contact-links {
  text-align: center;
  margin-top: 3.5rem;
}
section.footer-cta .contact-links span {
  color: #A7A4A0;
  font-size: 0.875rem;
}
section.footer-cta .contact-links span a {
  font-size: 0.875rem;
  color: #FE9D18;
}
section.footer-cta .contact-links ul {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  margin-top: 1.5rem;
  padding-left: 0;
}
section.footer-cta .contact-links ul li {
  width: 33%;
}
section.footer-cta .contact-links ul li a {
  color: #A7A4A0;
  font-size: 0.875rem;
}
section.footer-cta .contact-links ul li a::before {
  content: "";
  display: inline-block;
  margin-right: 0.5rem;
  vertical-align: middle;
}
section.footer-cta .contact-links ul li a.link-1::before {
  background: url("../img/contact-icon-1.svg");
  width: 10.66px;
  height: 14px;
}
section.footer-cta .contact-links ul li a.link-2::before {
  background: url("../img/contact-icon-2.svg");
  width: 15px;
  height: 10px;
}
section.footer-cta .contact-links ul li a.link-3::before {
  background: url("../img/contact-icon-3.svg");
  width: 13.59px;
  height: 12px;
}

footer hr {
  border: none;
  border-top: 1px solid #A7A4A0;
  margin: 4rem 0;
}
footer p {
  font-size: 0.875rem;
  color: #A7A4A0;
}
footer strong {
  color: white;
}
footer .copyright {
  background-color: #171717;
  padding: 1rem 0;
}
footer .copyright ul {
  margin-bottom: 0;
  text-align: center;
}
footer .copyright ul li {
  display: inline;
  color: #A7A4A0;
  margin: 0 0.5rem;
  font-size: 0.875rem;
}
footer .copyright ul li a {
  display: inline;
  color: #A7A4A0;
  font-size: 0.875rem;
  text-decoration: none;
}

section.title {
  margin-top: 4rem;
}
section.title h1 {
  font-size: 4rem;
  font-weight: 900;
  line-height: 4.25rem;
  color: white;
  margin-bottom: 1rem;
  text-align: center;
}
section.title h1 em {
  font-size: 4rem;
  font-weight: 900;
  line-height: 4.25rem;
  color: white;
  margin-bottom: 1rem;
  font-style: italic;
}
section.title h1 span {
  font-size: 4rem;
  font-weight: 900;
  line-height: 4.25rem;
  color: white;
  margin-bottom: 1rem;
  display: block;
}

#home {
  background: #000;
  padding-top: 1.5rem;
}
#home section.hero {
  margin-top: 2.5rem;
}
#home section.hero h1 {
  font-size: 4rem;
  font-weight: 900;
  line-height: 4.25rem;
  color: white;
  margin-bottom: 1rem;
}
#home section.hero h1 em {
  font-size: 4rem;
  font-weight: 900;
  line-height: 4.25rem;
  color: white;
  margin-bottom: 1rem;
  font-style: italic;
}
#home section.hero h1 span {
  font-size: 4rem;
  font-weight: 900;
  line-height: 4.25rem;
  color: white;
  margin-bottom: 1rem;
  display: block;
}
#home section.hero h2 {
  font-size: 1.5rem;
  line-height: 2rem;
  color: #A7A4A0;
  font-weight: normal;
}
#home section.hero .cta-buttons {
  margin-top: 1.5rem;
}
#home section.hero .cta-buttons a {
  text-decoration: none;
}
#home section.hero .cta-buttons a:first-child {
  margin-right: 1rem;
}
#home section.hero img {
  max-width: 100%;
}
#home section.numbers {
  margin-top: 4rem;
}
#home section.numbers .single-item {
  text-align: center;
}
#home section.numbers .single-item span.number {
  color: white;
  font-weight: 900;
  font-size: 3rem;
  line-height: 3rem;
}
#home section.numbers .single-item span.text {
  color: #A7A4A0;
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-top: 0.5rem;
}
#home section.numbers .single-item span.text span {
  color: #A7A4A0;
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-top: 0.5rem;
  display: block;
}
#home section.assets-chart {
  margin-top: 5rem;
}
#home section.assets-chart .info {
  background-color: #171717;
  max-width: 730px;
  padding: 1rem;
}
#home section.assets-chart .info p {
  font-size: 1rem;
  line-height: 1.25rem;
  color: #A7A4A0;
  margin-bottom: 0;
}
#home section.assets-chart .highcharts-title tspan {
  font-size: 2rem;
}
#home section.press {
  margin-top: 5rem;
}
#home section.press span {
  text-transform: uppercase;
  font-size: 0.719rem;
  font-weight: 900;
  line-height: 1.25rem;
  color: #515150;
  text-align: center;
  margin-bottom: 1.25rem;
}
#home section.press .logo {
  align-self: center;
  text-align: center;
}
#home section.strategies {
  margin-top: 1.5rem;
}
#home section.strategies .box {
  background-color: white;
  border-radius: 0.5rem;
  padding: 2rem;
}
#home section.strategies .box h3 {
  color: #2A2A29;
  font-weight: 900;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
#home section.strategies span.legal {
  margin: 1.5rem auto 0;
  color: white;
  font-size: 1rem;
  line-height: 1.5rem;
  max-width: 800px;
  display: block;
  text-align: center;
}
#home section.howitworks {
  margin-top: 5rem;
}
#home section.howitworks .standard-headline {
  margin-bottom: 5rem;
}
#home section.howitworks .single-step {
  margin-bottom: 6rem;
}
#home section.howitworks .single-step .info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#home section.howitworks .single-step .info div {
  display: flex;
  flex-direction: column;
}
#home section.howitworks .single-step .info div .number {
  display: block;
  font-family: "Caladea", sans-serif;
  font-size: 5.5rem;
  font-weight: bold;
  color: #FE9D18;
}
#home section.howitworks .single-step .info div h4 {
  color: white;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: bold;
}
#home section.howitworks .single-step .info div hr {
  border: 0;
  border-top: 2px solid #FE9D18;
  margin-top: 1.5rem;
  max-width: 2rem;
  opacity: 1;
}
#home section.howitworks .single-step .info div p {
  color: #A7A4A0;
  font-size: 1.125rem;
  max-width: 21.563rem;
}
#home section.howitworks .single-step img {
  height: 18.75rem;
}
#home section.main-points {
  background-color: #171717;
  padding: 3rem 0;
}
#home section.main-points .single-point {
  text-align: center;
}
#home section.main-points .single-point p {
  color: #A7A4A0;
  font-size: 1.125rem;
  margin-top: 1rem;
  margin-bottom: 0;
}
#home section.features {
  margin-top: 5rem;
}
#home section.features h2 {
  margin-bottom: 5rem;
}
#home section.features .items {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
#home section.features .items .single-item {
  border-radius: 10px;
  max-width: 21.875rem;
  padding: 1.5rem;
  height: 100%;
  min-height: 8rem;
}
#home section.features .items .single-item h3 {
  font-size: 1.375rem;
  line-height: 1.5rem;
  font-weight: 900;
  margin-bottom: 1rem;
}
#home section.features .items .single-item p {
  font-size: 1rem;
  line-height: 1.25rem;
  margin-bottom: 0;
}
#home section.features .items .single-item.empty {
  background: #171717;
}
#home section.features .items .single-item.light {
  background: #2D2D2D;
}
#home section.features .items .single-item.light h3 {
  color: white;
}
#home section.features .items .single-item.light p {
  color: white;
}
#home section.features .items .single-item.white {
  background: white;
}
#home section.features .items .single-item.white h3 {
  color: #2A2A29;
}
#home section.features .items .single-item.white p {
  color: #2A2A29;
}
#home section.features .items .single-item.yellow {
  background: #FE9D18;
}
#home section.features .items .single-item.yellow h3 {
  color: #2A2A29;
}
#home section.features .items .single-item.yellow p {
  color: #2A2A29;
}
#home section.testimonials {
  margin-top: 5rem;
}
#home section.testimonials img {
  margin-top: 2.5rem;
}
#home section.testimonials .reviewUnit .reviewTitle {
  color: white;
}
#home section.cta {
  background-color: #171717;
  padding: 3rem 0;
  margin-top: 5rem;
}
#home section.cta h3 {
  color: white;
  font-size: 1.75rem;
  line-height: 2.75rem;
  font-weight: 900;
}
#home section.cta p {
  color: white;
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
#home section.cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14.375rem;
  height: 3.5rem;
  background-color: #FE9D18;
  color: #2A2A29;
  text-decoration: none;
  font-size: 1.25rem;
  line-height: 1.25rem;
  font-weight: bold;
  border-radius: 3px;
}
#home section.strategy-manager {
  margin-top: 5rem;
}
#home section.strategy-manager h3 {
  color: white;
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 900;
}
#home section.strategy-manager p {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #A7A4A0;
  margin-top: 1rem;
}
#home section.timeline {
  margin-top: 5rem;
}
#home section.timeline h3 {
  color: white;
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 900;
}
#home section.timeline p {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #A7A4A0;
  margin-top: 1rem;
  max-width: 31.25rem;
}
#home section.timeline .timeline-flow {
  background: url("../img/timeline.svg") no-repeat 0 0.25rem;
  padding-left: 1.75rem;
}
#home section.timeline .timeline-flow .single-item {
  margin-bottom: 2rem;
}
#home section.timeline .timeline-flow .single-item span.year {
  display: block;
  color: #FE9D18;
  font-size: 0.719rem;
  line-height: 1.25rem;
  letter-spacing: 1.5px;
}
#home section.timeline .timeline-flow .single-item span.event {
  display: block;
  color: #A7A4A0;
  font-size: 0.719rem;
  line-height: 1.25rem;
  letter-spacing: 1.5px;
}
#home section.timeline .timeline-flow .single-item:last-child {
  margin-bottom: 0;
}

#people {
  background: #000;
  padding-top: 1.5rem;
}
#people section.employees .single-item {
  margin-top: 3rem;
}
#people section.employees .single-item img {
  border-radius: 0.25rem;
}
#people section.employees .single-item h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  color: white;
  font-weight: 900;
  margin-top: 1rem;
}
#people section.employees .single-item h4 {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #FE9D18;
  font-weight: 400;
  margin-top: 0.25rem;
}

#pricing {
  background: #000;
  padding-top: 1.5rem;
}
#pricing section.title {
  text-align: center;
}
#pricing section.title h2, #pricing section.title h2 span {
  color: white;
  font-weight: lighter;
  font-size: 1.75rem;
  line-height: 2rem;
  margin-top: 1.5rem;
}
#pricing section.title h2 span, #pricing section.title h2 span span {
  font-weight: 900;
}
#pricing section.title p, #pricing section.title p a {
  color: #A7A4A0;
  margin-top: 0.75rem;
  font-size: 1.25rem;
  line-height: 2rem;
}
#pricing section.title p a, #pricing section.title p a a {
  color: #FE9D18;
}
#pricing section.table {
  margin-top: 1.5rem;
}
#pricing section.table h3 {
  color: white;
  font-weight: 900;
  text-transform: uppercase;
}
#pricing section.table thead tr th, #pricing section.table thead tr th strong {
  text-align: center;
  color: white;
  font-size: 1.25rem;
  font-weight: 900;
}
#pricing section.table thead tr th span.pricing, #pricing section.table thead tr th strong span.pricing {
  font-size: 2.5rem;
  font-weight: 900;
  color: #FE9D18;
  display: block;
  margin-bottom: 0.5rem;
}
#pricing section.table thead tr th span.info, #pricing section.table thead tr th strong span.info {
  display: block;
  color: #A7A4A0;
  font-size: 0.875rem;
  margin-top: 0.25rem;
  font-weight: normal;
}
#pricing section.table thead tr th button, #pricing section.table thead tr th strong button {
  margin-top: 1rem;
}
#pricing section.table thead tr th.package-plans {
  width: 35%;
  padding-top: 2rem;
}
#pricing section.table thead tr th.package-plans .switch-options {
  display: flex;
  margin-top: 1.75rem;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.064);
  padding: 0.5rem 0;
  border-radius: 3px;
}
#pricing section.table thead tr th.package-plans .switch-options .switch-option {
  color: white;
  text-transform: uppercase;
  line-height: 1rem;
}
#pricing section.table thead tr th.package-plans .switch-options .form-switch {
  margin: 0 0.5rem 0 1rem;
}
#pricing section.table thead tr th.package-plans .switch-options .form-switch .form-check-input {
  background-color: #FB7401;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
#pricing section.table thead tr th.package-plans .switch-options .form-switch .form-check-input:checked {
  background-color: #FB7401;
  border-color: #FB7401;
}
#pricing section.table thead tr th.package-plans .switch-options .form-switch .form-check-input:focus {
  border: 0 !important;
  box-shadow: none !important;
}
#pricing section.table thead tr th.package-plans .payment-options {
  margin-top: 0.75rem;
}
#pricing section.table thead tr th.package-plans .payment-options .payment-option {
  font-weight: normal;
  margin: 0 0.5rem;
  font-size: 1rem;
  text-underline-offset: 5px;
  color: #A7A4A0;
}
#pricing section.table thead tr th.package-plans .payment-options .payment-option.active {
  color: #FE9D18;
}
#pricing section.table thead tr th.package-plans .payment-options a.small {
  display: block;
  font-weight: normal;
  margin-top: 0.75rem;
  text-decoration: none;
  color: white;
  font-size: 0.75rem;
}
#pricing section.table thead tr th.package-plans .payment-options a.small strong {
  font-weight: 900;
  margin-top: 0.75rem;
  text-decoration: none;
  color: white;
  font-size: 0.75rem;
}
#pricing section.table thead tr th.main-plan, #pricing section.table thead tr th.main-plan strong {
  background-color: #FB7401;
  color: white;
}
#pricing section.table thead tr th.main-plan span.pricing, #pricing section.table thead tr th.main-plan strong span.pricing {
  color: white;
}
#pricing section.table thead tr th.main-plan span.info, #pricing section.table thead tr th.main-plan strong span.info {
  color: white;
}
#pricing section.table thead tr th.main-plan button, #pricing section.table thead tr th.main-plan strong button {
  background-color: white;
}
#pricing section.table thead tr th.main-plan button a, #pricing section.table thead tr th.main-plan strong button a {
  color: #FB7401;
}
#pricing section.table th, #pricing section.table td {
  color: white;
  font-weight: normal;
  padding: 20px;
  font-size: 0.875rem;
  width: 22%;
}
#pricing section.table td {
  text-align: center;
}
#pricing section.table tr {
  height: 3rem;
  vertical-align: middle;
}
#pricing section.table i {
  color: white;
}
#pricing section.table span.highlight {
  color: #FE9D18;
  font-weight: bold;
}
#pricing section.table span.small {
  font-size: 0.75rem;
  color: #A7A4A0;
  display: block;
  margin-top: 0.5rem;
  line-height: 1rem;
}
#pricing section.table span.small a {
  font-size: 0.75rem;
}
#pricing section.table a {
  color: #FE9D18;
  font-size: 0.875rem;
}
#pricing section.table button {
  background-color: #FE9D18;
  border: none;
  width: 100%;
  display: block;
  border-radius: 3px;
}
#pricing section.table button a {
  color: #2A2A29;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
}
#pricing section.table button.orange {
  background-color: #FB7401;
}

#contact {
  background: #000;
  padding-top: 1.5rem;
}
#contact section.title h1 {
  text-align: left;
}
#contact .contact-info p, #contact .contact-info p a, #contact .contact-info p strong {
  color: #A7A4A0;
  margin-top: 0.75rem;
  font-size: 1.25rem;
  line-height: 2rem;
}
#contact .contact-info p a, #contact .contact-info p a a, #contact .contact-info p strong a {
  color: #FE9D18;
}
#contact .contact-info .address-box {
  background-color: white;
  padding: 1.25rem;
  border-radius: 0.25rem;
  border-top: 0.5rem solid #FE9D18;
}
#contact .contact-info .address-box p, #contact .contact-info .address-box p a, #contact .contact-info .address-box p strong {
  font-size: 1rem;
  margin: 0;
  line-height: 1.5rem;
  margin-bottom: 0.75rem;
}
#contact .contact-info .address-box p strong {
  color: #2A2A29;
}

#supported-brokers {
  background: #000;
  padding-top: 1.5rem;
}
#supported-brokers section.title h1 {
  text-align: left;
}
#supported-brokers section.title p, #supported-brokers section.title p a, #supported-brokers section.title p strong {
  color: #A7A4A0;
  margin-top: 0.75rem;
  font-size: 1.25rem;
  line-height: 2rem;
}
#supported-brokers section.title p a, #supported-brokers section.title p a a, #supported-brokers section.title p strong a {
  color: #FE9D18;
}
#supported-brokers section.table {
  margin-top: 1.5rem;
}
#supported-brokers section.table thead tr th, #supported-brokers section.table thead tr th strong {
  text-align: center;
  color: white;
  font-size: 1.25rem;
  font-weight: 900;
}
#supported-brokers section.table tbody td {
  color: #2A2A29;
  font-weight: normal;
  padding: 20px;
  font-size: 0.875rem;
  width: 25%;
  text-align: center;
}
#supported-brokers section.table tbody tr {
  height: 3rem;
  vertical-align: middle;
}
#supported-brokers section.table tbody tr th {
  padding: 1.5rem;
  text-align: center;
}
#supported-brokers section.table tbody i {
  color: #2A2A29;
}
#supported-brokers section.table tbody span.small {
  font-size: 0.75rem;
  color: #A7A4A0;
  display: block;
  margin-top: 0.5rem;
  line-height: 1rem;
  text-align: center;
}
#supported-brokers section.table tbody span.small a {
  font-size: 0.75rem;
}
#supported-brokers section.table tbody span.ps {
  font-size: 1.5rem;
}
#supported-brokers section.table tbody span.ps-small {
  font-size: 1rem;
  color: #A7A4A0;
}
#supported-brokers section.table tbody sup {
  color: #A7A4A0;
}
#supported-brokers section.table tbody a {
  font-size: 0.875rem;
}
#supported-brokers section.table tbody a.more-details {
  color: #A7A4A0;
}
#supported-brokers section.table tbody button {
  border: none;
  margin-bottom: 0.5rem;
  background: none;
}
#supported-brokers section.table tbody ul {
  list-style-type: none;
  padding: 0;
  margin-top: 0.5rem;
  margin: 0.5rem 0 0;
}
#supported-brokers section.table tbody ul li {
  display: inline-block;
  padding: 0 0.25rem;
}
#supported-brokers section.table tbody ul li img {
  display: block;
  width: 80%;
  margin: 0 auto 0.25rem;
}
#supported-brokers section.table tbody ul li a {
  display: block;
}
#supported-brokers footer ul {
  list-style-type: none;
}
#supported-brokers footer ul li {
  color: #A7A4A0;
  margin-bottom: 1rem;
  line-height: 1.5rem;
}
#supported-brokers footer ul li sup {
  color: #A7A4A0;
}
#supported-brokers footer ul li span.ps {
  color: #A7A4A0;
  font-size: 1.5rem;
  display: inline-block;
  vertical-align: top;
  width: 1rem;
}
#supported-brokers footer ul li i.fa-solid {
  font-size: 0.75rem;
  width: 1rem;
}
#supported-brokers footer a {
  color: #A7A4A0;
  font-size: 0.875rem;
}

#supported-platforms {
  background: #000;
  padding-top: 1.5rem;
}
#supported-platforms section.title h1 {
  text-align: left;
}
#supported-platforms section.title p, #supported-platforms section.title p a, #supported-platforms section.title p strong {
  color: #A7A4A0;
  margin-top: 0.75rem;
  font-size: 1.25rem;
  line-height: 2rem;
}
#supported-platforms section.title p a, #supported-platforms section.title p a a, #supported-platforms section.title p strong a {
  color: #FE9D18;
}
#supported-platforms section.table {
  margin-top: 1.5rem;
}
#supported-platforms section.table thead tr th, #supported-platforms section.table thead tr th strong {
  text-align: center;
  color: white;
  font-size: 1.25rem;
  font-weight: 900;
}
#supported-platforms section.table tbody td {
  color: #2A2A29;
  font-weight: normal;
  padding: 20px;
  font-size: 0.875rem;
  width: 25%;
  text-align: center;
}
#supported-platforms section.table tbody tr {
  height: 3rem;
  vertical-align: middle;
}
#supported-platforms section.table tbody tr th {
  padding: 1.5rem;
  text-align: center;
}
#supported-platforms section.table tbody i {
  color: #2A2A29;
}
#supported-platforms section.table tbody span.small {
  font-size: 0.75rem;
  color: #A7A4A0;
  display: block;
  margin-top: 0.5rem;
  line-height: 1rem;
  text-align: center;
}
#supported-platforms section.table tbody span.small a {
  font-size: 0.75rem;
}
#supported-platforms section.table tbody span.ps {
  font-size: 1.5rem;
}
#supported-platforms section.table tbody span.ps-small {
  font-size: 1rem;
  color: #A7A4A0;
}
#supported-platforms section.table tbody sup {
  color: #A7A4A0;
}
#supported-platforms section.table tbody a {
  font-size: 0.875rem;
}
#supported-platforms section.table tbody a.more-details {
  color: #A7A4A0;
}
#supported-platforms section.table tbody button {
  border: none;
  margin-bottom: 0.5rem;
  background: none;
}
#supported-platforms footer ul {
  list-style-type: none;
}
#supported-platforms footer ul li {
  color: #A7A4A0;
  margin-bottom: 1rem;
  line-height: 1.5rem;
}
#supported-platforms footer ul li sup {
  color: #A7A4A0;
}
#supported-platforms footer ul li span.ps {
  color: #A7A4A0;
  font-size: 1.5rem;
  display: inline-block;
  vertical-align: top;
  width: 1rem;
}
#supported-platforms footer ul li i.fa-solid {
  font-size: 0.75rem;
  width: 1rem;
}
#supported-platforms footer a {
  color: #A7A4A0;
  font-size: 0.875rem;
}

#strategy-managers {
  background: #000;
  padding-top: 1.5rem;
}
#strategy-managers hr {
  border: none;
  border-top: 1px solid #A7A4A0;
  margin: 4rem 0;
}
#strategy-managers section.title h1 span {
  display: inline;
  color: #FE9D18;
}
#strategy-managers section.title h1, #strategy-managers section.title h3 {
  color: white;
  text-align: left;
}
#strategy-managers section.title p {
  color: #A7A4A0;
  margin: 1.5rem auto 0 auto;
  font-size: 1.25rem;
  line-height: 2rem;
}
#strategy-managers section.title img {
  width: 100%;
}
#strategy-managers section.title a {
  text-decoration: none;
  margin-top: 1.5rem;
}
#strategy-managers section.features {
  margin-top: 5rem;
}
#strategy-managers section.features h2, #strategy-managers section.features h2 span {
  font-weight: bold;
  color: white;
  max-width: 80%;
  margin: 0 auto;
  font-size: 2rem;
}
#strategy-managers section.features h2 span {
  color: #FE9D18;
}
#strategy-managers section.features .row {
  margin-bottom: 5rem;
}
#strategy-managers section.features img {
  width: 100%;
}
#strategy-managers section.features h3 {
  color: white;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
#strategy-managers section.features p {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #A7A4A0;
}
#strategy-managers section.testimonials .row {
  margin-bottom: 5rem;
}
#strategy-managers section.testimonials h3 {
  color: white;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
#strategy-managers section.testimonials p {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #A7A4A0;
}
#strategy-managers section.testimonials .testimonial-item {
  display: flex;
  padding: 1rem;
  background: #171717;
  border-radius: 0.25rem;
}
#strategy-managers section.testimonials .testimonial-item img {
  height: 100%;
  margin-top: 1.5rem;
}
#strategy-managers section.testimonials .testimonial-item .info {
  padding: 1.5rem;
}
#strategy-managers section.testimonials .testimonial-item .info p {
  font-style: italic;
}
#strategy-managers section.testimonials .testimonial-item .info span {
  color: white;
}
#strategy-managers section.investor-cta .row {
  background-color: #171717;
  border-radius: 3px;
  padding: 1.5rem;
  border: 1px solid #2e2e2e;
}
#strategy-managers section.investor-cta .row .info h3 {
  color: white;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
#strategy-managers section.investor-cta .row .info p {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #A7A4A0;
  margin-bottom: 0.5rem;
}
#strategy-managers section.investor-cta .row .cta-button {
  text-decoration: none;
}
#strategy-managers section.howitworks {
  margin-top: 5rem;
}
#strategy-managers section.howitworks .title {
  margin-bottom: 2.5rem;
}
#strategy-managers section.howitworks .title h2 {
  font-weight: bold;
  color: white;
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
  font-size: 2rem;
}
#strategy-managers section.howitworks .title h3 {
  color: #FE9D18;
  text-align: center;
  margin-bottom: 1rem;
}
#strategy-managers section.howitworks .title p {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #A7A4A0;
  text-align: center;
  font-size: 1.5rem;
  margin-top: 2.5rem;
}
#strategy-managers section.howitworks .item {
  margin-bottom: 2rem;
  min-height: 200px;
}
#strategy-managers section.howitworks .item img {
  width: 100%;
}
#strategy-managers section.howitworks .item h4 {
  color: #FE9D18;
  margin-bottom: 0.5rem;
}
#strategy-managers section.howitworks .item p {
  color: #A7A4A0;
}
#strategy-managers section.intellectual-property .row {
  background-color: #171717;
  border-radius: 3px;
  padding: 1.5rem;
  border: 1px solid #2e2e2e;
}
#strategy-managers section.intellectual-property .row h3 {
  color: white;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
#strategy-managers section.intellectual-property .row p {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #A7A4A0;
  margin-bottom: 0.5rem;
}
#strategy-managers section.intellectual-property .cta-button {
  margin: 3rem auto 0;
  text-decoration: none;
  display: block;
}

#algorithmic-trading {
  background: #000;
  padding-top: 1.5rem;
}
#algorithmic-trading hr {
  border: none;
  border-top: 1px solid #A7A4A0;
  margin: 4rem 0;
}
#algorithmic-trading section.title h1 span {
  display: inline;
  color: #FE9D18;
}
#algorithmic-trading section.title h1, #algorithmic-trading section.title h3 {
  color: white;
  text-align: left;
}
#algorithmic-trading section.title p {
  color: #A7A4A0;
  margin: 1.5rem auto 0 auto;
  font-size: 1.25rem;
  line-height: 2rem;
}
#algorithmic-trading section.title img {
  width: 75%;
  display: block;
  margin: 0 auto;
}
#algorithmic-trading section.title a {
  text-decoration: none;
  margin-top: 1.5rem;
  width: 15rem;
}
#algorithmic-trading section.press {
  margin-top: 5rem;
}
#algorithmic-trading section.press span {
  text-transform: uppercase;
  font-size: 0.719rem;
  font-weight: 900;
  line-height: 1.25rem;
  color: #515150;
  text-align: center;
  margin-bottom: 1.25rem;
}
#algorithmic-trading section.press .logo {
  align-self: center;
  text-align: center;
}
#algorithmic-trading section.definition {
  margin-top: 5rem;
}
#algorithmic-trading section.definition .highlight {
  background-color: #171717;
  padding: 2rem 3rem 1rem;
  margin-bottom: 3rem;
  border-left: 0.5rem solid #FE9D18;
}
#algorithmic-trading section.definition .highlight h3 {
  color: white;
  font-weight: 900;
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}
#algorithmic-trading section.definition .highlight p, #algorithmic-trading section.definition .highlight p span {
  color: #A7A4A0;
  font-size: 1.5rem;
  line-height: 2rem;
}
#algorithmic-trading section.definition .highlight p span {
  color: #FE9D18;
}
#algorithmic-trading section.definition p {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #A7A4A0;
}
#algorithmic-trading section.definition a {
  text-decoration: none;
  width: 12.5rem;
  margin: 0 auto;
  display: block;
  margin-top: 1.5rem;
}
#algorithmic-trading section.howitworks {
  margin-top: 5rem;
}
#algorithmic-trading section.howitworks .headline {
  text-align: center;
}
#algorithmic-trading section.howitworks .headline h3 {
  color: white;
  font-weight: 900;
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}
#algorithmic-trading section.howitworks .headline p {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #A7A4A0;
  background-color: #171717;
  padding: 2rem;
  margin-top: 1.5rem;
  border-right: 0.5rem solid #FE9D18;
}
#algorithmic-trading section.howitworks .highlights {
  margin-top: 2rem;
}
#algorithmic-trading section.howitworks .highlights h4 {
  color: #FE9D18;
  font-weight: normal;
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
}
#algorithmic-trading section.howitworks .highlights p, #algorithmic-trading section.howitworks .highlights p i, #algorithmic-trading section.howitworks .highlights p u {
  color: #A7A4A0;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
#algorithmic-trading section.howitworks .highlights > .row {
  margin-bottom: 4rem;
}
#algorithmic-trading section.howitworks .highlights .icon {
  display: block;
  margin: 0 auto;
  width: 4.5rem;
  opacity: 0.5;
}

#copy-trading {
  background: #000;
  padding-top: 1.5rem;
}
#copy-trading hr {
  border: none;
  border-top: 1px solid #A7A4A0;
  margin: 4rem 0;
}
#copy-trading section.title h1 span {
  display: inline;
  color: #FE9D18;
}
#copy-trading section.title h1, #copy-trading section.title h3 {
  color: white;
  text-align: left;
}
#copy-trading section.title p {
  color: #A7A4A0;
  margin: 1.5rem auto 0 auto;
  font-size: 1.25rem;
  line-height: 2rem;
}
#copy-trading section.title img {
  width: 75%;
  display: block;
  margin: 0 auto;
}
#copy-trading section.title a {
  text-decoration: none;
  margin-top: 1.5rem;
  width: 15rem;
}
#copy-trading section.press {
  margin-top: 5rem;
}
#copy-trading section.press span {
  text-transform: uppercase;
  font-size: 0.719rem;
  font-weight: 900;
  line-height: 1.25rem;
  color: #515150;
  text-align: center;
  margin-bottom: 1.25rem;
}
#copy-trading section.press .logo {
  align-self: center;
  text-align: center;
}
#copy-trading section.definition {
  margin-top: 5rem;
}
#copy-trading section.definition .highlight {
  background-color: #171717;
  padding: 2rem 3rem 1rem;
  margin-bottom: 3rem;
  border-left: 0.5rem solid #FE9D18;
}
#copy-trading section.definition .highlight h3 {
  color: white;
  font-weight: 900;
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}
#copy-trading section.definition .highlight p, #copy-trading section.definition .highlight p span {
  color: #A7A4A0;
  font-size: 1.5rem;
  line-height: 2rem;
}
#copy-trading section.definition .highlight p span {
  color: #FE9D18;
}
#copy-trading section.definition h4 {
  color: #FE9D18;
  margin-bottom: 0.75rem;
}
#copy-trading section.definition p {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #A7A4A0;
}
#copy-trading section.definition a {
  text-decoration: none;
  width: 12.5rem;
  margin: 0 auto;
  display: block;
  margin-top: 1.5rem;
}
#copy-trading section.howitworks {
  margin-top: 5rem;
}
#copy-trading section.howitworks .headline {
  text-align: center;
}
#copy-trading section.howitworks .headline h3 {
  color: white;
  font-weight: 900;
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}
#copy-trading section.howitworks .headline p {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #A7A4A0;
  background-color: #171717;
  padding: 2rem;
  margin-top: 1.5rem;
  border-right: 0.5rem solid #FE9D18;
}
#copy-trading section.howitworks .highlights {
  margin-top: 2rem;
}
#copy-trading section.howitworks .highlights h4 {
  color: #FE9D18;
  font-weight: normal;
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
}
#copy-trading section.howitworks .highlights p, #copy-trading section.howitworks .highlights p i, #copy-trading section.howitworks .highlights p u {
  color: #A7A4A0;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
#copy-trading section.howitworks .highlights > .row {
  margin-bottom: 4rem;
}
#copy-trading section.howitworks .highlights .icon {
  display: block;
  margin: 0 auto;
  width: 4.5rem;
  opacity: 0.5;
}

#c2-api {
  background: #000;
  padding-top: 1.5rem;
}
#c2-api hr {
  border: none;
  border-top: 1px solid #A7A4A0;
  margin: 4rem 0;
}
#c2-api section.title h1 span {
  display: inline;
  color: #FE9D18;
}
#c2-api section.title h1, #c2-api section.title h3 {
  color: white;
  text-align: left;
}
#c2-api section.title img {
  width: 75%;
  display: block;
  margin: 0 auto;
}
#c2-api section.definition {
  margin-top: 5rem;
}
#c2-api section.definition .highlight {
  background-color: #171717;
  padding: 2rem 3rem 1rem;
  margin-bottom: 3rem;
  border-left: 0.5rem solid #FE9D18;
}
#c2-api section.definition .highlight h3 {
  color: white;
  font-weight: 900;
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}
#c2-api section.definition .highlight p, #c2-api section.definition .highlight p span {
  color: #A7A4A0;
  font-size: 1.5rem;
  line-height: 2rem;
}
#c2-api section.definition .highlight p span {
  color: #FE9D18;
}
#c2-api section.definition .highlight a {
  font-size: 1.5rem;
  line-height: 2rem;
  color: #FE9D18;
  text-decoration: none;
}
#c2-api section.options .item {
  background-color: white;
  border-radius: 5px;
  padding: 1.5rem;
  margin-top: 2rem;
}
#c2-api section.options .item h4 {
  font-weight: bold;
  color: #FE9D18;
  margin-bottom: 0.5rem;
}
#c2-api section.options .item span {
  display: block;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
#c2-api section.options .item a {
  display: flex;
  justify-content: center;
  align-items: center;
}
#c2-api section.options .item a:hover {
  background-color: initial;
  border: 1px solid #FE9D18;
  color: #FB7401;
}
#c2-api section.options .item img {
  width: 1.25rem;
  margin-right: 0.5rem;
}
#c2-api section.options .cta .cta-button {
  margin: 5rem auto 0;
  text-decoration: none;
  display: block;
  font-size: 1.25rem;
  width: 15rem;
  padding: 1.25rem 0;
}
#c2-api .footer-cta .white-box {
  padding: 3.5rem 0;
}
#c2-api .footer-cta .white-box img {
  max-width: 100%;
}
#c2-api .footer-cta .white-box .info {
  margin-left: 2rem;
}
#c2-api .footer-cta .white-box .info h3 {
  text-align: left;
}
#c2-api .footer-cta .white-box .info p {
  text-align: left;
}
#c2-api .footer-cta .white-box .info a {
  display: block;
}
#c2-api .faq {
  margin-top: 5rem;
}
#c2-api .faq h3 {
  color: white;
  font-weight: bold;
  margin-bottom: 1.5rem;
  text-align: center;
}
#c2-api .faq .accordion-item {
  border: 0;
  margin-bottom: 1rem;
  border-left: 4px solid #FB7401;
}
#c2-api .faq .accordion-button {
  background-color: #171717;
  color: #A7A4A0;
  box-shadow: none;
}
#c2-api .faq .accordion-body {
  background-color: black;
  color: white;
}
#c2-api .faq img {
  max-width: 100%;
}
#c2-api .faq a {
  color: #FE9D18;
  text-decoration: none;
}

#terms-of-service {
  background: #000;
  padding-top: 1.5rem;
}
#terms-of-service section.title h1 {
  color: white;
  text-align: center;
  font-size: 2.5rem;
}
#terms-of-service section.definition {
  margin-top: 1rem;
}
#terms-of-service section.definition .highlight {
  background-color: #171717;
  padding: 2rem 3rem 1rem;
  margin-bottom: 3rem;
}
#terms-of-service section.definition .highlight h4 {
  color: #A7A4A0;
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
#terms-of-service section.definition .highlight p, #terms-of-service section.definition .highlight p span, #terms-of-service section.definition .highlight p u, #terms-of-service section.definition .highlight li {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #A7A4A0;
}
#terms-of-service section.definition .highlight p b {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: white;
}
#terms-of-service section.definition .highlight a {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #FE9D18;
  text-decoration: none;
}
#terms-of-service section.definition .highlight ol {
  list-style-type: lower-alpha;
}

#privacy-policy {
  background: #000;
  padding-top: 1.5rem;
}
#privacy-policy section.title h1 {
  color: white;
  text-align: center;
  font-size: 2.5rem;
}
#privacy-policy section.definition {
  margin-top: 1rem;
}
#privacy-policy section.definition .highlight {
  background-color: #171717;
  padding: 2rem 3rem 1rem;
  margin-bottom: 3rem;
}
#privacy-policy section.definition .highlight h4 {
  color: #A7A4A0;
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
#privacy-policy section.definition .highlight p, #privacy-policy section.definition .highlight p span, #privacy-policy section.definition .highlight p u, #privacy-policy section.definition .highlight li {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #A7A4A0;
}
#privacy-policy section.definition .highlight p b {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: white;
}
#privacy-policy section.definition .highlight a {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #FE9D18;
  text-decoration: none;
}
#privacy-policy section.definition .highlight ol {
  list-style-type: lower-alpha;
}

#signals {
  background: #000;
  padding-top: 1.5rem;
}
#signals section.title h1 span {
  display: inline;
  color: #FE9D18;
}
#signals section.title h1, #signals section.title h3 {
  color: white;
  text-align: left;
}
#signals section.title img {
  width: 75%;
  display: block;
  margin: 0 auto;
}
#signals section.definition .highlight {
  background-color: #171717;
  padding: 2rem 3rem 1rem;
  margin: 3rem 0;
  border-left: 0.5rem solid #FE9D18;
}
#signals section.definition .highlight h3 {
  color: white;
  font-weight: 900;
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
#signals section.definition .highlight p, #signals section.definition .highlight p span, #signals section.definition .highlight p strong {
  color: #A7A4A0;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
#signals section.definition .highlight p span {
  color: #FE9D18;
}
#signals section.definition .highlight a {
  font-size: 1.5rem;
  line-height: 2rem;
  color: #FE9D18;
  text-decoration: none;
}
#signals section.definition .table th, #signals section.definition .table td {
  color: white;
  font-size: 0.938rem;
  line-height: 2rem;
}
#signals section.definition .table th {
  background-color: #171717;
}
#signals section.definition .content {
  margin-top: 3rem;
}
#signals section.definition .content h3 {
  color: #FE9D18;
  font-weight: 900;
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
#signals section.definition .content p, #signals section.definition .content p span, #signals section.definition .content p strong {
  color: #A7A4A0;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
#signals section.definition .content p span {
  color: #FE9D18;
}
#signals section.definition .content a {
  font-size: 1.5rem;
  line-height: 2rem;
  color: #FE9D18;
  text-decoration: none;
}
#signals section.definition .content pre {
  color: white;
  background-color: #171717;
  padding: 1rem 0;
  border-left: 2px solid white;
  margin-bottom: 3rem;
}

#wealthlab {
  background: #000;
  padding-top: 1.5rem;
}
#wealthlab hr {
  border: none;
  border-top: 1px solid #A7A4A0;
  margin: 4rem 0;
}
#wealthlab section.title h1 span {
  display: inline;
  color: #FE9D18;
}
#wealthlab section.title h1, #wealthlab section.title h3 {
  color: white;
  text-align: center;
}
#wealthlab section.definition .highlight {
  background-color: #171717;
  padding: 2rem 3rem 1rem;
  margin: 3rem 0;
  border-left: 0.5rem solid #FE9D18;
}
#wealthlab section.definition .highlight h3 {
  color: white;
  font-weight: 900;
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
#wealthlab section.definition .highlight p, #wealthlab section.definition .highlight p span, #wealthlab section.definition .highlight p strong {
  color: #A7A4A0;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
#wealthlab section.definition .highlight p span {
  color: #FE9D18;
}
#wealthlab section.definition .highlight a {
  font-size: 1.5rem;
  line-height: 2rem;
  color: #FE9D18;
  text-decoration: none;
}
#wealthlab section.definition .highlight img {
  width: 150px;
  margin-bottom: 1rem;
}
#wealthlab section.definition .cta-buttons {
  justify-content: center;
  display: flex;
}
#wealthlab section.definition .cta-buttons a {
  width: 12.5rem;
}
#wealthlab section.definition .cta-buttons a:first-child {
  margin-right: 1rem;
}
#wealthlab section.info {
  margin-top: 5rem;
}
#wealthlab section.info h4 {
  color: white;
}
#wealthlab section.info p {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #A7A4A0;
  margin-top: 0.5rem;
}
#wealthlab section.info img {
  max-width: 100%;
}
#wealthlab .video {
  margin-top: 2rem;
}

#quantconnect {
  background: #000;
  padding-top: 1.5rem;
}
#quantconnect hr {
  border: none;
  border-top: 1px solid #A7A4A0;
  margin: 4rem 0;
}
#quantconnect section.title h1 span {
  display: inline;
  color: #FE9D18;
}
#quantconnect section.title h1, #quantconnect section.title h3 {
  color: white;
  text-align: center;
}
#quantconnect section.definition .highlight {
  background-color: #171717;
  padding: 2rem 3rem 1rem;
  margin: 3rem 0;
  border-left: 0.5rem solid #FE9D18;
}
#quantconnect section.definition .highlight h3 {
  color: white;
  font-weight: 900;
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
#quantconnect section.definition .highlight p, #quantconnect section.definition .highlight p span, #quantconnect section.definition .highlight p strong {
  color: #A7A4A0;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
#quantconnect section.definition .highlight p span {
  color: #FE9D18;
}
#quantconnect section.definition .highlight a {
  font-size: 1.5rem;
  line-height: 2rem;
  color: #FE9D18;
  text-decoration: none;
}
#quantconnect section.definition .highlight img {
  width: 150px;
  margin-bottom: 1rem;
}
#quantconnect section.definition .cta-buttons {
  justify-content: center;
  display: flex;
}
#quantconnect section.definition .cta-buttons a {
  width: 15rem;
}
#quantconnect section.definition .cta-buttons a:first-child {
  margin-right: 1rem;
}
#quantconnect section.info {
  margin-top: 5rem;
}
#quantconnect section.info h4 {
  color: white;
}
#quantconnect section.info p {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #A7A4A0;
  margin-top: 0.5rem;
}
#quantconnect section.info img {
  max-width: 100%;
}

#notfound {
  background: #000;
  padding-top: 1.5rem;
}
#notfound section.title h1 span {
  color: #FE9D18;
  font-size: 5.5rem;
}
#notfound section.title h1 {
  color: white;
  text-align: center;
  font-size: 3rem;
}
#notfound section.title .cta-button {
  margin: 1.5rem auto 0;
  display: block;
}

#c2-future-symbols {
  background: #000;
  padding-top: 1.5rem;
}
#c2-future-symbols section.title h1 span {
  display: inline;
  color: #FE9D18;
}
#c2-future-symbols section.title h1 {
  color: white;
  text-align: left;
}
#c2-future-symbols section.title p, #c2-future-symbols section.title p span, #c2-future-symbols section.title p strong {
  color: #A7A4A0;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
#c2-future-symbols section.title a {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #FE9D18;
  text-decoration: none;
}
#c2-future-symbols section.definition .highlight {
  background-color: #171717;
  padding: 2rem 3rem 1rem;
  margin: 1rem 0 2.5rem;
  border-left: 0.5rem solid #FE9D18;
}
#c2-future-symbols section.definition .highlight h3 {
  color: white;
  font-weight: 900;
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
#c2-future-symbols section.definition .highlight p, #c2-future-symbols section.definition .highlight p span, #c2-future-symbols section.definition .highlight p strong, #c2-future-symbols section.definition .highlight p u {
  color: #A7A4A0;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
#c2-future-symbols section.definition .highlight p span {
  color: #FE9D18;
}
#c2-future-symbols section.definition .highlight a {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #FE9D18;
  text-decoration: none;
}
#c2-future-symbols section.definition .timezone {
  color: #A7A4A0;
  font-size: 1rem;
  margin-bottom: 2.5rem;
  display: block;
}
#c2-future-symbols section.definition .table th, #c2-future-symbols section.definition .table td {
  color: white;
  font-size: 0.813rem;
}
#c2-future-symbols section.definition .table th {
  background-color: #171717;
}
#c2-future-symbols section.definition .table tbody td:first-child {
  color: #FE9D18;
  font-weight: bold;
  font-size: 1rem;
}
#c2-future-symbols section.definition .content {
  margin-top: 3rem;
}
#c2-future-symbols section.definition .content h3 {
  color: #FE9D18;
  font-weight: 900;
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
#c2-future-symbols section.definition .content p, #c2-future-symbols section.definition .content p span, #c2-future-symbols section.definition .content p strong {
  color: #A7A4A0;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
#c2-future-symbols section.definition .content p span {
  color: #FE9D18;
}
#c2-future-symbols section.definition .content a {
  font-size: 1.5rem;
  line-height: 2rem;
  color: #FE9D18;
  text-decoration: none;
}
#c2-future-symbols section.definition .content pre {
  color: white;
  background-color: #171717;
  padding: 1rem 0;
  border-left: 2px solid white;
  margin-bottom: 3rem;
}

.strategyUnit {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 8px;
}

.strategyUnit.hidden {
  display: none;
}

.strategyUnit .inRow {
  flex: 0 0 270px;
}

.strategyUnit .returnArea {
  flex-basis: 350px;
}

.strategyUnit .devnamesysname {
  display: inline-block;
  float: left;
}

.strategyUnit .devnamesysname .devname {
  color: #a7a4a0;
  font-size: 9px;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.strategyUnit .devnamesysname .sysname {
  font-size: 16px;
  font-weight: 400;
  color: #2A2A29;
}

.strategyUnit .devimagewrap {
  float: left;
  margin-right: 5px;
  display: inline-block;
  width: 25px;
  padding-top: 5px;
}

.strategyUnit .devimage {
  border-radius: 100%;
  width: 100%;
}

.strategyUnit .chartArea {
  flex-basis: 135px;
  padding-top: 16px;
  padding-bottom: 0;
}

.strategyUnit .chartArea img.gradientChart {
  max-width: 100%;
}

.strategyUnit .instrumentArea {
  flex-basis: 190px;
  padding-top: 17px;
}

.strategyUnit .instrumentArea .instru {
  display: inline-block;
  margin: 0 0 0 4px;
  padding: 2px 8px 2px 8px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #EAEAEA;
  border-radius: 3px 3px 3px 3px;
  color: #A7A4A0;
  font-family: "Lato", Sans-serif;
  font-size: 9px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: 1px;
}

.strategyUnit .returnArea, .strategyUnit .returnArea .nfareturnlabel, .strategyUnit .returnArea .inception {
  font-family: "Lato", Sans-serif !important;
  color: #A7A4A0 !important;
  font-size: 12px !important;
  padding-top: 17px !important;
}

.strategyUnit .nfareturnwrap, .strategyUnit .nfareturnwrap span {
  color: #79BC00 !important;
  font-family: "Lato", Sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
}

.c2counter .counterNumber {
  font-family: Lato, sans-serif;
  font-size: 48px;
  font-weight: 900;
  color: white;
}

.c2counter .counterNumber {
  font-family: Lato, sans-serif;
  font-size: 48px;
  font-weight: 900;
  color: white;
  text-align: center;
}

.c2counter .counterDescribe {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: rgb(167, 164, 160);
  text-align: center;
}

.smallLargeToggle {
  cursor: pointer;
}

.smallLargeToggle.isSmall .showOnLarge {
  display: none;
}

.smallLargeToggle.isLarge .showOnSmall {
  display: none;
}

.completeReviewModule {
  position: relative;
}

.scrollControl {
  display: inline-block;
  z-index: 5;
  background-color: black;
  padding: 5px;
  width: 40px;
}

.iReviewScroll {
  cursor: pointer;
  display: inline-block;
  font-size: 30px;
  color: #ddd;
  position: absolute;
  top: 20px;
}

.reviewSummary.nonemphatic .humanword {
  display: none;
}

.reviewSummary.nonemphatic {
  display: none;
}

.reviewSummary .summaryStars {
  margin-bottom: 4px;
  position: relative;
  left: -3px;
}

.reviewsInner {
  position: relative;
}

.reviewsOuter {
  overflow: hidden;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(100% - 160px);
  display: inline-block;
}

.reviewSummary {
  flex: 200px 0 0;
  color: #ccc;
}

.reviewSummary .humanword {
  font-size: 21px;
  color: white;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 3px;
}

.reviewSummary .pNumReviews {
  font-size: 14px;
  font-weight: 300;
}

.reviewUnit {
  color: white;
  flex: 0 0 330px;
  margin-right: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}

.reviewUnit .closeWindow {
  display: none;
}

.reviewUnit.magnified .closeWindow {
  display: block;
  position: relative;
  left: 10px;
  top: -8px;
  text-align: right;
}

.reviewUnit .icon-star {
  font-size: 18px;
}

.reviewUnit.stars5 .icon-star.lit, .reviewUnit.stars4 .icon-star.lit, .reviewSummary .icon-star.lit, .reviewSummary .icon-star-half.lit {
  color: #fe9d19;
}

.reviewUnit.stars3 .icon-star.lit, .reviewUnit.stars2 .icon-star.lit, .reviewUnit.stars1 .icon-star.lit {
  color: #ffce00;
}

.reviewUnit .reviewTitle {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 45px);
}

.reviewUnit .reviewText {
  font-size: 16px;
  line-height: 1.2;
  margin: 0 0 8px;
  max-height: 127px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  color: rgb(197, 196, 196);
  font-weight: 400;
  font-family: "Lato" !important;
}

.reviewUnit .reviewTop {
  margin-bottom: 11px;
  width: calc(100% - 20px);
}

.reviewUnit .reviewBottom {
  width: calc(100% - 47px);
}

.reviewUnit .reviewerName {
  height: 16px;
  left: 20px;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 20px);
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
}

.reviewUnit .starHolder {
  width: 128px;
  display: inline-block;
}

.reviewUnit .whenPosted {
  width: calc(100% - 169px);
  display: inline-block;
  text-align: right;
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
}

.reviewUnit.magnified {
  background-color: white;
  color: black;
  padding: 20px;
  border-radius: 8px;
  border: 4px solid #999;
  flex: 1 0 50%;
  max-width: 475px;
}

.reviewUnit.magnified .reviewBottom {
  width: inherit;
}

.reviewUnit.magnified .reviewerName {
  overflow: visible;
  height: auto;
  color: black;
  font-size: 110%;
  color: #999;
}

.reviewUnit.magnified .reviewText {
  overflow: visible;
  max-height: none;
  font-size: 120%;
  line-height: 1.6;
  color: #666;
}

.reviewUnit.magnified .reviewTitle {
  width: auto;
  font-size: 150%;
  white-space: normal;
}

.reviewUnit.magnified .icon-star.unlit {
  color: #ccc;
}

.reviewsInner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  flex-direction: row;
}

/*----------------*/
/*                */
/* Blog list   */
/*                */
/*----------------*/

#blog-list {
  background: #000;
  padding-top: 1.5rem;
}
#blog-list section.title h1 {
  color: white;
  text-align: center;
  font-size: 2.5rem;
}
#blog-list section.definition {
  margin-top: 1rem;
}
#blog-list section.definition .highlight {
  background-color: #171717;
  padding: 2rem 3rem 1rem;
  margin-bottom: 3rem;

}
#blog-list section.definition .highlight h4 {
  color: #A7A4A0;
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
#blog-list section.definition .highlight p, #terms-of-service section.definition .highlight p span, #terms-of-service section.definition .highlight p u, #terms-of-service section.definition .highlight li {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #A7A4A0;
}
#blog-list section.definition .highlight p b {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: white;
}
#blog-list section.definition .highlight a {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #FE9D18;
  text-decoration: none;
}
#blog-list section.definition .highlight ol {
  list-style-type: lower-alpha;
}

/* Add a card effect for articles */
.card {
   background-color: #171717;
   padding: 50px;
   margin-top: 20px;
}

.readmore
{
	text-align:right;
	font-size:16px;
	font-weight:inherit;
	font-style:normal;
	color:#fff;
}
.readmore a
{
	color:#FE9D18 !important;
	text-decoration:none;
	margin-right:0px;
	cursor:pointer;
}



/*----------------*/
/*                */
/* Blog content   */
/*                */
/*----------------*/

#blog-article {
  background: #000;
  padding-top: 1.5rem;
}
#blog-article section.title h1 {
  color: white;
  text-align: center;
  font-size: 2.5rem;
}
#blog-article section.definition {
  margin-top: 1rem;
}
#blog-article section.definition .highlight {
  background-color: #171717;
  padding: 2rem 3rem 1rem;
  margin-bottom: 3rem;
}
#blog-article section.definition .highlight h4 {
  color: #A7A4A0;
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
#blog-article section.definition .highlight p, #terms-of-service section.definition .highlight p span, #terms-of-service section.definition .highlight p u, #terms-of-service section.definition .highlight li {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #A7A4A0;
}
#blog-article section.definition .highlight p b {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: white;
}
#blog-article section.definition .highlight a {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #FE9D18;
  text-decoration: none;
}
#blog-article section.definition .highlight ol {
  list-style-type: lower-alpha;
}



.container.blogContent
{
	max-width:800px;


}

.container.blogContent img
{
	width:80%;
	margin-left:auto;
	margin-right:auto;
}


.container.blogContent p,
.container.blogContent ul li,
.container.blogContent h3
{
    max-width: 640px;
    line-height: 1.9 !important;
    color: #bdbdbd !important;
    margin-bottom: 1.7rem;
}

.blogBody h3,
.blogBody h3 strong,
.blogBody strong,
.container.blogContent h3,
.container.blogContent h3 strong
{
	color:#fff !important;
}

.container.blogContent ul li
{
	color:#fff;
	margin-left:20px;
	margin-right:20px;
	max-width:480px;	
	line-height:1.7;
}

.container.blogContent p em,
.container.blogContent p strong
.container.blogContent h3 strong
{
	color:inherit !important;
	font-size:inherit !important;
	color:#fff;
}

.container.blogContent ul li,
.container.blogContent ul li em
{
	 
	font-size:16px;
	font-weight:inherit;
	font-style:normal;
	color:#fff;
}

.blogBody .disclaimer,
.blogBody .disclaimer p,
.blogBody .disclaimer li,
.blogBody .disclaimer li strong,

.disclaimer,
.disclaimer p,
.disclaimer li,
.disclaimer li strong,
footer,
footer  p,
footer li,
footer li strong

{
	font-size:14px !important;
	color:#a9a6a6 !important;
}
.blogBody .disclaimer li strong
{
	color:#fffefe !important;
}

.blogBody section.title img
{
    max-width: 1170px;
    height: 480px;
    margin: 24px auto 36px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.blogBody .title h1
{
	text-align:center !important;
	max-width:17em;
	line-height:1.5;
    margin-left: auto;
    margin-right: auto;
}


.blogBody h2
{
    font-size: 1.4rem;
    margin-bottom: 21px;
    color: #fff;
    font-weight: bold;
    margin-top: 50px;
}


.disclaimer,
.disclaimer p,
.disclaimer b,
.disclaimer h3
{
	max-width:800px;
	line-height:1.8;
	font-size:14px !important;
	color:#a9a6a6 !important;
}
.disclaimer b,
.disclaimer ul li b,
.disclaimer ul li strong,
.disclaimer h3
{
	color:#fff !important;
}
.disclaimer h3
{
	font-size:16px !important;
	font-weight:bold;
}
.disclaimer ul li
{
	color:#fff;
    margin-left: 20px;
    margin-right: 20px;
    max-width: 660px;
    line-height: 1.7;
    margin-bottom: 17px;
}
.copyright
{
	text-align:center;
	font-size:16px;
	font-weight:inherit;
	font-style:normal;
	color:#fff;
}
.copyright a
{
	color:#FE9D18 !important;
	text-decoration:none;
	margin-right:30px;
	cursor:pointer;
}

.copyright a:last-child
{
	margin-right:inherit;
}

@media screen and (max-width: 768px) {
  .reviewUnit.magnified {
    flex: 1 0 calc(100% - 31px);
  }
  .reviewUnit.magnified .reviewTitle {
    font-size: 105%;
  }
  .reviewUnit.magnified .reviewText {
    font-size: 100%;
    line-height: 1.4;
  }
  .reviewSummary {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  .reviewUnit {
    flex-basis: 235px;
  }
  .iReviewScroll {
    font-size: 24px;
  }
  .reviewUnit .reviewTitle {
    font-size: 13px;
  }
  .reviewUnit .reviewText {
    font-size: 14px;
  }
  .reviewUnit .reviewBottom {
    width: calc(100% - 5px);
  }
  .reviewsOuter {
    width: calc(100% - 119px);
  }
  .reviewUnit .whenPosted {
    font-size: 12px;
  }
  .reviewUnit .reviewerName {
    font-size: 13px;
  }
  .scrollControl {
    width: 25px;
  }
}
@media (max-width: 992px) {
  section.footer-cta .white-box {
    border-radius: 0;
  }
  #home section.howitworks .single-step img {
    height: auto !important;
    max-width: 100%;
  }
  #home section.features .items {
    margin-bottom: 0;
    padding: 0 2rem;
  }
  #home section.features .items .single-item {
    max-width: 100%;
    margin-bottom: 2rem;
  }
  #home section.features .items .single-item.empty {
    display: none;
  }
  #home section.strategy-manager img {
    max-width: 100%;
  }
  #strategy-managers section.testimonials img {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .standard-headline {
    margin-bottom: 1rem !important;
  }
  .standard-headline h2 {
    font-size: 2rem;
    line-height: 2.75rem;
    margin-bottom: 0.5rem;
  }
  .standard-headline p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  section.title {
    margin-top: 1.5rem;
  }
  section.title h1, section.title h1 span {
    font-size: 2rem;
    line-height: 2.75rem;
  }
  nav.navbar {
    padding: 0.5rem;
  }
  nav.navbar .navbar-brand img {
    width: 6.5rem;
    height: auto;
  }
  nav.navbar .navbar-nav {
    align-items: center;
  }
  nav.navbar .navbar-nav a.nav-link {
    font-size: 0.875rem;
  }
  nav.navbar .navbar-nav a.nav-link:first-child {
    margin-right: 1rem;
  }
  nav.navbar .navbar-nav .cta-button {
    width: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .nav-menu ul {
    height: auto;
  }
  #home section.hero h1, #home section.hero h1 span, #home section.hero h1 em {
    font-size: 2.25rem;
    line-height: 3rem;
  }
  #home section.hero h1 span {
    display: inline;
  }
  #home section.hero h2 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  #home section.hero .cta-buttons a {
    width: 48%;
  }
  #home section.hero img {
    display: block;
    margin: 2rem auto 0;
  }
  #home section.numbers .single-item {
    margin-bottom: 2.5rem;
  }
  #home section.numbers .single-item span.number {
    font-size: 2.25rem;
    line-height: 3rem;
  }
  #home section.numbers .single-item span.text {
    margin-top: 0;
  }
  #home section.numbers .single-item:last-child {
    margin-bottom: 0;
  }
  #home section.assets-chart .highcharts-title tspan {
    font-size: 1.5rem;
  }
  #home section.strategies .box {
    border-radius: 0;
  }
  #home section.strategies .box h3 {
    text-align: left;
  }
  #home section.strategies .box .strategyUnit {
    justify-content: left;
    margin-bottom: 3rem;
    width: 100%;
    text-align: left;
  }
  #home section.strategies .box .strategyUnit .chartArea {
    display: none;
  }
  #home section.press .logo:nth-child(5), #home section.press .logo:nth-child(6) {
    display: none;
  }
  #home section.howitworks .single-step .info div p {
    max-width: none;
  }
  #home section.howitworks .single-step .img {
    margin-top: 1rem;
  }
  #home section.howitworks .single-step .img img {
    width: 60%;
  }
  #home section.howitworks .single-step.step-2 .img {
    order: 2;
  }
  #home section.howitworks .single-step.step-2 .info {
    order: 1;
  }
  #home section.main-points .single-point {
    margin-bottom: 4rem;
  }
  #home section.features h2 {
    margin-bottom: 1rem;
  }
  #home section.cta h3, #home section.cta p {
    text-align: center;
  }
  #home section.cta .col-md-4 {
    display: flex;
    justify-content: center;
    margin-top: 1.5rem;
  }
  #home section.strategy-manager img {
    max-width: 60%;
    margin: 0 auto 2rem;
    display: block;
  }
  #home section.strategy-manager h3 {
    font-size: 2rem;
    line-height: 2.75rem;
    margin-bottom: 0.5rem;
  }
  #home section.timeline h3 {
    font-size: 2rem;
    line-height: 2.75rem;
    margin-bottom: 0.5rem;
  }
  #home section.timeline .timeline-flow {
    background: none;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
  #home section.footer-cta .white-box {
    border-radius: 0;
  }
  #home section.footer-cta .contact-links ul {
    flex-direction: column;
  }
  #home section.footer-cta .contact-links ul li {
    width: 100%;
    margin-top: 0.5rem;
  }
  #strategy-managers section.title img {
    display: none;
  }
  #strategy-managers section.features .row {
    margin-bottom: 0;
  }
  #strategy-managers section.features h2, #strategy-managers section.features h2 span {
    max-width: 100%;
  }
  #strategy-managers section.features img {
    width: 80%;
    display: block;
    margin: 2rem auto;
  }
  #strategy-managers section.testimonials img {
    width: 80%;
    display: block;
    margin: 0 auto;
  }
  #strategy-managers section.testimonials .item-2 .order-mobile-1 {
    order: 1;
  }
  #strategy-managers section.testimonials .item-2 .order-mobile-2 {
    order: 2;
  }
  #strategy-managers section.investor-cta .cta-button {
    margin-top: 1rem;
  }
  #strategy-managers section.howitworks .title p {
    font-size: 1.25rem;
    margin-top: 1rem;
  }
  #strategy-managers section.howitworks .item img {
    width: 80%;
    display: block;
    margin: 0 auto 2.5rem;
  }
  #strategy-managers section.howitworks .item h4, #strategy-managers section.howitworks .item p {
    text-align: center;
  }
  #pricing section.title h2, #pricing section.title h2 span {
    font-size: 1.5rem;
  }
  #algorithmic-trading section.title img {
    display: none;
  }
  #algorithmic-trading section.press {
    margin-top: 2.5rem;
  }
  #algorithmic-trading section.press .logo {
    margin-bottom: 1rem;
  }
  #algorithmic-trading section.definition {
    margin-top: 2.5rem;
  }
  #algorithmic-trading section.definition .highlight h3 {
    font-size: 2rem;
    line-height: 2.75rem;
  }
  #algorithmic-trading section.definition .highlight p, #algorithmic-trading section.definition .highlight p span {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  #algorithmic-trading hr {
    margin: 2.5rem 0;
  }
  #algorithmic-trading section.howitworks {
    margin-top: 2.5rem;
  }
  #algorithmic-trading section.howitworks .headline h3 {
    font-size: 2rem;
    line-height: 2.75rem;
  }
  #algorithmic-trading section.howitworks .highlights .highlights-item-1 .col-md-8 {
    order: 2;
  }
  #algorithmic-trading section.howitworks .highlights .highlights-item-2 .col-md-8 {
    order: 2;
  }
  #algorithmic-trading section.howitworks .highlights .icon {
    margin: 0 0 1.5rem;
  }
  #algorithmic-trading section.howitworks .highlights > .row {
    margin-bottom: 2.5rem;
  }
  #copy-trading section.title img {
    display: none;
  }
  #copy-trading section.press {
    margin-top: 2.5rem;
  }
  #copy-trading section.press .logo {
    margin-bottom: 1rem;
  }
  #copy-trading section.definition {
    margin-top: 2.5rem;
  }
  #copy-trading section.definition .highlight h3 {
    font-size: 2rem;
    line-height: 2.75rem;
  }
  #copy-trading section.definition .highlight p, #copy-trading section.definition .highlight p span {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  #copy-trading hr {
    margin: 2.5rem 0;
  }
  #copy-trading section.howitworks {
    margin-top: 2.5rem;
  }
  #copy-trading section.howitworks .headline h3 {
    font-size: 2rem;
    line-height: 2.75rem;
  }
  #copy-trading section.howitworks .highlights .highlights-item-1 .col-md-8 {
    order: 2;
  }
  #copy-trading section.howitworks .highlights .highlights-item-2 .col-md-8 {
    order: 2;
  }
  #copy-trading section.howitworks .highlights .icon {
    margin: 0 0 1.5rem;
  }
  #copy-trading section.howitworks .highlights > .row {
    margin-bottom: 2.5rem;
  }
  #c2-api section.title img {
    margin-top: 2rem;
    width: 100%;
  }
  #c2-api section.definition {
    margin-top: 2.5rem;
  }
  #c2-api section.definition .highlight h3 {
    font-size: 2rem;
    line-height: 2.75rem;
  }
  #c2-api section.definition .highlight p, #c2-api section.definition .highlight p a {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  #c2-api section.options .item {
    border-radius: 0;
  }
  #c2-api .footer-cta img {
    display: none;
  }
  #signals section.definition {
    margin-top: 0;
  }
  #signals section.definition .highlight h3 {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
  #signals section.definition .highlight p, #signals section.definition .highlight p a {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  #signals section.definition .content h3 {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
  #signals section.definition .content p, #signals section.definition .content p a, #signals section.definition .content p span, #signals section.definition .content p strong {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  #wealthlab section.title h1, #wealthlab section.title h3 {
    text-align: left;
  }
  #wealthlab section.definition .highlight p {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  #wealthlab section.definition .cta-buttons {
    flex-wrap: wrap;
  }
  #wealthlab section.definition .cta-buttons a:first-child {
    margin-right: 0;
    margin-bottom: 1rem;
  }
  #wealthlab section.get-started {
    margin-top: 5rem;
  }
  #quantconnect section.title h1, #quantconnect section.title h3 {
    text-align: left;
  }
  #quantconnect section.definition .highlight p {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  #quantconnect section.definition .cta-buttons {
    flex-wrap: wrap;
  }
  #quantconnect section.definition .cta-buttons a:first-child {
    margin-right: 0;
    margin-bottom: 1rem;
  }
  #notfound section.title h1 span {
    font-size: 3.5rem;
    margin-bottom: 0.5rem;
  }
  #notfound section.title h1 {
    font-size: 2rem;
  }
  #c2-future-symbols section.title p, #c2-future-symbols section.title p a, #c2-future-symbols section.title p strong, #c2-future-symbols section.title p u {
    font-size: 1.125rem !important;
    line-height: 1.5rem !important;
  }
  #c2-future-symbols section.definition {
    margin-top: 0;
  }
  #c2-future-symbols section.definition p, #c2-future-symbols section.definition p a, #c2-future-symbols section.definition p strong, #c2-future-symbols section.definition p u {
    font-size: 1.125rem !important;
    line-height: 1.5rem !important;
  }
  footer .copyright {
    margin-bottom: 1rem;
    padding-bottom: 0.25rem;
  }
  footer .copyright ul {
    padding-left: 0;
  }
  footer .copyright ul li {
    display: block;
    text-align: left;
    margin-bottom: 1rem;
  }
}
@media (max-width: 480px) {
  #home section.hero .cta-buttons a {
    width: 45%;
  }
}/*# sourceMappingURL=styles.css.map */