@charset "UTF-8";
/* Mimics components.css */
.header .header-primary .header-right li a .icon.reverse:before {
  color: #414141;
}

.header .header-primary .header-right li a .icon.chevron-down:before {
  width: 19px;
  padding: 0 1px 0 0;
  line-height: 20px;
  font-size: 8px;
  vertical-align: middle;
}

.header .header-primary .header-right li a .icon.chevron-down.reverse {
  width: 20px;
  height: 20px;
  margin: 0 0 0 9px;
  border-radius: 10px;
  background-color: #ffffff;
  vertical-align: middle;
}

.header .header-primary .header-right li a .header-light-blue {
  background-color: #1f5c8c;
}

.header .header-primary .header-right li a .header-light-blue > span {
  border: 0;
}

.header .header-primary .header-right li a .header-light-blue > span:hover {
  border-bottom: 1px solid #ffffff;
}

.header .header-primary .header-icons li a .icon.pie-graph {
  height: 25px;
}

.header .header-secondary .header-logo img {
  height: 41px;
  margin-top: -5px;
}

.header .header-secondary .header-logo.fr img {
  height: 43px;
}

@media all and (min-width: 768px) and (max-width: 800px) {
  .tl-header-secondary-right.tl-header-portrait-6 > .tl-header,
  .tl-header-secondary-right.tl-header-portrait-6 > .tl-header-mega {
    width: 14%;
  }
}

.tl-header-mega-menu-column-1 {
  width: 45%;
}

.footer .footer-bottom.iiroc {
  background-color: #ffffff;
}

.footer .footer-bottom.iiroc div nav {
  background-color: #ffffff;
}

.footer .footer-bottom.iiroc div nav > ul > li {
  float: left;
  margin: 0 25px 0 0;
  padding: 0 25px 0 0;
  border-right: 1px solid #cecece;
  line-height: 1.6em;
}

@media (max-width: 47.9375rem) {
  .footer .footer-bottom.iiroc div nav > ul > li {
    border-right: 0px;
    line-height: 15px;
    text-align: center;
    margin: 0;
    padding: 0;
    width: 100%;
    padding-bottom: 10px;
  }
}

.footer .footer-bottom.iiroc div nav > ul > li a {
  color: #0079c1;
  font-size: 13px;
  line-height: 11px;
}

.footer .footer-bottom.iiroc div nav > ul > li.roc {
  margin-left: 0;
}

@media (max-width: 47.9375rem) {
  .footer .footer-bottom.iiroc div nav > ul > li.roc {
    text-align: center;
    width: 100%;
  }
}

.footer .footer-bottom.iiroc div nav > ul > li.iiroc-logo {
  margin-right: 10px;
  padding-right: 0;
  border-right: 0 solid;
}

@media (max-width: 47.9375rem) {
  .footer .footer-bottom.iiroc div nav > ul > li.iiroc-logo {
    text-align: center;
    padding-top: 10px;
  }
}

@media (min-width: 47.9375rem) {
  .cm-stickynav {
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  }
}

.cm-stickynav__container {
  max-width: 1200px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.cm-stickynav-bar-primary > .cm-stickynav__container {
  margin: 0;
}

.cm-stickynav__title {
  position: absolute;
  text-align: center;
}

.cm-stickynav-bar-primary > div > .cm-stickynav__title {
  margin: 0 auto;
  width: 100%;
}

@media (min-width: 67.5rem) {
  .cm-stickynav-bar-primary > div > .cm-stickynav__title {
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
}

@media (max-width: 67.5rem) {
  .cm-stickynav__title {
    display: none;
  }
}

.cm-stickynav__sign-in {
  color: #ffffff;
  background-color: #1d4e75;
  z-index: 2;
  height: 44px;
  padding: 0 20px;
  font-family: "heebo-medium";
  font-size: .866em;
  text-align: center;
  margin-left: 1rem;
}

.cm-stickynav__sign-in:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: "";
}

.cm-stickynav__sign-in > span > img {
  margin-right: .75rem;
  margin-top: .25rem;
  margin-bottom: -.35rem;
}

.cm-stickynav__sign-in > span > .icon {
  width: 20px;
  height: 20px;
  margin: 0 0 0 9px;
  border-radius: 10px;
  background-color: #ed1b24;
  vertical-align: middle;
}

.cm-stickynav__sign-in > span > .icon:before {
  color: #ffffff;
  padding: 0 1px 0 0;
  line-height: 20px;
  font-size: 8px;
  vertical-align: top;
}

.cm-stickynav__open {
  color: #ffffff;
  font-size: 0.9rem;
  z-index: 2;
}

.cm-stickynav-bar {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

.cm-stickynav-bar.cm-stickynav-bar-open {
  display: block;
}

.cm-stickynav-bar-primary {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  background: #0079c1;
  color: #ffffff;
}

@media (max-width: 47.9375rem) {
  .cm-stickynav-bar-primary {
    display: none;
  }
}

.cm-stickynav-bar-mobile {
  display: block;
}

@media (min-width: 47.9375rem) {
  .cm-stickynav-bar-mobile {
    display: none;
  }
}

html,
body {
  overflow-x: hidden;
}

body > iframe[width='1'], body > img[width='1'] {
  position: absolute;
}

.main {
  font-size: 16px;
}

.main strong {
  display: inline-block;
  margin: 0;
  line-height: inherit;
  font-size: 1em;
}

.main .page-summary strong {
  display: inline;
}

.main .chevron-right.reverse {
  width: 20px;
  height: 20px;
  margin: 0 0 0 9px;
  border-radius: 10px;
  background-color: #ffffff;
  vertical-align: middle;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.main .chevron-right.reverse:before {
  font-size: 8px;
  color: #414141;
}

.main .columns + .columns {
  margin: 0;
}

.main ul.list {
  margin: 1rem 0;
  padding-left: 0;
  list-style: none;
}

.main ul.list > li {
  margin-left: 1rem;
}

.main ul.list > li:before {
  display: inline-block;
  margin-right: .5rem;
  font-family: monospace;
  font-weight: bold;
  margin-left: -1rem;
}

.main ul.list > li {
  line-height: 1.5;
}

.main ul.list > li:before {
  content: "·";
}

.main ul.list > li.no-style:before {
  content: "";
  margin-left: 0;
  margin-right: 0;
}

.main ul.checked-list {
  margin: 1rem 0;
  padding-left: 0;
  list-style: none;
}

.main ul.checked-list > li {
  margin-left: 1rem;
}

.main ul.checked-list > li:before {
  display: inline-block;
  margin-right: .5rem;
  font-family: monospace;
  font-weight: bold;
  margin-left: -1rem;
}

.main ul.checked-list > li {
  line-height: 2;
}

.main ul.checked-list > li:before {
  content: "✔";
  color: #0079c1;
}

.main hr {
  background-color: #d9dce1;
}

.main hr.no-line {
  background-color: transparent;
}

.main a.button {
  font-family: heebo-medium;
  font-size: 0.9rem;
  text-transform: uppercase;
}

@media (min-width: 47.9375rem) {
  .main a[href^="tel"] {
    pointer-events: none;
  }
}

.main .testimonial h2 {
  font-size: 1.15rem;
}

@media (min-width: 47.9375rem) {
  .header-secondary .header-right li a {
    min-width: 3rem;
  }
}

.header-secondary .header-right li a > span {
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
}

.header-secondary .header-right li a.current-page {
  font-family: heebo-bold;
}

@media (min-width: 47.9375rem) {
  .header-secondary .header-right li:last-child a {
    border-right: 1px solid #e6e6e6;
  }
}

.header-light-blue {
  background: rgba(0, 85, 135, 0.5);
}

@media (min-width: 47.9375rem) and (max-width: 67.5rem) {
  .header .header-secondary .header-logo {
    width: 100%;
  }
  .header .header-secondary .header-logo img {
    display: block;
    margin: 1rem auto;
  }
  .header .header-secondary .header-right {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .header .header-secondary .header-right li {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    border-top: 1px solid #d9dce1;
  }
}

@media (max-width: 1100px) and (min-width: 768px) {
  html[lang="fr"] .header .header-secondary .header-right {
    float: left;
    display: -ms-flexbox;
    display: flex;
  }
}

.icon-sign-in {
  margin-right: .75rem;
  margin-top: .25rem;
  margin-bottom: -.35rem;
}

@media (min-width: 47.9375rem) {
  .header .header-primary .header-left {
    display: block;
  }
}

.header .header-primary .header-left li a {
  border-right: 0 solid transparent;
}

@media (min-width: 47.9375rem) {
  .header .header-primary .header-left li a {
    padding: 0 0.5rem;
  }
}

@media (min-width: 67.5rem) {
  .header .header-primary .header-left li a {
    padding: 0 0.625rem;
  }
}

@media (min-width: 47.9375rem) {
  .header .header-primary .header-right li a {
    padding: 0 0.5rem;
  }
}

@media (min-width: 67.5rem) {
  .header .header-primary .header-right li a {
    padding: 0 0.625rem;
  }
}

.header .header-primary .header-right li a.header-dropdown-notoggle .icon.chevron-down {
  width: 20px;
  height: 20px;
  margin: 0 0 0 9px;
  border-radius: 10px;
  background-color: #ed1b24;
  vertical-align: middle;
}

@media (min-width: 47.9375rem) {
  .header .header-primary .header-hamburger {
    display: none;
  }
}

.header .header-primary .header-hamburger > span.show-for-sr {
  width: 0px;
  height: 1px;
}

@media (min-width: 47.9375rem) {
  .footer .footer-secondary nav > ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

@media (min-width: 47.9375rem) {
  .footer .footer-secondary nav > ul > li {
    float: none;
    width: auto;
    margin: 0;
  }
}

@media (max-width: 47.9375rem) {
  .footer .footer-secondary nav > ul > li > ul > li:not(:first-child) {
    display: block;
  }
}

#demo-video-frame {
  width: 640px;
  height: 360px;
}

@media (max-width: 767px) {
  #demo-video.overlay .overlay-window.overlay-window-small {
    width: 100%;
    max-width: 1110px;
  }
  #demo-video-frame {
    width: 100%;
    height: 100%;
  }
}

.style-guide .banner {
  margin-top: -1px;
  margin-bottom: -.4rem;
  position: relative;
}

.style-guide .banner--landing-page {
  padding-left: 0px;
  padding-right: 0px;
  width: calc(100vw - 0px);
  position: relative;
  left: 50%;
  margin-left: -50vw;
}

@media (min-width: 47.9375rem) {
  .style-guide .banner--landing-page {
    width: 100vw;
    padding-left: 0;
    padding-right: 0;
  }
}

.style-guide .banner__content {
  position: absolute;
  top: 0;
  padding: 1rem;
  font-family: heebo-light;
  line-height: 1.25;
  font-size: 1.5rem;
  max-width: 250px;
  font-size: 1.75rem;
  margin-top: 1.5rem;
}

@media (min-width: 47.9375rem) {
  .style-guide .banner__content {
    padding: 2rem;
    font-size: 2rem;
    max-width: none;
    line-height: 2.5rem;
  }
}

.style-guide .banner__content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.style-guide .banner .banner-container {
  overflow: hidden;
  height: 370px;
  margin: 0 auto;
  max-width: initial;
  background-repeat: no-repeat;
}

.style-guide .banner .banner-container.desktop-banner.en {
  background-image: url("/resources/images/investorline/IL_HP_lifestyle_desktop.jpg");
  background-position: bottom;
}

.style-guide .banner .banner-container.desktop-banner.fr {
  background-image: url("/resources/images/investorline/IL_HP_lifestyle_desktop.jpg");
  background-position: bottom;
}

.style-guide .banner .banner-container.mobile-banner.en {
  background-image: url("/resources/images/investorline/IL_HP_lifestyle_mobile.jpg");
  background-position: right;
  opacity: 0.7;
}

.style-guide .banner .banner-container.mobile-banner.fr {
  background-image: url("/resources/images/investorline/IL_HP_lifestyle_mobile.jpg");
  background-position: right;
  opacity: 0.7;
}

@media (min-width: 0rem) {
  .style-guide .banner a {
    width: initial;
    margin: 0 auto;
  }
}

@media (min-width: 0rem) {
  .style-guide .banner a > img {
    margin: 0 auto;
    max-width: initial;
  }
}

.special-offer {
  background: #005587;
  color: #ffffff;
  padding: 1rem;
  font-family: heebo-light;
  text-align: center;
  width: calc(100vw - 2rem);
  position: relative;
  left: 50%;
  margin-left: -50vw;
}

@media (min-width: 47.9375rem) {
  .special-offer {
    width: 100vw;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 47.9375rem) {
  .special-offer {
    font-size: 1.15rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
  [lang='fr'] .special-offer {
    /* max-width: calc(100% - 3rem); */
    display: block;
  }
  [lang='en'] .special-offer {
    /* max-width: calc(100% - 3rem); */
    display: block;
  }
  .special-covid-offer {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 67.5rem) {
  [lang='fr'] .special-offer {
    /* display: -ms-flexbox;
    display: flex; */
    max-width: none;
  }
  [lang='en'] .special-offer {
    /* display: -ms-flexbox;
    display: flex; */
    max-width: none;
  }
  .special-covid-offer {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.special-offer__link {
  color: #ffffff;
}

.special-offer__em {
  font-family: heebo;
}

@media (min-width: 47.9375rem) {
  .special-offer__em {
    font-family: heebo-bold;
  }
}

.summary {
  font-family: heebo-light;
  line-height: 1.5;
}

.card {
  border-radius: 0.25rem;
  box-shadow: 0 1px 2px 1px #d9dce1;
  text-align: center;
  background: #ffffff;
  padding: 2rem;
}

.cards {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

@media (min-width: 47.9375rem) {
  .cards {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

.cards__module {
  border-radius: 0.25rem;
  box-shadow: 0 1px 2px 1px #d9dce1;
  text-align: center;
  background: #ffffff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  padding: 1rem 1rem 2rem;
  color: #414141;
  line-height: 2;
}

@media (min-width: 47.9375rem) {
  .cards__module {
    padding-bottom: 3rem;
  }
}

.cards__module:hover {
  text-decoration: none;
}

.cards__module:active {
  text-decoration: none;
}

.cards__module:focus {
  text-decoration: none;
}

.cards__module--1 {
  margin-bottom: 0.5rem;
}

@media (min-width: 47.9375rem) {
  .cards__module--1 {
    margin-bottom: 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-right: 1.5rem;
  }
  .cards__module--1:last-child {
    margin-right: 0;
  }
}

.cards__module--2 {
  margin-bottom: 0.5rem;
}

@media (min-width: 47.9375rem) {
  .cards__module--2 {
    margin-bottom: 0;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    margin-right: 1.5rem;
  }
  .cards__module--2:last-child {
    margin-right: 0;
  }
}

.cards__module--3 {
  margin-bottom: 0.5rem;
}

@media (min-width: 47.9375rem) {
  .cards__module--3 {
    margin-bottom: 0;
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    margin-right: 1.5rem;
  }
  .cards__module--3:last-child {
    margin-right: 0;
  }
}

.cards__module--4 {
  margin-bottom: 0.5rem;
}

@media (min-width: 47.9375rem) {
  .cards__module--4 {
    margin-bottom: 0;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    margin-right: 1.5rem;
  }
  .cards__module--4:last-child {
    margin-right: 0;
  }
}

@media (max-width: 47.9375rem) {
  .lets-connect__heading {
    margin-bottom: 1rem;
  }
}

.lets-connect__modules {
  font-family: heebo-light;
}

@media (min-width: 47.9375rem) {
  .lets-connect__modules {
    margin: 0 2rem;
  }
}

.lets-connect__module {
  transition: box-shadow .15s;
  display: block;
  padding-bottom: 1.5rem;
  line-height: 1.5;
  font-size: 0.9rem;
}

.lets-connect__module:hover {
  box-shadow: 0 1px 3px 2px #d9dce1;
}

.lets-connect__module:active {
  box-shadow: 0 1px 3px 2px #d9dce1;
}

.lets-connect__module:focus {
  box-shadow: 0 1px 3px 2px #d9dce1;
}

@media (max-width: 47.9375rem) {
  .lets-connect__module {
    padding: 0;
    box-shadow: none;
  }
}

@media (min-width: 47.9375rem) {
  .lets-connect__module {
    display: -ms-flexbox;
    display: flex;
    padding: 2rem;
  }
}

.lets-connect__tagline {
  font-family: heebo-light;
  margin-bottom: 0.5rem;
  color: #0079c1;
  text-align: left;
  margin-top: 0;
  font-size: 1.15rem;
}

@media (min-width: 47.9375rem) {
  .lets-connect__tagline {
    margin-bottom: 0.5rem;
    text-align: center;
  }
}

@media (min-width: 47.9375rem) and (min-width: 67.5rem) {
  .lets-connect__tagline {
    width: 100%;
  }
}

.lets-connect__icon {
  width: 3rem;
  height: 4rem;
  margin: 0 1rem 2rem;
  float: left;
}

@media (min-width: 47.9375rem) {
  .lets-connect__icon {
    height: 4rem;
    width: auto;
    float: none;
    margin-bottom: 0.75rem;
  }
}

.lets-connect__link {
  font-family: heebo-bold;
  margin-top: 0.75rem;
  float: left;
  font-size: 1.25rem;
  color: #0079c1;
  line-height: 1;
}

@media (min-width: 47.9375rem) {
  .lets-connect__link {
    float: none;
  }
}

.lets-connect__text {
  text-align: left;
}

@media (min-width: 47.9375rem) {
  .lets-connect__text {
    text-align: center;
  }
}

@media (min-width: 67.5rem) {
  .lets-connect__text {
    width: 100%;
  }
}

.assistance__module {
  font-family: heebo-light;
  line-height: 1.5;
}

@media (max-width: 47.9375rem) {
  .assistance__module {
    margin-bottom: 1rem;
  }
}

.assistance__tagline {
  padding-top: 1rem;
  font-size: 1.5rem;
}

@media (max-width: 47.9375rem) {
  .assistance__tagline {
    font-family: heebo-light;
    padding-bottom: 0.5rem;
    line-height: 1.15;
  }
}

@media (min-width: 47.9375rem) {
  .assistance__subtitle {
    font-size: 1.15rem;
    min-height: 3.25rem;
  }
}

@media (max-width: 47.9375rem) {
  .assistance__subtitle {
    font-family: heebo-light;
  }
}

.assistance__subtitle small {
  font-size: 0.9rem;
}

.assistance__heading {
  margin-top: 3rem;
}

@media (max-width: 47.9375rem) {
  .assistance__heading.page-subtitle {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.assistance__text {
  text-align: left;
  font-size: 0.9rem;
  padding: 0.5rem 2rem 1rem;
}

@media (max-width: 47.9375rem) {
  .assistance__text {
    font-family: heebo-light;
    line-height: 1.5;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 67.5rem) {
  .assistance__text {
    width: 80%;
  }
}

.assistance__button {
  margin-top: auto;
}

.assistance__button--compare {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

@media (min-width: 47.9375rem) {
  .assistance__button--compare {
    padding-top: 2rem;
  }
}

@media (max-width: 47.9375rem) {
  .assistance__button--compare > .button {
    font-size: 0.9rem;
  }
}

.open-an-account {
  border-radius: 0.25rem;
  box-shadow: 0 1px 2px 1px #d9dce1;
  text-align: center;
  background: #ffffff;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 3rem auto;
  padding: 2rem 1rem;
  font-family: heebo-light;
}

@media (min-width: 47.9375rem) {
  .open-an-account {
    padding: 3rem 0;
  }
}

.open-an-account__button {
  margin: 2rem 0;
}

.open-an-account__link {
  font-family: heebo-bold;
}

.style-guide .main .open-an-account {
  max-width: 62.5rem;
}

.awards {
  margin-bottom: 3rem;
}

.awards__module {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-top: 1rem;
  text-align: left;
}

@media (min-width: 47.9375rem) {
  .awards__module {
    -ms-flex-direction: row;
        flex-direction: row;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 47.9375rem) {
  .style-guide .awards__module {
    margin: 0 1rem;
    width: calc(100% - 2rem);
    -ms-flex: calc(100% - 2rem);
        flex: calc(100% - 2rem);
  }
}

.awards__image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-order: 2;
      order: 2;
}

@media (min-width: 47.9375rem) {
  .awards__image {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -ms-flex-order: 0;
        order: 0;
  }
}

@media (min-width: 67.5rem) {
  .awards__image {
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
  }
}

@media (max-width: 47.9375rem) {
  .awards__image > img {
    max-height: 8rem;
  }
}

.awards__copy {
  text-align: left;
  font-size: 0.9rem;
  margin: 1rem 0 0;
}

@media (max-width: 47.9375rem) {
  .awards__copy {
    font-family: heebo-light;
    line-height: 1.5;
  }
}

@media (min-width: 47.9375rem) {
  .awards__copy {
    font-size: 1.15rem;
  }
}

@media (min-width: 47.9375rem) {
  .awards .awards__tagline {
    text-align: left;
  }
}

.awards__tagline-section {
  -ms-flex-order: 1;
      order: 1;
}

@media (max-width: 47.9375rem) {
  .awards__text-section {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-order: 3;
        order: 3;
    font-size: 0.9rem;
  }
}

@media (max-width: 47.9375rem) {
  .helpful-articles {
    margin-top: 2rem;
  }
}

.helpful-articles__subtitle {
  width: 100%;
}

.helpful-articles__img {
  height: 10rem;
  width: 100%;
}

@media (min-width: 47.9375rem) {
  .helpful-articles__img {
    border-radius: 0.25rem;
    height: auto;
  }
}

.helpful-articles__link {
  font-size: 1.25rem;
  line-height: 1.5;
}

@media (max-width: 67.5rem) {
  .helpful-articles__link {
    font-family: heebo-light;
    box-shadow: none;
    border-radius: 0;
    text-align: left;
    padding: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 67.5rem) {
  .helpful-articles__link {
    padding: 1rem;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    font-size: 1.15rem;
    color: #0079c1;
    height: 5rem;
    margin: -1rem auto 0;
    width: calc(100% - 3rem);
    border: 1px solid #d9dce1;
  }
}

.helpful-articles__module {
  -ms-flex-preferred-size: calc(33.3% - 2rem);
      flex-basis: calc(33.3% - 2rem);
  margin-right: 1rem;
  margin-left: 1rem;
}

@media (max-width: 67.5rem) {
  .helpful-articles__module {
    margin-bottom: 2rem;
  }
  .main .columns + .helpful-articles__module {
    margin-bottom: 2rem;
  }
}

@media (max-width: 47.9375rem) {
  .helpful-articles__module {
    margin-bottom: 1rem;
  }
}

@media (max-width: 47.9375rem) {
  .helpful-articles__module .bold-link {
    font-size: 0.9rem;
  }
}

.callout {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  text-align: center;
}

.callout.callout {
  margin-top: 0;
}

.callout__tagline {
  font-family: heebo-bold;
  font-size: 1.25rem;
  margin: 1rem 0;
  color: #0079c1;
  text-align: left;
  line-height: 1.15;
}

@media (min-width: 47.9375rem) {
  .callout__tagline {
    font-size: 1.5rem;
  }
}

@media (min-width: 47.9375rem) {
  .callout__tagline {
    line-height: normal;
    text-align: inherit;
  }
}

.callout__text {
  font-family: heebo-light;
  line-height: 1.5;
  text-align: left;
  font-size: 0.9rem;
  padding: 0 0 2rem;
}

.callout:last-child .callout__text {
  padding-bottom: 0;
}

@media (min-width: 47.9375rem) {
  .callout__text {
    padding: 1rem 1rem 0;
    text-align: inherit;
    font-size: 1rem;
  }
}

.callout__text strong {
  display: inline;
}

@media (min-width: 47.9375rem) {
  .callout__icon {
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    height: 7rem;
  }
  .callout__icon img {
    height: 4rem;
    width: auto;
  }
}

@media (min-width: 47.9375rem) {
  .callout__icon .callout__icon--flat-fee-icon {
    height: 3rem;
  }
}

@media (min-width: 47.9375rem) {
  .callout__icon .callout__icon--flat-fee-icon-fr {
    height: 3rem;
  }
}

@media (min-width: 47.9375rem) {
  .callout__module {
    -ms-flex-pack: center;
        justify-content: center;
  }
}

@media (max-width: 47.9375rem) {
  .callout__module:first-child {
    padding-left: 0;
  }
}

@media (max-width: 47.9375rem) {
  .callout__module:last-child {
    padding-right: 0;
    padding-left: 0;
  }
}

.full-control__row:last-child {
  padding: 3rem 0;
}

.investing-styles {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 3rem;
}

@media (min-width: 67.5rem) {
  .investing-styles > .row {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
  }
}

.investing-styles__module {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.investing-styles__page-summary {
  padding-bottom: 3rem;
}

.investing-styles__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.5rem 1.5rem 1.5rem;
  border: 1px solid #d9dce1;
  border-radius: 0.25rem;
}

.columns:not(.nowrap) > .investing-styles__content {
  margin: -0.5rem 0.5rem 1.5rem;
}

@media (min-width: 47.9375rem) {
  .investing-styles__content {
    height: 75%;
    margin: -0.25rem 1rem 0;
    border-top: 0 solid transparent;
  }
}

@media (min-width: 67.5rem) {
  .investing-styles__content {
    width: calc(100% - 1rem);
  }
}

.investing-styles__tagline {
  font-family: heebo-light;
  margin: 1rem 0 0.25rem;
}

@media (min-width: 47.9375rem) {
  .investing-styles__tagline {
    font-size: 1.75rem;
  }
}

.investing-styles__text {
  font-family: heebo-light;
  line-height: 1.5;
  padding: 1rem 0 2rem;
  border-bottom: 1px solid #d9dce1;
  font-size: 0.9rem;
}

@media (min-width: 47.9375rem) {
  .investing-styles__text {
    font-size: inherit;
    padding-bottom: 3rem;
    min-height: 9rem;
  }
}

@media (min-width: 47.9375rem) {
  [lang='fr'] .investing-styles__text {
    min-height: 15rem;
  }
}

@media (min-width: 67.5rem) {
  [lang='fr'] .investing-styles__text {
    min-height: 12rem;
  }
}

.investing-styles__link {
  margin: 1.5rem auto 0;
}

@media (max-width: 47.9375rem) {
  .investing-styles__content .investing-styles__link {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 47.9375rem) {
  .investing-styles__content .investing-styles__link {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    font-size: .8rem;
  }
}

@media (min-width: 67.5rem) {
  .investing-styles__content .investing-styles__link {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.investing-styles__img {
  z-index: 2;
}

.trade-more {
  padding-top: 1rem;
}

@media (min-width: 47.9375rem) {
  .trade-more {
    padding-top: 3rem;
  }
}

.trade-more__summary {
  text-align: center;
}

.trade-more__module {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  margin-bottom: 3rem;
}

@media (min-width: 47.9375rem) {
  .trade-more__module {
    margin-bottom: 0;
  }
}

.columns:last-child .trade-more__module {
  margin-bottom: 0;
}

.trade-more__image {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-top: 0.25rem;
  height: 6rem;
}

@media (max-width: 47.9375rem) {
  .trade-more__image {
    margin-bottom: 0.5rem;
  }
}

@media (min-width: 47.9375rem) {
  .trade-more__image {
    height: auto;
  }
}

@media (min-width: 47.9375rem) {
  .trade-more__image--svg {
    margin-bottom: 1rem;
  }
}

.trade-more__text {
  font-family: heebo-light;
  line-height: 1.5;
  text-align: left;
  font-size: 0.9rem;
  padding: 1rem 0.5rem;
}

@media (min-width: 47.9375rem) {
  .trade-more__text {
    text-align: center;
    font-size: inherit;
  }
}

.trade-more__tagline {
  font-family: heebo-light;
  font-size: 1.25rem;
  margin: 0 0 1rem;
}

@media (min-width: 47.9375rem) {
  .trade-more__tagline {
    font-size: 1.5rem;
  }
}

.get-started {
  margin-bottom: 3rem;
}

@media (max-width: 47.9375rem) {
  .get-started {
    margin: 3rem auto;
    max-width: 90%;
  }
}

.get-started__module {
  text-align: left;
  font-size: 0.9rem;
  font-family: heebo-light;
  line-height: 1.5;
  -ms-flex-align: start;
      align-items: flex-start;
  padding: 2rem;
}

@media (min-width: 67.5rem) {
  .get-started__text {
    width: 100%;
  }
}

.get-started__tagline {
  font-size: 1.25rem;
  margin: 1rem 0;
  text-align: left;
}

@media (min-width: 47.9375rem) {
  .get-started__tagline {
    font-size: 1.75rem;
  }
}

@media (min-width: 67.5rem) {
  .get-started__tagline {
    width: 100%;
  }
}

@media (min-width: 67.5rem) {
  .get-started__number {
    width: 100%;
  }
}

.get-started__list {
  margin: 1rem 0;
  padding-left: 0;
  list-style: none;
}

.get-started__list > li {
  line-height: 1.5;
}

.get-started__list > li:before {
  content: "·";
  display: inline-block;
  margin-right: 1rem;
  font-family: monospace;
  font-weight: bold;
}

.investment-type {
  font-family: heebo-light;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #d9dce1;
  font-size: 0.9rem;
}

.investment-type:hover {
  outline: transparent;
}

.investment-type:active {
  outline: transparent;
}

.investment-type:focus {
  outline: transparent;
}

.investment-type__tagline {
  margin-bottom: 2rem;
}

.investment-type__summary {
  line-height: 1.5;
}

.investment-type__lists {
  display: -ms-flexbox;
  display: flex;
}

.investment-type__list {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding-right: 1rem;
}

@media (min-width: 67.5rem) {
  .investment-type__list {
    padding-right: 6rem;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

.investment-type__list-heading {
  font-family: heebo-light;
  margin: 1rem 0;
}

.investment-type__image {
  margin: 0 auto;
}

@media (min-width: 67.5rem) {
  .investment-types {
    width: 100%;
  }
}

.ato {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ato__module {
  border-radius: 0.25rem;
  box-shadow: 0 1px 2px 1px #d9dce1;
  text-align: center;
  background: #ffffff;
  margin-right: 1rem;
  margin-left: 1rem;
  margin-bottom: 2rem;
  padding: 2rem 1rem;
  text-align: left;
  line-height: 1.5;
}

@media (min-width: 47.9375rem) {
  .ato__module {
    -ms-flex-preferred-size: calc(50% - 6rem);
        flex-basis: calc(50% - 6rem);
    padding: 3rem 2rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

@media (min-width: 67.5rem) {
  .ato__module {
    margin-left: 0;
    margin-right: 2rem;
  }
}

.ato__tagline {
  margin-bottom: 1rem;
  font-family: heebo;
}

@media (max-width: 47.9375rem) {
  .ato__tagline {
    font-size: 1rem;
  }
}

.ato__text {
  font-family: heebo-light;
  margin-top: 1rem;
}

@media (min-width: 47.9375rem) {
  .ato__text {
    margin-top: 2rem;
  }
}

.what-you-can-hold {
  font-family: heebo-light;
  margin: 0 1rem;
  padding: 2rem 1rem;
}

@media (min-width: 47.9375rem) {
  .what-you-can-hold {
    margin: inherit;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-bottom: inherit;
  }
}

.what-you-can-hold__act {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  max-width: 100%;
  font-size: 1.75rem;
  -ms-flex-align: center;
      align-items: center;
}

@media (max-width: 47.9375rem) {
  .what-you-can-hold__act {
    margin-bottom: 1rem;
  }
}

.what-you-can-hold__act img {
  height: 4rem;
  width: 4rem;
}

[lang='fr'] .what-you-can-hold__act {
  font-size: 1rem;
}

.what-you-can-hold__icons {
  margin: 2rem 0;
}

.what-you-can-hold__icon {
  height: 4rem;
  margin-bottom: 1rem;
}

@media (max-width: 47.9375rem) {
  .what-you-can-hold__icon {
    margin-top: 2rem;
  }
}

.what-you-can-hold__summary {
  text-align: left;
}

@media (min-width: 47.9375rem) {
  .what-you-can-hold__summary {
    text-align: center;
  }
}

.act-types {
  font-family: heebo-light;
}

@media (min-width: 67.5rem) {
  .act-types {
    width: 100%;
  }
}

@media (max-width: 47.9375rem) {
  .columns > .act-types {
    margin-top: 2rem;
  }
}

.style-guide .row .act-types {
  max-width: 100%;
}

.act-types hr {
  margin: 1rem 0;
}

@media (min-width: 47.9375rem) {
  .style-guide .act-types {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.act-types__module {
  margin-right: 1rem;
  margin-top: 2rem;
}

@media (min-width: 67.5rem) {
  .act-types__module {
    width: 100%;
  }
}

@media (min-width: 47.9375rem) {
  .act-types__module > div {
    height: 100%;
  }
}

@media (min-width: 67.5rem) {
  .act-types__module > div {
    width: 100%;
  }
}

.style-guide .act-types__module {
  padding: 2rem 2rem 0;
}

@media (min-width: 47.9375rem) {
  .style-guide .act-types__module {
    padding: 2rem;
  }
}

.main .columns + .act-types__module {
  margin-right: 1rem;
  margin-top: 4rem;
}

@media (min-width: 47.9375rem) {
  .main .columns + .act-types__module {
    margin-top: 2rem;
  }
}

@media (min-width: 67.5rem) {
  .main .columns + .act-types__module:last-child {
    margin-right: 0;
  }
}

.act-types__tagline {
  -ms-flex: 1 0 100%;
      flex: 1 0 100%;
}

@media (min-width: 67.5rem) {
  .act-types__tagline {
    width: 100%;
  }
}

.act-types__title {
  -ms-flex: 1 0 100%;
      flex: 1 0 100%;
  margin: 0.5rem 0;
}

@media (min-width: 67.5rem) {
  .act-types__title {
    width: 100%;
  }
}

.act-types__icon {
  background: #ffffff;
  padding: 0 1rem;
  transform: translateY(-4rem);
  height: 4rem;
}

@media (min-width: 67.5rem) {
  .act-types__icon {
    width: 100%;
  }
}

.columns > .act-types__icon {
  margin: 0 auto -3rem auto;
}

@media (min-width: 47.9375rem) {
  .act-types__description {
    -ms-flex: 1 0 11rem;
        flex: 1 0 11rem;
  }
}

@media (min-width: 47.9375rem) {
  [lang="fr"] .act-types__description {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

@media (min-width: 67.5rem) {
  .act-types__description {
    width: 100%;
  }
}

.act-types__text {
  line-height: 1.5;
  margin-top: 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

@media (min-width: 67.5rem) {
  .act-types__text {
    width: 100%;
  }
}

.act-types__summary {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

@media (min-width: 47.9375rem) {
  [lang="fr"] .act-types__summary {
    -ms-flex-preferred-size: 17rem;
        flex-basis: 17rem;
  }
}

@media (min-width: 67.5rem) {
  .act-types__summary {
    width: 100%;
  }
}

.main .act-types__sum-header {
  display: block;
  text-align: center;
  margin-bottom: 0.5rem;
  font-family: heebo;
}

.main .act-types__sum-footer {
  display: block;
  font-size: 1rem;
  margin-top: 1rem;
}

@media (min-width: 47.9375rem) {
  [lang="fr"] .act-types__sum-footer {
    position: absolute;
    bottom: 0.5rem;
  }
}

.trading-platform__tagline {
  font-size: 1.15rem;
  font-family: heebo-bold;
}

.trading-platform__summary {
  margin: 0.5rem 0 2rem;
  font-size: 0.9rem;
}

.trading-platform__weird-overlap {
  margin: -3rem auto 3rem;
}

@media (max-width: 47.9375rem) {
  .trading-platform__weird-overlap {
    text-align: center;
  }
}

@media (min-width: 47.9375rem) {
  .trading-platform__weird-overlap {
    width: 80%;
  }
}

@media (max-width: 47.9375rem) {
  .columns:not(.nowrap) > .trading-platform__weird-overlap {
    margin: -2rem auto 3rem;
  }
}

@media (min-width: 67.5rem) {
  .trading-platform__weird-overflow-img {
    max-width: initial;
    margin-left: -1rem;
  }
}

.trading-platform__get-the-app {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 1.15rem;
  margin-bottom: 1rem;
}

@media (min-width: 47.9375rem) {
  .trading-platform__get-the-app {
    margin-bottom: 2rem;
  }
}

@media (max-width: 47.9375rem) {
  .trading-platform__get-the-app {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

.trading-platform__get-the-app-lede {
  font-family: heebo-light;
}

@media (max-width: 47.9375rem) {
  .trading-platform__get-the-app-lede {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 1rem;
  }
}

@media (min-width: 67.5rem) {
  .trading-platform__get-the-app-lede {
    white-space: pre;
  }
}

@media (min-width: 47.9375rem) {
  .trading-platform__get-the-app > a {
    margin-left: 0.5rem;
  }
}

@media (max-width: 47.9375rem) {
  .trading-platform__get-the-app > a {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
  }
}

@media (max-width: 47.9375rem) {
  .trading-platform__get-the-app > a:last-child {
    margin-left: 0.5rem;
  }
}

.smarter-tools__video-description {
  font-size: 0.9rem;
  padding: 1rem 0;
}

.smarter-tools__video-logos {
  max-height: -webkit-fit-content;
  max-height: fit-content;
}

.smarter-tools__info {
  font-family: heebo-light;
}

.main .columns + .smarter-tools__info {
  margin-bottom: 2rem;
}

.smarter-tools__icons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
  align-items: flex-start;
}

.smarter-tools__tagline {
  font-family: heebo-light;
  margin-bottom: 0.5rem;
}

.smarter-tools__link {
  margin-top: 1rem;
}

@media (max-width: 47.9375rem) {
  .style-guide .advanced-tools {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}

.advanced-tools__tagline {
  margin-bottom: 1rem;
}

.advanced-tools__summary {
  font-size: 1rem;
}

.main .advanced-tools .advanced-tools__list {
  margin: 1rem 0;
}

@media (min-width: 47.9375rem) {
  .main .advanced-tools .advanced-tools__list {
    margin-left: 1rem;
  }
}

@media (min-width: 47.9375rem) {
  .advanced-tools__another-weird-overlap {
    margin-left: -1rem;
  }
}

.our-awards {
  text-align: center;
}

.our-awards__module {
  border-right: 1px solid #d9dce1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  padding: 0;
}

.our-awards__module:last-child {
  border-right: 0 solid transparent;
}

@media (max-width: 47.9375rem) {
  .our-awards__module {
    padding-bottom: 1rem;
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 47.9375rem) {
  .our-awards__module:last-child {
    border-top: 1px solid #d9dce1;
    padding-top: 1rem;
  }
}

.our-awards__tagline {
  font-family: heebo-bold;
  margin-bottom: 0.5rem;
  line-height: 1.5;
}

@media (max-width: 47.9375rem) {
  .our-awards__tagline {
    font-size: 1rem;
  }
}

@media (max-width: 47.9375rem) {
  .our-awards__tagline br {
    display: none;
  }
}

.informed {
  font-family: heebo-light;
}

.informed__list {
  font-size: 0.9rem;
  font-family: heebo-light;
}

@media (max-width: 47.9375rem) {
  .informed__img {
    margin-left: -0.9375rem;
    width: calc(100% + 1.875rem);
    max-width: none;
  }
}

.narrow-choices__summary {
  font-family: heebo-light;
  line-height: 1.5;
}

.narrow-choices__tagline {
  margin-bottom: 1rem;
}

.metrics__summary {
  font-family: heebo-light;
  line-height: 1.5;
}

.metrics__tagline {
  margin: 0.5rem 0;
}

@media (min-width: 47.9375rem) {
  .metrics__tagline {
    margin-top: 1.5rem;
  }
}

@media (max-width: 47.9375rem) {
  .columns:not(.nowrap) > .metrics__summary {
    margin-top: 0;
    margin-bottom: 3rem;
  }
}

.metrics .metrics__screenshot {
  margin: 0 auto;
}

.all-you-need__summary {
  font-family: heebo-light;
  line-height: 1.5;
}

.all-you-need__summary {
  margin: 1.5rem 0;
}

.at-a-glance__summary {
  font-family: heebo-light;
  line-height: 1.5;
}

.at-a-glance__summary {
  margin: 1rem 0;
}

.track-investments__module {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-top: 1rem;
}

@media (min-width: 47.9375rem) {
  .track-investments__module {
    -ms-flex-align: center;
        align-items: center;
  }
}

@media (min-width: 47.9375rem) {
  .track-investments__module img {
    width: 4rem;
    height: 5rem;
  }
}

.track-investments__tagline {
  margin: 1.5rem 0 0.5rem;
  text-align: center;
  font-family: heebo-light;
}

@media (max-width: 47.9375rem) {
  .track-investments__tagline {
    font-size: 1.15rem;
  }
}

.track-investments__summary {
  font-family: heebo-light;
  line-height: 1.5;
}

@media (max-width: 47.9375rem) {
  .track-investments__summary {
    font-size: 0.9rem;
    margin-bottom: 1rem;
  }
}

@media (min-width: 47.9375rem) and (min-width: 67.5rem) {
  .track-investments__summary {
    width: 100%;
  }
}

.two-up__summary {
  font-family: heebo-light;
  line-height: 1.5;
}

.two-up__summary {
  margin-bottom: 1rem;
}

@media (max-width: 47.9375rem) {
  .two-up__summary {
    font-size: 0.9rem;
  }
}

.two-up__summary strong {
  display: inline;
}

.two-up__tagline {
  margin-bottom: 1rem;
}

@media (max-width: 47.9375rem) {
  .two-up__tagline {
    font-size: 1.5rem;
    text-align: center;
  }
}

@media (max-width: 67.5rem) {
  .two-up__image {
    object-fit: contain;
  }
}

@media (max-width: 47.9375rem) {
  .two-up__image {
    margin-bottom: 1rem;
  }
}

.two-up__list {
  font-family: heebo-light;
}

.three-up__module {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}

.three-up__tagline {
  font-family: heebo-light;
  margin: 2rem 0 1.5rem;
}

.three-up__img--icon {
  height: 4.5rem;
  margin-top: 1rem;
}

.three-up__summary {
  font-family: heebo-light;
  line-height: 1.5;
}

.platforms__module {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}

.platforms__tagline {
  font-family: heebo-light;
  margin: 2rem 0 1.5rem;
}

.platforms__img--icon {
  height: 4.5rem;
  margin-top: 1rem;
}

.platforms__summary {
  font-family: heebo-light;
  line-height: 1.5;
}

.platforms__img {
  height: 10rem;
  margin-bottom: 1.5rem;
}

@media (max-width: 47.9375rem) {
  .platforms__summary {
    font-size: 0.9rem;
  }
}

.market-pro-features__module {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}

.market-pro-features__tagline {
  font-family: heebo-light;
  margin: 2rem 0 1.5rem;
}

.market-pro-features__img--icon {
  height: 4.5rem;
  margin-top: 1rem;
}

.market-pro-features__summary {
  font-family: heebo-light;
  line-height: 1.5;
}

@media (max-width: 47.9375rem) {
  .columns > .market-pro-features__module {
    margin-bottom: 1rem;
  }
}

@media (max-width: 47.9375rem) {
  .columns:last-child > .market-pro-features__module {
    margin-bottom: 0;
  }
}

@media (min-width: 67.5rem) {
  .market-pro-features__module {
    width: 100%;
  }
}

@media (min-width: 67.5rem) {
  .market-pro-features__module > div {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    width: 100%;
  }
}

.market-pro-features__tagline {
  width: 100%;
  margin: 0.5rem 0;
}

@media (min-width: 47.9375rem) {
  .market-pro-features__tagline {
    text-align: center;
  }
}

@media (max-width: 47.9375rem) {
  .market-pro-features__tagline {
    font-size: 1.15rem;
  }
}

@media (min-width: 47.9375rem) {
  .market-pro-features__tagline {
    margin: 1.5rem 0 0.5rem;
  }
}

@media (min-width: 47.9375rem) {
  [lang="fr"] .market-pro-features__tagline {
    min-height: 3rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}

@media (max-width: 47.9375rem) {
  .market-pro-features__summary {
    font-size: 0.9rem;
  }
}

@media (min-width: 67.5rem) {
  .market-pro-features__summary {
    min-height: 6rem;
  }
}

@media (min-width: 67.5rem) {
  .market-pro-features__img--icon {
    width: 4.5rem;
  }
}

.market-pro-trade__module {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}

.market-pro-trade__tagline {
  font-family: heebo-light;
  margin: 2rem 0 1.5rem;
}

.market-pro-trade__img--icon {
  height: 4.5rem;
  margin-top: 1rem;
}

.market-pro-trade__summary {
  font-family: heebo-light;
  line-height: 1.5;
}

.market-pro-trade__module {
  -ms-flex: 1;
      flex: 1;
}

@media (min-width: 67.5rem) {
  .market-pro-trade__module {
    width: 100%;
  }
}

@media (min-width: 47.9375rem) {
  .market-pro-trade__module .bold-link {
    margin-top: auto;
  }
}

@media (min-width: 67.5rem) {
  .market-pro-trade__summary {
    width: 100%;
  }
}

@media (max-width: 47.9375rem) {
  .columns:nth-of-type(1) .market-pro-trade__tagline {
    margin-top: 1rem;
  }
}

@media (max-width: 47.9375rem) {
  .market-pro-trade__tagline {
    font-size: 1.15rem;
  }
}

@media (min-width: 47.9375rem) {
  .market-pro-trade__tagline {
    min-height: 3.5rem;
  }
}

@media (min-width: 67.5rem) {
  .market-pro-trade__tagline {
    min-height: none;
  }
}

.market-pro-trade__summary {
  margin-bottom: 1rem;
  font-size: 0.9rem;
}

@media (min-width: 67.5rem) {
  .market-pro-trade__summary {
    width: 100%;
  }
}

.active-benefits__module {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}

.active-benefits__tagline {
  font-family: heebo-light;
  margin: 2rem 0 1.5rem;
}

.active-benefits__img--icon {
  height: 4.5rem;
  margin-top: 1rem;
}

.active-benefits__summary {
  font-family: heebo-light;
  line-height: 1.5;
}

@media (min-width: 47.9375rem) {
  .active-benefits__module {
    text-align: center;
  }
}

@media (max-width: 47.9375rem) {
  .columns > .active-benefits__module {
    font-size: 0.9rem;
    margin-top: 2rem;
  }
}

@media (min-width: 67.5rem) {
  .active-benefits__module {
    width: 100%;
  }
}

@media (min-width: 67.5rem) {
  .active-benefits__module > div {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    width: 100%;
  }
}

.active-benefits__copy {
  text-align: left;
}

.active-benefits__list {
  font-family: heebo-light;
}

.active-benefits__list-header {
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-family: heebo-light;
}

.active-benefits__tagline {
  margin-top: 1rem;
}

@media (max-width: 47.9375rem) {
  .active-benefits__tagline {
    font-size: 1.15rem;
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
}

.active-benefits__img-container {
  width: 100%;
}

@media (min-width: 47.9375rem) {
  .active-benefits__img-container {
    min-height: 6rem;
  }
}

@media (max-width: 47.9375rem) {
  .active-benefits__img--icon {
    margin-top: 0;
  }
}

@media (min-width: 47.9375rem) {
  .columns:last-child .active-benefits__img--icon {
    margin-bottom: -1rem;
  }
}

@media (max-width: 47.9375rem) {
  .exclusive {
    font-size: 0.9rem;
  }
}

.exclusive__image {
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  margin: 0 auto;
  display: block;
}

@media (max-width: 47.9375rem) {
  .exclusive__image-container {
    width: 100%;
  }
}

@media (max-width: 47.9375rem) {
  .exclusive__summary {
    font-size: 1.15rem;
    margin-top: 1rem;
  }
}

@media (max-width: 47.9375rem) {
  .make-the-most__mobile-card {
    border-radius: 0.25rem;
    box-shadow: 0 1px 2px 1px #d9dce1;
    text-align: center;
    background: #ffffff;
    z-index: 2;
    width: 90%;
    margin: 0 auto;
    text-align: left;
  }
}

@media (max-width: 47.9375rem) {
  .style-guide .make-the-most__mobile-card {
    padding: 2rem;
  }
}

.make-the-most__tagline {
  font-size: 1.15rem;
}

@media (max-width: 47.9375rem) {
  .make-the-most__image {
    margin: 0 -0.9375rem -3rem;
    max-width: none;
    width: calc(100% + 1.875rem);
  }
}

.access-benefits__module {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}

.access-benefits__tagline {
  font-family: heebo-light;
  margin: 2rem 0 1.5rem;
}

.access-benefits__img--icon {
  height: 4.5rem;
  margin-top: 1rem;
}

.access-benefits__summary {
  font-family: heebo-light;
  line-height: 1.5;
}

.bonus {
  font-family: heebo-light;
}

.bonus__display {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 47.9375rem) {
  .bonus__summary {
    text-align: left;
    font-size: 0.9rem;
  }
}

@media (max-width: 47.9375rem) {
  .bonus__display.columns:not(.nowrap) > .number-em {
    font-size: 1.75rem;
    font-family: heebo;
    font-weight: bold;
    margin-top: 0;
  }
}

@media (max-width: 47.9375rem) {
  .bonus__display.columns:not(.nowrap) > .number-em + div {
    margin-top: 0;
  }
}

.comparison {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 0.25rem;
  box-shadow: 0 1px 2px 1px #d9dce1;
  text-align: center;
  background: #ffffff;
  -ms-flex-preferred-size: calc(33.3% - 2rem);
      flex-basis: calc(33.3% - 2rem);
  padding: 3rem 1rem 1rem;
  border: 1px solid #d9dce1;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}

@media (min-width: 47.9375rem) {
  .comparison {
    -ms-flex-preferred-size: calc(33.3% - 2rem);
        flex-basis: calc(33.3% - 2rem);
    margin-right: 2rem;
    margin-left: 0;
  }
}

.comparison:last-child {
  margin-right: 0;
}

.comparison__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.columns > .comparison__wrapper[data-carousel] {
  margin-top: 2rem;
}

@media (min-width: 47.9375rem) {
  .columns > .comparison__wrapper[data-carousel] {
    margin-top: 0;
  }
}

.comparison__wrapper [data-controls-group] {
  margin-top: 2.5rem;
}

.comparison__wrapper [data-controls-group].only-on-top-this-time {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

.comparison__tagline {
  font-family: heebo-light;
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
}

.comparison__from {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 1rem;
  padding-bottom: 1rem;
  height: 10.5rem;
  border-bottom: 1px solid #d9dce1;
  width: 100%;
  -ms-flex-pack: center;
      justify-content: center;
}

@media (min-width: 47.9375rem) {
  .comparison__from {
    -ms-flex-pack: start;
        justify-content: flex-start;
    height: 12.5rem;
  }
}

.comparison__from-figure {
  display: inline-block;
}

.comparison__to-figure {
  display: inline-block;
}

.comparison__figure {
  font-family: heebo;
  font-size: 1.5rem;
}

.comparison__sup {
  font-family: heebo-bold;
  font-size: .7rem;
  top: -.9em;
}

.comparison__sup--post {
  vertical-align: text-bottom;
  font-size: 1rem;
}

.comparison__to {
  font-size: 0.9rem;
  display: inline-block;
  margin: 0 0.25rem;
  font-family: heebo-light;
}

.comparison__section {
  padding: 1rem 0;
  border-bottom: 1px solid #d9dce1;
  width: 100%;
  font-size: 0.9rem;
  font-family: heebo-light;
}

.comparison__section:last-child {
  border-bottom: 0 solid transparent;
}

.comparison__platform-image {
  height: 9rem;
  margin-top: 1rem;
}

.comparison__research {
  font-family: heebo;
  text-transform: uppercase;
}

.comparison__list {
  text-align: left;
}

.comparison__final-link {
  font-size: 0.9rem;
}

.fee {
  border-right: 1px solid #d9dce1;
  font-family: heebo-light;
  line-height: 1.5;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  font-size: 0.9rem;
  padding: 1rem 0;
}

.fee:last-child {
  border-right: 0 solid transparent;
}

@media (max-width: 47.9375rem) {
  .fee.small-12 {
    border-bottom: 1px solid #d9dce1;
  }
}

@media (max-width: 47.9375rem) {
  .fee.small-6:last-child {
    border-right: 1px solid #d9dce1;
  }
}

@media (max-width: 47.9375rem) {
  .fee.small-6:last-child:last-child {
    border-right: 0 solid transparent;
  }
}

.fee__figure {
  font-size: 3rem;
  color: #0079c1;
}

@media (max-width: 47.9375rem) {
  .columns:not(.nowrap) > .fee__tagline {
    margin: 0;
  }
}

@media (max-width: 47.9375rem) {
  .fee__tagline {
    margin-bottom: 0.5rem;
  }
}

.fee__summary {
  max-width: 100%;
}

@media (max-width: 47.9375rem) {
  .columns:not(.nowrap) > .fee__summary {
    margin: 0;
  }
}

@media (max-width: 47.9375rem) {
  .fee__summary {
    text-align: center;
  }
}

.fee-table__tagline {
  margin-bottom: 0.5rem;
}

@media (max-width: 47.9375rem) {
  .fee-table__tagline {
    font-size: 1.5rem;
  }
}

.fee-table__tagline--inner {
  font-family: heebo-light;
  margin-bottom: 0.5rem;
  margin-top: 0;
  font-size: 1rem;
}

@media (min-width: 47.9375rem) {
  .fee-table__tagline--inner {
    font-size: 1.25rem;
    margin-top: 1rem;
  }
}

.accordion-title .fee-table__tagline--inner {
  margin-bottom: 0;
  margin-top: 0.25rem;
}

.fee-table__tagline--inner-sub {
  font-size: 1.15rem;
  margin-top: 2rem;
}

.fee-table__summary {
  font-size: 0.9rem;
}

@media (max-width: 47.9375rem) {
  .fee-table__summary {
    margin-bottom: 1.5rem;
  }
}

.fee-table__summary--inner {
  font-family: heebo-light;
  line-height: 1.5;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}

@media (max-width: 47.9375rem) {
  .fee-table__summary--inner {
    margin-bottom: 1.5rem;
  }
}

.fee-table__summary--table {
  margin-bottom: 1rem;
  font-size: 0.9rem;
  line-height: 1.5;
}

.fee-table__table {
  table-layout: fixed;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.fee-table__table thead th {
  border-bottom: 1px solid #d9dce1;
  padding: 0.25rem 0.125rem;
}

.fee-table__table thead tr:first-child th {
  font-family: heebo-bold;
  font-size: 1rem;
}

.fee-table__table thead tr:not(:first-child) th {
  font-size: 0.9rem;
}

.fee-table__table td {
  vertical-align: top;
  padding-left: 0;
}

.fee-table__table tbody td {
  padding-left: 0;
  font-size: 0.9rem;
}

.fee-table__table tbody td:nth-child(odd) {
  background: transparent;
}

.fee-table__table tbody tr:last-child td {
  border-bottom: 0 solid transparent;
}

.fee-cta {
  padding-top: 3rem;
}

.fee-cta__summary {
  text-align: center;
}

.fee-cta__module {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
}

@media (min-width: 47.9375rem) {
  .fee-cta__module {
    margin-bottom: 0;
  }
}

@media (max-width: 47.9375rem) {
  .fee-cta__module {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #d9dce1;
  }
}

@media (max-width: 47.9375rem) {
  .columns:last-child .fee-cta__module {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0 solid transparent;
  }
}

.fee-cta__text {
  font-family: heebo-light;
  line-height: 1.5;
  padding: 0 0.5rem 1rem;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  text-align: center;
}

@media (min-width: 47.9375rem) {
  .fee-cta__text {
    font-size: inherit;
  }
}

.fee-cta__text strong {
  font-size: 1rem;
}

.fee-cta__tagline {
  font-family: heebo-light;
  font-size: 1.15rem;
  margin: 0 0 1rem;
}

@media (min-width: 47.9375rem) {
  .fee-cta__tagline {
    font-size: 1.5rem;
  }
}

.fee-cta__link {
  font-family: heebo-bold;
  margin-bottom: 1rem;
}

@media (min-width: 47.9375rem) {
  .fee-cta__link {
    margin-bottom: 2rem;
  }
}

.five-star-table {
  table-layout: fixed;
}

.five-star-table thead th {
  text-align: center;
  border-bottom: 0 solid transparent;
}

@media (min-width: 47.9375rem) {
  .five-star-table thead th {
    font-size: 1.15rem;
  }
}

.five-star-table tbody th {
  text-align: center;
  border-bottom: 0 solid transparent;
}

@media (min-width: 47.9375rem) {
  .five-star-table tbody th {
    font-size: 1.15rem;
  }
}

.five-star-table tbody td {
  text-align: center;
  border-bottom: 0 solid transparent;
}

.five-star-table tbody td:not([colspan="3"]) {
  border-right: 1px solid #d9dce1;
  font-family: heebo-bold;
}

.five-star-table tbody td:not([colspan="3"]):last-child {
  border-right: 0 solid transparent;
}

.five-star-table tbody td:not([colspan="3"]):nth-child(odd) {
  background-color: #ffffff;
}

.columns > .see-discount {
  margin: 0 auto;
}

.see-discount__summary {
  margin-bottom: 1rem;
  font-size: 1.15rem;
}

.special-offer-table {
  margin-top: 1rem;
}

@media (min-width: 47.9375rem) {
  .special-offer-table {
    margin-top: 2rem;
  }
}

@media (max-width: 47.9375rem) {
  .special-offer-table {
    font-size: .75rem;
  }
}

.special-offer-table th {
  font-size: 1rem;
}

@media (max-width: 47.9375rem) {
  .special-offer-table th {
    font-size: .75rem;
  }
}

@media (max-width: 47.9375rem) {
  .special-offer-table tbody td {
    text-align: center;
  }
}

@media (min-width: 47.9375rem) {
  .special-offer-table tbody td:first-child {
    white-space: pre;
  }
}

.special-offer-table tbody td:nth-child(odd) {
  background: transparent;
}

.special-offer-table .border-right {
  border-right: 1px solid #cacaca;
}

.special-offer-button {
  background-color: #fff;
  box-sizing: border-box;
  height: 40px;
  padding: 0 30px;
  border: 2px solid #0079c1;
  text-align: center;
  overflow: hidden;
  color: #0079c1;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  /* display: -ms-flexbox;
  display: flex; */
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-decoration: none;
}

.page-title {
  font-family: heebo-bold;
  padding-top: 1.5rem;
  font-size: 1.75rem;
  text-align: center;
  padding-bottom: 1rem;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

@media (min-width: 47.9375rem) {
  .page-title {
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 47.9375rem) {
  .page-title {
    padding-top: 4rem;
    font-size: 2.533em;
  }
}

.page-title--default {
  padding-top: 3rem;
}

.investorline .page-title {
  padding-top: 0;
}

@media (max-width: 47.9375rem) {
  .investorline .page-title.page-title--default {
    padding-top: 3rem;
  }
}

.page-subtitle {
  padding-bottom: 1rem;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  line-height: 1.25;
  text-align: center;
  font-size: 1.75rem;
}

@media (min-width: 47.9375rem) {
  .page-subtitle {
    padding-bottom: 1.5rem;
  }
}

@media (max-width: 47.9375rem) {
  .page-subtitle {
    font-size: 1.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.page-summary {
  padding-bottom: 1rem;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 47.9375rem;
  margin: 0 auto;
  line-height: 1.5;
  font-family: heebo-light;
  font-size: 0.9rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 47.9375rem) {
  .page-summary {
    padding-bottom: 1.5rem;
  }
}

.page-summary > a {
  font-family: heebo-bold;
}

@media (min-width: 47.9375rem) {
  .page-summary {
    font-size: inherit;
  }
}

@media (min-width: 67.5rem) {
  .page-summary {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 47.9375rem) {
  .page-summary--home {
    text-align: center;
  }
}

@media (max-width: 47.9375rem) {
  .page-summary--home {
    padding-bottom: 2rem;
  }
}

@media (min-width: 47.9375rem) {
  .page-summary-default {
    margin: 1rem 0;
    padding: 0 1rem;
  }
}

.style-guide .page-summary-default__text {
  padding-left: 0;
  padding-right: 2rem;
}

@media (max-width: 47.9375rem) {
  .style-guide .page-summary-default__text {
    padding-right: 0;
  }
}

.page-summary-default__cta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.page-grey-bg {
  background: #f5f6f7;
  padding-left: 1rem;
  padding-right: 1rem;
  width: calc(100vw - 2rem);
  position: relative;
  left: 50%;
  margin-left: -50vw;
}

@media (min-width: 47.9375rem) {
  .page-grey-bg {
    width: 100vw;
    padding-left: 0;
    padding-right: 0;
  }
}

.blue-tube {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.blue-tube__inner {
  background: #6a88c3;
  height: 0.3rem;
  width: 4rem;
  border-top-left-radius: 0.15rem;
  border-bottom-left-radius: 0.15rem;
}

.blue-tube__outer {
  background: #001928;
  height: 0.3rem;
  -ms-flex-preferred-size: 0.3rem;
      flex-basis: 0.3rem;
  border-radius: 50%;
  margin-left: -0.15rem;
}

.blue-tube--center {
  -ms-flex-pack: center;
      justify-content: center;
}

.blue-tube--in-column {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

.breadcrumb {
  white-space: pre;
}

.breadcrumb:after {
  content: ">";
  display: inline-block;
  margin-left: 0.75rem;
  font-weight: bold;
  margin-right: 0.5rem;
  color: #414141;
  font-family: monospace;
  transform: translateY(-0.125rem);
}

.breadcrumb:last-child:after {
  content: "";
}

.breadcrumbs {
  font-size: 0.75rem;
  font-family: heebo-bold;
  margin-top: 1rem;
}

.breadcrumbs span {
  white-space: pre;
}

.faq {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-bottom: 3rem;
  font-family: heebo-light;
}

.faq .accordion-container .chevron-down {
  display: block;
}

.faq .accordion-container .chevron-up {
  display: none;
}

.faq .accordion-container.on .chevron-down {
  display: none;
}

.faq .accordion-container.on .chevron-up {
  display: block;
}

.faq .function {
  border: none;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0;
  border: none;
  border-radius: initial;
  line-height: 1;
  text-align: center;
  -ms-flex-preferred-size: 10%;
      flex-basis: 10%;
}

.faq .function .icon:before {
  line-height: 1;
  font-size: .6rem;
  font-weight: bold;
}

.faq .accordion > .accordion-container > .accordion-title:after {
  display: none;
}

.faq .accordion > .accordion-container > .accordion-title > .function {
  float: right;
  margin: 0 -1rem 0 0;
  top: calc(50% - .65rem);
  position: absolute;
  right: 2rem;
}

@media (min-width: 47.9375rem) {
  .faq .accordion > .accordion-container > .accordion-title > .function {
    margin: 0;
    position: relative;
    top: auto;
  }
}

.faq .accordion-title {
  color: #414141;
  font-family: heebo-bold;
  font-size: 1.15rem;
  padding: 1rem 2rem 1rem 0;
}

@media (min-width: 47.9375rem) {
  .faq .accordion-title {
    padding: 1rem 0;
  }
}

.faq .accordion-container {
  border-bottom: 1px solid #d9dce1;
}

.faq .accordion > .accordion-container > .accordion-content {
  margin: 0 0 2rem;
}

@media (max-width: 47.9375rem) {
  .faq .accordion-title {
    font-size: 1rem;
    padding-right: 3rem;
  }
}

.faq__button {
  margin: 2rem 0;
}

.faq .pdf-info {
  font-family: heebo;
}

.on-page-nav {
  width: 100%;
  padding: 1rem;
  background: #f5f6f7;
  border-radius: 0.25rem;
  box-shadow: 0 1px 2px 1px #d9dce1;
  line-height: 2;
  text-align: center;
  margin-top: 1rem;
}

@media (min-width: 47.9375rem) {
  .on-page-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-top: inherit;
    text-align: left;
    line-height: inherit;
    padding: 2rem 4rem;
  }
}

.on-page-nav__item {
  color: #414141;
  font-family: heebo-bold;
  white-space: pre;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

@media (min-width: 47.9375rem) {
  .on-page-nav__item {
    margin-right: 1rem;
    margin-bottom: 0;
  }
}

.on-page-nav__item:after {
  content: ">";
  display: inline-block;
  margin-left: 0.75rem;
  font-weight: bold;
  margin-right: 0.5rem;
  color: #414141;
  font-size: 0.9rem;
  font-family: monospace;
  transform: translateY(-0.125em) rotate(90deg);
}

.on-page-nav__item:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

.on-page-nav__item:last-child:after {
  margin-right: 0;
}

.divider-with-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  width: 8rem;
  margin: 1rem auto;
}

.divider-with-text__border {
  border-right: 1px solid #d9dce1;
  width: 2px;
  height: 100%;
}

.divider-with-text__text-box {
  padding: 1rem 0;
  position: absolute;
  background: #ffffff;
  margin: 0;
  font-family: heebo;
  top: calc(50% - 2rem);
  left: calc(50% - .65rem);
}

@media (max-width: 47.9375rem) {
  .columns:not(.nowrap) > .divider-with-text__text-box {
    margin-top: 0;
  }
}

.divider-with-text--horizontal {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  width: 8rem;
  margin: 1rem auto;
}

.divider-with-text--horizontal__border {
  border-bottom: 1px solid #d9dce1;
  width: 100%;
  height: 2px;
}

.divider-with-text--horizontal__text-box {
  padding: 0 1rem;
  position: absolute;
  background: #ffffff;
  margin: 0;
  font-family: heebo;
}

@media (max-width: 47.9375rem) {
  .columns:not(.nowrap) > .divider-with-text--horizontal__text-box {
    margin-top: 0;
  }
}

.checkmark--circle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: #008A00;
  border-radius: 50%;
  height: 2rem;
  width: 2rem;
  color: #ffffff;
  margin: 0 auto 1rem;
}

.accessible-tabs__tab-content {
  display: none;
}

.accessible-tabs__tab-content--active {
  display: block;
}

.tabs--red {
  font-family: heebo-light;
}

@media (min-width: 67.5rem) {
  .tabs--red {
    width: 100%;
  }
}

.tabs--red .accordion-container .chevron-down {
  display: block;
}

.tabs--red .accordion-container .chevron-up {
  display: none;
}

.tabs--red .accordion-container.on .chevron-down {
  display: none;
}

.tabs--red .accordion-container.on .chevron-up {
  display: block;
}

.tabs--red .function {
  border: none;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0;
  border: none;
  border-radius: initial;
  line-height: 1;
  text-align: center;
  -ms-flex-preferred-size: 10%;
      flex-basis: 10%;
}

.tabs--red .function .icon:before {
  line-height: 1;
  font-size: .6rem;
  font-weight: bold;
}

.tabs--red .accordion > .accordion-container > .accordion-title:after {
  display: none;
}

.tabs--red .accordion > .accordion-container > .accordion-title > .function {
  float: right;
  margin: 0 -1rem 0 0;
  top: calc(50% - .65rem);
  position: absolute;
  right: 2rem;
}

@media (min-width: 47.9375rem) {
  .tabs--red .accordion > .accordion-container > .accordion-title > .function {
    margin: 0;
    position: relative;
    top: auto;
  }
}

.tabs--red .accordion-title {
  color: #414141;
  font-family: heebo-bold;
  font-size: 1.15rem;
  padding: 1rem 2rem 1rem 0;
}

@media (min-width: 47.9375rem) {
  .tabs--red .accordion-title {
    padding: 1rem 0;
  }
}

.tabs--red .accordion-container {
  border-bottom: 1px solid #d9dce1;
}

.tabs--red .accordion > .accordion-container > .accordion-content {
  margin: 0 0 2rem;
}

@media (max-width: 47.9375rem) {
  .tabs--red {
    overflow-y: scroll;
  }
}

.tabs--red .accordion-title {
  border-top: 1px solid #d9dce1;
}

.tabs--red .accordion > .accordion-container > .accordion-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.tabs--red__triggers {
  list-style: none;
  padding: 0;
  width: 100%;
  text-align: center;
  height: 2.5rem;
  margin-bottom: 3rem;
}

@media (max-width: 47.9375rem) {
  .tabs--red__triggers {
    overflow-y: scroll;
    white-space: nowrap;
  }
}

.tabs--red__trigger {
  display: inline-block;
  margin-right: -.25rem;
}

.tabs--red__trigger:last-child {
  margin-right: 0;
}

.tabs--red__trigger-link {
  font-family: heebo-bold;
  color: #414141;
  padding: 0 1rem 0.5rem;
  border-bottom: 4px solid #d9dce1;
  font-size: 0.9rem;
}

.tabs--red__trigger-link:hover {
  text-decoration: none;
}

.tabs--red__trigger-link:active {
  text-decoration: none;
}

.tabs--red__trigger-link:focus {
  text-decoration: none;
}

.tabs--red__trigger-link.accessible-tabs__link--active {
  border-bottom-color: #ED1B24;
}

.tabs--red__anchor {
  padding-top: 6rem;
  margin-top: -6rem;
}

[data-tooltip-container] {
  position: relative;
  overflow: visible;
  cursor: pointer;
  display: inline-block;
  color: #ffffff;
  text-align: center;
  background-color: #0079c1;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  font-size: .7rem;
  line-height: 1.5;
}

[data-tooltip-container]:hover {
  text-decoration: none;
}

[data-tooltip-container]:active {
  text-decoration: none;
}

[data-tooltip-container]:focus {
  text-decoration: none;
}

/* Tooltip shared base styles */
[data-tooltip] {
  position: absolute;
  z-index: 2;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 0;
  height: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in 0.3s;
  padding: 1rem;
  background: #0079c1;
  text-align: left;
  border-radius: 0.25rem;
  box-shadow: 1px 1px 3px #d9dce1;
  left: 50%;
  transform: translate(calc(-100% + 2rem), 2rem);
}

[data-tooltip].is-visible {
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  border-width: 1px;
  opacity: 1;
  min-width: 7rem;
}

@media (min-width: 47.9375rem) {
  [data-tooltip].is-visible {
    min-width: 12rem;
  }
}

@media (min-width: 67.5rem) {
  [data-tooltip] {
    top: 50%;
    transform: translate(1.75rem, -50%);
  }
}

[data-tooltip]:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-width: 0.5rem;
  border-style: solid;
  pointer-events: none;
  top: -.45rem;
  margin-top: -0.5rem;
  margin-left: auto;
  right: 1.65rem;
  border-bottom-color: #0079c1;
}

@media (min-width: 67.5rem) {
  [data-tooltip]:after {
    left: -1rem;
    top: 50%;
    right: auto;
    border-bottom-color: #ffffff;
    border-right-color: #0079c1;
  }
}

@media (min-width: 67.5rem) {
  [data-tooltip].bottom-left {
    top: calc(50% + .5rem);
    transform: translate(-11.5rem, 1.5rem);
    transform: translate(calc(-100% + 2.5rem), 1.5rem);
  }
}

@media (min-width: 67.5rem) {
  [data-tooltip].bottom-left:after {
    left: calc(100% - 3rem);
    top: -.5rem;
    right: auto;
    border-bottom-color: #0079c1;
    border-right-color: #ffffff;
  }
}

[data-read-more-container] {
  position: relative;
}

@media (max-width: 47.9375rem) {
  [data-read-more-wrapper] {
    max-height: 12.5rem;
    overflow: hidden;
    padding-bottom: 4rem;
  }
}

[data-read-more-trigger] {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  cursor: pointer;
}

.style-guide .read-more-chevron.chevron {
  padding: 0;
  margin: 1rem auto;
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.style-guide .read-more-chevron.chevron:before {
  margin: 0;
  top: auto;
  right: auto;
}

.access-modal {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
}

.access-modal.is-visible {
  visibility: visible;
}

.access-modal__overlay {
  position: fixed;
  z-index: 9000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s ease 0.3s, opacity 0.3s ease;
  background: rgba(0, 0, 0, 0.5);
}

.is-visible .access-modal__overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.access-modal__container {
  position: fixed;
  z-index: 9000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s ease 0.3s, opacity 0.3s ease;
}

.is-visible .access-modal__container {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.is-visible .access-modal__container {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.access-modal__wrapper {
  position: absolute;
  z-index: 10000;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 767px;
  margin-left: -50%;
  background-color: #ffffff;
  height: 100vh;
  overflow: hidden;
}

@media (min-width: 47.9375rem) {
  .access-modal__wrapper {
    top: 3rem;
    height: auto;
    margin-left: -383.5px;
  }
}

.access-modal__transition {
  transition: visibility 0.3s 0.12s, opacity 0.3s 0.12s;
  opacity: 0;
}

.is-visible .access-modal__transition {
  opacity: 1;
}

@media (max-width: 47.9375rem) {
  .is-visible .access-modal__transition {
    overflow-y: auto;
  }
}

.access-modal__header {
  position: relative;
  padding: 1rem;
}

.access-modal__content {
  padding: 1rem;
}

.access-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #0079c1;
  background: none;
  border: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.access-modal__icon-close {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  fill: #414141;
}

.access-modal__disclaimer {
  background-color: #005587;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0.5rem;
  color: #ffffff;
  font-size: 0.9rem;
  font-family: heebo;
}

.access-modal__disclaimer a {
  color: #ffffff;
}

.access-modal__disclaimer:empty {
  display: none;
}

.special-offer-modal {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  color: #414141;
}

.special-offer-modal.is-visible {
  visibility: visible;
}

.special-offer-modal__overlay {
  position: fixed;
  z-index: 9000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s ease 0.3s, opacity 0.3s ease;
  background: rgba(0, 0, 0, 0.5);
}

.is-visible .special-offer-modal__overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.special-offer-modal__container {
  position: fixed;
  z-index: 9000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s ease 0.3s, opacity 0.3s ease;
}

.is-visible .special-offer-modal__container {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.is-visible .special-offer-modal__container {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.special-offer-modal__wrapper {
  position: absolute;
  z-index: 10000;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 767px;
  margin-left: -50%;
  background-color: #ffffff;
  height: 100vh;
  overflow: hidden;
}

@media (min-width: 47.9375rem) {
  .special-offer-modal__wrapper {
    top: 3rem;
    height: auto;
    margin-left: -383.5px;
  }
}

.special-offer-modal__transition {
  transition: visibility 0.3s 0.12s, opacity 0.3s 0.12s;
  opacity: 0;
}

.is-visible .special-offer-modal__transition {
  opacity: 1;
}

@media (max-width: 47.9375rem) {
  .is-visible .special-offer-modal__transition {
    overflow-y: auto;
  }
}

.special-offer-modal__header {
  position: relative;
  padding: 1rem;
}

.special-offer-modal__content {
  padding: 1rem;
}

.special-offer-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #0079c1;
  background: none;
  border: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.special-offer-modal__icon-close {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  fill: #414141;
}

.special-offer-modal__disclaimer {
  background-color: #005587;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0.5rem;
  color: #ffffff;
  font-size: 0.9rem;
  font-family: heebo;
}

.special-offer-modal__disclaimer a {
  color: #ffffff;
}

.special-offer-modal__disclaimer:empty {
  display: none;
}

@media (min-width: 67.5rem) {
  .special-offer-modal__wrapper {
    max-width: 1080px;
    top: 3rem;
    height: auto;
    margin-left: -540px;
  }
}

@media (min-width: 67.5rem) {
  .special-offer-modal__content {
    padding: 2rem 5rem 3rem 5rem;
  }
}

.special-offer-modal__tagline {
  font-size: 1.5rem;
  margin: auto;
}

.main .special-offer-modal__number-em {
  font-size: 2.5rem;
}

[data-carousel] {
  width: 95%;
  position: relative;
  display: block;
}

.columns > [data-carousel] {
  margin: 0 auto;
}

[data-items-group] {
  margin: 0 auto;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: stretch;
  align-items: stretch;
  transition: left .4s;
  width: 300%;
}

@media (min-width: 47.9375rem) {
  [data-items-group] {
    padding: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    background-color: #ffffff;
  }
}

.item {
  width: 14%;
  margin: 0;
}

@media (min-width: 47.9375rem) {
  .item {
    min-width: 220px;
    padding: 0;
    width: 20%;
    margin: 0;
  }
}

[data-controls-group] {
  display: block;
  margin: 0 auto;
  text-align: center;
}

@media (min-width: 47.9375rem) {
  [data-controls-group] {
    display: none;
  }
}

[data-control] {
  height: 8px;
  border: 1px solid #d9dce1;
  background-color: #d9dce1;
  padding: 0 4px;
  margin: 0 3px;
  border-radius: 15px;
  display: inline-block;
  transform: scale(1);
  transition: background-color .4s, border-color .4s, transform .4s;
}

[data-control]:first-child {
  margin-left: 0;
}

[data-control]:last-child {
  margin-right: 0;
}

[data-control].active {
  background-color: #0079c1;
  border-color: #0079c1;
}

@media all and (min-width: 75rem) {
  .xlarge-full-width {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .xlarge-background-f9f9f9 {
    background-color: #f5f6f7;
  }
  .animation-banner-canvass {
    width: 75rem;
    height: 436px;
    position: absolute;
    display: block;
    background-color: #f5f6f7;
  }
  .animation-banner-canvass-inner {
    pointer-events: none;
    overflow: hidden;
    width: 75rem;
    height: 436px;
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
  }
}

.relative {
  position: relative;
}

.margin-auto {
  margin: auto;
}

.animation-banner-button {
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;
}

.show-for-xlarge-up {
  display: none;
}

@media all and (min-width: 75rem) {
  .show-for-xlarge-up {
    display: block;
  }
}

.hide-for-xlarge-up {
  display: block;
}

@media all and (min-width: 75rem) {
  .hide-for-xlarge-up {
    display: none;
  }
}

.max-width--75 {
  max-width: 75rem;
}

.totally-not-a-link {
  color: #414141;
}

.totally-not-a-link:hover {
  color: #414141;
  cursor: initial;
  pointer-events: none;
  text-decoration: none;
}

.totally-not-a-link:active {
  color: #414141;
  cursor: initial;
  pointer-events: none;
  text-decoration: none;
}

.totally-not-a-link:focus {
  color: #414141;
  cursor: initial;
  pointer-events: none;
  text-decoration: none;
}

a:hover .totally-not-a-link {
  color: #414141;
  cursor: initial;
  pointer-events: none;
  text-decoration: none;
}

.it-only-looks-like-a-link {
  color: #414141;
}

.flipped {
  transform: rotate(180deg);
}

.no-scroll {
  overflow: hidden;
}

.no-wrap-text {
  white-space: pre;
}

.separator {
  border-right: 1px solid #d9dce1;
}

.separator:last-child {
  border-right: 0 solid transparent;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.vertical-rhythm {
  margin-top: 2rem;
}

@media (min-width: 47.9375rem) {
  .vertical-rhythm {
    margin-top: 3rem;
  }
}

.vertical-rhythm--bottom {
  margin-bottom: 2rem;
}

@media (min-width: 47.9375rem) {
  .vertical-rhythm--bottom {
    margin-bottom: 3rem;
  }
}

.vertical-rhythm--copy {
  margin-top: 1rem;
}

@media (max-width: 47.9375rem) {
  a.button-mobile--auto {
    width: auto;
  }
}

.bold-link {
  font-family: heebo-bold;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.bold-link--inline {
  font-family: heebo-bold;
}

.bold-link--fake {
  font-family: heebo-bold;
  pointer-events: none;
  text-transform: uppercase;
  color: #414141;
}

.hero-number {
  border-radius: 50%;
  border: 3px solid #0079c1;
  width: 3.5rem;
  height: 3.25rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #0079c1;
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-family: heebo-bold;
  font-size: 2.533em;
  padding-top: 0.25rem;
  margin-bottom: 1rem;
}

.no-margin {
  margin: 0;
}

.hr--inner {
  margin: 1rem 0;
}

@media (min-width: 47.9375rem) {
  .hr--inner {
    margin: 2rem 0;
  }
}

.number-em {
  font-size: 2.533em;
  font-family: heebo-bold;
}

.show-for-sr {
  font-size: 0;
}

.attention-link {
  font-family: heebo-bold;
  color: #ED1B24;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.flow-image {
  padding-right: 1rem;
  float: left;
}

@media (max-width: 47.9375rem) {
  .style-guide .mobile-reverse {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}

.mobile-section-spacer {
  padding: 1rem 0;
  width: 100%;
}

@media (min-width: 47.9375rem) {
  .mobile-section-spacer {
    padding: 0;
    width: 0;
  }
}

@media (min-width: 67.5rem) {
  .ie-width-fix {
    width: 100%;
  }
}

@media (min-width: 67.5rem) {
  .ie-row-fix > .row {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
  }
}

@media (min-width: 67.5rem) {
  .ie-column-fix > div {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    width: 100%;
  }
}

.section-anchor {
  margin-top: -3rem;
  padding-top: 3rem;
}

.section-anchor:hover {
  outline: 0 solid transparent;
}

.section-anchor:active {
  outline: 0 solid transparent;
}

.section-anchor:focus {
  outline: 0 solid transparent;
}

.regular-size-text {
  font-size: 1rem;
  /*16px*/
  line-height: 1.5rem;
  /*24px*/
}

@media (min-width: 47.9375rem) {
  .regular-size-text {
    font-size: 1.125rem;
    /*18px*/
    line-height: 1.5rem;
    /*24px*/
  }
}

.small-text {
  font-size: 0.875rem;
  /*14px*/
  line-height: 1.5rem;
  /*24px*/
}

@media (min-width: 47.9375rem) {
  .small-text {
    font-size: 0.875rem;
    /*14px*/
    line-height: 1.5rem;
    /*24px*/
  }
}

.smaller-text {
  font-size: 0.75rem;
  /*12px*/
  line-height: 1.5rem;
  /*24px*/
}

@media (min-width: 47.9375rem) {
  .smaller-text {
    font-size: 0.75rem;
    /*12px*/
    line-height: 1.5rem;
    /*24px*/
  }
}

@media (min-width: 0rem) {
  .self-directed .small-border-radius--0 {
    border-radius: 0rem;
  }
  .self-directed .small-border-radius--1 {
    border-radius: 0.125rem;
  }
  .self-directed .small-border-radius--2 {
    border-radius: 0.25rem;
  }
  .self-directed .small-border-radius--3 {
    border-radius: 0.375rem;
  }
  .self-directed .small-border-radius--4 {
    border-radius: 0.5rem;
  }
  .self-directed .small-border-radius--5 {
    border-radius: 0.625rem;
  }
  .self-directed .small-layer-level-2 {
    box-shadow: 0 0.1em 0.125em 0.125em rgba(0, 25, 40, 0.12);
  }
  .self-directed .small-layer-level-2.hover:hover {
    box-shadow: 0 0.1em 0.125em 0.125em rgba(0, 121, 193, 0.25);
  }
  .self-directed .small-centered {
    margin-left: auto;
    margin-right: auto;
  }
  .self-directed .small-centered,
  .self-directed .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .self-directed .small-height--0 {
    height: 0rem;
    display: block;
  }
  .self-directed .small-height--1 {
    height: 1rem;
    display: block;
  }
  .self-directed .small-height--2 {
    height: 2rem;
    display: block;
  }
  .self-directed .small-height--3 {
    height: 3rem;
    display: block;
  }
  .self-directed .small-height--4 {
    height: 4rem;
    display: block;
  }
  .self-directed .small-height--5 {
    height: 5rem;
    display: block;
  }
  .self-directed .small-height--6 {
    height: 6rem;
    display: block;
  }
  .self-directed .small-height--7 {
    height: 7rem;
    display: block;
  }
  .self-directed .small-height--8 {
    height: 8rem;
    display: block;
  }
  .self-directed .small-height--9 {
    height: 9rem;
    display: block;
  }
  .self-directed .small-height--10 {
    height: 10rem;
    display: block;
  }
  .self-directed .small-height--11 {
    height: 11rem;
    display: block;
  }
  .self-directed .small-height--12 {
    height: 12rem;
    display: block;
  }
  .self-directed .small-height--13 {
    height: 13rem;
    display: block;
  }
  .self-directed .small-height--14 {
    height: 14rem;
    display: block;
  }
  .self-directed .small-height--15 {
    height: 15rem;
    display: block;
  }
  .self-directed .small-height--16 {
    height: 16rem;
    display: block;
  }
  .self-directed .small-height--17 {
    height: 17rem;
    display: block;
  }
  .self-directed .small-height--18 {
    height: 18rem;
    display: block;
  }
  .self-directed .small-height--19 {
    height: 19rem;
    display: block;
  }
  .self-directed .small-height--20 {
    height: 20rem;
    display: block;
  }
  .self-directed .small-height--21 {
    height: 21rem;
    display: block;
  }
  .self-directed .small-height--22 {
    height: 22rem;
    display: block;
  }
  .self-directed .small-height--23 {
    height: 23rem;
    display: block;
  }
  .self-directed .small-height--24 {
    height: 24rem;
    display: block;
  }
  .self-directed .small-height--25 {
    height: 25rem;
    display: block;
  }
  .self-directed .small-height--26 {
    height: 26rem;
    display: block;
  }
  .self-directed .small-height--27 {
    height: 27rem;
    display: block;
  }
  .self-directed .small-height--28 {
    height: 28rem;
    display: block;
  }
  .self-directed .small-height--29 {
    height: 29rem;
    display: block;
  }
  .self-directed .small-height--30 {
    height: 30rem;
    display: block;
  }
  .self-directed .small-margin--half {
    margin: .5rem;
  }
  .self-directed .small-margin-top--half {
    margin-top: .5rem;
  }
  .self-directed .small-margin-bottom--half {
    margin-bottom: .5rem;
  }
  .self-directed .small-margin-left--half {
    margin-left: .5rem;
  }
  .self-directed .small-margin-right--half {
    margin-right: .5rem;
  }
  .self-directed .small-padding-vertical--0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .self-directed .small-padding-horizontal--0 {
    padding-left: 0;
    padding-right: 0;
  }
  .self-directed .small-padding--half {
    padding: .5rem;
  }
  .self-directed .small-padding-top--half {
    padding-top: .5rem;
  }
  .self-directed .small-padding-bottom--half {
    padding-bottom: .5rem;
  }
  .self-directed .small-padding-left--half {
    padding-left: .5rem;
  }
  .self-directed .small-padding-right--half {
    padding-right: .5rem;
  }
  .self-directed .small-padding-vertical--1-half {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .self-directed .small-padding-top--1-half {
    padding-top: 1.5rem;
  }
  .self-directed .small-padding-bottom--1-half {
    padding-bottom: 1.5rem;
  }
  .self-directed .small-padding-horizontal--1-half {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .self-directed .small-padding-left--1-half {
    padding-left: 1.5rem;
  }
  .self-directed .small-padding-right--1-half {
    padding-right: 1.5rem;
  }
  .self-directed .small-margin--0 {
    margin: 0rem;
  }
  .self-directed .small-margin-top--0 {
    margin-top: 0rem;
  }
  .self-directed .small-margin-bottom--0 {
    margin-bottom: 0rem;
  }
  .self-directed .small-margin-left--0 {
    margin-left: 0rem;
  }
  .self-directed .small-margin-right--0 {
    margin-right: 0rem;
  }
  .self-directed .small-padding--0 {
    padding: 0rem;
  }
  .self-directed .small-padding-top--0 {
    padding-top: 0rem;
  }
  .self-directed .small-padding-bottom--0 {
    padding-bottom: 0rem;
  }
  .self-directed .small-padding-left--0 {
    padding-left: 0rem;
  }
  .self-directed .small-padding-right--0 {
    padding-right: 0rem;
  }
  .self-directed .small-margin--1 {
    margin: 1rem;
  }
  .self-directed .small-margin-top--1 {
    margin-top: 1rem;
  }
  .self-directed .small-margin-bottom--1 {
    margin-bottom: 1rem;
  }
  .self-directed .small-margin-left--1 {
    margin-left: 1rem;
  }
  .self-directed .small-margin-right--1 {
    margin-right: 1rem;
  }
  .self-directed .small-padding--1 {
    padding: 1rem;
  }
  .self-directed .small-padding-top--1 {
    padding-top: 1rem;
  }
  .self-directed .small-padding-bottom--1 {
    padding-bottom: 1rem;
  }
  .self-directed .small-padding-left--1 {
    padding-left: 1rem;
  }
  .self-directed .small-padding-right--1 {
    padding-right: 1rem;
  }
  .self-directed .small-margin--2 {
    margin: 2rem;
  }
  .self-directed .small-margin-top--2 {
    margin-top: 2rem;
  }
  .self-directed .small-margin-bottom--2 {
    margin-bottom: 2rem;
  }
  .self-directed .small-margin-left--2 {
    margin-left: 2rem;
  }
  .self-directed .small-margin-right--2 {
    margin-right: 2rem;
  }
  .self-directed .small-padding--2 {
    padding: 2rem;
  }
  .self-directed .small-padding-top--2 {
    padding-top: 2rem;
  }
  .self-directed .small-padding-bottom--2 {
    padding-bottom: 2rem;
  }
  .self-directed .small-padding-left--2 {
    padding-left: 2rem;
  }
  .self-directed .small-padding-right--2 {
    padding-right: 2rem;
  }
  .self-directed .small-margin--3 {
    margin: 3rem;
  }
  .self-directed .small-margin-top--3 {
    margin-top: 3rem;
  }
  .self-directed .small-margin-bottom--3 {
    margin-bottom: 3rem;
  }
  .self-directed .small-margin-left--3 {
    margin-left: 3rem;
  }
  .self-directed .small-margin-right--3 {
    margin-right: 3rem;
  }
  .self-directed .small-padding--3 {
    padding: 3rem;
  }
  .self-directed .small-padding-top--3 {
    padding-top: 3rem;
  }
  .self-directed .small-padding-bottom--3 {
    padding-bottom: 3rem;
  }
  .self-directed .small-padding-left--3 {
    padding-left: 3rem;
  }
  .self-directed .small-padding-right--3 {
    padding-right: 3rem;
  }
  .self-directed .small-margin--4 {
    margin: 4rem;
  }
  .self-directed .small-margin-top--4 {
    margin-top: 4rem;
  }
  .self-directed .small-margin-bottom--4 {
    margin-bottom: 4rem;
  }
  .self-directed .small-margin-left--4 {
    margin-left: 4rem;
  }
  .self-directed .small-margin-right--4 {
    margin-right: 4rem;
  }
  .self-directed .small-padding--4 {
    padding: 4rem;
  }
  .self-directed .small-padding-top--4 {
    padding-top: 4rem;
  }
  .self-directed .small-padding-bottom--4 {
    padding-bottom: 4rem;
  }
  .self-directed .small-padding-left--4 {
    padding-left: 4rem;
  }
  .self-directed .small-padding-right--4 {
    padding-right: 4rem;
  }
  .self-directed .small-margin--5 {
    margin: 5rem;
  }
  .self-directed .small-margin-top--5 {
    margin-top: 5rem;
  }
  .self-directed .small-margin-bottom--5 {
    margin-bottom: 5rem;
  }
  .self-directed .small-margin-left--5 {
    margin-left: 5rem;
  }
  .self-directed .small-margin-right--5 {
    margin-right: 5rem;
  }
  .self-directed .small-padding--5 {
    padding: 5rem;
  }
  .self-directed .small-padding-top--5 {
    padding-top: 5rem;
  }
  .self-directed .small-padding-bottom--5 {
    padding-bottom: 5rem;
  }
  .self-directed .small-padding-left--5 {
    padding-left: 5rem;
  }
  .self-directed .small-padding-right--5 {
    padding-right: 5rem;
  }
  .self-directed .small-margin--6 {
    margin: 6rem;
  }
  .self-directed .small-margin-top--6 {
    margin-top: 6rem;
  }
  .self-directed .small-margin-bottom--6 {
    margin-bottom: 6rem;
  }
  .self-directed .small-margin-left--6 {
    margin-left: 6rem;
  }
  .self-directed .small-margin-right--6 {
    margin-right: 6rem;
  }
  .self-directed .small-padding--6 {
    padding: 6rem;
  }
  .self-directed .small-padding-top--6 {
    padding-top: 6rem;
  }
  .self-directed .small-padding-bottom--6 {
    padding-bottom: 6rem;
  }
  .self-directed .small-padding-left--6 {
    padding-left: 6rem;
  }
  .self-directed .small-padding-right--6 {
    padding-right: 6rem;
  }
  .self-directed .small-margin--7 {
    margin: 7rem;
  }
  .self-directed .small-margin-top--7 {
    margin-top: 7rem;
  }
  .self-directed .small-margin-bottom--7 {
    margin-bottom: 7rem;
  }
  .self-directed .small-margin-left--7 {
    margin-left: 7rem;
  }
  .self-directed .small-margin-right--7 {
    margin-right: 7rem;
  }
  .self-directed .small-padding--7 {
    padding: 7rem;
  }
  .self-directed .small-padding-top--7 {
    padding-top: 7rem;
  }
  .self-directed .small-padding-bottom--7 {
    padding-bottom: 7rem;
  }
  .self-directed .small-padding-left--7 {
    padding-left: 7rem;
  }
  .self-directed .small-padding-right--7 {
    padding-right: 7rem;
  }
  .self-directed .small-margin--8 {
    margin: 8rem;
  }
  .self-directed .small-margin-top--8 {
    margin-top: 8rem;
  }
  .self-directed .small-margin-bottom--8 {
    margin-bottom: 8rem;
  }
  .self-directed .small-margin-left--8 {
    margin-left: 8rem;
  }
  .self-directed .small-margin-right--8 {
    margin-right: 8rem;
  }
  .self-directed .small-padding--8 {
    padding: 8rem;
  }
  .self-directed .small-padding-top--8 {
    padding-top: 8rem;
  }
  .self-directed .small-padding-bottom--8 {
    padding-bottom: 8rem;
  }
  .self-directed .small-padding-left--8 {
    padding-left: 8rem;
  }
  .self-directed .small-padding-right--8 {
    padding-right: 8rem;
  }
  .self-directed .small-margin--9 {
    margin: 9rem;
  }
  .self-directed .small-margin-top--9 {
    margin-top: 9rem;
  }
  .self-directed .small-margin-bottom--9 {
    margin-bottom: 9rem;
  }
  .self-directed .small-margin-left--9 {
    margin-left: 9rem;
  }
  .self-directed .small-margin-right--9 {
    margin-right: 9rem;
  }
  .self-directed .small-padding--9 {
    padding: 9rem;
  }
  .self-directed .small-padding-top--9 {
    padding-top: 9rem;
  }
  .self-directed .small-padding-bottom--9 {
    padding-bottom: 9rem;
  }
  .self-directed .small-padding-left--9 {
    padding-left: 9rem;
  }
  .self-directed .small-padding-right--9 {
    padding-right: 9rem;
  }
  .self-directed .small-margin--10 {
    margin: 10rem;
  }
  .self-directed .small-margin-top--10 {
    margin-top: 10rem;
  }
  .self-directed .small-margin-bottom--10 {
    margin-bottom: 10rem;
  }
  .self-directed .small-margin-left--10 {
    margin-left: 10rem;
  }
  .self-directed .small-margin-right--10 {
    margin-right: 10rem;
  }
  .self-directed .small-padding--10 {
    padding: 10rem;
  }
  .self-directed .small-padding-top--10 {
    padding-top: 10rem;
  }
  .self-directed .small-padding-bottom--10 {
    padding-bottom: 10rem;
  }
  .self-directed .small-padding-left--10 {
    padding-left: 10rem;
  }
  .self-directed .small-padding-right--10 {
    padding-right: 10rem;
  }
}

@media (min-width: 47.9375rem) {
  .self-directed .medium-border-radius--0 {
    border-radius: 0rem;
  }
  .self-directed .medium-border-radius--1 {
    border-radius: 0.125rem;
  }
  .self-directed .medium-border-radius--2 {
    border-radius: 0.25rem;
  }
  .self-directed .medium-border-radius--3 {
    border-radius: 0.375rem;
  }
  .self-directed .medium-border-radius--4 {
    border-radius: 0.5rem;
  }
  .self-directed .medium-border-radius--5 {
    border-radius: 0.625rem;
  }
  .self-directed .medium-layer-level-2 {
    box-shadow: 0 0.1em 0.125em 0.125em rgba(0, 25, 40, 0.12);
  }
  .self-directed .medium-layer-level-2.hover:hover {
    box-shadow: 0 0.1em 0.125em 0.125em rgba(0, 121, 193, 0.25);
  }
  .self-directed .medium-centered {
    margin-left: auto;
    margin-right: auto;
  }
  .self-directed .medium-centered,
  .self-directed .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .self-directed .medium-height--0 {
    height: 0rem;
    display: block;
  }
  .self-directed .medium-height--1 {
    height: 1rem;
    display: block;
  }
  .self-directed .medium-height--2 {
    height: 2rem;
    display: block;
  }
  .self-directed .medium-height--3 {
    height: 3rem;
    display: block;
  }
  .self-directed .medium-height--4 {
    height: 4rem;
    display: block;
  }
  .self-directed .medium-height--5 {
    height: 5rem;
    display: block;
  }
  .self-directed .medium-height--6 {
    height: 6rem;
    display: block;
  }
  .self-directed .medium-height--7 {
    height: 7rem;
    display: block;
  }
  .self-directed .medium-height--8 {
    height: 8rem;
    display: block;
  }
  .self-directed .medium-height--9 {
    height: 9rem;
    display: block;
  }
  .self-directed .medium-height--10 {
    height: 10rem;
    display: block;
  }
  .self-directed .medium-height--11 {
    height: 11rem;
    display: block;
  }
  .self-directed .medium-height--12 {
    height: 12rem;
    display: block;
  }
  .self-directed .medium-height--13 {
    height: 13rem;
    display: block;
  }
  .self-directed .medium-height--14 {
    height: 14rem;
    display: block;
  }
  .self-directed .medium-height--15 {
    height: 15rem;
    display: block;
  }
  .self-directed .medium-height--16 {
    height: 16rem;
    display: block;
  }
  .self-directed .medium-height--17 {
    height: 17rem;
    display: block;
  }
  .self-directed .medium-height--18 {
    height: 18rem;
    display: block;
  }
  .self-directed .medium-height--19 {
    height: 19rem;
    display: block;
  }
  .self-directed .medium-height--20 {
    height: 20rem;
    display: block;
  }
  .self-directed .medium-height--21 {
    height: 21rem;
    display: block;
  }
  .self-directed .medium-height--22 {
    height: 22rem;
    display: block;
  }
  .self-directed .medium-height--23 {
    height: 23rem;
    display: block;
  }
  .self-directed .medium-height--24 {
    height: 24rem;
    display: block;
  }
  .self-directed .medium-height--25 {
    height: 25rem;
    display: block;
  }
  .self-directed .medium-height--26 {
    height: 26rem;
    display: block;
  }
  .self-directed .medium-height--27 {
    height: 27rem;
    display: block;
  }
  .self-directed .medium-height--28 {
    height: 28rem;
    display: block;
  }
  .self-directed .medium-height--29 {
    height: 29rem;
    display: block;
  }
  .self-directed .medium-height--30 {
    height: 30rem;
    display: block;
  }
  .self-directed .medium-margin--half {
    margin: .5rem;
  }
  .self-directed .medium-margin-top--half {
    margin-top: .5rem;
  }
  .self-directed .medium-margin-bottom--half {
    margin-bottom: .5rem;
  }
  .self-directed .medium-margin-left--half {
    margin-left: .5rem;
  }
  .self-directed .medium-margin-right--half {
    margin-right: .5rem;
  }
  .self-directed .medium-padding-vertical--0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .self-directed .medium-padding-horizontal--0 {
    padding-left: 0;
    padding-right: 0;
  }
  .self-directed .medium-padding--half {
    padding: .5rem;
  }
  .self-directed .medium-padding-top--half {
    padding-top: .5rem;
  }
  .self-directed .medium-padding-bottom--half {
    padding-bottom: .5rem;
  }
  .self-directed .medium-padding-left--half {
    padding-left: .5rem;
  }
  .self-directed .medium-padding-right--half {
    padding-right: .5rem;
  }
  .self-directed .medium-padding-vertical--1-half {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .self-directed .medium-padding-top--1-half {
    padding-top: 1.5rem;
  }
  .self-directed .medium-padding-bottom--1-half {
    padding-bottom: 1.5rem;
  }
  .self-directed .medium-padding-horizontal--1-half {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .self-directed .medium-padding-left--1-half {
    padding-left: 1.5rem;
  }
  .self-directed .medium-padding-right--1-half {
    padding-right: 1.5rem;
  }
  .self-directed .medium-margin--0 {
    margin: 0rem;
  }
  .self-directed .medium-margin-top--0 {
    margin-top: 0rem;
  }
  .self-directed .medium-margin-bottom--0 {
    margin-bottom: 0rem;
  }
  .self-directed .medium-margin-left--0 {
    margin-left: 0rem;
  }
  .self-directed .medium-margin-right--0 {
    margin-right: 0rem;
  }
  .self-directed .medium-padding--0 {
    padding: 0rem;
  }
  .self-directed .medium-padding-top--0 {
    padding-top: 0rem;
  }
  .self-directed .medium-padding-bottom--0 {
    padding-bottom: 0rem;
  }
  .self-directed .medium-padding-left--0 {
    padding-left: 0rem;
  }
  .self-directed .medium-padding-right--0 {
    padding-right: 0rem;
  }
  .self-directed .medium-margin--1 {
    margin: 1rem;
  }
  .self-directed .medium-margin-top--1 {
    margin-top: 1rem;
  }
  .self-directed .medium-margin-bottom--1 {
    margin-bottom: 1rem;
  }
  .self-directed .medium-margin-left--1 {
    margin-left: 1rem;
  }
  .self-directed .medium-margin-right--1 {
    margin-right: 1rem;
  }
  .self-directed .medium-padding--1 {
    padding: 1rem;
  }
  .self-directed .medium-padding-top--1 {
    padding-top: 1rem;
  }
  .self-directed .medium-padding-bottom--1 {
    padding-bottom: 1rem;
  }
  .self-directed .medium-padding-left--1 {
    padding-left: 1rem;
  }
  .self-directed .medium-padding-right--1 {
    padding-right: 1rem;
  }
  .self-directed .medium-margin--2 {
    margin: 2rem;
  }
  .self-directed .medium-margin-top--2 {
    margin-top: 2rem;
  }
  .self-directed .medium-margin-bottom--2 {
    margin-bottom: 2rem;
  }
  .self-directed .medium-margin-left--2 {
    margin-left: 2rem;
  }
  .self-directed .medium-margin-right--2 {
    margin-right: 2rem;
  }
  .self-directed .medium-padding--2 {
    padding: 2rem;
  }
  .self-directed .medium-padding-top--2 {
    padding-top: 2rem;
  }
  .self-directed .medium-padding-bottom--2 {
    padding-bottom: 2rem;
  }
  .self-directed .medium-padding-left--2 {
    padding-left: 2rem;
  }
  .self-directed .medium-padding-right--2 {
    padding-right: 2rem;
  }
  .self-directed .medium-margin--3 {
    margin: 3rem;
  }
  .self-directed .medium-margin-top--3 {
    margin-top: 3rem;
  }
  .self-directed .medium-margin-bottom--3 {
    margin-bottom: 3rem;
  }
  .self-directed .medium-margin-left--3 {
    margin-left: 3rem;
  }
  .self-directed .medium-margin-right--3 {
    margin-right: 3rem;
  }
  .self-directed .medium-padding--3 {
    padding: 3rem;
  }
  .self-directed .medium-padding-top--3 {
    padding-top: 3rem;
  }
  .self-directed .medium-padding-bottom--3 {
    padding-bottom: 3rem;
  }
  .self-directed .medium-padding-left--3 {
    padding-left: 3rem;
  }
  .self-directed .medium-padding-right--3 {
    padding-right: 3rem;
  }
  .self-directed .medium-margin--4 {
    margin: 4rem;
  }
  .self-directed .medium-margin-top--4 {
    margin-top: 4rem;
  }
  .self-directed .medium-margin-bottom--4 {
    margin-bottom: 4rem;
  }
  .self-directed .medium-margin-left--4 {
    margin-left: 4rem;
  }
  .self-directed .medium-margin-right--4 {
    margin-right: 4rem;
  }
  .self-directed .medium-padding--4 {
    padding: 4rem;
  }
  .self-directed .medium-padding-top--4 {
    padding-top: 4rem;
  }
  .self-directed .medium-padding-bottom--4 {
    padding-bottom: 4rem;
  }
  .self-directed .medium-padding-left--4 {
    padding-left: 4rem;
  }
  .self-directed .medium-padding-right--4 {
    padding-right: 4rem;
  }
  .self-directed .medium-margin--5 {
    margin: 5rem;
  }
  .self-directed .medium-margin-top--5 {
    margin-top: 5rem;
  }
  .self-directed .medium-margin-bottom--5 {
    margin-bottom: 5rem;
  }
  .self-directed .medium-margin-left--5 {
    margin-left: 5rem;
  }
  .self-directed .medium-margin-right--5 {
    margin-right: 5rem;
  }
  .self-directed .medium-padding--5 {
    padding: 5rem;
  }
  .self-directed .medium-padding-top--5 {
    padding-top: 5rem;
  }
  .self-directed .medium-padding-bottom--5 {
    padding-bottom: 5rem;
  }
  .self-directed .medium-padding-left--5 {
    padding-left: 5rem;
  }
  .self-directed .medium-padding-right--5 {
    padding-right: 5rem;
  }
  .self-directed .medium-margin--6 {
    margin: 6rem;
  }
  .self-directed .medium-margin-top--6 {
    margin-top: 6rem;
  }
  .self-directed .medium-margin-bottom--6 {
    margin-bottom: 6rem;
  }
  .self-directed .medium-margin-left--6 {
    margin-left: 6rem;
  }
  .self-directed .medium-margin-right--6 {
    margin-right: 6rem;
  }
  .self-directed .medium-padding--6 {
    padding: 6rem;
  }
  .self-directed .medium-padding-top--6 {
    padding-top: 6rem;
  }
  .self-directed .medium-padding-bottom--6 {
    padding-bottom: 6rem;
  }
  .self-directed .medium-padding-left--6 {
    padding-left: 6rem;
  }
  .self-directed .medium-padding-right--6 {
    padding-right: 6rem;
  }
  .self-directed .medium-margin--7 {
    margin: 7rem;
  }
  .self-directed .medium-margin-top--7 {
    margin-top: 7rem;
  }
  .self-directed .medium-margin-bottom--7 {
    margin-bottom: 7rem;
  }
  .self-directed .medium-margin-left--7 {
    margin-left: 7rem;
  }
  .self-directed .medium-margin-right--7 {
    margin-right: 7rem;
  }
  .self-directed .medium-padding--7 {
    padding: 7rem;
  }
  .self-directed .medium-padding-top--7 {
    padding-top: 7rem;
  }
  .self-directed .medium-padding-bottom--7 {
    padding-bottom: 7rem;
  }
  .self-directed .medium-padding-left--7 {
    padding-left: 7rem;
  }
  .self-directed .medium-padding-right--7 {
    padding-right: 7rem;
  }
  .self-directed .medium-margin--8 {
    margin: 8rem;
  }
  .self-directed .medium-margin-top--8 {
    margin-top: 8rem;
  }
  .self-directed .medium-margin-bottom--8 {
    margin-bottom: 8rem;
  }
  .self-directed .medium-margin-left--8 {
    margin-left: 8rem;
  }
  .self-directed .medium-margin-right--8 {
    margin-right: 8rem;
  }
  .self-directed .medium-padding--8 {
    padding: 8rem;
  }
  .self-directed .medium-padding-top--8 {
    padding-top: 8rem;
  }
  .self-directed .medium-padding-bottom--8 {
    padding-bottom: 8rem;
  }
  .self-directed .medium-padding-left--8 {
    padding-left: 8rem;
  }
  .self-directed .medium-padding-right--8 {
    padding-right: 8rem;
  }
  .self-directed .medium-margin--9 {
    margin: 9rem;
  }
  .self-directed .medium-margin-top--9 {
    margin-top: 9rem;
  }
  .self-directed .medium-margin-bottom--9 {
    margin-bottom: 9rem;
  }
  .self-directed .medium-margin-left--9 {
    margin-left: 9rem;
  }
  .self-directed .medium-margin-right--9 {
    margin-right: 9rem;
  }
  .self-directed .medium-padding--9 {
    padding: 9rem;
  }
  .self-directed .medium-padding-top--9 {
    padding-top: 9rem;
  }
  .self-directed .medium-padding-bottom--9 {
    padding-bottom: 9rem;
  }
  .self-directed .medium-padding-left--9 {
    padding-left: 9rem;
  }
  .self-directed .medium-padding-right--9 {
    padding-right: 9rem;
  }
  .self-directed .medium-margin--10 {
    margin: 10rem;
  }
  .self-directed .medium-margin-top--10 {
    margin-top: 10rem;
  }
  .self-directed .medium-margin-bottom--10 {
    margin-bottom: 10rem;
  }
  .self-directed .medium-margin-left--10 {
    margin-left: 10rem;
  }
  .self-directed .medium-margin-right--10 {
    margin-right: 10rem;
  }
  .self-directed .medium-padding--10 {
    padding: 10rem;
  }
  .self-directed .medium-padding-top--10 {
    padding-top: 10rem;
  }
  .self-directed .medium-padding-bottom--10 {
    padding-bottom: 10rem;
  }
  .self-directed .medium-padding-left--10 {
    padding-left: 10rem;
  }
  .self-directed .medium-padding-right--10 {
    padding-right: 10rem;
  }
}

@media (min-width: 67.5rem) {
  .self-directed .large-border-radius--0 {
    border-radius: 0rem;
  }
  .self-directed .large-border-radius--1 {
    border-radius: 0.125rem;
  }
  .self-directed .large-border-radius--2 {
    border-radius: 0.25rem;
  }
  .self-directed .large-border-radius--3 {
    border-radius: 0.375rem;
  }
  .self-directed .large-border-radius--4 {
    border-radius: 0.5rem;
  }
  .self-directed .large-border-radius--5 {
    border-radius: 0.625rem;
  }
  .self-directed .large-layer-level-2 {
    box-shadow: 0 0.1em 0.125em 0.125em rgba(0, 25, 40, 0.12);
  }
  .self-directed .large-layer-level-2.hover:hover {
    box-shadow: 0 0.1em 0.125em 0.125em rgba(0, 121, 193, 0.25);
  }
  .self-directed .large-centered {
    margin-left: auto;
    margin-right: auto;
  }
  .self-directed .large-centered,
  .self-directed .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .self-directed .large-height--0 {
    height: 0rem;
    display: block;
  }
  .self-directed .large-height--1 {
    height: 1rem;
    display: block;
  }
  .self-directed .large-height--2 {
    height: 2rem;
    display: block;
  }
  .self-directed .large-height--3 {
    height: 3rem;
    display: block;
  }
  .self-directed .large-height--4 {
    height: 4rem;
    display: block;
  }
  .self-directed .large-height--5 {
    height: 5rem;
    display: block;
  }
  .self-directed .large-height--6 {
    height: 6rem;
    display: block;
  }
  .self-directed .large-height--7 {
    height: 7rem;
    display: block;
  }
  .self-directed .large-height--8 {
    height: 8rem;
    display: block;
  }
  .self-directed .large-height--9 {
    height: 9rem;
    display: block;
  }
  .self-directed .large-height--10 {
    height: 10rem;
    display: block;
  }
  .self-directed .large-height--11 {
    height: 11rem;
    display: block;
  }
  .self-directed .large-height--12 {
    height: 12rem;
    display: block;
  }
  .self-directed .large-height--13 {
    height: 13rem;
    display: block;
  }
  .self-directed .large-height--14 {
    height: 14rem;
    display: block;
  }
  .self-directed .large-height--15 {
    height: 15rem;
    display: block;
  }
  .self-directed .large-height--16 {
    height: 16rem;
    display: block;
  }
  .self-directed .large-height--17 {
    height: 17rem;
    display: block;
  }
  .self-directed .large-height--18 {
    height: 18rem;
    display: block;
  }
  .self-directed .large-height--19 {
    height: 19rem;
    display: block;
  }
  .self-directed .large-height--20 {
    height: 20rem;
    display: block;
  }
  .self-directed .large-height--21 {
    height: 21rem;
    display: block;
  }
  .self-directed .large-height--22 {
    height: 22rem;
    display: block;
  }
  .self-directed .large-height--23 {
    height: 23rem;
    display: block;
  }
  .self-directed .large-height--24 {
    height: 24rem;
    display: block;
  }
  .self-directed .large-height--25 {
    height: 25rem;
    display: block;
  }
  .self-directed .large-height--26 {
    height: 26rem;
    display: block;
  }
  .self-directed .large-height--27 {
    height: 27rem;
    display: block;
  }
  .self-directed .large-height--28 {
    height: 28rem;
    display: block;
  }
  .self-directed .large-height--29 {
    height: 29rem;
    display: block;
  }
  .self-directed .large-height--30 {
    height: 30rem;
    display: block;
  }
  .self-directed .large-margin--half {
    margin: .5rem;
  }
  .self-directed .large-margin-top--half {
    margin-top: .5rem;
  }
  .self-directed .large-margin-bottom--half {
    margin-bottom: .5rem;
  }
  .self-directed .large-margin-left--half {
    margin-left: .5rem;
  }
  .self-directed .large-margin-right--half {
    margin-right: .5rem;
  }
  .self-directed .large-padding-vertical--0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .self-directed .large-padding-horizontal--0 {
    padding-left: 0;
    padding-right: 0;
  }
  .self-directed .large-padding--half {
    padding: .5rem;
  }
  .self-directed .large-padding-top--half {
    padding-top: .5rem;
  }
  .self-directed .large-padding-bottom--half {
    padding-bottom: .5rem;
  }
  .self-directed .large-padding-left--half {
    padding-left: .5rem;
  }
  .self-directed .large-padding-right--half {
    padding-right: .5rem;
  }
  .self-directed .large-padding-vertical--1-half {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .self-directed .large-padding-top--1-half {
    padding-top: 1.5rem;
  }
  .self-directed .large-padding-bottom--1-half {
    padding-bottom: 1.5rem;
  }
  .self-directed .large-padding-horizontal--1-half {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .self-directed .large-padding-left--1-half {
    padding-left: 1.5rem;
  }
  .self-directed .large-padding-right--1-half {
    padding-right: 1.5rem;
  }
  .self-directed .large-margin--0 {
    margin: 0rem;
  }
  .self-directed .large-margin-top--0 {
    margin-top: 0rem;
  }
  .self-directed .large-margin-bottom--0 {
    margin-bottom: 0rem;
  }
  .self-directed .large-margin-left--0 {
    margin-left: 0rem;
  }
  .self-directed .large-margin-right--0 {
    margin-right: 0rem;
  }
  .self-directed .large-padding--0 {
    padding: 0rem;
  }
  .self-directed .large-padding-top--0 {
    padding-top: 0rem;
  }
  .self-directed .large-padding-bottom--0 {
    padding-bottom: 0rem;
  }
  .self-directed .large-padding-left--0 {
    padding-left: 0rem;
  }
  .self-directed .large-padding-right--0 {
    padding-right: 0rem;
  }
  .self-directed .large-margin--1 {
    margin: 1rem;
  }
  .self-directed .large-margin-top--1 {
    margin-top: 1rem;
  }
  .self-directed .large-margin-bottom--1 {
    margin-bottom: 1rem;
  }
  .self-directed .large-margin-left--1 {
    margin-left: 1rem;
  }
  .self-directed .large-margin-right--1 {
    margin-right: 1rem;
  }
  .self-directed .large-padding--1 {
    padding: 1rem;
  }
  .self-directed .large-padding-top--1 {
    padding-top: 1rem;
  }
  .self-directed .large-padding-bottom--1 {
    padding-bottom: 1rem;
  }
  .self-directed .large-padding-left--1 {
    padding-left: 1rem;
  }
  .self-directed .large-padding-right--1 {
    padding-right: 1rem;
  }
  .self-directed .large-margin--2 {
    margin: 2rem;
  }
  .self-directed .large-margin-top--2 {
    margin-top: 2rem;
  }
  .self-directed .large-margin-bottom--2 {
    margin-bottom: 2rem;
  }
  .self-directed .large-margin-left--2 {
    margin-left: 2rem;
  }
  .self-directed .large-margin-right--2 {
    margin-right: 2rem;
  }
  .self-directed .large-padding--2 {
    padding: 2rem;
  }
  .self-directed .large-padding-top--2 {
    padding-top: 2rem;
  }
  .self-directed .large-padding-bottom--2 {
    padding-bottom: 2rem;
  }
  .self-directed .large-padding-left--2 {
    padding-left: 2rem;
  }
  .self-directed .large-padding-right--2 {
    padding-right: 2rem;
  }
  .self-directed .large-margin--3 {
    margin: 3rem;
  }
  .self-directed .large-margin-top--3 {
    margin-top: 3rem;
  }
  .self-directed .large-margin-bottom--3 {
    margin-bottom: 3rem;
  }
  .self-directed .large-margin-left--3 {
    margin-left: 3rem;
  }
  .self-directed .large-margin-right--3 {
    margin-right: 3rem;
  }
  .self-directed .large-padding--3 {
    padding: 3rem;
  }
  .self-directed .large-padding-top--3 {
    padding-top: 3rem;
  }
  .self-directed .large-padding-bottom--3 {
    padding-bottom: 3rem;
  }
  .self-directed .large-padding-left--3 {
    padding-left: 3rem;
  }
  .self-directed .large-padding-right--3 {
    padding-right: 3rem;
  }
  .self-directed .large-margin--4 {
    margin: 4rem;
  }
  .self-directed .large-margin-top--4 {
    margin-top: 4rem;
  }
  .self-directed .large-margin-bottom--4 {
    margin-bottom: 4rem;
  }
  .self-directed .large-margin-left--4 {
    margin-left: 4rem;
  }
  .self-directed .large-margin-right--4 {
    margin-right: 4rem;
  }
  .self-directed .large-padding--4 {
    padding: 4rem;
  }
  .self-directed .large-padding-top--4 {
    padding-top: 4rem;
  }
  .self-directed .large-padding-bottom--4 {
    padding-bottom: 4rem;
  }
  .self-directed .large-padding-left--4 {
    padding-left: 4rem;
  }
  .self-directed .large-padding-right--4 {
    padding-right: 4rem;
  }
  .self-directed .large-margin--5 {
    margin: 5rem;
  }
  .self-directed .large-margin-top--5 {
    margin-top: 5rem;
  }
  .self-directed .large-margin-bottom--5 {
    margin-bottom: 5rem;
  }
  .self-directed .large-margin-left--5 {
    margin-left: 5rem;
  }
  .self-directed .large-margin-right--5 {
    margin-right: 5rem;
  }
  .self-directed .large-padding--5 {
    padding: 5rem;
  }
  .self-directed .large-padding-top--5 {
    padding-top: 5rem;
  }
  .self-directed .large-padding-bottom--5 {
    padding-bottom: 5rem;
  }
  .self-directed .large-padding-left--5 {
    padding-left: 5rem;
  }
  .self-directed .large-padding-right--5 {
    padding-right: 5rem;
  }
  .self-directed .large-margin--6 {
    margin: 6rem;
  }
  .self-directed .large-margin-top--6 {
    margin-top: 6rem;
  }
  .self-directed .large-margin-bottom--6 {
    margin-bottom: 6rem;
  }
  .self-directed .large-margin-left--6 {
    margin-left: 6rem;
  }
  .self-directed .large-margin-right--6 {
    margin-right: 6rem;
  }
  .self-directed .large-padding--6 {
    padding: 6rem;
  }
  .self-directed .large-padding-top--6 {
    padding-top: 6rem;
  }
  .self-directed .large-padding-bottom--6 {
    padding-bottom: 6rem;
  }
  .self-directed .large-padding-left--6 {
    padding-left: 6rem;
  }
  .self-directed .large-padding-right--6 {
    padding-right: 6rem;
  }
  .self-directed .large-margin--7 {
    margin: 7rem;
  }
  .self-directed .large-margin-top--7 {
    margin-top: 7rem;
  }
  .self-directed .large-margin-bottom--7 {
    margin-bottom: 7rem;
  }
  .self-directed .large-margin-left--7 {
    margin-left: 7rem;
  }
  .self-directed .large-margin-right--7 {
    margin-right: 7rem;
  }
  .self-directed .large-padding--7 {
    padding: 7rem;
  }
  .self-directed .large-padding-top--7 {
    padding-top: 7rem;
  }
  .self-directed .large-padding-bottom--7 {
    padding-bottom: 7rem;
  }
  .self-directed .large-padding-left--7 {
    padding-left: 7rem;
  }
  .self-directed .large-padding-right--7 {
    padding-right: 7rem;
  }
  .self-directed .large-margin--8 {
    margin: 8rem;
  }
  .self-directed .large-margin-top--8 {
    margin-top: 8rem;
  }
  .self-directed .large-margin-bottom--8 {
    margin-bottom: 8rem;
  }
  .self-directed .large-margin-left--8 {
    margin-left: 8rem;
  }
  .self-directed .large-margin-right--8 {
    margin-right: 8rem;
  }
  .self-directed .large-padding--8 {
    padding: 8rem;
  }
  .self-directed .large-padding-top--8 {
    padding-top: 8rem;
  }
  .self-directed .large-padding-bottom--8 {
    padding-bottom: 8rem;
  }
  .self-directed .large-padding-left--8 {
    padding-left: 8rem;
  }
  .self-directed .large-padding-right--8 {
    padding-right: 8rem;
  }
  .self-directed .large-margin--9 {
    margin: 9rem;
  }
  .self-directed .large-margin-top--9 {
    margin-top: 9rem;
  }
  .self-directed .large-margin-bottom--9 {
    margin-bottom: 9rem;
  }
  .self-directed .large-margin-left--9 {
    margin-left: 9rem;
  }
  .self-directed .large-margin-right--9 {
    margin-right: 9rem;
  }
  .self-directed .large-padding--9 {
    padding: 9rem;
  }
  .self-directed .large-padding-top--9 {
    padding-top: 9rem;
  }
  .self-directed .large-padding-bottom--9 {
    padding-bottom: 9rem;
  }
  .self-directed .large-padding-left--9 {
    padding-left: 9rem;
  }
  .self-directed .large-padding-right--9 {
    padding-right: 9rem;
  }
  .self-directed .large-margin--10 {
    margin: 10rem;
  }
  .self-directed .large-margin-top--10 {
    margin-top: 10rem;
  }
  .self-directed .large-margin-bottom--10 {
    margin-bottom: 10rem;
  }
  .self-directed .large-margin-left--10 {
    margin-left: 10rem;
  }
  .self-directed .large-margin-right--10 {
    margin-right: 10rem;
  }
  .self-directed .large-padding--10 {
    padding: 10rem;
  }
  .self-directed .large-padding-top--10 {
    padding-top: 10rem;
  }
  .self-directed .large-padding-bottom--10 {
    padding-bottom: 10rem;
  }
  .self-directed .large-padding-left--10 {
    padding-left: 10rem;
  }
  .self-directed .large-padding-right--10 {
    padding-right: 10rem;
  }
}
