@font-face {
    font-family: "Fa V 4 Compatibility";
    src: url('../fonts/fa-v4compatibility.ttf') format("truetype"), url('../fonts/fa-v4compatibility.ttf') format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "Fa Brands 400";
    src: url('//d.stockcharts.com/font-awesome/webfonts/fa-brands-400-subset.woff2') format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "Fa 300";
    src: url('//d.stockcharts.com/font-awesome/webfonts/fa-light-300-subset.woff2') format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "Fa Solid 900";
    src: url('//d.stockcharts.com/font-awesome/webfonts/fa-solid-900-subset.woff2') format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "Fa 400";
    src: url('//d.stockcharts.com/font-awesome/webfonts/fa-regular-400-subset.woff2') format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }

:root {
  --scc-pricing---ui-blue-nav-dark: #0e263e;
  --scc-pricing---text-color-blue-light: #3281d0;
  --scc-pricing---text-color-blue-dark: #0f4e8b;
  --scc-pricing---text-color-green-bullish: #1f824c;
  --scc-pricing---text-color-90: #e2e5e9;
  --scc-pricing---text-color-80: #c6ccd2;
  --scc-pricing---text-color-70: #a9b2bd;
  --scc-pricing---text-color-60: #8e99a6;
  --scc-pricing---text-color-base-grey: #70808f;
  --scc-pricing---text-color-40: #5a6672;
  --scc-pricing---text-color-30: #434c57;
  --scc-pricing---text-color-20: #2d3339;
  --scc-pricing---text-color-10: #16191d;
  --scc-pricing---text-color-red-bearish: #cc000e;
  --scc-pricing---text-color-yellow-accent: #f8d23a;
  --scc-pricing---ui-grey-background: #f2f5f7;
  --scc-pricing---ui-grey-border: #c0cfd9;
  --scc-pricing---ui-grey-lighter: #a9b2bd;
  --scc-pricing---ui-grey: #70808f;
  --scc-pricing---ui-grey-darker: #4f5965;
  --scc-pricing---ui-grey-slate: #233442;
  --scc-pricing---ui-blue-accent: #1483f3;
  --scc-pricing---ui-blue-hover: #3281d0;
  --scc-pricing---ui-blue-link: #0f4e8b;
  --scc-pricing---ui-blue-nav-light: #143353;
  --scc-pricing---ui-blue-overlay: #022d46;
  --scc-pricing---ui-green-accent: #36e27e;
  --scc-pricing---ui-green-light: #2bbb67;
  --scc-pricing---ui-green-hover: #209256;
  --scc-pricing---ui-red: #cc000e;
  --scc-pricing---ui-red-hover: #e6010e;
  --scc-pricing---ui-orange: #f9690f;
  --scc-pricing---ui-orange-hover: #fb8238;
  --scc-pricing---ui-yellow-accent: #f8d23a;
  --scc-pricing---ui-purple: #8740a5;
  --scc-pricing---standard-site-font: Lato, sans-serif;
  --scc-pricing---headline-font: "Roboto Condensed", sans-serif;
  --scc-pricing---code-font: Arial, "Helvetica Neue", Helvetica, sans-serif;
  --scc-pricing---serif-headline-font: Arial, "Helvetica Neue", Helvetica, sans-serif;
  --scc-pricing---script-font: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.scc-pricing--footer-copyright {
  color: #707f8f;
  align-self: flex-end;
  font-size: 14px;
}

.scc-pricing--app-link-block {
  display: flex;
}

.scc-pricing--footer-social-link-fb {
  margin-left: 32px;
  text-decoration: none;
}

.scc-pricing--wf-footer-block {
  color: #a7b0ba;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 18px;
  display: flex;
}

.scc-pricing--footer-social-link-linkedin {
  align-self: auto;
  margin-left: 32px;
  text-decoration: none;
}

.scc-pricing--wf-div-footer-legal {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.scc-pricing--wf-div-footer-wrapper {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.scc-pricing--wf-div-footer-middle {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.scc-pricing--wf-hr-footer-divider {
  background-color: #2d3a49;
  width: 100%;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.scc-pricing--footer-social-link-yt {
  margin-left: 32px;
  text-decoration: none;
}

.scc-pricing--social-icons {
  color: #707f8f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Fa Brands 400", Verdana, sans-serif;
  font-size: 50px;
  line-height: 100%;
  text-decoration: none;
}

.scc-pricing--social-icons:hover {
  color: #e0e0e0;
}

.scc-pricing--play-link-block {
  color: #707f8f;
  text-align: left;
  flex-flow: column;
  font-size: 14px;
  display: flex;
}

.scc-pricing--wf-footer-top {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.scc-pricing--wf-footer-disclaimer {
  color: #5a6672;
  text-align: center;
  align-self: flex-end;
  padding-left: 80px;
  padding-right: 80px;
  font-size: 12px;
}

.scc-pricing--wf-footer-grid {
  grid-template-rows: auto;
  margin-bottom: 30px;
}

.scc-pricing--footer-social-link-twitter {
  margin-left: 32px;
  text-decoration: none;
}

.scc-pricing--section-footer {
  background-color: var(--scc-pricing---ui-blue-nav-dark);
  color: #9e9e9e;
  padding: 40px 0 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 125%;
  position: relative;
}

.scc-pricing--wf-footer-legal-spacer {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 14px;
  line-height: 125%;
}

.scc-pricing--footer-title-block {
  border-bottom: 1px solid #2d3a49;
  width: 100%;
  margin-bottom: 10px;
}

.scc-pricing--title-small {
  color: #707f8f;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 125%;
}

.scc-pricing--wf-footer-content {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.scc-pricing--sml-logo {
  max-width: 220px;
}

.scc-pricing--app-link-img {
  height: 50px;
  padding-right: 20px;
}

.scc-pricing--footer-legal-link {
  color: #707f8f;
}

.scc-pricing--footer-legal-link:hover {
  color: #3a4554;
}

.scc-pricing--wf-footer-link {
  color: #a7b0ba;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
}

.scc-pricing--wf-footer-link:hover {
  color: #fff;
  font-weight: 700;
}

.scc-pricing--wf-footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

a {
  text-decoration: underline;
}

.vflex-1140 {
  flex-flow: column;
  align-items: flex-end;
  max-width: 1140px;
  display: block;
}

.bio-section {
  background-color: #fff;
  padding: 20px 20px 100px;
}

.bio-header-block {
  justify-content: flex-start;
  align-items: stretch;
  max-width: 100%;
  margin-bottom: 40px;
}

._wf-button-return {
  background-color: var(--scc-pricing---text-color-blue-light);
  color: #fff;
  text-align: center;
  border-radius: 3px;
  justify-content: flex-start;
  align-items: center;
  margin-left: 40px;
  padding: 10px 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

._wf-button-return:hover {
  color: #fff;
}

.bio-grid {
  grid-template-rows: auto;
  grid-template-columns: minmax(300px, 300px) 1fr;
}

.divider {
  background-image: linear-gradient(#c1d0d9, #c1d0d9);
  width: 100%;
  height: 2px;
}

._wf-body {
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 150%;
}

._wf-headline-h2 {
  font-family: Roboto Condensed, sans-serif;
  font-size: 36px;
  line-height: 100%;
}

._wf-heading-h4 {
  color: #454c56;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.div-block {
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
}

.social_row {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
}

.social_icon_box {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 35px;
  margin-right: 10px;
  font-family: "Fa Sharp 400", Verdana, sans-serif;
  font-weight: 400;
  display: flex;
}

.social-icon {
  color: #7a7a7a;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Fa Sharp 300", Verdana, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
}

.social-icon.brand {
  font-family: "Fa Brands 400", Verdana, sans-serif;
  font-size: 20px;
}

.social_link {
  color: #274c88;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.div-block-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.social-grid {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  width: 100%;
}

.bold-text {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.flex-block-2 {
  justify-content: flex-end;
  align-items: flex-start;
}

._wf-footer-grid {
  grid-template-rows: auto;
  margin-bottom: 30px;
}

.footer-social-link-fb {
  margin-left: 32px;
  text-decoration: none;
}

.footer-social-link-linkedin {
  align-self: auto;
  margin-left: 32px;
  text-decoration: none;
}

._wf-footer-disclaimer {
  color: #5a6672;
  text-align: center;
  align-self: flex-end;
  padding-left: 80px;
  padding-right: 80px;
  font-size: 12px;
}

._wf-footer-divider {
  background-color: #2d3a49;
  width: 100%;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.app-link-block {
  display: flex;
}

._wf-footer-top {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

._wf-footer-block {
  color: #a7b0ba;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 18px;
  display: flex;
}

.footer-copyright {
  color: #707f8f;
  align-self: flex-end;
  font-size: 14px;
}

.app-link-img {
  height: 50px;
  padding-right: 20px;
}

.sml-logo {
  max-width: 220px;
}

._wf-footer-wrapper {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.social-icons {
  color: #707f8f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Fa Brands 400", Verdana, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.social-icons:hover {
  color: #e0e0e0;
}

.title-small {
  color: #707f8f;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 600;
  line-height: 125%;
}

._wf-footer-middle {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.play-link-block {
  color: #707f8f;
  text-align: left;
  flex-flow: column;
  font-size: 14px;
  display: flex;
}

.footer-social-link-twitter {
  margin-left: 32px;
  text-decoration: none;
}

.footer-legal-block {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.footer-legal-link {
  color: #707f8f;
}

.footer-legal-link:hover {
  color: #3a4554;
}

._wf-footer-content {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

._wf-footer-legal-spacer {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 14px;
  line-height: 125%;
}

.section-footer {
  color: #9e9e9e;
  background-color: #0e273e;
  padding-top: 40px;
  padding-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 125%;
}

._wf-footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-yt {
  margin-left: 32px;
  text-decoration: none;
}

.footer-title-block {
  border-bottom: 1px solid #2d3a49;
  width: 100%;
  margin-bottom: 10px;
}

._wf-footer-link {
  color: #a7b0ba;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
}

._wf-footer-link:hover {
  color: #fff;
  font-weight: 700;
}

.paragraph {
  font-family: Lato, sans-serif;
}

._wf-p-info {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.quote-copy {
  color: #274c88;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.quote-block {
  background-image: linear-gradient(#e7edfd80, #e7edfd80);
  border-left: 4px solid #969696;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding: 20px 40px 20px 20px;
}

.div-block-3 {
  padding-left: 20px;
}

.inline-link {
  color: var(--scc-pricing---text-color-blue-dark);
  font-weight: 700;
  text-decoration: none;
}

.social-grid_1row {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: #555454;
  grid-template-rows: auto;
  width: 100%;
}

.return-button-block {
  justify-content: flex-end;
  align-items: flex-start;
}

._wf-button-articles {
  background-color: var(--scc-pricing---text-color-blue-dark);
  color: #fff;
  text-align: center;
  border-radius: 3px;
  justify-content: flex-start;
  align-items: center;
  margin-left: 40px;
  padding: 10px 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

._wf-button-articles:hover {
  color: #fff;
}

.bullet-row-box {
  margin-top: 10px;
  margin-bottom: 5px;
  margin-left: 30px;
}

.bullet-rox-text {
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 100%;
}

.bullet-row-icon {
  margin-bottom: 0;
  margin-right: 10px;
  font-family: "Fa Solid 900", Verdana, sans-serif;
  font-size: 16px;
  line-height: 100%;
}

.flex-block-26 {
  border: 1px solid #bebebe;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px;
}

.additions-thumbnail {
  margin-bottom: 20px;
  display: block;
}

.chartpack-title {
  color: #0265a7;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 125%;
}

.chartpack-row {
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 25%) minmax(50%, 75%);
  margin-top: 10px;
  margin-bottom: 10px;
}

.buy-now-button {
  background-color: #20a360;
  border-radius: 7px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 35px;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
}

.grid-3 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1.25fr 1fr 1fr;
  grid-auto-flow: column;
  font-weight: 700;
}

.article-copy {
  margin-bottom: 10px;
  font-family: Merriweather, serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}

.img-block {
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
}

.button-text {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.search-icon {
  color: #fff;
  font-family: "Fa Sharp 400", Verdana, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.body-bopy {
  display: inline-block;
}

._wf-p-list-16pt {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.link-block {
  text-decoration: none;
}

.flex-block-27 {
  justify-content: center;
  align-items: stretch;
}

.chartlist-row {
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 15%) minmax(50%, 85%);
  margin-top: 10px;
  margin-bottom: 10px;
}

.button-text-centered {
  color: #fff;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.accent-copy {
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
}

._wf-button-follow {
  background-color: var(--scc-pricing---text-color-green-bullish);
  color: #fff;
  text-align: center;
  border-radius: 3px;
  justify-content: flex-start;
  align-items: center;
  margin-left: 40px;
  padding: 10px 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: none;
}

.section {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.link-block-2 {
  display: flex;
}

._wf-p-button {
  color: #fff;
  margin-bottom: 0;
  text-decoration: none;
}

._wf-p-button-icon {
  color: #fff;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: "Fa Solid 900", Verdana, sans-serif;
  text-decoration: none;
}

@media screen and (min-width: 1440px) {
  .scc-pricing--play-link-block {
    text-align: left;
  }

  .scc-pricing--section-footer {
    clear: none;
  }

  .scc-pricing--wf-footer-link {
    pointer-events: auto;
  }

  .scc-pricing--wf-footer-link:hover {
    color: #ffc900;
  }

  .play-link-block {
    text-align: left;
  }

  .section-footer {
    clear: none;
  }

  ._wf-footer-link {
    pointer-events: auto;
  }

  ._wf-footer-link:hover {
    color: #ffc900;
  }
}

@media screen and (max-width: 991px) {
  .scc-pricing--wf-div-footer-wrapper {
    max-width: 728px;
  }

  .scc-pricing--play-link-block {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .scc-pricing--wf-footer-top {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .scc-pricing--wf-footer-disclaimer {
    padding-left: 0;
    padding-right: 0;
  }

  .scc-pricing--wf-footer-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .scc-pricing--sml-logo {
    max-width: 200px;
  }

  .scc-pricing--wf-footer-social-block {
    margin-top: 40px;
  }

  .bio-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._wf-footer-disclaimer {
    padding-left: 0;
    padding-right: 0;
  }

  ._wf-footer-top {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .sml-logo {
    max-width: 200px;
  }

  ._wf-footer-wrapper {
    max-width: 728px;
  }

  .play-link-block {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  ._wf-footer-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .section-footer {
    position: static;
  }

  ._wf-footer-social-block {
    margin-top: 40px;
  }

  .chartpack-row {
    grid-template-columns: 25% repeat(auto-fit, 75%);
  }

  .grid-3 {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  ._wf-p-list-16pt {
    font-size: 16px;
  }

  .chartlist-row {
    grid-template-columns: 25% repeat(auto-fit, 75%);
  }
}

@media screen and (max-width: 767px) {
  .scc-pricing--footer-copyright {
    align-self: auto;
    font-size: 14px;
    line-height: 20px;
  }

  .scc-pricing--app-link-block {
    justify-content: center;
    align-items: center;
  }

  .scc-pricing--wf-footer-block {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .scc-pricing--wf-div-footer-legal {
    margin-top: 15px;
    margin-left: -24px;
  }

  .scc-pricing--wf-div-footer-middle {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .scc-pricing--wf-footer-top {
    justify-content: flex-start;
    align-items: center;
  }

  .scc-pricing--wf-footer-disclaimer {
    font-size: 14px;
    line-height: 20px;
  }

  .scc-pricing--wf-footer-grid {
    grid-template-columns: 1fr;
  }

  .scc-pricing--wf-footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .scc-pricing--footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .scc-pricing--wf-footer-link:hover {
    color: #1a1b1fbf;
  }

  .scc-pricing--wf-footer-social-block {
    margin-top: 10px;
  }

  .bio-grid {
    grid-template-columns: repeat(auto-fit, minmax(100%, 100%));
  }

  .social-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  ._wf-footer-grid {
    grid-template-columns: 1fr;
  }

  ._wf-footer-disclaimer {
    font-size: 14px;
    line-height: 20px;
  }

  .app-link-block {
    justify-content: center;
    align-items: center;
  }

  ._wf-footer-top {
    justify-content: flex-start;
    align-items: center;
  }

  ._wf-footer-block {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    align-self: auto;
    font-size: 14px;
    line-height: 20px;
  }

  ._wf-footer-middle {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  ._wf-footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  ._wf-footer-social-block {
    margin-top: 10px;
  }

  ._wf-footer-link:hover {
    color: #1a1b1fbf;
  }

  .return-button-block {
    margin-bottom: 10px;
  }

  .image {
    margin-left: auto;
    margin-right: auto;
  }

  .chartpack-row, .chartlist-row {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .scc-pricing--wf-div-footer-wrapper {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .scc-pricing--wf-div-footer-middle {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .scc-pricing--play-link-block {
    align-items: center;
  }

  .scc-pricing--wf-footer-top {
    justify-content: flex-start;
    align-items: center;
  }

  .scc-pricing--wf-footer-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .scc-pricing--sml-logo {
    max-width: 160px;
  }

  .scc-pricing--app-link-img {
    padding-left: 10px;
    padding-right: 10px;
  }

  .scc-pricing--wf-footer-link {
    align-self: flex-start;
  }

  .bio-grid {
    grid-template-rows: auto auto;
    grid-template-columns: minmax(248px, 350px);
  }

  ._wf-footer-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  ._wf-footer-top {
    justify-content: flex-start;
    align-items: center;
  }

  .app-link-img {
    padding-left: 10px;
    padding-right: 10px;
  }

  .sml-logo {
    max-width: 160px;
  }

  ._wf-footer-wrapper {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  ._wf-footer-middle {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .play-link-block {
    align-items: center;
  }

  ._wf-footer-link {
    align-self: flex-start;
  }

  .grid-3 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }
}

#w-node-fe53603d-ef97-2237-7a8a-5c68b7cf574d-ae499ee4 {
  justify-self: end;
}

#w-node-_566c2102-d696-15ff-529a-c212019961a1-0199619d, #w-node-_566c2102-d696-15ff-529a-c212019961ad-0199619d, #w-node-_566c2102-d696-15ff-529a-c212019961b9-0199619d, #w-node-_566c2102-d696-15ff-529a-c212019961c7-0199619d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Fa V 4 Compatibility';
  src: url('../fonts/fa-v4compatibility.ttf') format('truetype'), url('../fonts/fa-v4compatibility.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp Solid 900';
  src: url('../fonts/fa-sharp-solid-900.ttf') format('truetype'), url('../fonts/fa-sharp-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp 400';
  src: url('../fonts/fa-sharp-regular-400.ttf') format('truetype'), url('../fonts/fa-sharp-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 300';
  src: url('../fonts/fa-light-300.ttf') format('truetype'), url('../fonts/fa-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp 300';
  src: url('../fonts/fa-sharp-light-300.ttf') format('truetype'), url('../fonts/fa-sharp-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}