:root {
  --yellow-green: #95da36;
  --black: black;
  --off-black: #12120f;
  --white: white;
  --gainsboro: #d8d8d8;
  --dark-green: #77c916;
  --darkergreen: #8bc541;
  --umgrey: #3f3f3f;
  --black-2: #333;
  --yellow-green-2: #97c356;
  --honeydew: #f3f9ec;
  --dark-slate-grey-2: #3d3d3d;
  --um-green: #8dc53e;
  --um--cream: #f1efe9;
  --black-3: #111;
  --dark-slate-grey: #373737;
  --black-4: #1c1c1c;
  --ghost-white: #eeeff4;
  --white-smoke: #f9f9f9;
}

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

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

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

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

body {
  color: #333;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 100%;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 140%;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

p {
  max-width: none;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 140%;
}

a {
  color: var(--yellow-green);
  font-size: 16px;
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: 5px;
  font-weight: 400;
  display: block;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.header {
  background-color: var(--black);
}

.div-block {
  background-color: var(--black);
  width: 1440px;
  padding-bottom: 144px;
}

.container {
  z-index: 100;
  color: var(--off-black);
  text-align: left;
  object-fit: fill;
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 24px;
  display: block;
  position: relative;
  overflow: visible;
}

.container.hero-content {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container.hero-content.flip {
  justify-content: space-between;
  margin-top: 80px;
  margin-bottom: 10px;
  padding-left: 0;
}

.container.hero-content.flip.no-top-margin {
  margin-top: 0;
}

.container.hero-content.flip.no-top-margin.aligned-01 {
  padding-top: 50px;
  transform: rotate(4deg)translate(0, 5px);
}

.container.hero-content.flip.reverse {
  max-width: 1248px;
}

.container.hero-content.no-padding {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
}

.container.hero-content.no-padding.aligned-03 {
  transform: rotate(3.9deg);
}

.container.hero-content.aligned {
  flex-direction: column;
  padding-top: 5rem;
  padding-left: 0;
  padding-right: 0;
}

.container.padding {
  padding-top: 60px;
  padding-bottom: 40px;
}

.container.padding.aligned-02 {
  position: relative;
  transform: translate(0, 58px);
}

.container.padding.aligned-02.up-margin {
  margin-top: 76px;
  position: static;
}

.container.padding.mobile {
  display: none;
}

.container.aligned-04 {
  transform: translate(-40px)rotate(3deg);
}

.container._100-margin {
  margin-top: 100px;
}

.container.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.container.no-padding.mobile {
  display: none;
}

.container.up-margin-100 {
  margin-top: 100px;
}

.container.white-background {
  background-color: #fff;
}

.container.up-margin-150 {
  margin-top: 150px;
}

.container.hide {
  display: none;
}

.container.no-z-index {
  z-index: 0;
}

.container.centered {
  text-align: center;
}

.hero {
  background-color: var(--black);
  padding-top: 220px;
  padding-bottom: 200px;
}

.hero.internal {
  padding-top: 200px;
  padding-bottom: 90px;
}

.hero.internal.bottom-low {
  padding-bottom: 20px;
}

.hero.internal.bottom-no-padding {
  background-color: var(--black);
  padding-bottom: 0;
}

.hero.internal.margin {
  padding-bottom: 20px;
}

.hero.insights, .hero.white-papers {
  color: var(--white);
  text-align: center;
  padding-top: 200px;
  padding-bottom: 0;
  position: relative;
}

.hero-columns {
  align-items: center;
  display: flex;
}

.hero-text {
  flex: 1;
  padding-right: 60px;
}

.hero-text.padding-right {
  padding-right: 0;
}

.hero-image {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: relative;
  left: 0%;
}

.hero-image.business {
  left: -5%;
}

.hero-image.stacked {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  margin-bottom: 0;
  padding-bottom: 0;
}

.hero-image.stacked.flex {
  flex-flow: row;
}

.hero-headline {
  color: var(--white);
  max-width: 640px;
  margin-top: 0;
  margin-bottom: 30px;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 74px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}

.hero-headline.business {
  font-size: 64px;
}

.div-block-2 {
  background-color: #131310;
}

.hero-buttonblock {
  background-color: #131310;
  border-radius: 4px;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  max-width: 422px;
  max-height: none;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.text-block {
  color: var(--white);
  margin-left: auto;
  margin-right: auto;
  line-height: 18px;
}

.button {
  border: 1px solid var(--black);
  color: var(--black);
  letter-spacing: 0;
  text-transform: none;
  background-color: #0000;
  border-radius: 30px;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  transition: background-color .2s;
}

.button:hover {
  background-color: var(--black);
  color: #fff;
}

.button.hero-btn {
  color: var(--off-black);
  letter-spacing: 0;
  text-transform: none;
  background-color: #0000;
  border-width: 1px;
  border-radius: 40px;
  margin-top: -1px;
  margin-bottom: -1px;
  margin-right: -1px;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .2s;
}

.button.hero-btn:hover {
  background-color: var(--black);
  color: #fff;
  font-weight: 500;
}

.button.hero-btn.cta-button {
  color: var(--yellow-green);
  margin-top: 4px;
}

.button.hero-btn.cta-button:hover {
  color: var(--black);
}

.button.hero-btn.green-button {
  color: var(--yellow-green);
}

.button.button-secondary {
  border-style: solid;
  border-color: var(--white);
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  background-color: #0000;
  border-radius: 32px;
  align-self: flex-start;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 18px;
  padding-bottom: 18px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 16px;
}

.button.button-secondary:hover {
  background-color: var(--white);
  color: var(--black);
}

.button.button-secondary.form-button {
  margin-right: 20px;
  font-weight: 400;
}

.button.button-secondary.home-block-text-btn {
  margin-top: 0;
}

.button.button-secondary.home-block-text-btn.green-button {
  background-color: var(--yellow-green);
}

.button.button-secondary.hero-btn {
  border-radius: 30px;
  margin-top: 24px;
}

.button.button-secondary.nav-btn {
  background-color: #0000;
  border-style: solid;
  border-color: #fff;
  margin-top: 14px;
  margin-left: 16px;
  padding: 16px 20px;
  font-size: 16px;
}

.button.button-secondary.nav-btn:hover {
  background-color: var(--white);
  color: var(--black);
}

.button.button-secondary.offers-button {
  margin-top: 0;
  margin-right: 16px;
}

.button.button-secondary.black {
  color: var(--black);
}

.button.nav-buton {
  color: var(--yellow-green);
  letter-spacing: 0;
  text-transform: none;
  background-color: #0000;
  border-radius: 30px;
  margin-top: 16px;
  margin-left: 16px;
  padding: 12px 20px;
  font-size: 14px;
}

.button.landing-hiw-btn {
  margin-top: 40px;
}

.button.landing-hiw-btn:hover {
  background-color: var(--yellow-green);
  color: #000;
}

.button.modal-button {
  margin-right: 24px;
}

.button.button-quote {
  border-style: solid;
  border-color: var(--white);
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  background-color: #0000;
  border-radius: 32px;
  align-self: flex-start;
  margin-top: 0;
  padding-top: 18px;
  padding-bottom: 18px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 16px;
}

.button.button-quote:hover {
  background-color: var(--white);
  color: var(--black);
}

.button.button-quote.form-button {
  margin-right: 20px;
  font-weight: 400;
}

.button.button-quote.home-block-text-btn {
  margin-top: 0;
}

.button.button-quote.hero-btn {
  border-radius: 30px;
  margin-top: 24px;
}

.button.button-quote.nav-btn {
  background-color: #0000;
  border-style: solid;
  border-color: #fff;
  margin-top: 14px;
  margin-left: 16px;
  padding: 16px 20px;
  font-size: 16px;
}

.button.button-quote.nav-btn:hover {
  background-color: var(--white);
  color: var(--black);
}

.button.button-quote.offers-button {
  margin-top: 0;
  margin-right: 16px;
}

.button.button-spacing {
  margin-top: 10px;
}

.div-block-3 {
  background-color: var(--gainsboro);
  color: #9e9a9a;
  height: 425px;
  max-height: none;
}

.hedline-photo {
  background-color: var(--gainsboro);
  color: var(--gainsboro);
  height: auto;
}

.mainpoints {
  background-color: var(--black);
  padding-top: 0;
  padding-bottom: 0;
}

.mainpoints-green-rectangle {
  border: 1px solid var(--yellow-green);
}

.mainpoints-columns {
  padding: 50px 0 50px 50px;
}

.mainpoints-icon {
  background-color: var(--gainsboro);
  width: 25px;
  max-width: 25px;
  height: 25px;
  max-height: none;
}

.heading {
  color: var(--white);
  text-align: left;
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 30px;
}

.mainpoints-subtext {
  color: var(--gainsboro);
  width: auto;
  max-width: 250px;
  margin-bottom: 0;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
}

.mainpoints-subtext.business {
  max-width: 90%;
}

.passiveincome {
  background-color: var(--black);
  padding-top: 200px;
  padding-bottom: 200px;
}

.passiveincome-columns {
  align-items: center;
  display: flex;
}

.passiveincome-columns-left {
  padding-left: 0;
  padding-right: 0;
}

.passiveincome-columns-right {
  margin-bottom: -25px;
  padding-left: 0;
  padding-right: 0;
}

.passiveincome-heading {
  color: #fff;
  max-width: none;
  margin-top: 0;
  margin-bottom: 20px;
  padding-right: 50px;
  font-size: 42px;
  font-weight: 200;
  line-height: 140%;
}

.passiveincome-subtext {
  color: var(--white);
  max-width: 450px;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
}

.column {
  padding-left: 0;
  padding-right: 0;
}

.checkmark {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 0;
  font-size: 14px;
  display: flex;
}

.checkmark-icon {
  background-color: #fff;
  flex: none;
  width: 16px;
  height: 16px;
  margin-top: 4px;
}

.checkmark-text {
  color: var(--white);
  margin-bottom: 30px;
  padding-left: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
}

.checkmark-text.sidebyside {
  padding-left: 0;
  font-size: 18px;
  line-height: 150%;
}

.home-features {
  background-color: var(--black);
  padding-top: 0;
  padding-bottom: 50px;
}

.home-feature-list-item {
  color: var(--black);
  margin-bottom: 10px;
  font-size: 18px;
}

.home-feature-list-item.black {
  color: var(--black);
}

.sidebyside {
  align-items: center;
  display: flex;
}

.sidebyside.home-feature {
  padding-bottom: 100px;
}

.sidebyside.home-feature.leads {
  border: 1px solid var(--yellow-green);
  border-radius: 4px;
  margin-top: 0;
  margin-bottom: 75px;
  padding: 0 50px;
  overflow: hidden;
}

.sidebyside-right {
  flex: 0 33%;
  height: 525px;
  min-height: auto;
  padding-left: 0;
  padding-right: 0;
}

.sidebyside-right.inverse {
  padding-left: 0;
}

.sidebyside-subtext {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 150%;
}

.placeholder {
  background-color: #0000;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 450px;
  margin-top: -41px;
  display: flex;
}

.placeholder.home-feature-img-2 {
  background-color: var(--gainsboro);
  width: auto;
  max-width: 300px;
  height: 450px;
  margin-top: 0;
}

.list {
  margin-bottom: -15px;
}

.sidebyside-left {
  flex: 0 50%;
  min-height: auto;
  padding-right: 20px;
}

.sidebyside-left.home-features-text {
  flex: 1;
  padding-left: 0;
  padding-right: 0;
}

.home-feature-list-text {
  padding-left: 15px;
  font-size: 16px;
}

.sidebyside-heading {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}

.bold-text {
  color: var(--white);
  font-size: 32px;
  line-height: 40px;
}

.sidebyside-icon {
  color: #e66262;
  background-color: #0000;
  width: 32px;
  height: 32px;
}

.insights {
  background-color: var(--black);
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 100px;
}

.insights.home {
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 150px;
}

.insights.insights-other-posts {
  padding-top: 100px;
  padding-bottom: 100px;
}

.insights-header {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 50px;
  display: flex;
}

.heading-2 {
  margin-top: 0;
}

.insights-heading {
  color: var(--white);
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 46px;
}

.column-2 {
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.column-3 {
  justify-content: space-around;
  align-items: flex-end;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.insights-columns {
  height: auto;
  margin-left: -10px;
  margin-right: -10px;
}

.inisghts-card {
  background-color: #131310;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  text-decoration: none;
  display: block;
  overflow: visible;
}

.styleguide-eyebrow {
  margin-bottom: 20px;
}

.styleguide-colors-swatch {
  color: #0000;
  background-color: #ff8d22;
  width: 100%;
  height: 120px;
  margin-bottom: 15px;
}

.styleguide-colors-swatch.styleguide-colors-swatch-white {
  background-color: #fff;
}

.styleguide-colors-swatch.styleguide-colors-swatch-grey {
  color: #0000;
  background-color: #777;
}

.styleguide-colors-swatch.styleguide-colors-swatch-black {
  background-color: #333;
}

.styleguide-colors-swatch.styleguide-colors-swatch-secondary {
  color: #0000;
  background-color: #5aa1ff;
}

.styleguide-colors-swatch.styleguide-colors-swatch-light-grey {
  background-color: #d8d8d8;
}

.styleguide-colors-swatch.styleguide-colors-swatch-offwhite {
  background-color: #f5f5f5;
}

.styleguide-colors-swatch.styleguide-colors-swatch-negative {
  background-color: #d12e2e;
}

.styleguide-colors-swatch.styleguide-colors-swatch-positive {
  background-color: #4dca64;
}

.styleguide-primary-colors, .styleguide-colors {
  margin-bottom: 30px;
}

.styleguide-title {
  margin-bottom: 10px;
}

.styleguide-header-styles {
  margin-bottom: 60px;
}

.styleguide-secondary-font-light {
  font-family: Merriweather, serif;
  font-weight: 300;
}

.styleguide-secondary-font-bold {
  font-family: Merriweather, serif;
}

.align-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-ui {
  font-size: 14px;
  line-height: 18px;
}

.styleguide-primary-font-normal {
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.align-right {
  text-align: right;
}

.styleguide-primary-font-light {
  font-weight: 300;
}

.styleguide-primary-font {
  margin-bottom: 30px;
}

.styleguide-text-styles {
  margin-bottom: 60px;
}

.styleguide-header-styles-columns {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.styleguide-secondary-font-normal {
  font-family: Merriweather, serif;
  font-weight: 400;
}

.styleguide-secondary-font {
  margin-bottom: 60px;
}

.button-2 {
  background-color: #ff8d22;
}

.button-2.button-outline-secondary {
  color: #5aa1ff;
  background-color: #0000;
  border: 2px solid #5aa1ff;
}

.button-2.button-positive {
  background-color: #4dca64;
}

.button-2.button-outline-negative {
  color: #d12e2e;
  background-color: #0000;
  border: 2px solid #d12e2e;
}

.button-2.button-negative {
  background-color: #d12e2e;
}

.button-2.button-outline {
  color: #ff8d22;
  background-color: #0000;
  border: 2px solid #ff8d22;
}

.button-2.button-outline-positive {
  color: #4dca64;
  background-color: #0000;
  border: 2px solid #4dca64;
}

.button-2.button-secondary {
  background-color: #5aa1ff;
}

.body {
  background-color: var(--black);
  font-family: Muli, sans-serif;
}

.home-features-img {
  flex: 0 40%;
  height: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.home-features-text {
  flex: 1;
  margin-bottom: 0;
  padding-left: 75px;
  padding-right: 50px;
}

.faq {
  background-color: var(--black);
  padding-top: 200px;
  padding-bottom: 100px;
}

.faq-header {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 50px;
  display: flex;
}

.faq-group {
  width: 100%;
  margin-bottom: 50px;
}

.faq-group.hide {
  display: none;
}

.faq-group-header {
  color: var(--white);
  justify-content: space-between;
  margin-bottom: 15px;
  font-weight: 200;
  display: flex;
}

.faq-group-header.black-color {
  color: var(--black);
}

.faq-group-paragraph {
  color: var(--white);
  font-size: 17px;
  font-weight: 200;
  line-height: 26px;
}

.div-block-4 {
  justify-content: space-between;
  display: flex;
}

.faq-group-control {
  color: var(--white);
  margin-left: 20px;
  font-size: 36px;
  text-decoration: none;
}

.heading-3 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
}

.heading-3.black-color {
  color: var(--black);
}

.insight-card-image {
  background-color: var(--gainsboro);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 200px;
}

.insight-card-text {
  background-color: #131310;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 175px;
  padding: 0 30px;
  display: flex;
}

.insight-card-text-heading {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 24px;
}

.container-2 {
  z-index: 500;
  flex: 0 auto;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.navbar-link {
  color: #000;
  letter-spacing: 0;
  text-transform: capitalize;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  font-weight: 300;
}

.nav-brand-text {
  color: #89539f;
  letter-spacing: -1px;
  margin-top: 10px;
  margin-left: 0;
  font-size: 24px;
  font-weight: 800;
}

.nav-beta {
  color: #fff;
  background-color: #3a7cff;
  border-radius: 20px 20px 20px 0;
  margin-top: 5px;
  margin-left: 10px;
  padding: 6px;
  font-size: 12px;
  line-height: 12px;
}

.brand {
  align-items: center;
  margin-top: 12px;
  display: flex;
}

.button-3 {
  color: #89539f;
  background-color: #e7ddec;
  border-radius: 4px;
  padding: 15px;
  line-height: 14px;
}

.button-3.w--current {
  color: #89539f;
  background-color: #e7ddec;
}

.button-3.nav-button {
  margin-top: 10px;
  margin-left: 15px;
  line-height: 14px;
}

.nav-menu {
  flex: 1;
  align-items: center;
  display: flex;
}

.navbar {
  background-color: var(--black);
  border: 1px #000;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 1px 20px #00000040;
}

.navbar.relative {
  position: relative;
}

.nav-link {
  color: var(--white);
  text-transform: uppercase;
}

.nav-link-2, .nav-link-3, .nav-link-4 {
  color: var(--white);
}

.navbar-2 {
  background-color: var(--black);
}

.paragraph, .insight-card-text-toptext {
  color: var(--white);
  margin-bottom: 15px;
  font-size: 10px;
  line-height: 12px;
}

.insight-card-text-date {
  color: var(--white);
  margin-bottom: 0;
  font-size: 12px;
  line-height: 12px;
}

.footer {
  z-index: 77;
  background-color: #131310;
  padding-top: 40px;
  padding-bottom: 100px;
  position: relative;
}

.logo {
  background-color: #0000;
  max-width: none;
  height: 38px;
}

.footer-text {
  color: var(--white);
  width: 60%;
  margin-top: 20px;
  font-size: 14px;
}

.footer-copyright {
  color: var(--gainsboro);
  margin-top: 16px;
  margin-bottom: 0;
  margin-right: 40px;
  font-size: 11px;
}

.footer-copyright.subfooter {
  width: 100%;
  margin-top: 20px;
}

.footer-copyright p {
  font-size: 12px;
}

.footer-copyright a {
  color: var(--white);
  font-size: 12px;
  text-decoration: none;
}

.footer-social {
  color: var(--gainsboro);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 10px;
  line-height: 13px;
}

.footer-links {
  color: var(--white);
  flex-wrap: nowrap;
  padding-bottom: 10px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.footer-links.small {
  font-size: 14px;
  display: inline-block;
}

.columns {
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.columns.center {
  align-items: center;
}

.columns.product-columns {
  margin-bottom: 40px;
  position: relative;
}

.columns.product-columns.last {
  margin-bottom: 0;
}

.columns.product-card-columns {
  align-items: flex-start;
  margin-top: 100px;
}

.columns.columns-top, .columns.top {
  align-items: flex-start;
}

.columns.top.margin-bottom-32 {
  margin-bottom: 32px;
}

.columns.top.margin-top-40 {
  margin-top: 40px;
}

.columns.top.margin-top-40.margin-bottom-40 {
  margin-bottom: 40px;
}

.columns.home-coin {
  margin-top: 120px;
  display: none;
}

.columns.tenjin-benefits-column {
  padding-right: 40px;
}

.columns.offer-columns {
  margin-bottom: 80px;
}

.columns.product-invest-columns {
  border-bottom: 1px solid var(--gainsboro);
}

.columns.product-banks-credit-unions-columns {
  border-bottom: 1px solid var(--gainsboro);
  flex-direction: row;
  margin-top: 80px;
  padding-bottom: 30px;
}

.columns.product-columns-graphs {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
}

.columns.product-columns-graphs.last {
  margin-bottom: 0;
}

.html-embed {
  height: 373px;
}

.nav-brand {
  align-self: center;
  display: flex;
}

.nav-brand.align-center {
  align-items: center;
}

.nav-link {
  letter-spacing: 2px;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 10px;
  line-height: 16px;
  display: block;
  top: 0;
}

.nav-link.w--current {
  color: var(--dark-green);
  font-weight: 700;
}

.nav-link.hide {
  display: none;
}

.background-video {
  width: 100%;
  height: 450px;
  display: none;
  position: relative;
  inset: 0% auto auto 0%;
}

.background-video.business {
  width: 65vw;
  height: 55vw;
  left: 0;
  right: auto;
}

.collection-list-wrapper {
  height: auto;
}

.insights-card {
  align-items: center;
  margin-bottom: 50px;
  padding-right: 50px;
  text-decoration: none;
  display: flex;
}

.insights-card-img {
  background-color: var(--black);
  background-image: url('../images/joshua-mayo-HASoyURgPMY-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  flex: none;
  width: 200px;
  height: 150px;
  margin-right: 32px;
}

.insights-card-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-weight: 400;
  line-height: 140%;
}

.insights-card-title.sm {
  font-size: 24px;
}

.insights-card-category {
  color: var(--gainsboro);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}

.insights-favs-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 24px;
  font-weight: 500;
}

.insights-favs-card-img {
  background-color: var(--black);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex: none;
  width: 76px;
  height: 76px;
}

.insights-favs-card {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.insights-favs-card-title {
  color: var(--white);
  padding-right: 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.insights-favs {
  border: 1px solid #fff;
  padding: 24px 24px 0;
  position: sticky;
  top: 30px;
}

.insights-hero-title {
  color: #fff;
  padding-right: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 140%;
  position: relative;
}

.insights-hero-title.internal-text {
  margin-bottom: 0;
}

.insights-hero-title.black-color {
  color: var(--black);
}

.insights-hero-title.black-color.white-text {
  color: var(--white);
}

.insights-pagination {
  justify-content: space-between;
  margin-top: 50px;
}

.insight-hero-title {
  max-width: 960px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 48px;
  font-weight: 500;
  line-height: 120%;
}

.insight-hero-img {
  background-color: var(--white);
  background-image: url('../images/joshua-mayo-HASoyURgPMY-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 120%;
  max-width: 960px;
  height: 500px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.insight-hero-img.contain-image {
  background-color: var(--black);
  background-size: contain;
}

.insight-hero-lede {
  text-align: left;
  max-width: 760px;
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  font-weight: 200;
  line-height: 36px;
}

.insight-content {
  background-color: var(--white);
  color: var(--black);
  padding-top: 100px;
  padding-bottom: 100px;
  font-size: 18px;
  font-weight: 200;
}

.insight-content.dark {
  background-color: var(--black);
  color: var(--white);
  display: flex;
}

.insight-content.dark.white-background {
  background-color: #fff;
}

.insights-content-text {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
}

.insights-content-text h4 {
  max-width: none;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 21px;
  font-weight: 400;
}

.insights-content-text h2 {
  max-width: none;
  margin: 30px auto 20px;
  font-weight: 600;
}

.insights-content-text h1 {
  color: var(--black);
  max-width: 686px;
  margin-left: auto;
  margin-right: auto;
  font-family: Poppins, sans-serif;
  font-size: 52px;
  font-weight: 500;
  line-height: 140%;
}

.insights-content-text h3 {
  margin: 30px auto 20px;
  font-weight: 600;
}

.insights-content-text ul {
  max-width: none;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.insights-content-text a {
  color: var(--darkergreen);
  white-space: pre-wrap;
  font-size: 20px;
  font-weight: 600;
  text-decoration: underline;
}

.insights-content-text ol {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 140%;
}

.insights-content-text p {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 140%;
}

.insights-content-text h5, .insights-content-text h6, .insights-content-text blockquote {
  max-width: 686px;
  margin-left: auto;
  margin-right: auto;
}

.insights-content-text strong {
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.insights-content-text li {
  padding-bottom: 8px;
}

.insights-content-text img {
  width: 100%;
  max-width: none;
  margin-top: 80px;
  margin-bottom: 80px;
}

.insights-content-text.up-padding {
  padding-top: 20px;
}

.insight-hero-author {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.insight-hero-author-img {
  border-radius: 30px;
  flex: none;
  width: 32px;
  height: 32px;
  margin-right: 12px;
}

.insights-other-posts {
  padding-bottom: 150px;
}

.insight-other-posts-title {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 30px;
}

.insight-other-posts-img {
  background-color: var(--white);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex: none;
  width: 72px;
  height: 72px;
  margin-right: 16px;
}

.insight-other-posts-card {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.insight-other-posts-list {
  justify-content: space-between;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.insight-other-posts-name {
  color: var(--white);
  padding-right: 20px;
  font-weight: 400;
}

.mainpoints-title {
  color: var(--white);
}

.nav-dropdown.w--open {
  background-color: #fff;
  min-width: 200px;
  padding-top: 10px;
  padding-bottom: 15px;
}

.nav-dropdown-link {
  color: #fff;
  padding: 16px 24px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.nav-dropdown-link.w--current {
  color: var(--yellow-green);
}

.nav-dropdown-link.hidden {
  display: none;
}

.hero-subheadline {
  color: #fff;
  max-width: 560px;
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
}

.hero-business {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  width: 50%;
  margin-left: auto;
  padding-left: 5%;
  display: block;
}

.faq-content {
  background-color: var(--black);
  margin-bottom: 0;
  padding-bottom: 150px;
}

.collection-item {
  flex: 0 33%;
}

.video-content {
  background-color: var(--black);
  padding-top: 0;
  padding-bottom: 150px;
}

.videos-item {
  margin-bottom: 20px;
}

.internal-content {
  z-index: 5;
  background-color: var(--black);
  color: var(--white);
  padding-top: 0;
  padding-bottom: 140px;
  font-weight: 400;
  position: relative;
}

.internal-content.margin-top-btm-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.internal-text {
  margin-bottom: 50px;
  font-weight: 400;
}

.internal-text.white-text {
  color: var(--white);
}

.internal-text.white-text.no-bottom-margin {
  margin-bottom: 0;
}

.internal-text.white-text a {
  color: var(--darkergreen);
  font-size: 18px;
  font-weight: 400;
}

.internal-text.black-color {
  color: var(--black);
}

.modal-bg {
  z-index: 50;
  background-color: #000c;
  flex: 1;
  width: 100vw;
  height: 100vh;
  position: absolute;
}

.modal {
  z-index: 1000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: absolute;
}

.modal.test {
  display: none;
}

.modal-card {
  z-index: 500;
  background-color: var(--white);
  border-radius: 6px;
  width: 100%;
  max-width: 640px;
  padding: 30px;
  position: relative;
}

.modal-card.videomodal-card {
  max-width: 920px;
}

.modal-columns {
  margin-left: -10px;
  margin-right: -10px;
}

.form-input {
  height: 50px;
  margin-bottom: 20px;
  padding: 12px 14px;
  font-size: 16px;
}

.form-input.secondary {
  background-color: #201b1b00;
  border: 1px #000;
  border-bottom: 1px solid #fff;
  margin-bottom: 0;
}

.form-input.b2b {
  background-color: var(--white);
  border-radius: 6px;
}

.form-input.b2b::placeholder {
  color: var(--umgrey);
}

.form-input.b2b.large {
  height: 125px;
}

.form-input.b2b._50 {
  width: 50%;
  margin-right: 0;
}

.form-input.b2b._50.margin-right5 {
  margin-right: 5px;
}

.form-input.b2b.name {
  width: 50%;
  margin-left: 0;
  margin-right: 0;
}

.form-input.b2b.name.marg-right {
  background-color: var(--white);
  margin-right: 5px;
}

.form-input.b2b.name.marg-left {
  background-color: var(--white);
  margin-left: 0;
}

.modal-title {
  margin-top: 0;
  margin-bottom: 10px;
}

.modal-form {
  margin-bottom: 0;
}

.modal-header {
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 20px;
  display: flex;
}

.modal-close {
  color: var(--black);
  font-size: 20px;
  line-height: 16px;
}

.modal-success-message {
  background-color: var(--dark-green);
  color: #fff;
}

.form-controls {
  color: #444;
  align-items: center;
  display: flex;
}

.calculator-embed {
  background-color: var(--white);
  border: 1px #000;
  width: 100%;
  height: 400px;
}

.insights-card-author-img {
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.div-block-5 {
  align-items: center;
  display: flex;
}

.heading-4 {
  color: var(--white);
}

.insights-card-author-name {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 14px;
}

.insights-card-author-name.black-color {
  color: var(--black);
}

.demo {
  padding-bottom: 150px;
}

.demo-card {
  border-radius: 4px;
  justify-content: space-between;
  padding: 0;
  display: flex;
}

.demo-bg {
  border: 1px solid var(--yellow-green);
  background-color: #0000;
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 700px;
  display: flex;
  overflow: hidden;
}

.demo-bg.bg {
  background-color: #12120f;
  background-image: none;
}

.demo-controls {
  flex: 1;
  padding: 50px;
}

.demo-controls-group {
  color: #fff;
}

.demo-controls-group.default {
  margin-bottom: 40px;
}

.demo-controls-group-desc {
  width: 100%;
  height: 0;
  font-family: Lato, sans-serif;
  font-weight: 300;
  line-height: 140%;
  display: block;
  overflow: hidden;
}

.demo-controls-group-title {
  margin-top: 0;
  font-weight: 200;
}

.demo-phone {
  background-color: #fff;
  border: 10px solid #797979;
  border-radius: 20px;
  flex: none;
  width: 300px;
  height: 560px;
  transform: rotate(-11deg);
}

.div-block-6 {
  width: 300px;
}

.nav-dropdown-subtitle {
  color: #727272;
  margin-top: 20px;
  margin-bottom: 5px;
  padding: 0 30px;
  font-size: 14px;
}

.image-2 {
  z-index: 100;
  display: block;
  position: absolute;
  inset: auto auto auto 0;
}

.hero-img-default {
  width: auto;
  height: 630px;
  position: absolute;
  top: auto;
}

.hero-text-features {
  padding-left: 0;
  list-style-type: none;
}

.hero-text-features-item {
  opacity: .75;
  color: var(--white);
  cursor: pointer;
  align-items: center;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 30px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 140%;
  transition: opacity .2s;
  display: flex;
}

.hero-text-features-item:hover {
  opacity: 1;
}

.hero-text-features-item-icon {
  width: 24px;
  height: 24px;
  margin-right: 16px;
}

.hero-img-spend {
  background-color: var(--yellow-green);
  width: auto;
  height: 630px;
  display: none;
  position: absolute;
}

.hero-img-invest {
  width: auto;
  height: 630px;
  display: none;
  position: absolute;
}

.hero-img-save {
  border: 1px none var(--yellow-green);
  background-color: var(--yellow-green);
  width: auto;
  height: 630px;
  display: none;
  position: absolute;
}

.body-2 {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.split-link {
  display: none;
  overflow: visible;
}

.hero-text-details {
  align-items: center;
  display: flex;
  position: relative;
}

.hero-all-in-one {
  opacity: .75;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 100%;
  position: absolute;
  top: 85px;
  left: -70px;
  transform: rotate(-90deg);
}

.about-intro, .about-team {
  margin-bottom: 100px;
}

.about-team-card {
  margin-bottom: 0;
  padding: 0 20px 20px;
}

.about-office {
  margin-bottom: 150px;
}

.about-team-card-headshot {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.about-team-card-headshot.smaller {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 250px;
}

.about-team-card-headshot.smaller.color {
  filter: none;
  height: auto;
}

.about-team-card-name {
  margin-top: 30px;
  font-size: 32px;
}

.about-team-card-role {
  margin-top: 5px;
  margin-bottom: 10px;
  font-weight: 400;
}

.utility-page-wrap {
  background-color: var(--black);
  color: #ffffffe6;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-wrap.up-wr {
  background-color: #fff;
  justify-content: center;
  max-width: 100%;
}

.utility-page-content {
  z-index: 3;
  grid-column-gap: 96px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-items: center;
  max-width: 1440px;
  display: grid;
  position: relative;
}

.about-team-card-icon {
  width: 24px;
  height: 20px;
}

.hero-text-details-label {
  align-items: center;
  display: flex;
}

.hero-text-details-label-text {
  color: #fff;
  margin-right: 15px;
  font-size: 26px;
  font-weight: 600;
}

.ty-content {
  background-color: var(--black);
  padding-top: 0;
  padding-bottom: 120px;
}

.ty-hero-headline {
  text-align: center;
  font-weight: 400;
}

.ty-hero-headline.black-color {
  color: var(--black);
}

.ty-hero-headline.black-color.white-text {
  color: var(--white);
}

.ty-hero-subtitle {
  color: var(--white);
  text-align: center;
  max-width: 760px;
  margin: 30px auto 0;
}

.ty-hero-subtitle.black-color {
  color: var(--black);
}

.ty-hero-subtitle.black-color.white-text {
  color: var(--white);
}

.ty-actions-card {
  border: 1px solid var(--yellow-green);
  color: var(--white);
  padding: 40px;
}

.ty-actions-card-title {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1;
}

.ty-actions-card-title.black-color {
  color: var(--black);
}

.ty-actions-card-link {
  margin-right: 16px;
  display: inline-block;
}

.about-team-initials {
  background-color: var(--yellow-green);
  text-align: center;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 250px;
  display: flex;
}

.hero-white-bg {
  background-color: #fff;
  width: 100%;
  height: 250px;
  position: absolute;
  inset: auto 0% 0%;
}

.insight-hero-author-name.white {
  color: var(--white);
}

.home-hero {
  border-top: 1px solid var(--gainsboro);
  background-color: var(--white);
  padding-top: 80px;
  padding-bottom: 60px;
  display: block;
  position: relative;
  overflow: hidden;
}

.home-hero-headline {
  color: var(--black-2);
  text-align: left;
  flex: 0 auto;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  margin-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 72px;
  font-weight: 600;
  line-height: 70px;
  position: static;
  top: 27px;
}

.home-hero-headline.smaller {
  padding-bottom: 20px;
  padding-left: 0;
  font-size: 40px;
  line-height: 50px;
}

.home-hero-headline.white {
  color: var(--white);
  max-width: none;
  font-weight: 700;
}

.home-hero-subheadline {
  color: var(--off-black);
  width: 70%;
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.image-3 {
  width: 100%;
}

.home-hero-video {
  flex: none;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 100%;
}

.home-block {
  color: var(--white);
  padding-top: 150px;
  padding-bottom: 150px;
}

.home-block.light {
  background-color: var(--white);
  color: var(--black);
  padding-top: 150px;
  padding-bottom: 150px;
}

.home-block.light.remit {
  max-width: 100vw;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 100px;
  overflow: hidden;
}

.home-block.light.grow {
  max-width: 100vw;
  padding-top: 100px;
  padding-bottom: 0;
  overflow: hidden;
}

.home-block.light.small-space {
  z-index: 0;
  border-top: 1px solid var(--gainsboro);
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.home-block.light.small-space.featured {
  display: block;
}

.home-block.light.margin-top-btm-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.home-block.nopadding {
  padding-top: 0;
  padding-bottom: 0;
}

.home-block.paddingtop {
  padding-top: 0;
  padding-bottom: 120px;
}

.home-block.light-grey {
  background-color: var(--white);
  color: var(--black);
  padding-top: 150px;
  padding-bottom: 150px;
}

.home-block.light-grey.remit {
  max-width: 100vw;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 100px;
  overflow: hidden;
}

.home-block.light-grey.grow {
  max-width: 100vw;
  padding-top: 100px;
  padding-bottom: 0;
  overflow: hidden;
}

.home-block.light-grey.small-space {
  z-index: 0;
  border-top: 1px solid var(--gainsboro);
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.home-block.light-grey.small-space.featured {
  background-color: #f8f8f8;
  display: block;
}

.home-block.dark-bg {
  background-color: var(--black);
}

.home-block-half-width-video {
  float: right;
  width: 50vw;
  height: 750px;
}

.home-block-text {
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
}

.home-block-text-eyebrow {
  color: var(--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 12px;
}

.home-block-text-eyebrow.green {
  color: var(--yellow-green);
  position: absolute;
  inset: auto 0% -7%;
}

.home-block-text-eyebrow.paragraph {
  color: var(--off-black);
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 10px;
  font-weight: 300;
}

.home-block-text-header {
  color: var(--black);
  margin-top: 16px;
  margin-bottom: 8px;
  font-size: 36px;
  font-weight: 600;
  line-height: 45px;
}

.home-block-text-desc {
  width: 100%;
  max-width: none;
  margin-bottom: 16px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.home-block-text-desc.padding {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
}

.home-block-text-desc.padding.white-text {
  color: var(--gainsboro);
}

.home-block-text-desc.white {
  color: var(--white);
}

.home-block-remit-img {
  float: right;
  transform-style: preserve-3d;
  background-image: url('../images/remit-money.png');
  background-position: 0%;
  background-size: cover;
  width: 50vw;
  padding-top: 40vw;
  position: relative;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.home-block-remit-img.products-section-remit {
  float: left;
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  transform: none;
}

.mask {
  height: auto;
  padding-bottom: 20px;
}

.home-block-automate-img-1 {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.home-block-automate-img-1.maximize {
  max-width: 90%;
}

.home-block-automate-slide-1 {
  background-color: #0000;
}

.home-block-automate-slider {
  background-color: #0000;
  height: auto;
}

.home-block-automate-slider.robo-slider {
  margin-top: 120px;
}

.right-arrow, .left-arrow {
  color: var(--black);
}

.home-block-grow-img {
  width: 45vw;
  max-width: none;
}

.home-block-unfied-img, .home-block-invest-img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.calculator-content {
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 100px;
  padding-bottom: 200px;
  display: flex;
}

.html-embed-2 {
  width: 100%;
  height: auto;
  overflow: visible;
}

.left-arrow-2, .right-arrow-2 {
  color: var(--off-black);
}

.calculator-disclaimer {
  background-color: var(--black);
  color: var(--gainsboro);
  padding-bottom: 100px;
  font-style: italic;
}

.products-section {
  background-color: var(--white);
  max-width: 100vw;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.products-section.light {
  background-color: var(--black);
  color: #fff;
  text-align: left;
}

.products-section.offwhite {
  color: var(--black);
  background-color: #f3efea;
}

.products-section.remit {
  padding-top: 80px;
  padding-bottom: 80px;
}

.products {
  margin-top: 80px;
}

.products-hero-headline {
  color: var(--black);
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 46px;
  font-weight: 600;
  line-height: 120%;
}

.products-section-title {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 36px;
  font-weight: 500;
}

.products-section-title.dark {
  color: var(--black);
  margin-bottom: 30px;
}

.products-section-title.white {
  color: var(--white);
}

.products-section-subtitle {
  max-width: 640px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.product-hero {
  background-color: var(--black);
  color: var(--white);
  width: 100%;
  padding-top: 120px;
  padding-bottom: 100px;
}

.product-hero.landing {
  padding-top: 160px;
}

.product {
  padding-top: 80px;
}

.product-hero-headline {
  color: var(--white);
  margin-bottom: 16px;
  font-size: 52px;
  font-weight: 600;
  line-height: 140%;
}

.product-hero-headline.smaller {
  font-size: 40px;
}

.product-hero-headline.black {
  color: var(--black-2);
}

.product-hero-subheadline {
  color: var(--white);
  margin-bottom: 16px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 200;
}

.product-hero-subheadline.padding {
  margin-bottom: 30px;
}

.product-hero-divider {
  background-color: #ffffff4a;
  width: 100%;
  height: 1px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.product-hero-stat {
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-size: 34px;
  font-weight: 600;
}

.product-hero-stat.smaller {
  color: var(--white);
  margin-bottom: 8px;
  font-size: 24px;
}

.product-hero-stat-label {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
}

.product-hero-stat-label.black-color {
  color: var(--black);
}

.product-section {
  background-color: var(--white);
  text-align: left;
  padding-top: 160px;
  padding-bottom: 160px;
}

.product-section.dark {
  background-color: var(--black);
  color: #fff;
  padding-bottom: 100px;
  display: none;
}

.product-section.no-padding-top {
  max-width: 100vw;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.product-section.no-padding-top.padding-bottom-large {
  padding-bottom: 120px;
}

.product-section.offwhite {
  background-color: #f2efe9;
  padding-bottom: 130px;
}

.product-section.no-padding-bottom {
  padding-bottom: 0;
}

.product-section.black {
  color: var(--white);
  background-color: #000;
}

.product-section.black.hide {
  display: none;
}

.product-section.padding-small {
  padding-top: 80px;
  padding-bottom: 80px;
}

.product-section.padding-small.hidden {
  display: none;
}

.product-section.no-padding-top-padding-bottom {
  max-width: 100vw;
  padding-top: 0;
  padding-bottom: 60px;
  display: none;
  overflow: hidden;
}

.product-section.no-padding-top-padding-bottom.padding-bottom-large {
  padding-bottom: 120px;
}

.product-feature-card {
  background-color: #0000;
  border-radius: 8px;
  flex-wrap: nowrap;
  flex: 0 48%;
  align-items: flex-start;
  margin-bottom: 24px;
  padding: 0;
  display: flex;
}

.product-feature-card.landing {
  align-items: center;
  margin-bottom: 16px;
}

.product-feature-card.small {
  margin-bottom: 16px;
}

.product-feature-card.floating {
  background-color: var(--white);
  margin-left: 16px;
  margin-right: 16px;
  padding: 24px;
  box-shadow: 0 1px 16px #0000001a;
}

.product-feature-card.hide {
  display: none;
}

.product-features {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.product-feature-card-title {
  align-self: center;
  max-width: 100%;
  margin-top: 4px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
}

.product-feature-card-title.small {
  font-size: 16px;
}

.product-feature-card-title.align-left {
  align-self: flex-start;
}

.product-feature-card-desc {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

.product-section-title {
  color: var(--off-black);
  max-width: none;
  margin-bottom: 16px;
  font-weight: 600;
}

.product-section-title.narrow {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  font-size: 42px;
  font-weight: 600;
}

.product-section-subtitle {
  max-width: 100%;
  margin-bottom: 32px;
  font-size: 18px;
  font-weight: 400;
}

.product-section-subtitle.intro {
  margin-right: 40px;
}

.product-section-subtitle.narrow {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}

.product-section-subtitle.small {
  margin-bottom: 24px;
}

.product-section-header {
  text-align: center;
  margin-bottom: 40px;
}

.product-section-header.centered {
  text-align: center;
  margin-bottom: 60px;
}

.product-feature-card-check {
  background-color: #0000;
  border-radius: 0;
  flex: none;
  width: 46px;
  height: 46px;
  margin-right: 20px;
}

.product-feature-card-check.small {
  width: 36px;
  height: 36px;
  margin-right: 12px;
}

.product-feature-card-check.checkmark {
  border: 1px solid var(--yellow-green);
  background-color: var(--yellow-green);
  color: #fff;
  border-radius: 35px;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
  font-size: 20px;
  font-weight: 600;
}

.product-feature-card-check.checkmark.precious-metals {
  background-color: var(--darkergreen);
  margin-bottom: 25px;
  font-weight: 700;
}

.product-section-why {
  color: #fff;
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.product-section-why.hide {
  display: none;
}

.product-section-why-p {
  color: var(--off-black);
  margin-bottom: 0;
  font-size: 20px;
}

.product-section-why-p li {
  font-size: 16px;
  font-weight: 200;
  line-height: 140%;
}

.products-hero-anchor-links {
  flex-flow: wrap;
  align-items: center;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.products-hero-anchor-links-link {
  color: var(--black);
  margin-right: 20px;
  font-size: 18px;
  text-decoration: underline;
}

.products-hero-anchor-links-label {
  color: #777;
  letter-spacing: 2px;
  flex: none;
  width: 100%;
  margin-bottom: 8px;
  margin-right: 16px;
  font-size: 12px;
  line-height: 12px;
}

.product-feature-img {
  display: block;
}

.product-feature-img.banks-credit-union-feature-img {
  margin-left: auto;
  margin-right: auto;
}

.product-hero-img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.product-hero-img.right {
  width: 80%;
  margin-right: 0;
}

.product-feature-video {
  float: left;
  width: 50vw;
  height: 65vw;
  margin-left: 80px;
}

.comparison {
  padding-top: 150px;
  padding-bottom: 50px;
}

.comparison.product-features {
  padding-bottom: 160px;
  display: none;
}

.comparison.dark-bg {
  background-color: var(--black);
  color: var(--white);
}

.comparison-columns {
  color: #fff;
  display: flex;
}

.comparison-columns.hidden {
  display: none;
}

.comparison-column {
  border-right: 1px solid var(--white);
  border-left: 1px none var(--white);
  text-align: center;
  flex-direction: column;
  flex: 0 20%;
  justify-content: space-around;
  display: flex;
}

.comparison-column.unifi {
  border-bottom: 1px none var(--yellow-green);
  border-left: 2px solid var(--yellow-green);
  border-right-width: 2px;
  border-right-color: var(--yellow-green);
  justify-content: space-between;
  font-weight: 500;
}

.comparison-column.unifi.wider {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.comparison-column.unifi.wide {
  text-align: center;
  flex: 0 auto;
  justify-content: flex-start;
  min-width: 200px;
}

.comparison-column.labels {
  color: var(--black);
  flex-basis: 25%;
}

.comparison-column.labels.wide {
  border-top: 2px solid #000;
  flex: 1;
  justify-content: flex-start;
}

.comparison-column.labels.white-text {
  color: var(--white);
}

.comparison-column.white {
  border-style: solid solid none none;
  border-width: 2px 1px 1px 2px;
  border-color: var(--white) var(--white) black;
}

.comparison-column.white-bottom-border {
  border-bottom: 1px solid var(--white);
}

.comparison-cell {
  border-top: 1px none var(--white);
  border-bottom: 1px none var(--white);
  flex-direction: column;
  flex: none;
  justify-content: center;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 18px;
  line-height: 32px;
  display: flex;
}

.comparison-cell.last {
  border-bottom: 2px solid var(--yellow-green);
  padding-top: 24px;
  padding-bottom: 32px;
}

.comparison-cell.last.white {
  border-bottom-color: var(--white);
}

.comparison-cell.advanced {
  padding-top: 20px;
  padding-bottom: 20px;
}

.comparison-cell.top {
  border-top: 2px solid var(--yellow-green);
}

.comparison-cell.top.feature-comparison {
  padding-top: 0;
  padding-bottom: 0;
}

.comparison-cell-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
}

.comparison-cell-text.unifi {
  color: var(--yellow-green);
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}

.comparison-cell-text.unifi.small {
  padding-left: 16px;
  padding-right: 16px;
  font-size: 12px;
  font-weight: 400;
  line-height: 200%;
}

.comparison-cell-text.unifi.product-feature {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  line-height: 32px;
}

.comparison-cell-text.bank {
  color: var(--black);
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
}

.comparison-cell-text.bank.unifi {
  color: var(--yellow-green);
  font-size: 20px;
  font-weight: 600;
}

.comparison-cell-text.bank.white-text {
  color: var(--white);
}

.comparison-cell-text.small {
  padding-left: 16px;
  padding-right: 16px;
  font-size: 12px;
  line-height: 200%;
}

.comparison-cell-text.x {
  color: #ff3535;
  font-size: 18px;
  font-weight: 600;
}

.comparison-bank {
  padding-top: 32px;
  padding-bottom: 32px;
  font-weight: 600;
}

.comparison-bank.unifi {
  border-top: 2px solid var(--yellow-green);
  padding-bottom: 16px;
  font-size: 20px;
}

.comparison-label {
  text-align: left;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
  line-height: 32px;
}

.comparison-label.section-title {
  font-size: 24px;
  font-weight: 600;
}

.comparison-label.wide {
  width: 100%;
}

.comparison-label.wide.double {
  min-height: 96px;
}

.comparison-label.last {
  padding-bottom: 32px;
}

.comparison-header {
  color: var(--white);
  text-align: center;
  margin-bottom: 60px;
}

.comparison-tabs-menu {
  justify-content: center;
  margin-bottom: 100px;
  display: flex;
}

.comparison-tabs-menu-item {
  color: var(--gainsboro);
  background-color: #0000;
}

.comparison-tabs-menu-item.w--current {
  background-color: var(--white);
  color: var(--black);
}

.cta {
  background-color: var(--black);
  color: var(--white);
  justify-content: space-between;
  align-items: center;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
  display: flex;
}

.cta.blog {
  max-width: 960px;
  margin-top: 60px;
}

.cta-image {
  background-image: url('../images/phone-and-card.png');
  background-position: 0 0;
  background-size: cover;
  flex: none;
  width: 40%;
  height: 250px;
  margin-top: 40px;
  margin-left: 40px;
  padding-top: 0%;
}

.cta-title {
  margin-top: 4px;
  margin-bottom: 4px;
}

.about-team-header {
  margin-bottom: 40px;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.about-intro-heading {
  font-size: 29px;
}

.about-intro-heading.white-text {
  color: var(--white);
}

.about-intro-columns {
  margin-left: -10px;
}

.product-section-why-divider {
  color: var(--off-black);
  background-color: #ffffff59;
  width: 100%;
  height: 2px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.product-section-why-divider.partners {
  margin-bottom: 100px;
}

.email-verified {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 0;
  min-height: 100vh;
  display: flex;
}

.email-verified-box {
  border: 1px solid var(--yellow-green);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  order: 0;
  width: 100%;
  max-width: 600px;
  padding: 48px;
}

.div-block-7 {
  flex: 0 auto;
  order: 0;
  align-self: center;
}

.email-verified-content {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90vh;
  padding-top: 100px;
  display: flex;
}

.email-verified-box-header {
  margin-bottom: 8px;
  font-size: 30px;
  font-weight: 500;
}

.email-verified-box-header.black-text {
  color: var(--black);
}

.email-verified-icon {
  border: 1px solid var(--yellow-green);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.email-verified-box-subtitle {
  margin-bottom: 16px;
}

.email-verified-box-subtitle.black-text {
  color: var(--black);
}

.landing-split-text {
  padding-left: 40px;
  padding-right: 40px;
}

.landing-hiw {
  color: var(--black);
  text-align: center;
  padding-top: 120px;
}

.landing-hiw-step-number {
  background-color: var(--yellow-green);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.landing-hiw-step-number-label {
  color: var(--black);
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
}

.landing-hiw-step-title {
  margin-bottom: 16px;
  font-weight: 500;
}

.landing-faq {
  color: var(--gainsboro);
  padding-top: 0;
  padding-bottom: 100px;
}

.landing-faq.padded-top {
  color: var(--off-black);
}

.landing-faq.padded-top.border-top {
  border: 1px #000;
  border-top: 1px solid #363636;
}

.landing-faq.padded {
  padding-top: 100px;
}

.landing-faq.padded.border-top {
  border: 1px #000;
  border-top: 1px solid #363636;
}

.landing-faq.space {
  padding-top: 60px;
}

.landing-faq-header {
  text-align: left;
  margin-bottom: 32px;
}

.landing-faq-item {
  color: var(--off-black);
  border: 1px #000;
  margin-bottom: 16px;
  padding-top: 16px;
  padding-bottom: 0;
}

.landing-faq-item-title {
  color: var(--off-black);
  cursor: pointer;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 500;
}

.landing-faq-item-text {
  height: 0;
  font-size: 20px;
  overflow: hidden;
}

.landing-faq-item-text.open {
  height: auto;
}

.dropdown-link {
  background-color: var(--black);
}

.nav-dropdown-content {
  background-color: var(--white);
  color: var(--black);
  border-radius: 4px;
  margin-top: 24px;
  display: none;
  overflow: hidden;
  box-shadow: 0 2px 16px #00000026;
}

.nav-dropdown-content.w--current {
  color: var(--black);
}

.nav-dropdown-content.w--open {
  color: #fff;
  background-color: #333;
  top: 62px;
}

.about-partners-logo {
  width: auto;
  height: 42px;
  margin-top: 32px;
  margin-left: 24px;
  margin-right: 24px;
  display: block;
}

.about-partners-logo.smaller {
  height: 34px;
}

.about-partners-logo.bigger {
  width: 50%;
  height: auto;
}

.about-partners {
  margin-left: -10px;
  margin-right: -10px;
}

.about-partners-logos {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-team-card-icon-li {
  width: 100%;
  height: auto;
}

.card {
  background-color: #fff;
  padding: 32px;
}

.card.tenjin-card {
  border-radius: 12px;
  align-items: stretch;
  margin-bottom: 32px;
  padding: 32px;
  display: flex;
  box-shadow: 0 1px 16px #0000001a;
}

.card.tenjin-card.hidden {
  display: none;
}

.tenjin-card-img-wrapper {
  background-color: var(--yellow-green);
  border-radius: 20px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 360px;
  height: auto;
  display: flex;
}

.tenjin-card-text {
  padding-left: 40px;
}

.product-invest-chart {
  float: right;
  width: 90vw;
  max-width: none;
  position: relative;
  top: 0;
  right: 0;
}

.image-4 {
  max-width: 150%;
}

.image-5 {
  float: right;
  max-width: none;
}

.product-section-chart {
  width: 433px;
  position: absolute;
  top: 80px;
}

.product-section-chart-point {
  position: absolute;
  bottom: -40px;
  left: 0%;
}

.product-section-chart-point._5 {
  top: -50px;
  left: auto;
  right: -50px;
}

.product-section-chart-point._4 {
  bottom: 13.2vw;
  left: 75%;
}

.product-section-chart-point._3 {
  bottom: 25px;
  left: 50%;
}

.product-section-chart-point._2 {
  bottom: -25px;
  left: 25%;
}

.tenjin-card-img {
  max-width: 90%;
}

.tenjin-card-title {
  margin-bottom: 16px;
}

.tenjin-intro {
  background-color: #fff;
  padding-top: 160px;
}

.tenjin-risk-profiles {
  margin-bottom: 0;
}

.tenjin-tabs {
  background-color: #f7f7f7;
  border-radius: 20px;
  justify-content: center;
  width: auto;
  margin-bottom: 60px;
  display: flex;
}

.tenjin-risk-profiles-table {
  border-style: solid solid none;
  border-width: 1px;
  border-color: var(--yellow-green);
  margin-top: 12px;
  padding: 0;
}

.tenjin-risk-profiles-row {
  border-bottom: 1px solid var(--yellow-green);
  align-items: center;
  padding: 16px;
  font-size: 16px;
  display: flex;
}

.tenjin-risk-profiles-row-title {
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 100%;
}

.tenjin-risk-profiles-row-title.tenjin-risk-profiles-header {
  color: #a1a1a1;
  flex: 0 20%;
  font-size: 14px;
}

.tenjin-risk-profiles-row-title.tenjin-risk-profiles-header.portfolio {
  flex: 1;
}

.tenjin-risk-profiles-row-number {
  flex: 0 20%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
}

.tab-link-tab-5 {
  flex: 1;
}

.tenjin-tabs-tab {
  color: #7c7c7c;
  background-color: #0000;
}

.tenjin-tabs-tab.w--current {
  background-color: var(--yellow-green);
  color: var(--black);
  border-radius: 20px;
}

.tabs {
  flex-direction: column;
  align-items: center;
  max-width: 295px;
  display: flex;
}

.hero-sign-up {
  border: 1px solid #12120f80;
  border-radius: 40px;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 0 0 0 24px;
  display: flex;
}

.hero-sign-up-input {
  border: 1px #000;
  flex: 1;
  width: 50%;
  margin-bottom: 0;
  margin-right: 16px;
  padding: 26px 26px 26px 0;
  font-size: 18px;
}

.hero-form-block {
  margin-bottom: 0;
  display: none;
}

.hero-video-link {
  color: #5d9eff;
  cursor: pointer;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  flex: none;
  align-items: center;
  width: 100%;
  margin-top: 16px;
  padding-top: 0;
  font-size: 16px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.hero-video-link:hover {
  color: #3066b8;
}

.hero-video-link-icon {
  width: 22px;
  height: 22px;
  margin-right: 8px;
}

.videomodal {
  z-index: 1000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
}

.magazine-hero {
  background-color: var(--black);
  height: auto;
  padding-top: 120px;
  padding-bottom: 80px;
}

.magazine-hero-large {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-size: cover;
  align-items: flex-end;
  width: 100%;
  height: 600px;
  display: flex;
}

.magazine-hero-small {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  align-items: flex-end;
  width: 100%;
  height: 287.5px;
  margin-bottom: 24px;
  display: flex;
}

.magazine-hero-wrapper {
  color: #fff;
  background-image: linear-gradient(#0000, #000000e6);
  width: 100%;
  padding: 64px 24px 24px;
}

.insights-card-author {
  align-items: center;
  display: flex;
}

.magazine-hero-author-img {
  border-radius: 40px;
  margin-right: 8px;
}

.magazine-hero-card-headline {
  margin-top: 8px;
  font-weight: 400;
}

.magazine-row {
  background-color: var(--black);
  padding-bottom: 120px;
}

.magazine-row-header {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 64px;
  display: flex;
}

.magazine-card {
  width: 100%;
  height: auto;
}

.magazine-card-img {
  object-fit: cover;
  height: 200px;
  margin-bottom: 24px;
}

.magazine-card-title {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
}

.magazine-card-title.black-color {
  color: var(--black);
}

.magazine-card-title.h4-size {
  font-size: 18px;
  line-height: 24px;
}

.magazine-row-title {
  font-size: 34px;
  font-weight: 500;
  line-height: 100%;
}

.magazine-hero-nav {
  border: 1px solid #fff;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  padding: 24px;
  display: flex;
}

.magazine-hero-nav-link {
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: 32px;
  margin-right: 0;
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
}

.magazine-hero-nav-label {
  opacity: 1;
  color: var(--white);
  font-size: 14px;
  font-weight: 400;
}

.fi-hero {
  color: #fff;
  text-align: center;
  width: 100%;
  padding-top: 180px;
  padding-bottom: 160px;
}

.fi-hero-subtitle {
  max-width: 640px;
  margin: 16px auto 0;
}

.fi-hero-headline {
  line-height: 100%;
}

.fi-list {
  min-height: 500px;
}

.fi-list-filters {
  border: 1px solid var(--yellow-green);
  width: 100%;
  height: 400px;
}

.fi-sidebar {
  padding-right: 32px;
}

.testimonial-divider {
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--yellow-green);
  width: 100%;
  height: 1px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.product-features-header {
  color: #fff;
  text-align: center;
  margin-bottom: 100px;
}

.explainer-modal {
  z-index: 10000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
}

.footer-divider {
  background-color: var(--white);
  width: 100%;
  height: 1px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.product-section-split-text {
  padding-right: 100px;
}

.product-section-why-faq.light {
  color: #fff;
}

.badge {
  width: 220px;
}

.badge.light.margin-left {
  margin-left: 16px;
}

.badge.light.navbar-badge {
  margin-top: 16px;
}

.badge.navbar-badge {
  width: auto;
  height: 42px;
  margin-top: 0;
  display: none;
}

.badge.navbar-badge.margin-top {
  margin-top: 20px;
  display: block;
}

.badge.large {
  height: 56px;
}

.badge.smaller {
  width: 150px;
}

.badge-inline-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.hero-badge {
  flex: 0 auto;
  align-self: auto;
  height: 38px;
  margin-bottom: 0;
  margin-left: 0;
}

.navbar-badge {
  margin-top: 16px;
}

.home-intro-video-thumbnail {
  background-color: var(--off-black);
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  transition: all .2s;
  display: flex;
  box-shadow: 0 -4px 20px -10px #0003;
}

.home-intro-video-thumbnail:hover {
  transform: translate(0, -4px);
  box-shadow: 0 -8px 30px -5px #0003;
}

.home-intro-video-play {
  object-fit: cover;
  width: 64px;
  height: 64px;
}

.home-intro-video-thumbnail-img {
  background-color: var(--off-black);
  opacity: .8;
  object-fit: cover;
  background-image: linear-gradient(#00000061, #00000061);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  display: flex;
}

.home-intro-video-thumbnail-text {
  color: var(--white);
  text-align: center;
  width: 100%;
  padding: 16px;
}

.home-videos {
  z-index: 66;
  display: none;
  position: relative;
}

.home-videos.show {
  display: none;
}

.home-videos-bg {
  z-index: 1;
  background-color: #fff;
  width: 100%;
  height: 100px;
  position: absolute;
  inset: 0% 0% auto;
}

.home-intro-video-thumbnail-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.home-intro-video-thumbnail-play {
  width: 64px;
  height: 64px;
  position: absolute;
}

.videomodalwalkthrough {
  z-index: 10000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
}

.hero-qr {
  width: auto;
  height: 42px;
  margin-left: 40px;
  margin-right: 16px;
  display: none;
}

.hero-links {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-right: 40px;
  display: flex;
}

.hero-links.hidden {
  display: none;
}

.cta-text-form {
  align-items: flex-end;
  margin-top: 16px;
  display: flex;
}

.cta-text-form-group {
  flex: 1;
  padding-right: 24px;
}

.cta-text-formblock {
  margin-bottom: 0;
}

.hsa-rates {
  margin-left: 60px;
}

.hsa-rates-header {
  border-bottom: 3px solid #000;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.hsa-rates-header-text {
  text-align: right;
  flex: 0 20%;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 600;
}

.hsa-rates-header-text.balance {
  text-align: left;
  flex: 1;
}

.hsa-rates-row {
  border-bottom: 1px solid var(--gainsboro);
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.hsa-rates-row-label {
  flex: 1;
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}

.hsa-rates-row-label-amount {
  text-align: right;
  flex: 0 20%;
  margin-top: 0;
  margin-bottom: 0;
}

.faq2 {
  background-color: #f1efe9;
  padding-top: 80px;
  padding-bottom: 80px;
}

.faq2-title {
  margin-bottom: 40px;
}

.faq2-item {
  margin-bottom: 32px;
}

.faq2-item-header {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq2-item-header-icon {
  background-color: var(--yellow-green);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 35px;
  display: flex;
}

.faq2-item-text {
  margin-top: 8px;
  margin-bottom: 0;
  padding-right: 40px;
}

.faq2-item-header-title {
  max-width: 90%;
}

.offers-hero-subtext {
  color: #fff;
  max-width: 760px;
  margin-top: 16px;
  margin-bottom: 0;
}

.offers-hero-subtext.hide {
  display: none;
}

.offers-hero-subtext.large {
  color: var(--yellow-green);
  max-width: none;
  font-size: 40px;
  font-weight: 800;
}

.offers-content {
  background-color: var(--black);
  padding-bottom: 60px;
}

.offers-content._40-up-margin {
  margin-top: 80px;
  padding-bottom: 0;
}

.offers-content-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin-left: -12px;
  margin-right: -12px;
  display: flex;
}

.offers-content-wrapper.hide {
  display: none;
}

.offers-content-card {
  color: var(--black);
  background-color: #f1efe9;
  border-radius: 6px;
  width: 31%;
  margin-bottom: 24px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 24px;
}

.offers-content-card.doublewide {
  width: 47.8%;
  padding: 34px;
}

.offers-content-card.hidden {
  display: none;
}

.offers-content-card.green-bg {
  background-color: var(--darkergreen);
  border-radius: 6px;
  width: 40%;
  position: relative;
}

.offers-content-card.green-bg.doublewide {
  position: relative;
}

.offers-content-card.green-bg.precious-metals-page {
  width: 95%;
  margin-left: 0;
  margin-right: 0;
  display: none;
}

.offers-content-card-icon-wrapper {
  background-color: var(--yellow-green);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  margin-bottom: 16px;
  display: flex;
}

.offers-content-card-icon-wrapper.large {
  border-radius: 100%;
  width: 64px;
  height: 64px;
}

.offers-content-card-text.large {
  font-size: 32px;
  font-weight: 500;
  line-height: 130%;
}

.offers-content-card-text.large.up-margin {
  margin-top: 10px;
}

.legal-content {
  background-color: #f1efe9;
  padding-top: 104px;
  padding-bottom: 120px;
}

.legal-content-item {
  color: var(--black);
  border-bottom: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.legal-content-item.hidden {
  display: none;
}

.legal-content-item-icon {
  background-color: var(--yellow-green);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  transform: rotate(-90deg);
}

.legal-content-item-title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.legal-content-group {
  margin-bottom: 0;
}

.legal-content-group.hidden {
  display: none;
}

.spend-content {
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  display: flex;
}

.spend-headline {
  margin-bottom: 80px;
  font-size: 42px;
  line-height: 120%;
}

.spend-subheadline {
  color: #fff;
  margin-top: 24px;
  margin-bottom: 0;
  font-size: 20px;
}

.spend-img {
  float: left;
  width: 70%;
  margin-right: 0;
  position: relative;
  top: 0;
}

.spend-columns {
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.spend-bg {
  z-index: 500;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.breadcrumbs {
  color: #fff;
  align-items: center;
  display: flex;
}

.breadcrumbs-divider {
  margin-left: 8px;
  margin-right: 8px;
}

.breadcrumbs-link {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 100%;
}

.invest-hero-headline {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 48px;
  line-height: 130%;
}

.invest-hero-headline.black {
  color: var(--black);
  font-weight: 700;
}

.invest-hero-headline.black.margin-btm-50 {
  margin-bottom: 50px;
}

.invest-hero-subtitle {
  color: #fff;
  margin-bottom: 0;
}

.invest-hero-subtitle.black {
  color: var(--black);
}

.invest-hero-group {
  padding-right: 90px;
}

.invest-hero-group.promo {
  padding-right: 40px;
}

.invest-hero-group.margin-btm-40 {
  margin-bottom: 40px;
}

.invest-hero-columns {
  border: 1px #000;
  align-items: center;
  margin-bottom: 0;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.invest-hero-columns.bottom-no-padding {
  margin-bottom: 0;
}

.invest-feature-list {
  font-size: 16px;
}

.invest-feature-list ul {
  padding-left: 24px;
  font-size: 18px;
  line-height: 180%;
}

.invest-section-blog {
  background-color: var(--black);
  padding-top: 140px;
  padding-bottom: 140px;
}

.invest-hero-img.crypto {
  object-fit: fill;
  width: 1100%;
}

.crypto-pricetable-title {
  margin-bottom: 16px;
}

.crypto-pricetable-title.medium {
  font-weight: 500;
}

.invest-hero {
  padding-top: 140px;
  padding-bottom: 120px;
}

.offer-download {
  margin-right: 24px;
  display: block;
}

.invest-hero-buttons {
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.offer-hero {
  background-color: var(--black);
  padding-top: 160px;
  padding-bottom: 140px;
}

.offer-content {
  background-color: #fff;
  padding-top: 120px;
  padding-bottom: 120px;
}

.home-block-automate-disclaimer {
  margin-bottom: 24px;
  font-size: 12px;
  font-weight: 600;
}

.offers-content-card-terms {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 16px;
}

.offers-content-card-terms.up-margin {
  margin-top: 20px;
}

.offers-content-card-terms.hide {
  display: none;
}

.offers-content-card-icon {
  font-family: LineAwesome, sans-serif;
  font-size: 18px;
  line-height: 100%;
}

.offers-content-card-icon.large {
  font-size: 24px;
}

.invest-disclaimer {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 120px;
}

.invest-disclaimer.dark-bg {
  background-color: var(--black);
}

.invest-disclaimer.dark-bg.hide {
  display: none;
}

.invest-disclaimer-box {
  text-align: center;
  border: 2px solid #000;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
}

.invest-disclaimer-box.white {
  border-color: var(--white);
  color: var(--white);
}

.section {
  background-color: var(--white);
  padding-top: 20px;
  padding-bottom: 20px;
}

.grid {
  grid-template: "Area Area-2 Area-3 Area-4 Area-5"
                 ". . . . ."
                 ". . . . ."
                 ". . . . ."
                 ". . . . ."
                 ". . . . ."
                 ". . . . ."
                 / 1.25fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
}

.text-block-2 {
  color: var(--black);
  background-color: #0000;
}

.text-block-3 {
  position: sticky;
}

.container-3 {
  text-align: center;
  height: auto;
}

.load-more {
  text-align: center;
  background-color: #0000;
  border: 1px #000;
  height: auto;
  padding-top: 20px;
  font-weight: 600;
}

.load-more.margin-btm-40 {
  margin-bottom: 40px;
}

.button-4 {
  background-color: var(--yellow-green);
}

.button-4.b2b-form-submit {
  border-radius: 6px;
  width: 600px;
  height: 75px;
  font-size: 25px;
}

.text-block-4 {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
}

.cryptotitle {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 28px;
  font-weight: 600;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1180px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.navbar-wrapper.center {
  justify-content: space-between;
}

.crypto-pricetable-disclaimer {
  margin-bottom: 40px;
  font-size: 16px;
}

.hero-text-promo {
  border: 2px solid #000;
  margin-top: 24px;
  padding: 14px 16px;
  font-size: 16px;
}

.hsa-rates-disclaimer {
  margin-top: 16px;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility-page-form.larg {
  max-width: 452px;
}

.hero-video-spend {
  width: 100%;
  height: 100%;
}

.body-3 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-8 {
  text-align: left;
  padding-bottom: 18px;
  padding-left: 0;
  padding-right: 0;
}

.credit-spend-content {
  border-bottom: 1px solid var(--white);
  padding-top: 60px;
  padding-bottom: 48px;
  font-size: 12px;
}

.text-block-5 {
  color: var(--white);
  font-size: 18px;
}

.text-block-5.black {
  color: var(--black);
}

.content-spend-heading {
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 54px;
}

.content-spend-heading.black {
  color: var(--black);
}

.paragraph-2 {
  color: var(--white);
  font-size: 12px;
}

.paragraph-3 {
  color: var(--white);
  text-align: left;
  justify-content: flex-end;
  width: auto;
  margin-top: 18px;
  margin-bottom: 18px;
  margin-left: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  display: block;
}

.paragraph-3.black {
  color: var(--black);
}

.image-6 {
  max-width: none;
  margin-left: auto;
  display: block;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
}

.credit-perks-content {
  border-bottom: 1px solid var(--white);
  padding-top: 72px;
  padding-bottom: 72px;
}

.grid-wrapper {
  border-bottom: 1px none var(--white);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.credit-card-card {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.credit-card-card.hidden {
  display: none;
}

.heading-6 {
  font-size: 36px;
  font-weight: 700;
  line-height: 54px;
}

.heading-7 {
  color: var(--white);
  max-width: 295px;
  height: 200px;
  font-weight: 700;
}

.heading-7.black {
  color: var(--black);
}

.text-block-6 {
  color: var(--white);
  font-size: 18px;
  line-height: 36px;
}

.text-block-7 {
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
}

.text-block-7.black {
  color: var(--black);
}

.link {
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

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

.image-7 {
  margin-left: 0;
  margin-right: 0;
}

.section-2 {
  border-top: 1px none var(--white);
  padding-top: 64px;
  padding-bottom: 140px;
}

.div-block-9 {
  align-items: center;
  height: 150px;
  display: flex;
}

.subscribe-form {
  border-bottom: 1px none var(--white);
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  border: 1px solid var(--gainsboro);
  text-align: center;
  border-radius: 8px;
  flex: 1;
  padding: 30px;
}

.subscribe-form-flex {
  color: var(--black);
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-end;
  margin-right: 0;
  display: flex;
}

.subscribe-form-flex.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1.25fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.subscribe-form-input-wrapper {
  text-align: left;
  flex-direction: column;
  flex: 0 auto;
  width: 350px;
  display: flex;
}

.text-fiel {
  color: var(--off-black);
  border: 1px solid #3f3f3f;
  border-radius: 6px;
  width: 100%;
  height: 50px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: auto;
}

.text-fiel::placeholder {
  color: var(--off-black);
  font-weight: 600;
}

.submit-button {
  background-color: var(--yellow-green);
  color: var(--black);
  border-radius: 25px;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
  transition: background-color .4s, opacity .4s;
}

.submit-button:hover {
  background-color: var(--gainsboro);
}

.heading-8 {
  color: var(--white);
}

.paragraph-4 {
  color: var(--white);
  font-weight: 400;
}

.field-label {
  color: var(--white);
}

.text-block-8 {
  width: 50%;
}

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

.text-block-9 {
  color: var(--white);
  padding-left: 20px;
  font-weight: 400;
}

.video {
  width: 100%;
  height: 100%;
  display: none;
}

.div-block-11 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 79px;
  display: flex;
}

.heading-9 {
  color: #616163;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
}

.featured-wrapper {
  z-index: 56;
  justify-content: space-around;
  width: 100%;
  display: flex;
  position: relative;
}

.featured-wrapper.smaller {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.div-25 {
  align-items: center;
  width: 25%;
  padding: 0;
  display: flex;
}

.image-8 {
  width: 100px;
  max-width: 100%;
  padding: 0;
}

.image-9, .image-10, .image-11 {
  width: 100px;
  padding: 0;
}

.precious-metals-section {
  background-color: var(--black);
  color: var(--white);
  height: auto;
  padding-top: 220px;
}

.rich-text-block {
  color: var(--white);
}

.rich-text-block sup {
  color: var(--darkergreen);
}

.rich-text-block strong {
  text-decoration: underline;
}

.footercta {
  background-color: var(--darkergreen);
}

.col-6 {
  z-index: 1;
  text-align: left;
  flex: 0 50%;
  width: 100%;
  max-width: 50%;
  padding-left: 12px;
  padding-right: 12px;
  position: relative;
  top: auto;
  bottom: 0;
}

.col-6.overflow {
  overflow: visible;
}

.col-6.align-center {
  align-self: center;
}

.row-responsive {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: -12px;
  margin-right: -12px;
  display: flex;
}

.row-responsive.relative {
  position: relative;
}

.row-responsive.align-center {
  text-align: left;
  align-items: center;
}

.row-responsive.justify-center {
  justify-content: center;
}

.row-responsive.margin-top-60 {
  margin-top: 60px;
}

.row-responsive.vertical {
  flex-direction: column;
}

.footer-content-text {
  color: var(--off-black);
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-top: 36px;
  font-family: Poppins, sans-serif;
  display: flex;
}

.newsletter-tittle {
  color: var(--off-black);
}

.text-block-10 {
  width: 504px;
  margin-bottom: 18px;
  font-size: 36px;
  font-weight: 600;
  line-height: 54px;
}

.text-field {
  width: 75%;
  height: 100%;
  margin-bottom: 0;
  padding-top: 18px;
  padding-bottom: 18px;
}

.form-block {
  flex-wrap: nowrap;
  align-items: center;
  display: block;
}

.form {
  display: flex;
}

.footer-ctra-button {
  background-color: var(--black);
  border-radius: 6px;
  margin-left: 3px;
  padding: 18px 24px;
  font-size: 18px;
  font-weight: 600;
}

.col-8 {
  width: 70%;
  padding-left: 15%;
}

.col-4 {
  width: 50%;
}

.div-block-12 {
  display: flex;
}

.image-12 {
  width: 100%;
  height: auto;
}

.subscribe-form-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container-2 {
  text-align: center;
  flex: 1;
}

.subscribe-form-input-wrapper-2 {
  color: var(--black);
  text-align: left;
  border: 1px #000;
  border-radius: 0;
  flex: 0 auto;
  width: auto;
  margin-right: 0;
}

.heading-10 {
  margin-bottom: 20px;
}

.heading-10.black {
  color: var(--black);
}

.bold-text-2 {
  font-size: 44px;
}

.collection-item-2 {
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.collection-list, .collection-list-wrapper-2 {
  width: 100%;
}

.hero-info-block {
  z-index: 5;
  background-color: #ffd600;
  border-radius: 6px;
  justify-content: center;
  width: 100%;
  height: 90px;
  padding-top: 0;
  display: flex;
  position: relative;
}

.hero-info-block.apple-promo {
  border-radius: 0;
}

.hero-info-block.hidden {
  display: none;
}

.col-9 {
  width: 75%;
  height: 100%;
}

.col-9.center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.col-3 {
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: auto;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: relative;
}

.col-3.center {
  display: flex;
}

.text-block-11 {
  width: 340px;
  font-size: 24px;
  line-height: 36px;
}

.text-block-12 {
  color: var(--black);
  align-self: flex-start;
  margin-left: 20px;
  font-size: 24px;
  line-height: 36px;
}

.link-2 {
  color: var(--off-black);
  align-self: flex-start;
  margin-left: 20px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: underline;
  display: flex;
}

.image-13 {
  margin-bottom: 50px;
}

.home-block-header-small {
  color: var(--off-black);
  width: 70%;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 36px;
}

.home-block-header-small.white {
  color: var(--white);
  width: 100%;
  position: static;
}

.home-block-header-small.green {
  color: var(--darkergreen);
  width: auto;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}

.phone-submit {
  flex: 0 auto;
  margin-bottom: 10px;
  display: block;
}

.phone-submit.hidden {
  display: none;
}

.phone-submit-wrapper {
  width: 100%;
}

.submit-button-2 {
  background-color: var(--darkergreen);
  border-radius: 6px;
  margin-left: 10px;
  padding: 15px 20px;
  font-weight: 700;
}

.submit-button-2.black {
  background-color: var(--off-black);
  color: var(--gainsboro);
}

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

.text-block-14 {
  color: var(--off-black);
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
}

.image-14 {
  width: 709px;
  max-width: none;
}

.image-15 {
  width: 103px;
  height: 103px;
  position: relative;
  top: 6px;
  bottom: auto;
}

.image-15.appleimage {
  width: 80px;
  height: 80px;
}

.div-block-17 {
  flex: 0 auto;
  align-self: center;
  width: 50%;
}

.absolute-background {
  z-index: -3;
  background-color: var(--yellow-green-2);
  opacity: 1;
  width: 950px;
  height: 1125px;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
  transform: translate(243px)skew(-17deg);
}

.absolute-background.hide {
  display: none;
}

.absolute-background.syw {
  height: 2000px;
}

.absolute-background.syw.custom {
  width: 750px;
}

.icon-container {
  flex-wrap: wrap;
  width: 150%;
  display: flex;
}

.icon-container.centered {
  justify-content: space-between;
  width: 100%;
}

.icon-container.centered.center {
  align-items: center;
}

.icon-container.centered.center.dont-wrap {
  flex-wrap: nowrap;
}

.icon-container.centered.center.dont-wrap.flex {
  justify-content: center;
}

.icon-container.margin_top.hide {
  flex-flow: column wrap;
  max-width: none;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.icon-container.center-align {
  justify-content: center;
  align-items: center;
  width: 100%;
}

._20 {
  text-align: center;
  width: auto;
  padding-left: 0;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 700;
}

._20.margin {
  white-space: pre;
  margin-left: .5rem;
  margin-right: .5rem;
}

.text-block-15 {
  font-size: 16px;
}

.icon-text {
  color: var(--black-2);
  margin-right: 0;
  font-size: 16px;
}

.text-block-17 {
  color: var(--black-2);
  margin-right: 0;
}

.text-block-18 {
  color: var(--black-2);
  padding-left: 0;
}

.image-16, .image-17, .image-18, .image-19, .image-20 {
  padding-bottom: 6px;
}

.section-4 {
  z-index: 6;
  background-color: var(--gainsboro);
  height: 300px;
  position: relative;
}

.text-block-19 {
  color: #333;
}

.text-block-20 {
  color: var(--black-2);
}

.text-block-21 {
  color: var(--black-2);
  padding-left: 20px;
  font-size: 26px;
  font-weight: 500;
  line-height: 26px;
}

.text-block-22 {
  color: var(--black-2);
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding-left: 20px;
  font-size: 12px;
  text-decoration: underline;
  display: flex;
}

.link-block {
  flex-flow: column wrap;
  place-content: flex-start center;
  align-items: stretch;
  padding-left: 0;
  display: flex;
}

.div-block-19 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 400px;
  padding-bottom: 30px;
  padding-left: 15px;
  display: flex;
}

.image-21 {
  width: auto;
  height: 80px;
  margin-bottom: 0;
  padding-left: 5px;
}

.image-22 {
  padding-bottom: 30px;
}

.div-33 {
  align-items: center;
  width: 33%;
  padding: 0;
  display: flex;
}

.div-15 {
  align-items: center;
  width: 15%;
  padding: 0 0 20px;
  display: flex;
}

.image-23, .image-24, .image-25, .image-26 {
  width: 200px;
}

.html-embed-3 {
  display: none;
}

.text-block-23 {
  font-size: 30px;
}

.text-block-24 {
  color: var(--gainsboro);
  align-self: center;
  font-size: 24px;
}

.image-27 {
  margin-right: 15px;
}

.image-28 {
  margin-left: 15px;
}

.link-3 {
  text-align: center;
  width: 100%;
}

.div-block-20 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 40px;
}

.heading-46 {
  text-align: center;
}

.section-8 {
  z-index: 6;
  background-color: #eee;
  position: relative;
}

.section-8.faq {
  background-color: var(--black);
  color: var(--white);
  border-top: 1px solid #626363;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 0;
}

.badge-2 {
  color: #fff;
  background-color: #da760c;
  border-radius: 5px;
  flex-direction: row;
  height: 100%;
  min-height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  line-height: 20px;
  display: inline-block;
  position: static;
  inset: 0% auto auto 0%;
}

.badge-2.lowest-price {
  background-color: #380cda;
}

.badge-2.best-value.return {
  color: #fff;
  background-color: #da0c0c;
}

.heading-66 {
  text-align: left;
  cursor: pointer;
  border-bottom: 1px solid #000;
  padding-left: 20px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.paragraph-25 {
  display: block;
}

.list-2 {
  margin-bottom: 20px;
  list-style-type: none;
}

.list-item-2 {
  margin: 0;
  padding-bottom: 0;
}

.bold-text-3 {
  color: #fff;
}

.container-17 {
  padding-top: 0;
  padding-bottom: 0;
}

.paragraph-24 {
  text-align: left;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 26px;
  display: block;
}

.faqline {
  border-style: none;
  border-width: 1px;
  border-color: var(--black-2) #333 #333;
  padding-top: 20px;
  display: none;
}

.faqline.shown {
  display: none;
}

.text-span-8 {
  color: #148608;
  font-family: Poppins, sans-serif;
}

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

.div-block-22 {
  padding-top: 0;
  padding-bottom: 0;
}

.image-29 {
  height: 51px;
  margin-top: 0;
  margin-right: 15px;
  padding-top: 0;
}

.image-30 {
  width: 250px;
  height: 250px;
}

.image-28-copy {
  margin-left: 15px;
}

.home-hero-subheadline-centered {
  color: var(--black);
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 30px;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.home-featured-testimonials {
  grid-row-gap: 2px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
}

.image-31 {
  text-align: left;
  width: 200px;
  height: 60px;
}

.testimonial-image {
  width: 150px;
}

.testimonial-image.hero-img {
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-33 {
  width: 200px;
}

.div-15-text {
  color: #b9b8b8;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 15%;
  padding: 2px 26px 0 0;
  display: flex;
}

.text-block-25 {
  border: 1px solid var(--white);
  color: #acacac;
  text-align: center;
  padding-top: 7px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 12px;
  font-weight: 700;
}

.image-34 {
  width: 200px;
}

.home-hero-subheadline-large {
  color: var(--black);
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 30px;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.image-35 {
  width: 200px;
  padding-top: 0;
  padding-bottom: 0;
}

.link-container {
  z-index: 100;
  text-align: center;
  object-fit: fill;
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 24px;
  display: block;
  position: relative;
  overflow: visible;
}

.link-container.hero-content {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.link-container.hero-content.flip {
  margin-top: 80px;
  padding-left: 0;
}

.link-4 {
  color: var(--off-black);
}

.text-block-26 {
  color: var(--off-black);
  padding-bottom: 40px;
  font-size: 20px;
}

.link-section {
  background-color: var(--white);
  text-align: left;
  padding-top: 0;
  padding-bottom: 100px;
}

.link-section.dark {
  background-color: var(--black);
  color: #fff;
  padding-bottom: 100px;
  display: none;
}

.link-section.no-padding-top {
  max-width: 100vw;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.link-section.no-padding-top.padding-bottom-large {
  padding-bottom: 120px;
}

.link-section.offwhite {
  background-color: #f2efe9;
  padding-bottom: 130px;
}

.link-section.no-padding-bottom {
  padding-bottom: 0;
}

.link-section.black {
  background-color: #000;
}

.link-section.padding-small {
  padding-top: 80px;
  padding-bottom: 80px;
}

.link-section.padding-small.hidden {
  display: none;
}

.link-5 {
  font-size: 20px;
}

.image-36 {
  width: 200px;
  height: auto;
  padding-bottom: 14px;
}

.image-37 {
  padding-bottom: 16px;
}

.home-block-text-title {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.subscribe-form-input-2 {
  color: #12120f;
  border: 1px solid #3f3f3f;
  border-radius: 6px;
  width: 100%;
  height: 50px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: auto;
}

.subscribe-form-input-2::placeholder {
  color: #12120f;
  font-weight: 600;
}

.button-5 {
  color: #000;
  letter-spacing: 0;
  text-transform: none;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 30px;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  transition: background-color .2s;
}

.button-5:hover {
  color: #fff;
  background-color: #000;
}

.button-5.hero-btn {
  color: #12120f;
  letter-spacing: 0;
  text-transform: none;
  background-color: #0000;
  border-width: 1px;
  border-radius: 40px;
  margin-top: -1px;
  margin-bottom: -1px;
  margin-right: -1px;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .2s;
}

.button-5.hero-btn:hover {
  color: #fff;
  background-color: #000;
  font-weight: 500;
}

.text-block-27 {
  color: #333;
  margin-right: 0;
  font-size: 16px;
}

.home-hero-headline-2 {
  color: #333;
  text-align: left;
  flex: 0 auto;
  width: auto;
  height: auto;
  margin-bottom: 0;
  margin-right: 20px;
  padding-left: 10px;
  font-family: Poppins, sans-serif;
  font-size: 72px;
  font-weight: 600;
  line-height: 70px;
  position: static;
  top: 27px;
}

.text-block-28 {
  color: #333;
  padding-left: 0;
}

.home-hero-subheadline-2 {
  color: #12120f;
  width: 70%;
  margin-bottom: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.text-block-29 {
  color: #333;
  margin-right: 0;
}

.text-block-30 {
  color: #12120f;
  width: 70%;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 36px;
}

.subscribe-form-flex-2 {
  color: #000;
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-end;
  margin-right: 0;
  display: flex;
}

.subscribe-form-input-wrapper-3 {
  color: #000;
  text-align: left;
  border: 1px #000;
  border-radius: 0;
  flex: 0 auto;
  width: 265px;
  margin-right: 0;
}

.submit-button-3 {
  background-color: #8bc541;
  border-radius: 6px;
  margin-left: 10px;
  padding: 15px 20px;
  font-weight: 700;
}

.videos-title-text {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.link-section-2 {
  text-align: left;
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 100px;
}

.text-block-31 {
  color: #12120f;
  padding-bottom: 40px;
  font-size: 20px;
}

.invest-feature-list-light {
  color: var(--white);
  font-size: 16px;
}

.invest-feature-list-light ul {
  padding-left: 24px;
  font-size: 18px;
  line-height: 180%;
}

.link-fine-print {
  background-color: var(--white);
  text-align: left;
  padding-top: 100px;
  padding-bottom: 100px;
}

.link-fine-print.dark {
  background-color: var(--black);
  color: #fff;
  padding-bottom: 100px;
  display: none;
}

.link-fine-print.no-padding-top {
  max-width: 100vw;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.link-fine-print.no-padding-top.padding-bottom-large {
  padding-bottom: 120px;
}

.link-fine-print.offwhite {
  background-color: #f2efe9;
  padding-bottom: 130px;
}

.link-fine-print.no-padding-bottom {
  padding-bottom: 0;
}

.link-fine-print.black {
  background-color: #000;
}

.link-fine-print.padding-small {
  padding-top: 80px;
  padding-bottom: 80px;
}

.link-fine-print.padding-small.hidden {
  display: none;
}

.product-section-subtitle-light {
  color: var(--white);
  max-width: 100%;
  margin-bottom: 32px;
  font-size: 18px;
  font-weight: 400;
}

.product-section-subtitle-light.intro {
  margin-right: 40px;
}

.product-section-subtitle-light.narrow {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}

.product-section-subtitle-light.small {
  margin-bottom: 24px;
}

.testimonial-slider {
  background-color: #0000;
}

.home-block-text-large {
  text-align: center;
  margin-top: 16px;
  margin-bottom: 25px;
  font-size: 36px;
  font-weight: 600;
  line-height: 45px;
}

.home-testimonial-image {
  position: absolute;
  inset: auto 0% 0% 10%;
}

.home-testimonial-image-large {
  position: absolute;
  inset: auto 0% 0% 25%;
}

.home-testimonial-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-logo-image {
  padding-left: 10px;
}

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

.home-testimonial-block {
  text-align: center;
  flex-direction: column;
}

.testimonials-columns {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.testimonials-card {
  flex-direction: column;
  flex: 1;
  align-items: center;
  margin-bottom: 50px;
  text-decoration: none;
  display: flex;
}

.home-block-text-eyebrow-bold {
  letter-spacing: 2px;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
}

.testimonial-text {
  margin-top: 10px;
}

.banks-credit-unions-video {
  max-width: 100%;
}

.product-feature-b-cu-title {
  color: var(--white);
  max-width: 100%;
  margin-top: 4px;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
}

.product-feature-b-cu-title.small {
  font-size: 16px;
}

.product-feature-banks-credit-unions {
  align-items: flex-start;
  display: flex;
}

.b-cu-actions-card {
  border: 1px solid var(--yellow-green);
  color: var(--white);
  padding: 40px;
}

.b-cu-content {
  padding-top: 100px;
  padding-bottom: 120px;
}

.b-cu-content.black {
  background-color: var(--black);
}

.b-cu-actions-card-title {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.b-cu-actions-card-title.black {
  color: var(--black);
}

.product-features-quote {
  color: #fff;
  text-align: left;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.2;
}

.product-features-author {
  color: #fff;
  text-align: right;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.2;
}

.div-block-23 {
  margin-bottom: 60px;
}

.product-feature-cc {
  color: var(--white);
  background-color: #0000;
  border-radius: 8px;
  flex-wrap: nowrap;
  flex: 1;
  align-items: flex-start;
  padding: 0;
  font-size: 20px;
  display: block;
}

.product-feature-cc.landing {
  align-items: center;
  margin-bottom: 16px;
}

.product-feature-cc.small {
  margin-bottom: 16px;
}

.product-feature-cc.floating {
  background-color: var(--white);
  margin-left: 16px;
  margin-right: 16px;
  padding: 24px;
  box-shadow: 0 1px 16px #0000001a;
}

.product-feature-cc.dark {
  color: var(--black);
  align-self: center;
}

.image-38 {
  align-self: center;
}

.unifimoney-card {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  transform: rotate(0);
}

.credit-card-video {
  max-width: 100%;
  position: static;
}

.flex-columns {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-11 {
  padding-left: 30px;
}

.product-section-cc {
  text-align: left;
  padding-bottom: 100px;
}

.product-section-cc.dark {
  background-color: var(--black);
  color: #fff;
  padding-bottom: 100px;
  display: none;
}

.product-section-cc.no-padding-top {
  max-width: 100vw;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.product-section-cc.no-padding-top.padding-bottom-large {
  padding-bottom: 120px;
}

.product-section-cc.offwhite {
  background-color: #f2efe9;
  padding-bottom: 130px;
}

.product-section-cc.no-padding-bottom {
  padding-bottom: 0;
}

.product-section-cc.black {
  background-color: #000;
}

.product-section-cc.padding-small {
  padding-top: 80px;
  padding-bottom: 80px;
}

.product-section-cc.padding-small.hidden {
  display: none;
}

.product-hero-section-divider {
  background-color: #ffffff4a;
  width: 100%;
  height: 1px;
  margin-top: 150px;
  margin-bottom: 60px;
}

.product-text-eyebrow {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 10px;
  line-height: 12px;
}

.product-text-eyebrow.green {
  color: var(--yellow-green);
  position: absolute;
  inset: auto 0% -7%;
}

.product-text-eyebrow.paragraph {
  color: var(--off-black);
}

.product-text-eyebrow-link {
  text-transform: uppercase;
  font-size: 12px;
}

.cc-product-quote {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 20px;
}

.product-feature-text-dark {
  color: var(--black);
  text-align: right;
  font-size: 18px;
  font-weight: 600;
}

.column-flex {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.product-image-margin {
  margin-top: 40px;
}

.column-12, .column-top-align {
  align-self: flex-start;
}

.landing-hiw-section {
  color: #fff;
  text-align: center;
  padding-top: 120px;
  padding-bottom: 100px;
}

.load-more-button {
  border: 1px solid var(--white);
  color: var(--white);
  letter-spacing: 0;
  text-transform: none;
  background-color: #0000;
  border-radius: 32px;
  align-self: flex-start;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 18px 24px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 16px;
  transition: background-color .2s;
}

.load-more-button:hover {
  background-color: var(--black);
  color: #fff;
}

.load-more-button.hero-btn {
  color: var(--off-black);
  letter-spacing: 0;
  text-transform: none;
  background-color: #0000;
  border-width: 1px;
  border-radius: 40px;
  margin-top: -1px;
  margin-bottom: -1px;
  margin-right: -1px;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .2s;
}

.load-more-button.hero-btn:hover {
  background-color: var(--black);
  color: #fff;
  font-weight: 500;
}

.load-more-button.hero-btn.cta-button {
  color: var(--yellow-green);
  margin-top: 4px;
}

.load-more-button.hero-btn.cta-button:hover {
  color: var(--black);
}

.load-more-button.button-secondary {
  border-style: solid;
  border-color: var(--white);
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  background-color: #0000;
  border-radius: 32px;
  align-self: flex-start;
  margin-top: 0;
  padding-top: 18px;
  padding-bottom: 18px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 16px;
}

.load-more-button.button-secondary:hover {
  background-color: var(--white);
  color: var(--black);
}

.load-more-button.button-secondary.form-button {
  margin-right: 20px;
  font-weight: 400;
}

.load-more-button.button-secondary.home-block-text-btn {
  margin-top: 0;
}

.load-more-button.button-secondary.hero-btn {
  border-radius: 30px;
  margin-top: 24px;
}

.load-more-button.button-secondary.nav-btn {
  background-color: #0000;
  border-style: solid;
  border-color: #fff;
  margin-top: 14px;
  margin-left: 16px;
  padding: 16px 20px;
  font-size: 16px;
}

.load-more-button.button-secondary.nav-btn:hover {
  background-color: var(--white);
  color: var(--black);
}

.load-more-button.button-secondary.offers-button {
  margin-top: 0;
  margin-right: 16px;
}

.load-more-button.nav-buton {
  color: var(--yellow-green);
  letter-spacing: 0;
  text-transform: none;
  background-color: #0000;
  border-radius: 30px;
  margin-top: 16px;
  margin-left: 16px;
  padding: 12px 20px;
  font-size: 14px;
}

.load-more-button.landing-hiw-btn {
  margin-top: 40px;
}

.load-more-button.landing-hiw-btn:hover {
  background-color: var(--yellow-green);
  color: #000;
}

.load-more-button.modal-button {
  margin-right: 24px;
}

.load-more-button.button-quote {
  border-style: solid;
  border-color: var(--white);
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  background-color: #0000;
  border-radius: 32px;
  align-self: flex-start;
  margin-top: 0;
  padding-top: 18px;
  padding-bottom: 18px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 16px;
}

.load-more-button.button-quote:hover {
  background-color: var(--white);
  color: var(--black);
}

.load-more-button.button-quote.form-button {
  margin-right: 20px;
  font-weight: 400;
}

.load-more-button.button-quote.home-block-text-btn {
  margin-top: 0;
}

.load-more-button.button-quote.hero-btn {
  border-radius: 30px;
  margin-top: 24px;
}

.load-more-button.button-quote.nav-btn {
  background-color: #0000;
  border-style: solid;
  border-color: #fff;
  margin-top: 14px;
  margin-left: 16px;
  padding: 16px 20px;
  font-size: 16px;
}

.load-more-button.button-quote.nav-btn:hover {
  background-color: var(--white);
  color: var(--black);
}

.load-more-button.button-quote.offers-button {
  margin-top: 0;
  margin-right: 16px;
}

.load-more-button.button-spacing {
  margin-top: 10px;
}

.b-cu-dci-info {
  color: var(--white);
  padding-top: 40px;
  padding-bottom: 40px;
}

.promo-text {
  color: var(--black-2);
  padding-right: 20px;
  font-size: 26px;
  font-weight: 500;
  line-height: 26px;
}

.promo-fine-print {
  color: var(--black-2);
  flex-wrap: nowrap;
  justify-content: flex-start;
  font-size: 12px;
  text-decoration: underline;
  display: flex;
}

.icba-badge {
  text-align: center;
  align-self: flex-start;
  width: 9%;
  margin-top: 10px;
  margin-left: 100px;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
}

.icba-badge.b2b2c {
  width: 15%;
  top: -40px;
}

.icba-badge.hero-consumer {
  inset: 11% 0% auto auto;
}

.b-cu-actions-card-copy {
  border: 1px solid var(--yellow-green);
  color: var(--white);
  padding: 40px;
}

.b2b2c-actions-card {
  background-color: var(--darkergreen);
  color: var(--white);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 6px;
  width: 505px;
  height: 240px;
  padding: 40px;
  position: relative;
}

.b2b2c-actions-card-title {
  color: var(--umgrey);
  max-width: 346px;
  margin-bottom: 16px;
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
}

.b2b2c-actions-text {
  color: var(--umgrey);
  max-width: 346px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.b2b2c-actions-button {
  background-image: url('../images/Go-To-Button.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 44px 44px;
  background-attachment: scroll;
  position: absolute;
  top: 36px;
  right: 0;
}

.hero-section {
  border-top: 1px solid var(--gainsboro);
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding-top: 80px;
  padding-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.cta-section {
  padding-bottom: 80px;
}

.cta-buttons-wrapper {
  z-index: 100;
  text-align: left;
  object-fit: fill;
  width: 100%;
  max-width: 1180px;
  margin: -75px auto 20px;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
  position: relative;
  overflow: hidden;
}

.cta-buttons-wrapper.hero-content {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cta-buttons-wrapper.hero-content.flip {
  margin-top: 80px;
  padding-left: 0;
}

.css-embed {
  display: none;
}

.cta-button {
  background-image: url('../images/Go-To-Button.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 54px 54px;
  display: block;
  position: absolute;
  top: 36px;
  right: 36px;
}

.b2b2c-action-button {
  background-color: var(--white);
  border-radius: 50px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  display: flex;
  position: absolute;
  top: 36px;
  right: 36px;
}

.b2b2c-headline {
  color: var(--white);
  height: auto;
  font-size: 64px;
  font-weight: 500;
  line-height: 65px;
}

.b2b2c-headline.black {
  color: var(--off-black);
  width: auto;
  padding-left: 0;
  line-height: 68px;
}

.b2b2c-headline.black._90 {
  width: 90%;
}

.b2b2c-headline.black.padding-top {
  padding-top: 20px;
}

.b2b2c-headline.black.margin-bottom-60 {
  margin-bottom: 60px;
}

.b2b2c-headline.features-funct {
  color: var(--black);
  padding-left: 40px;
}

.b2b2c-headline.features-funct.roadmap-align-center {
  text-align: center;
}

.b2b2c-headline.features-funct.roadmap-align-center.width {
  text-align: left;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.b2b2c-headline-wrapper {
  justify-content: flex-start;
  width: 100%;
}

.home-hero-white-subheadline {
  color: var(--white);
  text-transform: capitalize;
  width: 70%;
  margin-top: 48px;
  margin-bottom: 30px;
  padding-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.home-hero-white-subheadline.no-width {
  width: auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}

.b2b2c-text {
  flex: 1;
  padding-left: 10px;
}

.b2b2c-image {
  z-index: 5;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 25%;
  margin-top: -101px;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.b2b2c-image.business {
  left: -5%;
}

.b2b2c-image.stacked {
  flex-direction: column;
  flex: 0 auto;
}

.b2b2c-image.stacked._50 {
  width: 60%;
  margin-top: -45px;
}

.quote-section {
  z-index: 1;
  background-color: var(--black);
  color: var(--white);
  height: 360px;
  position: relative;
}

.b2b2c-quote-text {
  height: auto;
  padding-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 26px;
  font-style: italic;
  font-weight: 400;
  line-height: 140%;
}

.b2b2c-quote-text.author {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
}

.b2b2c-quote-wrapper {
  width: 450px;
  margin-top: 15px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.b2b2c-quote-wrapper.aligned {
  transform-style: preserve-3d;
  transform: rotate(4deg)translate3d(120px, 80px, -38px);
}

.b2b2c-quote-image {
  z-index: 2147483647;
  width: 120%;
  max-width: none;
  height: auto;
  padding-top: 0;
  position: relative;
  inset: 0%;
  overflow: visible;
}

.b2b2c-quote-image.absolute {
  z-index: 500;
  max-width: 180%;
  margin-top: 77px;
  padding-left: 60px;
  position: absolute;
}

.partners-section.white-bg {
  z-index: 1;
  background-color: var(--white);
  height: 100%;
  padding-bottom: 100px;
  display: block;
  position: relative;
}

.home-hero-dark-headline {
  color: var(--umgrey);
  text-transform: capitalize;
  width: 45%;
  margin-top: 48px;
  margin-bottom: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.b2b2c-quote-image-wrapper {
  flex: 0 auto;
  align-items: center;
  width: 30%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: relative;
  left: 0%;
}

.b2b2c-quote-image-wrapper.business {
  left: -5%;
}

.b2b2c-quote-image-wrapper.stacked {
  flex-direction: column;
  flex: 0 auto;
}

.b2b2c-quote-image-wrapper.stacked._50 {
  width: 60%;
}

.b2b2c-quote-image-wrapper._50 {
  justify-content: flex-end;
  width: 564px;
  margin-top: -100px;
  position: static;
  left: auto;
}

.b2b2c-quote-image-wrapper._80 {
  justify-content: flex-end;
  width: auto;
  margin-top: 38px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.partners-grid {
  margin-top: 60px;
}

._12 {
  text-align: center;
  align-self: center;
  width: 12%;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 700;
}

._12.hidden {
  display: none;
}

.b2b2c-products-section {
  z-index: 1;
  background-color: var(--honeydew);
  color: var(--umgrey);
  position: relative;
}

.b2b2c-products-section.skewed {
  z-index: 5;
  padding-bottom: 60px;
  position: static;
}

.b2b2c-product-list-item {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 24px;
}

.b2b2c-product-list {
  width: 50%;
  margin-top: 40px;
}

.hiw-section {
  height: 100%;
  padding-bottom: 80px;
}

.hiw-image {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: relative;
  left: 0%;
}

.hiw-image.business {
  left: -5%;
}

.hiw-image.stacked {
  flex-direction: column;
  flex: 0 auto;
}

.hiw-image.stacked._50 {
  width: 60%;
  margin-top: -45px;
}

.image-39 {
  max-width: none;
}

.feature-section {
  background-color: var(--black);
}

.compliance-section {
  z-index: 5;
  background-color: var(--black);
  color: var(--white);
  padding-top: 40px;
  padding-bottom: 20px;
  position: relative;
}

.b2b-block-text {
  margin-right: auto;
}

.how-it-works-section {
  z-index: 1;
  background-color: var(--black);
  color: var(--white);
  padding-top: 60px;
  padding-bottom: 20px;
  position: relative;
}

.how-it-works-section.skewed {
  z-index: 5;
  margin-top: -200px;
  padding-top: 300px;
  position: relative;
}

.contact-section {
  z-index: 1;
  background-color: var(--darkergreen);
  background-image: linear-gradient(to bottom, black, var(--dark-slate-grey-2));
  background-position: 0 0;
  padding-top: 100px;
  padding-bottom: 60px;
  position: relative;
}

.marketing-section {
  z-index: 5;
  background-color: var(--black);
  color: var(--white);
  padding-top: 40px;
  padding-bottom: 100px;
  position: relative;
}

.b2b-h3-heading {
  color: var(--white);
  padding-bottom: 20px;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.b2b-h3-heading.padding {
  padding-left: 3rem;
}

.b2b-h3-heading.centered {
  font-size: 60px;
}

.b2b-contact-text {
  color: var(--white);
  text-transform: capitalize;
  width: 610px;
  padding-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.b2b-contact-text.padding {
  padding-left: 3rem;
}

.b2b-contact-text.no-width {
  width: auto;
}

.b2b-contact-text.no-width.margin-btm-40 {
  text-transform: none;
  max-width: 650px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.b2b-contact-form-block {
  color: var(--white);
  flex-direction: column;
  align-items: center;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.b2b-contact-form-block.no-marg {
  padding-top: 0;
}

.b2b2c-feauture-image {
  z-index: 5;
  max-width: 100%;
  position: relative;
}

.b2b2c-feauture-image.hide {
  display: none;
}

.b2b-hero-section {
  z-index: 1;
  background-color: var(--black);
  color: var(--white);
  padding-top: 220px;
  padding-bottom: 100px;
  position: relative;
}

.b2b-hero-section.padding {
  z-index: 5;
  padding-bottom: 77px;
  position: relative;
}

.b2b-hero-subheadline {
  color: var(--off-black);
  width: 70%;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.b2b-link {
  font-size: 20px;
}

.overflow-container {
  z-index: 5;
  position: relative;
}

.skewed-section-container {
  width: 100%;
  height: 40vh;
  padding-bottom: 0;
  position: relative;
}

.skewed-section-container.partners {
  background-color: var(--white);
  height: auto;
  overflow: hidden;
}

.skewed-section-container.featured {
  height: 100vh;
}

.skewed-section-container.featured.margin-of-169 {
  height: auto;
  margin-bottom: 0;
}

.skewed-section-container.contact-form {
  height: 100%;
  padding-bottom: 0;
}

.skewed-section-container.contact-form.margin-top {
  padding-top: 170px;
}

.skewed-section-container.how-we-help {
  height: auto;
  padding-top: 0;
  overflow: hidden;
}

.skewed-section {
  background-color: var(--gainsboro);
  width: 105%;
  height: auto;
  margin-top: -5%;
  margin-left: -1%;
  transform: rotate(-4deg);
}

.skewed-section.partners {
  z-index: 5;
  background-color: var(--white);
  height: auto;
  margin-top: 0%;
  padding-bottom: 40px;
  position: relative;
  transform: rotate(0);
}

.skewed-section.partners.take-5-ot {
  z-index: 5;
  margin-top: 0%;
}

.skewed-section.featured {
  background-color: var(--white);
  height: 50vh;
}

.skewed-section.featured.change-rotation {
  z-index: 15;
  width: 115%;
  height: auto;
  margin-left: -4%;
  padding-top: 60px;
  position: relative;
}

.skewed-section.contact-form {
  z-index: 5;
  background-color: var(--umgrey);
  width: 100%;
  height: 100%;
  margin-left: 0%;
  padding-top: 140px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
  transform: none;
}

.skewed-section.how-we-help {
  z-index: 5;
  background-color: var(--white);
  width: auto;
  height: auto;
  padding-bottom: 60px;
  position: relative;
  transform: rotate(0);
}

.skewed-section.how-we-help.take-5-ot {
  margin-top: -4%;
}

.b2b-body {
  background-color: var(--white);
}

.skew-cover {
  background-color: var(--umgrey);
  height: 20vh;
  margin-bottom: -114px;
  position: relative;
  transform: translate(0, -114px);
}

.desktop-view {
  display: block;
  position: relative;
  overflow: hidden;
}

.mobile-view {
  display: block;
}

.notification-bar {
  color: var(--white);
  background-color: #7b0412;
  background-image: linear-gradient(#df001a, #401050);
  margin-top: 76px;
  padding: 14px 24px;
  display: none;
}

.bar-container {
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.notification-text {
  margin-right: 40px;
  font-size: 20px;
  font-weight: 500;
}

.announcement-button {
  background-color: #1c0c48;
  border-radius: 6px;
  font-size: 14px;
}

.close {
  color: #ffffffd6;
  font-size: 40px;
  line-height: 60%;
  position: absolute;
  inset: 20% 0% auto auto;
}

.announcement-bar-wrapper {
  background-color: var(--black);
}

._35 {
  width: 35%;
}

.memberof {
  width: auto;
  padding: 10px 15px;
}

.div-block-24 {
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.background-video-2 {
  width: 75%;
  height: 500px;
}

.home-video-wrapper {
  width: 400px;
  height: 550px;
  margin-bottom: 100px;
}

.home-video-embed {
  border: 1px #000;
  width: 360px;
  height: 500px;
}

.hero-text-right {
  color: #333;
  text-align: left;
  width: 100%;
  padding-bottom: 60px;
  padding-left: 10px;
  font-size: 22px;
}

.contact-us {
  height: 60vh;
}

.btn {
  padding: 10px 35px;
}

.btn.btn_outline {
  border: 1px solid var(--darkergreen);
}

.btn.btn_outline.hidden {
  display: none;
}

.btn_green {
  color: var(--white);
  background-color: #82b93d;
  margin-left: 10px;
  padding: 10px 20px;
}

.flex {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-40 {
  margin-right: 40px;
}

.white-papers-hero-title {
  color: #fff;
  text-align: center;
  font-size: 48px;
  font-weight: 500;
  line-height: 140%;
}

.white-papers-hero-author {
  text-align: center;
  justify-content: center;
  display: flex;
}

.white-paper-hero-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 120%;
  max-width: 960px;
  height: 500px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.white-paper-hero-img.contain-image {
  background-color: var(--black);
  background-size: contain;
}

.white-papers-content {
  color: var(--black);
  padding-top: 100px;
  padding-bottom: 100px;
  font-size: 18px;
  font-weight: 200;
}

.white-papers-content.dark {
  background-color: var(--black);
  color: var(--white);
}

.white-papers-content.black {
  background-color: var(--black);
}

.white-papers-content-text {
  color: var(--gainsboro);
  margin-top: 3rem;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 800;
}

.white-papers-content-text h4 {
  max-width: 686px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 21px;
  font-weight: 400;
}

.white-papers-content-text h2 {
  max-width: 686px;
  margin: 30px auto 20px;
  font-weight: 500;
}

.white-papers-content-text h1 {
  color: var(--black);
  max-width: 686px;
  margin-left: auto;
  margin-right: auto;
  font-family: Poppins, sans-serif;
  font-size: 52px;
  font-weight: 500;
  line-height: 140%;
}

.white-papers-content-text h3 {
  max-width: 760px;
  margin: 30px auto 20px;
}

.white-papers-content-text ul {
  max-width: 760px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.white-papers-content-text a {
  color: #5594f3;
  font-size: 20px;
  font-weight: 400;
  text-decoration: underline;
}

.white-papers-content-text ol {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 140%;
}

.white-papers-content-text p {
  max-width: 686px;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 140%;
}

.white-papers-content-text h5, .white-papers-content-text h6, .white-papers-content-text blockquote {
  max-width: 686px;
  margin-left: auto;
  margin-right: auto;
}

.white-papers-content-text strong {
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.white-papers-content-text li {
  padding-bottom: 8px;
}

.white-papers-content-text img {
  width: 100%;
  max-width: none;
  margin-top: 80px;
  margin-bottom: 80px;
}

.white-papers-content-text.black {
  color: var(--white);
}

.white-papers-hero-author-name {
  color: var(--white);
  align-self: center;
}

.white-papers-hero-author-img {
  border-radius: 30px;
  flex: none;
  width: 4rem;
  height: 4rem;
  margin-right: 12px;
}

.white-papers-who-should-read {
  color: var(--white);
  text-align: center;
  margin-bottom: .5rem;
  font-weight: 500;
}

.white-papers-who-should-read-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.white-papers-who-this-is-for {
  color: var(--darkergreen);
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}

.white-papers-card {
  align-items: center;
  margin-bottom: 50px;
  padding-right: 50px;
  text-decoration: none;
  display: flex;
}

.white-papers-card-img {
  background-color: var(--black);
  background-image: url('../images/joshua-mayo-HASoyURgPMY-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  flex: none;
  width: 200px;
  height: 150px;
  margin-right: 32px;
}

.white-papers-card-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-weight: 400;
  line-height: 140%;
}

.white-papers-card-author-img {
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.white-papers-card-author-name {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.white-papers-favs-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}

.white-papers-favs-card {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.white-papers-favs-card-title {
  color: var(--white);
  padding-right: 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.white-papers-favs-card-img {
  background-color: var(--black);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex: none;
  width: 76px;
  height: 76px;
}

.white-papers-list-wrapper {
  display: none;
}

.white-papers-row {
  z-index: 5;
  background-color: var(--black);
  padding-bottom: 220px;
  position: relative;
}

.white-papers-mag-card {
  width: 100%;
  height: auto;
}

.magazine-card-img-copy, .white-papers-mag-card-img {
  object-fit: cover;
  height: 200px;
  margin-bottom: 24px;
}

.wp-card-author-name {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-weight: 400;
}

.wp-card-title {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
}

.whte-papers-row-header {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 64px;
  display: flex;
}

.wp-magazine-card-img {
  object-fit: cover;
  height: 200px;
  margin-bottom: 24px;
}

.top-bar-wrapper {
  background-color: var(--um-green);
  color: var(--black);
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.25rem;
  line-height: 1.1;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.top-bar-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 1.25rem 2rem;
  display: flex;
  overflow: hidden;
}

.top-bar-text {
  letter-spacing: .0875rem;
  margin-bottom: .5rem;
  font-size: 1.25rem;
  font-weight: 600;
}

.top-bar-text.subtitle {
  letter-spacing: .0875rem;
  font-size: .875rem;
  font-weight: 400;
}

.close-icon {
  background-color: var(--darkergreen);
  cursor: pointer;
  padding: .25rem;
  transition: transform .2s;
  position: absolute;
  inset: auto 2rem auto auto;
}

.close-icon:hover {
  transform: scale(.9);
}

.close-icon.hidden {
  display: none;
}

.container-default {
  z-index: 2147483647;
  position: static;
  inset: 0% 0% auto;
  overflow: hidden;
}

.container-default.hidden {
  display: none;
}

.collection-list-2 {
  overflow: hidden;
}

.top-bar-button {
  background-color: var(--honeydew);
  color: var(--umgrey);
  text-align: center;
  border-radius: 6px;
  flex: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 500;
}

.event-text-block {
  color: var(--white);
  text-align: center;
  margin-left: 2rem;
  margin-right: 2rem;
}

.top-bar-item {
  flex: 1;
}

.green-text {
  color: var(--darkergreen);
}

.content-how-we-help {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 3.562rem;
  display: flex;
}

.content-how-we-help-paragraph {
  width: 50%;
}

.content-how-we-help-paragraph-text {
  width: 85%;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2rem;
}

.how-we-help-grid {
  width: 50%;
}

.how-we-help-card {
  background-color: var(--um-green);
  flex-direction: column;
  justify-content: space-between;
  width: 267px;
  height: 188px;
  padding: 1.4375rem 1.5625rem 1rem;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 11px 2px #00000024;
}

.how-we-help-card-text {
  color: var(--white);
  margin-top: 1.4375rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
}

.b2b-hero-content {
  display: flex;
}

.b2bc-features-wrapper {
  flex-wrap: wrap;
  flex: 0 auto;
  margin-top: 6rem;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.b2bc-features-card {
  background-color: var(--white);
  flex: 0 30%;
  height: auto;
  margin-bottom: 1.625rem;
  margin-left: .5rem;
  margin-right: .5rem;
  padding: 1rem 2rem 1rem 3.5rem;
  position: relative;
  box-shadow: 0 2px 25px #00000017;
}

.b2bc-features-card.hidden {
  display: none;
}

.features-icon {
  position: absolute;
  inset: 18% auto auto 4%;
}

.features-bold-text {
  margin-bottom: .8125rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
}

.features-bold-text.no-margin {
  margin-bottom: 0;
}

.features-text {
  font-size: 1.25rem;
}

.features-text.small {
  font-size: 1rem;
}

.how-we-help-section {
  z-index: 1;
  flex-direction: column;
  padding-top: 100px;
  display: flex;
  position: relative;
}

.functionality-section {
  z-index: 1;
  padding-bottom: 40px;
  position: relative;
}

.paragraph-27 {
  text-align: left;
  margin-top: 28px;
  padding-left: 40px;
  font-family: Poppins, sans-serif;
  font-size: 26px;
  font-weight: 400;
}

.div-block-26 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 64px;
  margin-bottom: 0;
  display: block;
}

.frosted-glass {
  background-color: #0006;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  display: flex;
}

._404-header {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
}

._404 {
  margin-bottom: 30px;
  font-size: 172px;
  line-height: 1;
}

._404-details {
  max-width: 260px;
}

.utility-button {
  background-color: var(--um-green);
  width: 100%;
}

.horizontal-divider {
  background-color: var(--um-green);
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.circle-image {
  z-index: 2;
  border-radius: 100%;
  width: 600px;
  position: relative;
}

.circle-image.glow {
  z-index: 1;
  filter: saturate(200%) blur(75px);
  position: absolute;
  inset: 0%;
}

._404-interaction {
  border-radius: 40px;
  position: absolute;
}

.white-body {
  background-color: #fff;
}

.section-9 {
  background-image: url('../images/Rectangle-40-min.jpg');
  background-position: 0 0;
  background-size: cover;
  padding-top: 170px;
  padding-bottom: 100px;
}

.container-1220xwidth {
  width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.container-1220xwidth.mobile-responsive {
  display: none;
}

.headline-green-sub {
  color: var(--yellow-green);
  font-size: 28px;
  font-weight: 700;
}

.headline-green-sub.hero-hd {
  margin-top: 10px;
  font-size: 50px;
  font-weight: 700;
}

.headline-green-sub.hero-hd.frc {
  color: #fff;
  font-size: 40px;
}

.headline-green-sub.hero-hd.frc.mobile-responsive {
  font-size: 42px;
}

.headline-green-sub.hero-hd.mobile-responsive {
  font-size: 40px;
}

.headline-white-sub2 {
  color: var(--white);
  font-size: 48px;
  font-weight: 600;
}

.headline-white-sub2.hero-hd {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}

.headline-white-sub2.hero-hd.white {
  color: var(--white);
  font-family: Poppins, sans-serif;
}

.heading-67 {
  color: var(--off-black);
  margin-top: 8px;
  margin-left: 10px;
  font-size: 18px;
  font-weight: 500;
}

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

.link-block-2.left-margin {
  margin-left: 20px;
}

.link-block-flex {
  align-items: center;
  display: inline-block;
}

.link-block-flex.left-margin {
  margin-left: 30px;
}

.section-10 {
  padding-top: 18px;
  padding-bottom: 18px;
  box-shadow: 4px 4px 11px #0000001a;
}

.image-41 {
  margin-top: 5px;
}

.section-11 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.flexbox {
  display: flex;
}

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

.white-box {
  border-radius: 5px;
  box-shadow: 4px 4px 11px #0000001a;
}

.link-block-3 {
  border-bottom: 1px solid #eee;
  padding: 22px 27px;
  display: flex;
}

.link-block-3:hover {
  color: #111609;
}

.heading-68 {
  color: var(--off-black);
  font-size: 14px;
  font-weight: 600;
  transition: all .2s;
}

.heading-68:hover {
  color: var(--yellow-green);
}

.white-box-container {
  padding: 22px;
}

.heading-69 {
  color: var(--off-black);
  font-size: 45px;
  font-weight: 700;
}

.tabs-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.tabs-2.mobile-responsive {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.tabs-content-2 {
  border-radius: 5px;
  flex: 1;
  padding: 50px;
  box-shadow: 4px 4px 11px #0000001a;
}

.tabs-menu {
  border-radius: 5px;
  flex-direction: column;
  width: 295px;
  height: 100%;
  display: flex;
  box-shadow: 4px 4px 11px #0000001a;
}

.tab-link-tab-1 {
  background-color: #ddd0;
  border-bottom: 1px solid #eee;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all .2s;
}

.tab-link-tab-1:hover {
  color: var(--yellow-green);
}

.tab-link {
  background-color: #ddd0;
  border-bottom: 1px solid #eee;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  transition: all .2s;
}

.tab-link:hover {
  color: var(--yellow-green);
}

.tab-link.w--current {
  color: var(--yellow-green);
  background-color: #ffffff1a;
}

.tab-link.hide {
  display: none;
}

.tab-panel-headline {
  color: var(--off-black);
  font-size: 45px;
  font-weight: 700;
}

.tab-panel-headline.up-margin {
  margin-top: 100px;
}

.divider {
  background-color: #eee;
  width: 40%;
  height: 1.5px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.divider.centered {
  margin-left: auto;
  margin-right: auto;
}

.tab-panel-headline-2 {
  color: var(--off-black);
  font-size: 30px;
  font-weight: 700;
}

.paragraph-28 {
  color: #666;
  font-size: 15px;
  line-height: 150%;
}

.paragraph-28._20-margin {
  margin-top: 20px;
  margin-bottom: 0;
}

.paragraph-28._20-margin._50-margin {
  margin-top: 50px;
}

.image-42 {
  margin-top: 63px;
}

.body-background-1 {
  background-image: url('../images/Rectangle-40-min.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.white-box-sign-up {
  background-color: #fff;
  border-radius: 5px;
}

.form-box {
  flex: 1;
}

.container-sigup-box {
  background-color: #fff;
  flex-wrap: nowrap;
  width: 300px;
  height: 300px;
  display: block;
  position: absolute;
  inset: 0%;
}

.section-12 {
  display: block;
  position: absolute;
  inset: 0%;
}

.section-13 {
  background-color: #c9c9c9;
  width: 300px;
  height: 300px;
  margin: 269px auto;
  display: block;
}

.sign-up-text-headline {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sign-up-block {
  background-color: #fff;
  border-radius: 5px;
  margin-top: 66px;
  margin-left: 100px;
  margin-right: 100px;
  padding: 50px 50px 34px;
}

.signup-container {
  width: 790px;
  margin-left: auto;
  margin-right: auto;
}

.section-14 {
  padding-top: 97px;
  padding-bottom: 33px;
}

.grid-5 {
  grid-template-rows: auto;
}

.paragraph-29 {
  color: #fff;
  margin-bottom: 0;
}

.link-block-4 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading-70 {
  text-align: center;
  margin-top: 15px;
  font-size: 40px;
  font-weight: 600;
}

.heading-71 {
  color: var(--yellow-green);
  font-size: 28px;
}

.div-block-27 {
  flex-direction: column;
  display: flex;
}

.submit-button-4 {
  background-color: var(--yellow-green);
  border-radius: 5px;
  margin-top: 13px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.text-field-2, .text-field-3 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.form-section-resource-center {
  z-index: 1;
  background-color: var(--darkergreen);
  color: var(--off-black);
  background-image: url('../images/finstitute-bg.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
}

.heading-72 {
  color: #95d63a;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
}

.heading-73 {
  color: #fff;
  text-align: center;
  font-weight: 700;
  line-height: 100%;
}

.heading-73._2 {
  font-size: 50px;
}

.heading-73._2.black-headline {
  color: #111;
}

.heading-73.inside-flx {
  text-align: left;
  font-size: 45px;
}

.paragraph-30 {
  text-align: center;
}

.paragraph-30.up-margin {
  margin-top: 20px;
}

.paragraph-30.up-margin.size-16 {
  font-size: 16px;
}

.paragraph-30.up-margin.aligned-left {
  color: #fff;
  text-align: left;
  margin-bottom: 21px;
  font-weight: 400;
}

.form-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.div-block-28 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 39px;
  display: grid;
}

.text-field-4 {
  color: #979797;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  height: 54px;
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 18px;
  font-weight: 300;
  line-height: 100%;
}

.text-field-4.up-margin {
  margin-top: 18px;
}

.text-field-4.hide {
  display: none;
}

.div-block-29 {
  flex-wrap: nowrap;
  justify-content: center;
  margin-top: 18px;
  display: flex;
}

.submit-button-5 {
  background-color: var(--yellow-green);
  border-radius: 5px;
  flex: 1;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
}

.paragraph-31 {
  color: #b5b5b5;
  text-align: center;
  margin-top: 18px;
  font-size: 15px;
  font-weight: 300;
}

.text-span-9 {
  color: var(--yellow-green);
  border: 1px #111;
}

.text-span-9.white {
  color: #fff;
}

.modal---form-fi-resource-center {
  z-index: 1000;
  background-color: #16161663;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
}

.popout-box {
  background-color: #fff;
  border: 1.5px solid #97979787;
  border-radius: 20px;
  width: 1000px;
  height: 650px;
  margin: 0 auto;
  padding: 50px;
  position: absolute;
  inset: 25% 0% 0%;
  box-shadow: 1px 1px 17px 15px #0000000f;
}

.exit-block {
  cursor: pointer;
  padding: 29px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.request-access-button {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #11111140;
  border-radius: 5px;
  flex: 0 auto;
  margin-left: 10px;
  margin-right: 0;
  padding: 21px 59px;
  font-size: 22px;
  font-weight: 600;
  line-height: 100%;
  transition: all .2s;
}

.request-access-button:hover {
  box-shadow: 4px 4px 13px #00000029;
}

.modal-backdrop {
  z-index: 1;
  opacity: .64;
  background-color: #2c3242;
  width: 100vw;
  height: 100vh;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
}

.modal-content {
  z-index: 2147483647;
  color: #1b1f29;
  background-color: #fff;
  border-radius: 12px;
  position: relative;
}

.xs-title {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 500;
}

.modal-form-2 {
  z-index: 2147483647;
  padding: 48px 24px 24px;
  display: block;
}

.modal2 {
  z-index: 10050;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
}

.modal2.modal-contact {
  display: none;
  top: 10%;
  overflow: auto;
}

.modal2.modal-contact.overflow {
  display: none;
  overflow: auto;
}

.modal-dialog {
  z-index: 5;
  max-width: 973px;
  margin: 2rem auto;
  position: relative;
}

.modal-dialog.modal-dialog-form {
  z-index: 2147483647;
  max-width: 700px;
  display: block;
  position: relative;
  overflow: visible;
}

.btn-close {
  z-index: 2147483647;
  color: #2c3242;
  cursor: pointer;
  background-color: #0000;
  padding: 0;
  line-height: 1em;
  position: absolute;
  top: 40px;
  right: 40px;
}

.btn-close.btn-close-pricing {
  top: 22px;
  right: 22px;
}

.modal-2-copy {
  z-index: 10050;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
}

.modal-2-copy.modal-contact, .modal-2-copy.modal-contact.overflow {
  display: none;
  overflow: auto;
}

.btn-2 {
  text-align: center;
  cursor: pointer;
  border: 2px solid #0000;
  border-radius: 4px;
  padding: 14px 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.btn-2:hover {
  text-decoration: none;
}

.btn-2.btn-blue {
  color: #fff;
  background-color: #175fff;
  display: none;
}

.btn-2.btn-blue:hover {
  color: #fff;
  background-color: #1043b2;
}

.login-btn {
  background-color: var(--white);
  color: var(--darkergreen);
  border-radius: 5px;
  margin-left: 0;
  margin-right: 10px;
  padding: 21px 72px 21px 73px;
  font-size: 22px;
  font-weight: 600;
  line-height: 100%;
  transition: all .2s;
}

.login-btn:hover {
  box-shadow: 4px 4px 13px #00000029;
}

.finstitute-btn-wrap {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.submit-button-6 {
  background-color: var(--yellow-green);
  border-radius: 5px;
  flex: 1;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
}

.container-18 {
  margin-top: 30px;
}

.success-message {
  background-color: #f0f0f0;
}

.section-15 {
  background-color: #eee;
  margin-top: 111px;
  padding-top: 97px;
  padding-bottom: 97px;
}

.flexbox-center-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1000px;
  margin: auto;
  display: flex;
}

.heading-74 {
  color: var(--black);
  text-align: center;
  margin-top: 84px;
  font-size: 43px;
  font-weight: 600;
}

.paragraph-32 {
  color: var(--black);
  margin-top: 22px;
  font-weight: 300;
}

.link-block-horizontal-flex {
  align-items: center;
  margin-top: 126px;
  display: flex;
}

.heading-75 {
  color: var(--black);
  margin-left: 10px;
  font-size: 30px;
}

.contact-section.contact-us-page {
  background-color: var(--black);
  background-image: linear-gradient(to bottom, black, var(--dark-slate-grey-2));
  padding-top: 180px;
}

.bold-text-4 {
  margin-left: 0;
  padding-left: 0;
}

.div-block-31 {
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  margin-left: 50px;
  margin-right: 50px;
  display: flex;
}

.div-block-31._20-up-margin {
  margin-top: 0;
}

.div-block-31.hide {
  display: none;
}

.image-43 {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 1px solid #1f1f1f1a;
}

.image-43._2 {
  max-width: 68%;
}

.download-pdf {
  background-color: var(--yellow-green);
  color: #fff;
  text-align: center;
  border-radius: 5px;
  margin-top: 42px;
  padding: 16px 39px;
  line-height: 100%;
  transition: all .2s;
}

.download-pdf:hover {
  box-shadow: 1px 1px 6px 0 var(--yellow-green);
}

.link-block-pdf {
  text-align: center;
  transition: all .2s;
}

.link-block-pdf:hover {
  border-radius: 5px;
  box-shadow: 1px 1px 13px #5e5e5e47;
}

.link-block-pdf.dd {
  max-width: 70%;
}

.image-44 {
  outline-offset: 0px;
  text-align: center;
  outline: 1px solid #18181812;
  max-width: 100%;
}

.section-16 {
  z-index: 15;
  background-color: var(--gainsboro);
  padding-top: 34px;
  padding-bottom: 34px;
  position: relative;
}

.section-17 {
  background-color: var(--yellow-green);
}

.flexbox-div {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.heading-76 {
  color: var(--black);
  font-size: 16px;
  font-weight: 600;
}

.heading-76.white {
  color: #fff;
}

.beta-block {
  background-color: #fff;
  border-radius: 2px;
  padding: 6px 10px;
  display: inline-block;
}

.beta-block.margin {
  margin-bottom: 10px;
}

.beta-block.margin.white {
  background-color: var(--black);
  color: #ffffffe6;
  flex: none;
  justify-content: center;
  margin-bottom: 25px;
  display: block;
}

.image-45 {
  border: 1px solid #c9c9c9;
}

.image-46 {
  outline-offset: 0px;
  outline: 1px solid #2c2c2c1a;
}

.tab-pane-tab-2-2 {
  border-radius: 3px;
}

.heading-77 {
  color: #111;
  text-align: left;
  font-weight: 700;
}

.field-label-2 {
  color: #111;
}

.field-label-2.up-margin {
  color: #000;
  text-align: left;
  margin-top: 30px;
  font-size: 16px;
  font-weight: 300;
}

.image-47 {
  display: none;
}

.heading-78 {
  color: #111;
}

.heading-78._2 {
  text-align: left;
  font-size: 37px;
  font-weight: 800;
  line-height: 110%;
}

.text-field-5 {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 1px solid #f1f1f1;
  margin-top: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.submit-button-7 {
  background-color: var(--yellow-green);
  border-radius: 5px;
  margin-top: 10px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.paragraph-55 {
  color: #fff;
}

.white-text {
  color: var(--white);
}

.section-18 {
  background-color: #131313;
  padding-top: 205px;
  padding-bottom: 106px;
}

.heading-79 {
  color: #fff;
  text-align: center;
  font-size: 50px;
  font-weight: 700;
}

.text-span-10 {
  color: var(--yellow-green);
}

.paragraph-56 {
  color: #fff;
  text-align: center;
  margin-top: 20px;
}

.button-7 {
  background-color: var(--darkergreen);
  color: #fff;
  margin-top: 23px;
  padding: 14px 29px;
}

.form-block-2 {
  display: none;
}

.form-3 {
  display: block;
}

.section-19 {
  z-index: 5;
  position: relative;
}

.author-cell {
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.section-20 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.tabs-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  display: flex;
}

.tabs-menu-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  width: 500px;
  display: grid;
}

.image-48 {
  max-width: 42%;
}

.tab-pane-tab-1 {
  text-align: center;
}

.tab-link-ui-tab-2 {
  color: #111;
  text-align: center;
  background-color: #fff;
  padding-top: 24px;
  padding-bottom: 24px;
  font-weight: 600;
  transition: all .2s;
  box-shadow: 4px 4px 14px #00000030;
}

.tab-link-ui-tab-2.w--current {
  background-color: var(--darkergreen);
  color: #fff;
}

.tab-link-ui-tab-2.hide {
  display: none;
}

.video-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: stretch;
  width: 600px;
  height: 550px;
  margin-left: 21px;
  display: block;
}

.sales-brochure-button {
  background-color: var(--um-green);
  border-radius: 5px;
  margin-top: 23px;
  padding: 24px 37px;
  font-size: 18px;
  font-weight: 500;
}

.div-block-32 {
  display: flex;
}

.div-block-33 {
  flex: none;
  align-items: center;
  max-width: 200px;
  max-height: 200px;
  display: flex;
  overflow: hidden;
}

.div-block-34 {
  flex-direction: column;
  justify-content: center;
  margin-left: 50px;
  display: flex;
}

.collection-item-3 {
  margin-bottom: 25px;
}

.collection-list-wrapper-3 {
  display: none;
  overflow: visible;
}

.cards-roadmap-and-features {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cards-roadmap-and-features.botmargin {
  margin-top: 71px;
  margin-bottom: 280px;
}

.roadmap-box {
  padding: 20px 20px 15px;
  box-shadow: 1px 1px 11px 4px #0000000f;
}

.roadmap-card-headline {
  color: var(--black);
  align-items: center;
  margin-left: 15px;
  font-size: 20px;
  font-weight: 800;
  display: flex;
}

.paragraph-57 {
  text-transform: capitalize;
  margin-top: 17px;
  padding-left: 16px;
  font-size: 15px;
}

.beige-body {
  background-color: var(--um--cream);
}

.section-21 {
  height: 869px;
  padding-top: 145px;
  position: relative;
  overflow: hidden;
}

.section-21.hide {
  display: none;
}

.image-49 {
  z-index: -3;
  object-fit: cover;
  max-width: none;
  display: inline-block;
  position: absolute;
  inset: 0% 50% 0% 48%;
}

.section-22 {
  background-color: #fff;
  height: 646px;
  padding-top: 189px;
  padding-bottom: 189px;
  position: relative;
}

.section-22.hide {
  display: none;
}

.image-50 {
  z-index: auto;
  max-width: 9%;
  position: absolute;
  inset: 16% 51% 0% auto;
}

.section-23 {
  background-color: var(--black);
  padding-top: 146px;
  padding-bottom: 60px;
}

.containerv2 {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.containerv2._200-up-margin {
  position: relative;
}

.section-24 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.date-name-div {
  justify-content: space-between;
  padding: 10px;
  display: flex;
}

.date-name-div.grey {
  background-color: #f8f8f8;
  padding-top: 10px;
  padding-bottom: 10px;
}

.date-name-div.grey.past-event-grey, .date-name-div.past-event {
  color: #d6d6d6;
}

.text-span-11 {
  font-size: 22px;
  font-weight: 600;
}

.paragraph-58 {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 160%;
}

.heading-80 {
  color: var(--black);
  margin-top: 70px;
}

.heading-81 {
  color: var(--black);
  max-width: 648px;
  font-size: 54px;
  font-weight: 600;
  line-height: 114%;
}

.container-1240 {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.container-1240.hide {
  display: none;
}

.heading-82 {
  color: #3f3f3f;
  max-width: 648px;
  font-size: 18px;
  font-weight: 400;
}

.heading-82._20-up-margin {
  margin-top: 20px;
}

.paragraph-59 {
  max-width: 648px;
}

.paragraph-60 {
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.paragraph-60.up-margin {
  color: #3f3f3f;
  max-width: 648px;
  margin-top: 20px;
  margin-bottom: 0;
}

.heading-83 {
  max-width: 648px;
}

.heading-83.up-margin {
  color: #111;
  margin-top: 41px;
  font-size: 36px;
  font-weight: 600;
  line-height: 120%;
}

.heading-83.up-margin.white {
  color: #fff;
  margin-top: 30px;
}

.heading-83.up-margin-20 {
  margin-top: 20px;
}

.heading-83.up-margin-20.white {
  color: var(--white);
}

.download-app-div {
  max-width: 648px;
}

.download-app-div.up-margin-10 {
  margin-top: 10px;
}

.download-app-div.left-margin {
  margin-left: 35px;
}

.image-51 {
  margin-left: 10px;
}

.image-51._80 {
  max-width: 100%;
}

.div-block-35 {
  z-index: 10;
  position: absolute;
  inset: -5% -58% auto auto;
}

.container-648 {
  max-width: 648px;
  margin-top: 21px;
  margin-right: auto;
  position: relative;
}

.div-block-36 {
  z-index: 20;
  position: absolute;
  inset: auto -8% -2% auto;
}

.grid-spy {
  grid-column-gap: 105px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -43px;
  display: grid;
}

.grid-syw-box.left-margin {
  margin-left: 54px;
}

.paragraph-61 {
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.paragraph-61.up-margin-20 {
  margin-top: 20px;
}

.paragraph-61.up-margin-50 {
  margin-top: 40px;
}

.paragraph-61.up-margin-wait {
  margin-top: 27px;
}

.green-button {
  background-color: var(--yellow-green);
  padding: 15px 57px;
  font-weight: 500;
  line-height: 120%;
}

.green-button.up-margin-20 {
  border-radius: 5px;
  margin-top: 20px;
  font-weight: 400;
  transition: all .2s;
}

.green-button.up-margin-20:hover {
  background-color: #85c927;
}

.green-button.up-margin-30 {
  margin-top: 30px;
}

.green-button.padding-more {
  padding-top: 17px;
  padding-bottom: 17px;
}

.green-button.right-margin-40 {
  margin-right: 40px;
}

.green-button.expand {
  justify-content: center;
  margin-top: 20px;
  display: flex;
}

.textlink-unifimoney {
  transition: all .2s;
}

.textlink-unifimoney:hover {
  text-decoration: underline;
}

.image-52 {
  margin-top: 24px;
}

.section-25 {
  background-color: #1c1c1c;
  height: 1041px;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.section-25.height-variation {
  height: 1099px;
}

.section-25.height-variation.hide, .section-25.hide {
  display: none;
}

.heading-84 {
  color: #fff;
  font-size: 64px;
  font-weight: 600;
  line-height: 100%;
}

.paragraph-62 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.paragraph-62.up-margin {
  margin-top: 30px;
}

.paragraph-62.up-margin.italic-and-size {
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
}

.checkbox-paragraph-text {
  display: flex;
}

.checkbox-paragraph-text._10-up-margin {
  margin-top: 10px;
}

.checkbox-paragraph-text._30-up-margin {
  margin-top: 30px;
}

.heading-85 {
  color: var(--white);
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.heading-85.no-marigns {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-85.no-margins {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph-63 {
  color: #fff;
  max-width: 563px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 120%;
}

.left-margin {
  margin-left: 10px;
}

.container-700 {
  max-width: 700px;
  margin-right: auto;
  position: relative;
}

.image-53 {
  position: absolute;
  inset: 19% auto auto 61%;
}

.image-53.absolute-variation {
  top: 6%;
}

.image-53.size-variation {
  width: 446px;
  top: 10%;
  left: 59%;
}

.section-26 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.section-26.hide {
  display: none;
}

.heading-86 {
  color: #000;
  font-size: 36px;
  font-weight: 600;
  line-height: 120%;
}

.paragraph-64 {
  color: #333;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 200;
}

.paragraph-64.size-18 {
  font-size: 18px;
}

.paragraph-64.size-18.hide {
  display: none;
}

.faqs._70-up-margin, .faqs.top-margin-70 {
  margin-top: 70px;
}

.faqs.light {
  color: var(--white);
}

.faq-list {
  margin-top: 40px;
}

.faq-trigger {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.faq-button {
  background-color: var(--yellow-green);
  border-radius: 100px;
  width: 42px;
  height: 42px;
  position: relative;
}

.image-54 {
  width: 42px;
  height: 42px;
  position: absolute;
  inset: auto;
}

.text-block-33 {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
}

.text-block-34 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 300;
  display: none;
}

.image-55 {
  overflow: visible;
}

.dark-underline {
  background-color: var(--black);
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.terms-conditions {
  margin-top: 150px;
}

.terms-conditions.dark-bg {
  background-color: var(--black);
  color: var(--white);
  margin-top: 0;
  padding-bottom: 60px;
}

.empty-state {
  display: none;
}

._30 {
  width: 30%;
}

.events-link {
  color: var(--black);
  cursor: pointer;
  display: block;
}

.events-link:hover {
  color: var(--yellow-green);
}

.html-embed-5 {
  align-items: flex-start;
  padding-left: 26px;
  display: block;
}

.html-embed-5.max-w {
  max-width: 350px;
}

.div-block-38 {
  margin-top: 0;
}

.div-block-38.up-margin-100 {
  margin-top: 100px;
}

.div-block-39 {
  flex-direction: column;
  display: flex;
}

.div-block-39.hidden {
  display: none;
}

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

.partners-grid._2 {
  grid-template-columns: 1fr 1fr;
}

.partners-grid._2.no-margin {
  margin-top: 0;
}

.partner-box {
  justify-content: center;
  display: flex;
}

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

.partners-grid5.up-margin {
  margin-top: 20px;
}

.members-section {
  z-index: 1;
  padding-bottom: 60px;
  position: relative;
}

._100 {
  width: auto;
}

.unifimoney-comparison {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.link-block-12.up-margin {
  color: var(--off-black);
  margin-top: 20px;
  transition: all .2s;
  display: inline-block;
}

.link-block-12.up-margin:hover {
  color: var(--yellow-green);
}

.image-57._1 {
  max-width: 95%;
}

.div-block-41 {
  width: 35px;
  height: 35px;
}

.insights-card-wrapper {
  display: flex;
}

.white-papers-card-title-text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
}

.div-block-42 {
  margin-top: 96px;
}

.up-margin-60 {
  margin-top: 60px;
}

.heading-87 {
  margin-bottom: 35px;
  font-weight: 600;
}

.heading-88 {
  color: #fff;
}

.section-27 {
  background-color: var(--off-black);
  padding-top: 81px;
  padding-bottom: 81px;
}

.heading-89 {
  margin-bottom: 25px;
  font-size: 25px;
  font-weight: 700;
  line-height: 100%;
}

.div-block-43 {
  margin-top: 90px;
}

.collateral-links-flexbox {
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.collateral-link {
  display: flex;
}

.heading-90 {
  font-size: 20px;
  font-weight: 500;
}

.link-6 {
  color: var(--black);
  padding-left: 15px;
  padding-right: 15px;
  transition: all .2s;
}

.link-6:hover {
  color: var(--darkergreen);
}

.div-block-44 {
  color: #444242;
  background-color: #333;
  width: 1px;
  height: 18px;
  margin-left: 10px;
  margin-right: 10px;
}

.div-block-45 {
  color: #fc6a6a4f;
  background-color: #33333380;
  height: 1px;
  margin-top: 15px;
}

.faq-title {
  color: #000;
  letter-spacing: .5px;
  flex: 1;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
}

.faq-drpdwn-btn {
  width: 42px;
  height: 42px;
  position: absolute;
  inset: auto;
}

.faq-answer-block {
  font-size: 16px;
}

.faq-answer-block p {
  font-size: 16px;
  font-weight: 400;
}

.container-responsive {
  width: 100%;
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
  display: block;
  position: relative;
}

.container-responsive.top-margin-100 {
  margin-top: 100px;
}

.container-responsive.top-margin-20 {
  margin-top: 20px;
}

.container-responsive.relative {
  position: relative;
}

.container-responsive.absolute {
  position: absolute;
  inset: auto 0% 0%;
}

.col-md-3 {
  flex: 0 25%;
  width: 100%;
  max-width: 25%;
  padding-left: 12px;
  padding-right: 12px;
}

.col-md-3.align-center {
  align-self: center;
}

.col-md-3._20 {
  flex-basis: 20%;
  max-width: 20%;
}

.col-md-9 {
  flex: 0 75%;
  width: 100%;
  max-width: 75%;
  padding-left: 12px;
  padding-right: 12px;
}

.col-12 {
  flex: 0 100%;
  width: 100%;
  max-width: 1248px;
  margin-top: 0;
  padding-left: 12px;
  padding-right: 12px;
}

.col-12.centered {
  text-align: center;
}

.paragraph-65 {
  color: #fff;
}

.paragraph-65.up-margin-30 {
  margin-top: 30px;
}

.paragraph-65.up-margin-10 {
  margin-top: 10px;
}

.paragraph-66 {
  color: #fff;
  font-weight: 400;
}

.paragraph-66.up-margin-30 {
  margin-top: 30px;
}

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

.link-block-13 {
  max-width: 145px;
}

.heading-91 {
  color: var(--black);
  font-size: 20px;
}

.heading-92 {
  color: var(--black);
  margin-left: 10px;
  font-size: 20px;
}

.link-block-14 {
  flex-direction: row;
  align-items: center;
  margin-left: 40px;
  display: flex;
}

.div-block-47 {
  margin-top: 10px;
  display: flex;
}

.image-58 {
  max-width: none;
}

.centsai-unifi-hero-section {
  background-color: #1b1b1b;
  background-image: url('../images/Rectangle-1165.webp');
  background-position: 0 0;
  background-size: cover;
  padding-top: 178px;
  padding-bottom: 100px;
}

.grid-herosection {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.headline-centsai {
  font-size: 48px;
}

.image-59 {
  max-width: 329px;
}

.subheadline-centsai {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
}

.subheadline-centsai.up-margin-20, .subheadline-centsai.top-margin-20 {
  margin-top: 20px;
}

.paragraph-67 {
  color: #9c9c9c;
  font-size: 20px;
  font-weight: 400;
}

.paragraph-67.up-margin-20 {
  margin-top: 20px;
  font-family: Poppins, sans-serif;
}

.buttons-box {
  margin-top: 0;
}

.buttons-box.up-margin-20 {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.buttons-box.up-margin-40 {
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.section-grey-centsai {
  background-color: #f9f9f9;
  padding-top: 100px;
  padding-bottom: 100px;
}

.grid-centsai-section {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-centsai-section.up-margin-100 {
  margin-top: 100px;
}

.grid-centsai-section.hide {
  display: none;
}

.heading-93 {
  font-size: 52px;
  font-weight: 600;
  line-height: 100%;
}

.heading-93.up-margin-20 {
  margin-top: 20px;
}

.paragraph-68 {
  font-size: 22px;
  font-weight: 400;
}

.paragraph-69 {
  font-size: 22px;
  font-weight: 300;
}

.paragraph-69.up-margin-20 {
  margin-top: 20px;
  font-family: Poppins, sans-serif;
  font-size: 22px;
}

.paragraph-69.up-margin-20.center {
  text-align: center;
  max-width: 71%;
}

.paragraph-69.size-18 {
  font-family: Poppins, sans-serif;
  font-size: 18px;
}

.paragraph-69.bullet-size-custom {
  margin-bottom: 0;
  margin-left: 20px;
  font-size: 18px;
}

.green-divider {
  background-color: var(--yellow-green);
  width: 120px;
  height: 3px;
}

.green-divider.up-margin-20 {
  margin-top: 20px;
}

.green-divider.centered {
  margin-left: auto;
  margin-right: auto;
}

.green-divider.centered.top-margin-20 {
  margin-top: 20px;
}

.section-white-centsai {
  padding-top: 100px;
  padding-bottom: 100px;
}

.list-centsai-1.up-margin-20 {
  margin-top: 20px;
}

.grid-centsai-section-2 {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-centsai-section-2.up-margin-100 {
  grid-template-columns: 1fr 2fr;
  margin-top: 100px;
}

.image-60 {
  max-width: 100%;
}

.image-60._80 {
  max-width: 92%;
}

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

.list-grid-centsai.up-margin-20 {
  margin-top: 20px;
}

.paragraph-70 {
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.paragraph-70.up-margin-20 {
  margin-top: 20px;
}

.grid-centsai-section-3 {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-centsai-section-3.up-margin-100 {
  grid-template-columns: 1fr 2fr;
  margin-top: 100px;
}

.bullet-box-centsai {
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.bullet-mainbox-centsai.up-margin-20 {
  margin-top: 20px;
}

.grid-centsai-section-4 {
  grid-column-gap: 14px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .75fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-centsai-section-4.up-margin-100 {
  grid-template-columns: 1fr 2fr;
  margin-top: 100px;
}

.heading-93-2 {
  font-size: 52px;
  font-weight: 600;
  line-height: 120%;
}

.heading-93-2.up-margin-20 {
  margin-top: 20px;
  line-height: 120%;
}

.text-span-12 {
  color: #8bc541;
}

.cta-centsai {
  background-color: #222;
  background-image: url('../images/Rectangle-1165.webp');
  background-position: 0 0;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-94 {
  color: var(--white);
  font-size: 52px;
  font-weight: 600;
  line-height: 100%;
}

.paragraph-69-2 {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
}

.paragraph-69-2.up-margin-20 {
  margin-top: 20px;
  font-family: Poppins, sans-serif;
  font-size: 22px;
}

.paragraph-69-2.up-margin-20.center {
  text-align: center;
  max-width: 71%;
}

.paragraph-69-2.size-18 {
  font-family: Poppins, sans-serif;
  font-size: 18px;
}

.paragraph-69-2.bullet-size-custom {
  margin-bottom: 0;
  margin-left: 20px;
  font-size: 18px;
}

.centai-special-button {
  text-align: center;
  border-radius: 100px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 400;
  display: block;
}

.centai-special-button.blue {
  background-color: #009bd6;
  transition: all .2s;
}

.centai-special-button.blue:hover {
  background-color: #05a9e7;
}

.centai-special-button.purple {
  background-color: #8200d6;
  transition: all .2s;
}

.centai-special-button.purple:hover {
  background-color: #9005e9;
}

.centai-special-button.orange {
  background-color: #db6d1b;
  transition: all .2s;
}

.centai-special-button.orange:hover {
  background-color: #eb731a;
}

.centai-special-button.green {
  background-color: #00ac2b;
  transition: all .2s;
}

.centai-special-button.green:hover {
  background-color: #03c433;
}

.buttons-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: auto;
  margin-bottom: -40px;
  display: grid;
  position: absolute;
  inset: auto 0% 0%;
}

.centsai-special-block {
  position: relative;
}

.bullet-box-centsai-2 {
  justify-content: center;
  align-items: center;
  margin-top: 70px;
  display: flex;
}

.bold-text-6, .bold-text-7, .bold-text-8 {
  color: var(--yellow-green);
}

.sign-up_bg-background {
  background-image: url('../images/Rectangle-40-min.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100vh;
}

.go-back_section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.go-back-link {
  cursor: pointer;
  padding: 1%;
}

.go-back-text {
  color: #fff;
  margin-bottom: 0;
  font-weight: 400;
}

.green-subtitle {
  color: var(--yellow-green);
  font-size: 28px;
  font-weight: 500;
  line-height: 100%;
}

.sign-up-heading {
  text-align: center;
  margin-top: 15px;
  font-size: 40px;
  font-weight: 600;
}

.sign-up-form-wrapper {
  background-color: #fff;
  border-radius: 5px;
  width: 590px;
  margin-top: 66px;
  margin-left: auto;
  margin-right: auto;
  padding: 3% 5%;
}

.thank-you-section {
  background-color: #eee;
  margin-top: 111px;
  padding-top: 97px;
  padding-bottom: 97px;
}

.vert-flex-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.vert-flex-text-wrapper.left-align {
  align-items: flex-start;
}

.thank-you-header {
  color: var(--black);
  text-align: center;
  margin-top: 84px;
  font-size: 43px;
  font-weight: 600;
}

.thank-you-paragraph {
  color: var(--black);
  margin-top: 22px;
  font-weight: 300;
}

.lg-text {
  color: var(--black);
  margin-left: 10px;
  font-size: 30px;
  font-weight: 500;
  line-height: 100%;
}

.syw-hero-section {
  padding-top: 145px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.col-7 {
  flex: 0 58.33%;
  width: 100%;
  max-width: 58.33%;
  padding-left: 12px;
  padding-right: 12px;
}

.col-7.relative {
  position: relative;
}

.col-7.right {
  margin-left: auto;
}

.col-5 {
  flex: 0 41.66%;
  width: 100%;
  max-width: 41.66%;
  padding-left: 12px;
  padding-right: 12px;
}

.col-5.relative {
  position: relative;
}

.col-5.relative.align-center {
  align-self: center;
}

.col-5.mob-full-width.hide {
  display: none;
}

.col-5.align-center {
  align-self: center;
}

.col-5.no-padding {
  background-image: url('../images/apy-img.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 0;
  padding-right: 0;
}

.col-5.banner-apy {
  background-image: url('../images/apy-img.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.green-diagonal-bg {
  z-index: -3;
  object-fit: cover;
  max-width: none;
  display: none;
  position: absolute;
  inset: 0% 50% 0% 48%;
}

.syw-heading {
  color: var(--black);
  font-size: 54px;
  font-weight: 600;
  line-height: 114%;
}

.syw-heading.md {
  font-size: 50px;
}

.hero-paragraph {
  color: var(--umgrey);
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.hero-paragraph.top-margin-20 {
  max-width: 648px;
  margin-top: 20px;
}

.hero-paragraph.top-margin-20.line-height-120 {
  line-height: 120%;
}

.hero-paragraph.top-margin-20.line-height-120.font-size-1rem {
  font-size: 1rem;
}

.small-print-link-block {
  cursor: pointer;
  padding-top: 1%;
  padding-bottom: 1%;
}

.small-print-link-block.up-margin {
  color: var(--off-black);
  margin-top: 20px;
  transition: all .2s;
  display: inline-block;
}

.small-print-link-block.up-margin:hover {
  color: var(--yellow-green);
}

.green-small-print {
  color: var(--darkergreen);
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.green-small-print.up-margin {
  color: #3f3f3f;
  max-width: 648px;
  margin-top: 20px;
  margin-bottom: 0;
}

.green-small-print.top-margin-20 {
  margin-top: 20px;
}

.green-small-print.dark {
  color: var(--umgrey);
  cursor: pointer;
}

.green-small-print.dark:hover {
  color: var(--yellow-green-2);
}

.dl-heading {
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.dl-heading.up-margin {
  color: #111;
  margin-top: 41px;
  font-size: 36px;
  font-weight: 600;
  line-height: 120%;
}

.dl-heading.up-margin.white {
  color: #fff;
  margin-top: 30px;
}

.dl-heading.up-margin-20 {
  margin-top: 20px;
}

.dl-heading.up-margin-20.white {
  color: var(--white);
}

.dl-heading.top-margin-40 {
  margin-top: 40px;
}

.dl-heading.top-margin-40.white {
  color: var(--white);
}

.dl-heading.top-margin-40.large {
  font-size: 36px;
  font-weight: 600;
  line-height: 120%;
}

.dl-heading.margin-right-40 {
  margin-right: 40px;
}

.dl-heading.margin-right-40.large {
  font-size: 30px;
}

.app-dl-btn-wrapper, .app-dl-btn-wrapper.up-margin-10 {
  margin-top: 10px;
}

.app-dl-btn-wrapper.left-margin {
  margin-left: 35px;
}

.app-dl-btn-wrapper.margin-non {
  margin-top: 0;
}

.app-dl-btn-wrapper.hidden {
  display: none;
}

.abs-btn {
  z-index: 20;
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  inset: auto auto -2% -41%;
}

.abs-btn.custom {
  position: static;
  top: auto;
  bottom: -15%;
  right: auto;
}

.syw-hero-img {
  width: 100%;
  display: block;
}

.syw-hero-img._90 {
  width: 90%;
}

.syw-logo-img.hide {
  display: none;
}

.dl-link-block.last-child {
  margin-right: 0;
}

.syw-unifi-section {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.green-mid-divider {
  z-index: auto;
  max-width: 10%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 10% 50% 0% auto;
}

.syw-unifi-wrapper {
  height: 450px;
  margin-top: 5%;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.syw-unifi-wrapper.left-margin {
  margin-left: 54px;
}

.syw-unifi-wrapper.vert-flex {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 500px;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
}

.syw-unifi-wrapper.vert-flex.right-wrapper {
  align-items: flex-start;
  padding-left: 8%;
}

.absolute-green-divider {
  background-color: var(--yellow-green-2);
  opacity: 1;
  width: 2px;
  height: 600px;
  position: absolute;
  inset: auto 72% auto auto;
  overflow: hidden;
  transform: translate(214px)skew(-10deg);
}

.absolute-green-divider.hide {
  display: none;
}

.syw-paragraph {
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.syw-paragraph.up-margin-20 {
  margin-top: 20px;
}

.syw-paragraph.up-margin-50 {
  margin-top: 40px;
}

.syw-paragraph.up-margin-wait {
  margin-top: 27px;
}

.syw-paragraph.top-margin-20 {
  width: 420px;
  margin-top: 20px;
}

.syw-paragraph.white {
  color: var(--white);
}

.syw-paragraph.white.top-margin-30 {
  margin-top: 30px;
}

.syw-paragraph._420-width {
  width: 420px;
}

.grn-info-btn {
  background-color: var(--yellow-green);
  border-radius: 5px;
  padding: 15px 57px;
  font-weight: 500;
  line-height: 120%;
  transition: all .2s;
}

.grn-info-btn:hover {
  background-color: #85c927;
}

.grn-info-btn.up-margin-20 {
  border-radius: 5px;
  margin-top: 20px;
  font-weight: 400;
  transition: all .2s;
}

.grn-info-btn.up-margin-20:hover {
  background-color: #85c927;
}

.grn-info-btn.up-margin-30 {
  margin-top: 30px;
}

.grn-info-btn.padding-more {
  padding-top: 17px;
  padding-bottom: 17px;
}

.grn-info-btn.margin-btm-20 {
  margin-bottom: 20px;
}

.grn-info-btn.margin-top-20 {
  margin-top: 20px;
}

.grn-info-btn.margin-tb-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.rewards-section {
  background-color: #1c1c1c;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.rewards-section.height-variation {
  height: 1099px;
}

.reward-img.absolute-variation {
  top: 6%;
}

.reward-img.size-variation {
  width: 446px;
  top: 10%;
  left: 59%;
}

.lg-white-heading {
  color: #fff;
  font-size: 60px;
  font-weight: 600;
  line-height: 100%;
}

.lg-white-heading.font-64 {
  font-size: 64px;
}

.white-feature-heading {
  color: var(--white);
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.white-feature-heading.no-marigns {
  margin-top: 0;
  margin-bottom: 0;
}

.white-feature-heading.no-margins {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

.feature-paragraph {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 120%;
}

.checkmark-yellow {
  align-self: flex-start;
}

.checkmark-yellow._1 {
  max-width: 95%;
}

.rules-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.md-heading {
  color: #000;
  font-size: 36px;
  font-weight: 600;
  line-height: 120%;
}

.rules-paragraph {
  font-weight: 300;
}

.rules-paragraph.top-margin-30 {
  margin-top: 30px;
}

.bold-link {
  font-weight: 600;
}

.bold-link.lg {
  font-size: 20px;
}

.button-dropdown {
  height: 42px;
}

.faq-question-header {
  color: #000;
  max-width: 920px;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
}

.faq-question-header.large {
  font-size: 40px;
  font-weight: 700;
  line-height: 68px;
}

.faq-question-header.large.max-width, .faq-question-header.max-width {
  width: 900px;
}

.faq-rtb a {
  font-size: 18px;
  font-weight: 600;
}

.faq-rtb ol {
  color: var(--umgrey);
  font-size: 17px;
  font-weight: 400;
  line-height: 140%;
}

.link-text.left-margin-10 {
  color: var(--black);
  margin-left: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
}

.link-wrapper {
  display: flex;
}

.link-wrapper.top-margin-30 {
  margin-top: 30px;
}

.col-lg-8 {
  flex: 0 66.66%;
  width: 100%;
  max-width: 66.66%;
  padding-left: 12px;
  padding-right: 12px;
}

.col-lg-8.relative {
  z-index: 2147483647;
  position: relative;
}

.col-lg-4 {
  flex: 0 33.33%;
  width: 100%;
  max-width: 33.33%;
  padding-left: 12px;
  padding-right: 12px;
}

.hero-subtext {
  color: #9c9c9c;
  font-size: 20px;
  font-weight: 400;
}

.hero-subtext.up-margin-20 {
  margin-top: 20px;
  font-family: Poppins, sans-serif;
}

.hero-subtext.top-margin-20 {
  margin-top: 20px;
}

.hero-subtext.ot-custom {
  color: var(--white);
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 140%;
}

.btn-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.help-section {
  background-color: #f9f9f9;
  padding-top: 100px;
  padding-bottom: 100px;
}

.lg-header {
  font-size: 52px;
  font-weight: 600;
  line-height: 100%;
}

.lg-header.up-margin-20 {
  margin-top: 20px;
}

.lg-header.centered {
  text-align: center;
}

.lg-header.top-margin-20 {
  margin-top: 20px;
}

.subtext-paragraph {
  color: var(--off-black);
  font-size: 22px;
  font-weight: 300;
}

.subtext-paragraph.up-margin-20 {
  margin-top: 20px;
  font-family: Poppins, sans-serif;
  font-size: 22px;
}

.subtext-paragraph.up-margin-20.center {
  text-align: center;
  max-width: 71%;
}

.subtext-paragraph.size-18 {
  font-family: Poppins, sans-serif;
  font-size: 18px;
}

.subtext-paragraph.bullet-size-custom {
  margin-bottom: 0;
  margin-left: 20px;
  font-size: 18px;
}

.subtext-paragraph.centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.subtext-paragraph.centered.top-margin-20 {
  margin-top: 20px;
}

.subtext-paragraph.centered.top-margin-20.width-71 {
  max-width: 71%;
}

.centsai-about-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.col-lg-3 {
  flex: 0 25%;
  width: 100%;
  max-width: 25%;
  padding-left: 12px;
  padding-right: 12px;
}

.col-lg-9 {
  flex: 0 75%;
  width: 100%;
  max-width: 75%;
}

.centsai-one-section {
  background-color: #f9f9f9;
  padding-top: 100px;
  padding-bottom: 100px;
}

.centsai-ui-img {
  width: 100%;
}

.centsai-step-3-img {
  text-align: center;
  width: 40%;
  margin-left: 30%;
}

.white-cta-header {
  color: var(--white);
  font-size: 52px;
  font-weight: 600;
  line-height: 100%;
}

.white-cta-paragraph {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
}

.white-cta-paragraph.up-margin-20 {
  margin-top: 20px;
  font-family: Poppins, sans-serif;
  font-size: 22px;
}

.white-cta-paragraph.up-margin-20.center {
  text-align: center;
  max-width: 71%;
}

.white-cta-paragraph.size-18 {
  font-family: Poppins, sans-serif;
  font-size: 18px;
}

.white-cta-paragraph.bullet-size-custom {
  margin-bottom: 0;
  margin-left: 20px;
  font-size: 18px;
}

.col-10 {
  flex: 0 41.66%;
  width: 100%;
  max-width: 41.66%;
  padding-left: 12px;
  padding-right: 12px;
}

.col-10.relative {
  position: relative;
}

.heading-95 {
  text-align: center;
  max-width: 384px;
  font-size: 22px;
  font-weight: 600;
}

.center {
  text-align: left;
  justify-content: center;
  display: flex;
}

.image-61 {
  margin-top: 20px;
}

.text-span-13 {
  color: var(--yellow-green);
}

.div-center {
  flex: 0 auto;
  margin-left: auto;
  margin-right: auto;
}

.link-block-15 {
  justify-content: center;
  display: flex;
}

.quote-wrapper {
  padding-top: 80px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.quote-wrapper.aligned {
  transform-style: preserve-3d;
  transform: rotate(4deg)translate3d(120px, 80px, -38px);
}

.device-img-wrapper {
  flex: 0 auto;
  align-items: center;
  width: 30%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.device-img-wrapper.business {
  left: -5%;
}

.device-img-wrapper.stacked {
  flex-direction: column;
  flex: 0 auto;
}

.device-img-wrapper.stacked._50 {
  width: 60%;
}

.device-img-wrapper._50 {
  justify-content: flex-end;
  width: 564px;
  margin-top: -100px;
  position: static;
  left: auto;
}

.device-img-wrapper._80 {
  justify-content: flex-end;
  width: auto;
  margin-top: 38px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.unifi-centsai-section {
  background-color: var(--black);
  background-image: url('../images/Rectangle-1165.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 70px;
}

.centsai-logo-img {
  width: 317px;
}

.feature-text {
  color: var(--white);
  text-transform: uppercase;
  font-size: 33px;
  font-weight: 600;
  line-height: 102.5%;
}

.feature-title {
  color: var(--white);
  font-size: 52px;
  font-weight: 700;
}

.feat-paragraph {
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.feat-button {
  background-color: var(--um-green);
  border-radius: 5px;
}

.feat-button.margin-top-20 {
  margin-top: 20px;
  padding: 20px 52px;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
}

.col-lg-12 {
  flex: 0 100%;
  max-width: 1248px;
  padding-left: 12px;
  padding-right: 12px;
  display: block;
}

.col-lg-12.margin-btm-50 {
  margin-bottom: 50px;
}

.col-lg-4-6 {
  flex: 0 33.33%;
  width: 100%;
  max-width: 33.33%;
  padding-left: 12px;
  padding-right: 12px;
}

.xp-app-hero-section {
  padding-top: 220px;
}

.h1-lg {
  text-transform: capitalize;
  margin-top: 24px;
  font-size: 60px;
  font-weight: 700;
  line-height: 120%;
}

.h1-lg.margin-bottom-10 {
  margin-bottom: 10px;
}

.h1-lg.dark {
  color: var(--black-3);
  margin-bottom: 10px;
  font-size: 58px;
}

.hero-heading-subtitle {
  color: var(--white);
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
}

.hero-heading-subtitle.dark {
  color: var(--black-3);
}

.xp-app-overflow-section {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.ui-xp-tab {
  background-color: var(--white);
  color: var(--black-3);
  text-align: center;
  flex: 0 50%;
  width: 100%;
  max-width: 45%;
  margin: 5px;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 16.98px;
  font-weight: 600;
  line-height: 100%;
  box-shadow: 0 -1px 17px #11111121;
}

.ui-xp-tab.w--current {
  background-color: var(--darkergreen);
  color: var(--white);
}

.of-tab-pane {
  overflow: visible;
}

.faq-section {
  background-color: #f1efe9;
  padding-top: 84px;
  padding-bottom: 78px;
}

.faq-title-header {
  color: var(--black-3);
  font-size: 32px;
  font-weight: 400;
  line-height: 68px;
}

.faq-divider {
  background-color: var(--black);
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.faq-answer-p {
  color: var(--black-3);
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}

.animation {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.small-animation {
  width: 340px;
  overflow: hidden;
}

.learn-more-section {
  background-color: var(--dark-slate-grey);
  padding-top: 97px;
  padding-bottom: 97px;
}

.white-cta-heading {
  color: var(--white);
  text-align: center;
  margin-bottom: 22px;
  font-size: 52px;
  font-weight: 700;
  line-height: 100%;
}

.white-cta-subtitle {
  color: var(--white);
  text-align: center;
  margin-bottom: 22px;
  font-size: 25px;
  line-height: 140%;
}

.green-cta-btn {
  background-color: var(--darkergreen);
  color: var(--white);
  border-radius: 5px;
  padding: 20px 52px;
  display: inline-block;
}

.partner-logo {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.insights-hero-author-name {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.vertical-text-wrapper {
  flex-direction: column;
  display: flex;
}

.vertical-text-wrapper.align-left {
  align-items: flex-start;
}

.ol-wrapper {
  margin-left: 50px;
  list-style-type: lower-alpha;
}

.list-item {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}

.list-item.last-child {
  margin-bottom: 0;
}

.light-underline {
  background-color: #ffffff80;
  height: 1px;
  margin-bottom: 20px;
}

.light-underline.mob-display {
  display: none;
}

.precious-metals-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

.precious-metals-title.margin-btm-30 {
  margin-bottom: 30px;
}

.precious-metals-title.margin-btm-15 {
  margin-bottom: 15px;
}

.content-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  height: 325px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.precious-metals-img {
  align-self: center;
  width: 150px;
  margin-bottom: 20px;
  display: block;
}

.precious-metals-subtitle.mob-display {
  display: none;
}

.flex-text-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.placeholder-img {
  background-image: url('../images/Giftcard-Landing-Page-Draft-2_Page_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100vh;
}

.placeholder-img.margin-top-80 {
  margin-top: 80px;
}

.placeholder-img.margin-top-80._1 {
  background-size: contain;
}

.placeholder-img._2 {
  background-image: url('../images/Giftcard-Landing-Page-Draft-2_Page_2.jpg');
}

.placeholder-img._3 {
  background-image: url('../images/Giftcard-Landing-Page-Draft-2_Page_3.jpg');
}

.placeholder-img._4 {
  background-image: url('../images/Giftcard-Landing-Page-Draft-2_Page_4.jpg');
}

.placeholder-img._5 {
  background-image: url('../images/Giftcard-Landing-Page-Draft-2_Page_5.jpg');
}

.email-signup-section {
  background-color: var(--black-4);
  padding-top: 60px;
  padding-bottom: 60px;
}

.email-signup-section.light {
  background-color: var(--white);
  display: none;
}

.email-signup-section.grey {
  background-color: #f1efe9;
}

.newsletter-signup-wrapper {
  align-items: flex-end;
  display: flex;
}

.newsletter-signup-wrapper.align-items-center {
  align-items: center;
}

.newsletter-signup-wrapper.justify-items-center {
  justify-content: center;
}

.newsletter-email-input-field {
  background-color: var(--dark-slate-grey-2);
  border: .7px solid #737373;
  border-radius: 3px;
  align-self: center;
  width: 400px;
  height: 44px;
  margin-bottom: 0;
  margin-right: 15px;
}

.newsletter-email-input-field:focus-visible {
  color: var(--white);
}

.newsletter-email-input-field[data-wf-focus-visible] {
  color: var(--white);
}

.newsletter-email-input-field.light {
  border-color: var(--um--cream);
  background-color: var(--um--cream);
}

.newsletter-email-input-field.light:focus-visible {
  color: var(--dark-slate-grey-2);
}

.newsletter-email-input-field.light[data-wf-focus-visible] {
  color: var(--dark-slate-grey-2);
}

.newsletter-email-input-field.white {
  background-color: var(--white);
}

.newsletter-email-input-field.white:focus {
  color: var(--black-4);
}

.subscribe-heading {
  color: var(--white);
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

.subscribe-heading.subtitle {
  text-transform: none;
  font-size: 14px;
  font-weight: 300;
  line-height: 193%;
}

.align-right-wrapper {
  text-align: right;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 50%;
  display: flex;
}

.email-signup-form {
  margin-bottom: 0;
}

.email-signup-btn {
  background-color: var(--darkergreen);
  color: var(--white);
  border-radius: 5px;
  height: 44px;
  padding: 13px 52px;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
}

.email-signup-btn.register {
  height: auto;
  margin-top: 10px;
  font-size: 16px;
}

.download-now-cta {
  padding-top: 20px;
  padding-bottom: 0;
}

.download-now-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.how-it-works-interactive-section {
  padding-top: 60px;
  padding-bottom: 0;
  display: block;
}

.content-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: sticky;
  top: 0;
}

.steps-clone {
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

.step-block {
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  min-height: 45vh;
  margin-top: -1px;
  display: flex;
  position: relative;
}

.step-block.hidden {
  display: none;
}

.img-block {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.dot {
  z-index: 3;
  background-color: var(--ghost-white);
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-bottom: -6px;
  position: relative;
  bottom: 225px;
  left: 1px;
}

.dot.first {
  top: -200px;
}

.dot.end {
  bottom: 154px;
}

.content-wrap {
  justify-content: flex-start;
  width: 40%;
  display: flex;
}

.step-content-block {
  text-align: left;
  align-self: center;
  position: relative;
}

.step {
  z-index: 2;
  background-color: var(--white);
  border-radius: 16px;
  align-items: center;
  padding: 5%;
  display: flex;
  position: relative;
}

.step.heading {
  width: 300px;
  margin-bottom: 0;
  padding: 10%;
}

.bg-shadow {
  z-index: 1;
  border-radius: 16px;
  position: absolute;
  inset: 0%;
  box-shadow: 7px 7px 20px #12121212;
}

.label {
  color: var(--darkergreen);
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 6%;
  font-weight: 700;
  line-height: 20px;
}

.content {
  color: var(--black);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.content.label {
  margin-top: 0;
}

.how-it-works-heading {
  text-transform: capitalize;
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  display: flex;
}

.how-it-works-p {
  margin-top: 0;
  margin-bottom: 1%;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.3;
}

.how-it-works-nested-li {
  font-size: 16px;
  list-style-type: lower-roman;
}

.how-it-works-li {
  font-size: 16px;
}

.scroll-wrap {
  flex-direction: column;
  align-items: center;
  height: 140%;
  display: flex;
  position: absolute;
  bottom: 50%;
}

.scroll-wrap.short {
  height: 50%;
}

.scroll-wrap.end {
  height: 100%;
  bottom: 78%;
}

.scroll-wrap.beginning {
  height: 100%;
  bottom: 90%;
}

.scroll-animate {
  background-color: var(--darkergreen);
  transform-origin: 50% 0;
  width: 6px;
  height: 100%;
  margin-top: 0;
  position: absolute;
  bottom: 0;
}

.scroll-base {
  background-color: var(--ghost-white);
  transform-origin: 50% 0;
  width: 6px;
  height: 100%;
}

.img-step.sm {
  width: 65%;
}

.gift-card-hero-section {
  padding-top: 140px;
  padding-bottom: 100px;
}

.gift-card-heading {
  color: var(--black);
  font-size: 54px;
  font-weight: 600;
  line-height: 114%;
}

.gift-card-heading.md {
  font-size: 50px;
}

.gift-card-subtitle {
  padding-top: 2%;
  padding-bottom: 2%;
  font-size: 18px;
}

.giftcard {
  width: 100%;
  margin: 6px;
}

.primary-button {
  background-color: var(--darkergreen);
  color: var(--white);
  border-radius: 6px;
  padding: 10px 20px;
}

.ontrajectory-hero-section {
  background-image: url('../images/OT_hero_bg.webp');
  background-position: 0 0;
  background-size: auto;
  padding-top: 160px;
  padding-bottom: 100px;
}

.h1-light {
  margin-bottom: 20px;
  font-size: 52px;
  font-weight: 700;
}

.h1-light.h2 {
  color: var(--white);
}

.ot-hero-paragraph {
  color: var(--white);
  margin-bottom: 20px;
  font-weight: 400;
}

.sign-up {
  color: var(--white);
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
}

.transparent-bg {
  background-color: #11111154;
  border-radius: 11px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 58px 40px;
  display: flex;
}

.small-subtext {
  color: var(--white);
  padding-top: 23.35px;
  padding-bottom: 11.68px;
  font-family: Open Sans, sans-serif;
  line-height: 140%;
}

.what-is-section {
  padding-top: 81px;
  padding-bottom: 20px;
}

.h2-dark {
  font-size: 52px;
  font-weight: 700;
  line-height: 100%;
}

.green-underline {
  background-color: var(--darkergreen);
  width: 120px;
  height: 3px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.paragraph-dark {
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.paragraph-dark.margin-none {
  margin-bottom: 0;
}

.col-lg-6 {
  text-align: left;
  flex: 0 50%;
  width: 100%;
  max-width: 50%;
  padding-left: 12px;
  padding-right: 12px;
}

.col-lg-6.overflow {
  overflow: visible;
}

.col-lg-6.align-center {
  align-self: center;
}

.col-lg-6.align-bottom {
  align-self: flex-end;
}

.col-lg-6.right {
  margin-left: auto;
}

.icon-text-wrap {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.highlight-label {
  text-transform: capitalize;
  margin-bottom: 14px;
  font-size: 25px;
  font-weight: 700;
  line-height: 100%;
}

.benefit-icon {
  width: 93px;
  margin-right: 20px;
}

.ot-text-link {
  color: var(--black-2);
  font-size: 22px;
  text-decoration: underline;
}

.ot-pricing-section {
  background-color: var(--white-smoke);
  padding-top: 80px;
  padding-bottom: 95px;
}

.ot-pricing-wrap {
  margin-left: auto;
  margin-right: auto;
}

.ot-pricing-card {
  background-color: var(--white);
  padding: 50px 40px;
}

.ot-pricing-btn {
  background-color: var(--darkergreen);
  color: var(--white);
  text-align: center;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.ot-card-plan-label {
  text-transform: capitalize;
  font-size: 30px;
  font-weight: 700;
  line-height: 100%;
}

.grey-underline {
  background-color: #0000001a;
  width: 428px;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.ot-price {
  margin-bottom: 22px;
  font-size: 30px;
  font-weight: 500;
  line-height: 100%;
}

.checklist-text {
  text-transform: capitalize;
  background-image: url('../images/checked-2-1.png');
  background-position: 0 20%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  margin-bottom: 10px;
  padding-left: 34px;
  font-size: 18px;
  line-height: 140%;
}

.fine-print {
  font-size: 18px;
  font-weight: 300;
}

.ot-cta-section {
  background-image: url('../images/OT-CTA-bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 84px;
  padding-bottom: 84px;
}

.ot-cta-paragraph {
  color: var(--white);
  margin-bottom: 22px;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.offers-content-card-img {
  width: 60%;
  display: block;
}

.download-badge {
  width: 80%;
}

.apy-section {
  background-image: url('../images/grow-with-us-bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.apy-section.hero {
  padding-top: 220px;
}

.apy-section.sm-banner {
  background-color: var(--white);
  background-image: none;
  padding-top: 140px;
  padding-bottom: 300px;
}

.apy-content {
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.apy-content.margin-btm-40 {
  margin-bottom: 40px;
}

.apy-fine-print {
  color: var(--black-3);
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.apy-fine-print.margin-b-25 {
  margin-bottom: 25px;
}

.apy-fine-print.margin-b-25.dark {
  color: var(--black-3);
  font-weight: 700;
}

.apy-fine-print.dark {
  color: var(--black-3);
  font-weight: 600;
}

.apy-btn {
  background-color: var(--yellow-green-2);
  color: var(--white);
  text-align: center;
  background-image: url('../images/white-arrow.png');
  background-position: 15%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border-radius: 6px;
  padding: 18px 35px 18px 60px;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  transition: all .2s;
}

.apy-btn:hover {
  background-position: 18%;
}

.apy-btn.margin-t-25 {
  margin-top: 25px;
}

.apy-btn.margin-t-25.dark {
  background-color: var(--dark-green);
  color: var(--black-3);
  background-image: url('../images/black-arrow.png');
}

.apy-heading {
  color: var(--white);
  margin-bottom: 25px;
  font-family: Poppins, sans-serif;
  font-size: 150.22px;
  font-weight: 700;
  line-height: 100%;
}

.apy-heading.dark {
  color: var(--black-3);
}

.apy-heading.sm {
  color: var(--black);
  width: 800px;
  font-size: 52px;
  line-height: 140%;
}

.apy-subheading {
  color: var(--darkergreen);
  font-size: 62px;
  font-weight: 700;
  line-height: 46px;
}

.apy-subheading.margin-btm-20 {
  margin-bottom: 20px;
}

.apy-subheading.margin-btm-20.sm {
  font-size: 40px;
}

.apy-subheading.sm {
  text-transform: uppercase;
  font-size: 32px;
}

.apy-subheading.sm.black {
  color: var(--black);
}

.apy-subheading.xs {
  font-size: 31px;
}

.apy-subheading.hidden {
  display: none;
}

.apy-wrap {
  display: flex;
}

.apy-tiny {
  color: var(--white);
  align-self: flex-start;
  font-size: 21px;
  font-weight: 700;
  line-height: 31.5px;
}

.apy-tiny.xs.dark {
  color: var(--black-3);
}

.inner-offer-card {
  background-color: var(--um--cream);
  border-radius: 6px;
  height: 80%;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 40px 18px 18px;
}

.unifimoney-u-img {
  width: 25.2px;
  height: 25.68px;
}

.offers-content-card-title {
  text-transform: uppercase;
  margin-bottom: 6px;
  font-weight: 700;
  line-height: 100%;
}

.offers-content-card-title.large {
  font-size: 32px;
  font-weight: 500;
  line-height: 130%;
}

.offers-content-card-title.large.up-margin {
  margin-top: 10px;
}

.offers-content-card-title.precious-metals-page {
  font-size: 22px;
}

.offers-paragraph {
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}

.offers-terms-text {
  font-size: 10px;
  font-weight: 300;
  line-height: 9px;
}

.pm-absolute-upper-gold {
  border-top-right-radius: 6px;
  width: 88px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.pm-absolute-au {
  position: absolute;
  inset: 10% 25% auto auto;
}

.pm-absolute-pt {
  position: absolute;
  inset: 32% 0% 0% auto;
}

.pm-absolute-ag {
  position: absolute;
  inset: auto 10% 20% auto;
}

.pm-absolute-ag.precious-metals-page {
  right: 1%;
}

.xbold-subheader {
  color: var(--white);
  font-size: 31px;
  font-weight: 800;
  line-height: 46px;
}

.xbold-subheader.margin-top-22 {
  margin-top: 22px;
}

.xbold-subheader.margin-top-22.sm {
  color: var(--black);
  font-size: 26px;
}

.xbold-subheader.green {
  color: var(--dark-green);
}

.xbold-subheader.dark {
  color: var(--black);
}

.sm-disclosure-paragraph {
  color: #848484;
  font-family: Poppins, sans-serif;
  font-size: 10px;
  font-weight: 400;
}

.sm-disclosure-paragraph.margin-top-21 {
  margin-top: 21px;
}

.sm-disclosure-paragraph.margin-top-21.dark {
  color: var(--black-3);
  font-weight: 600;
}

.sm-disclosure-paragraph.green-link {
  color: var(--darkergreen);
  font-weight: 700;
}

.sm-disclosure-paragraph.dark-link {
  color: var(--black-3);
  font-weight: 700;
}

.money-market-fund-section {
  background-image: url('../images/money-market-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.money-market-fund-section.light {
  background-image: url('../images/money-market-light-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: -1px;
}

.col-md-4 {
  flex: 0 33.33%;
  width: 100%;
  max-width: 33.33%;
  padding-left: 12px;
  padding-right: 12px;
}

.col-md-4.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.col-md-4.align-center {
  align-self: center;
}

.performance-arrow {
  color: var(--white);
  white-space: nowrap;
  background-image: url('../images/bi_arrow-down-circle-fill.svg');
  background-position: 0 14%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  padding-left: 38px;
  font-size: 14px;
}

.performance-arrow.dark {
  color: var(--black-3);
  background-image: url('../images/dark-green-arrow.png');
  font-weight: 600;
}

.performance-number {
  color: var(--white);
  padding-left: 38px;
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
}

.performance-number.dark {
  color: var(--black-3);
}

.contact-form {
  padding-top: 40px;
  padding-bottom: 40px;
}

.underline {
  text-decoration: underline;
}

.dark-text {
  color: var(--black);
}

.b2b-quote-img {
  z-index: 2;
  position: absolute;
  bottom: -59px;
  left: 100px;
}

.b2b-hero-img {
  width: 100%;
}

.banner-wrap {
  flex: 0 100%;
  width: 100%;
  max-width: 1248px;
  margin-top: 0;
  padding-left: 12px;
  padding-right: 12px;
  box-shadow: 0 2px 26px 2px #0003;
}

.banner-wrap.centered {
  text-align: center;
}

.banner-wrap.last-child {
  margin-top: 74px;
}

.banner-wrap.hide {
  display: none;
}

.apy-img {
  width: 100%;
  display: block;
}

.padded-wrapper {
  padding: 63px 64px 62px 65px;
}

.apy-desc-heading {
  color: var(--darkergreen);
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 31px;
  font-weight: 700;
  line-height: 46.5px;
}

.apy-desc-heading.margin-btm-20 {
  margin-bottom: 20px;
}

.apy-desc-heading.margin-btm-20.sm {
  font-size: 40px;
}

.apy-desc-heading.sm {
  text-transform: uppercase;
  font-size: 32px;
}

.apy-desc-heading.sm.black {
  color: var(--black);
}

.apy-desc-heading.xs {
  font-size: 31px;
}

.apy-desc-heading.hidden {
  display: none;
}

.apy-subtitle {
  color: var(--black-3);
  margin-bottom: 5px;
  font-size: 25px;
  font-weight: 500;
  line-height: 37.5px;
}

.apy-main-heading {
  color: var(--black-3);
  margin-bottom: 25px;
  font-size: 42px;
  font-weight: 700;
  line-height: 100%;
}

.banner-fineprint {
  color: var(--black-3);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.col-lg-7 {
  flex: 0 58.33%;
  width: 100%;
  max-width: 58.33%;
  padding-left: 12px;
  padding-right: 12px;
}

.col-lg-5 {
  flex: 0 41.66%;
  width: 100%;
  max-width: 41.66%;
}

.col-lg-5.apy-bg {
  background-image: url('../images/apy-img.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 0 41.66%;
  max-width: 41.66%;
}

.col-lg-5.centsai-bg {
  background-image: url('../images/centsai-img.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 0 41.66%;
  max-width: 41.66%;
}

.banner-btn {
  background-color: var(--darkergreen);
  color: var(--white);
  background-image: url('../images/white-arrow.png');
  background-position: 8%;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  border-radius: 5px;
  padding: 18px 35px 18px 43px;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  transition: all .2s;
}

.banner-btn:hover {
  background-position: 10%;
}

.banner-btn.margin-tb-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.banner-btn.margin-t-25, .banner-btn.margin-t-25-copy {
  z-index: auto;
  margin-top: 25px;
  position: relative;
  left: 108px;
}

.finstitute-abs-img {
  width: 40%;
  position: absolute;
  top: -60%;
}

.image-62 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.quick-stack {
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}

.cell {
  justify-content: center;
  align-items: flex-start;
}

.about-intro-heading.white-text {
  height: auto;
  padding-bottom: 20px;
  font-size: 22px;
  line-height: 40px;
}

.column-13 {
  padding-left: 0;
}

.column-14 {
  padding-left: 0;
  padding-right: 0;
}

.button-4._w-button {
  background-color: var(--yellow-green);
  color: var(--black);
  border-radius: 4px;
  margin-bottom: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.html-embed-5-copy {
  align-items: flex-start;
  padding-left: 26px;
  display: block;
}

.html-embed-5-copy.max-w {
  max-width: 350px;
}

.readydemo {
  object-fit: fill;
  width: auto;
  display: block;
  position: static;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 52px;
    line-height: 100%;
  }

  .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container.hero-content {
    text-align: center;
    flex-direction: column-reverse;
    padding-left: 30px;
    padding-right: 30px;
  }

  .container.hero-content.flip {
    flex-direction: column;
  }

  .container.hero-content.flip.no-top-margin {
    margin-top: 20px;
    padding-right: 0;
  }

  .container.hero-content.flip.no-top-margin.aligned-01 {
    transform: rotate(4deg)translate(0, 48px);
  }

  .container.hero-content.flip.reverse {
    flex-direction: column-reverse;
  }

  .container.hero-content.flip._100-margin {
    margin-top: 100px;
  }

  .container.hero-content.no-padding {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 0;
  }

  .container.hero-content.no-padding.aligned-03 {
    transform: translate(-30px)rotate(3.9deg);
  }

  .container.hero-content.aligned {
    background-color: var(--white);
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 0;
    display: flex;
  }

  .container.padding {
    flex-direction: column;
    margin-top: 0;
    padding-top: 80px;
    display: block;
    position: relative;
  }

  .container.padding.aligned-02.bot {
    object-fit: fill;
    height: auto;
    margin-bottom: 0;
    padding-top: 20px;
    display: block;
    position: static;
    overflow: visible;
  }

  .container.padding.aligned-02.up-margin {
    position: static;
  }

  .container.padding.mobile, .container.padding.show {
    display: block;
  }

  .container.padding.hide, .container.no-padding {
    display: none;
  }

  .container.no-padding.mobile {
    display: block;
  }

  .hero {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero.internal {
    padding-top: 160px;
    padding-bottom: 100px;
  }

  .hero.insights, .hero.white-papers {
    padding-top: 150px;
  }

  .hero-columns {
    flex-flow: column-reverse;
  }

  .hero-text {
    text-align: left;
    flex-flow: column;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .hero-text.padding-left {
    padding-left: 5px;
  }

  .hero-image {
    text-align: center;
    flex: none;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 50%;
    height: auto;
    margin-top: 0;
    padding-top: 0;
    display: flex;
  }

  .hero-image.stacked {
    width: 100%;
  }

  .hero-headline {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    font-size: 62px;
  }

  .hero-buttonblock {
    margin-left: auto;
    margin-right: auto;
  }

  .button {
    font-weight: 500;
  }

  .button.hero-btn {
    text-align: center;
    border-radius: 50px;
    margin-left: 0;
    margin-right: auto;
    font-size: 16px;
    display: inline-block;
  }

  .button.button-secondary {
    align-self: center;
    margin-bottom: 10px;
  }

  .button.button-quote {
    text-align: center;
    align-self: center;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
  }

  .button.button-spacing {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    display: flex;
  }

  .mainpoints-green-rectangle {
    margin-left: 10px;
    margin-right: 10px;
  }

  .mainpoints-columns {
    text-align: center;
    padding: 50px 25px 25px;
  }

  .mainpoints-subtext {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
  }

  .passiveincome {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .passiveincome-columns {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
  }

  .passiveincome-heading {
    text-align: center;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 36px;
    line-height: 48px;
  }

  .passiveincome-subtext {
    max-width: 550px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
  }

  .checkmark {
    justify-content: flex-start;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
  }

  .checkmark-icon {
    color: var(--yellow-green);
    background-color: #0000;
    width: auto;
    margin-right: 5px;
    font-size: 16px;
  }

  .checkmark-text {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    font-size: 16px;
  }

  .checkmark-text.sidebyside {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    font-size: 14px;
  }

  .home-features {
    padding-bottom: 50px;
  }

  .sidebyside.home-feature {
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .sidebyside.home-feature.leads {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 50px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 50px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .sidebyside.home-feature.leads.inverted {
    flex-direction: column-reverse;
  }

  .sidebyside-right {
    padding-right: 20px;
  }

  .placeholder {
    height: 350px;
    margin-top: 50px;
  }

  .placeholder.home-feature-img-2 {
    height: 350px;
  }

  .sidebyside-left {
    padding-left: 20px;
  }

  .sidebyside-left.home-features-text {
    padding-right: 20px;
  }

  .sidebyside-heading {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 30px;
  }

  .sidebyside-icon {
    width: 36px;
    height: 36px;
    margin-left: auto;
    margin-right: auto;
  }

  .insights-header {
    margin-left: 10px;
    margin-right: 10px;
  }

  .insights-heading {
    font-size: 30px;
  }

  .insights-columns {
    flex-direction: column;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .home-features-text {
    padding-left: 25px;
    padding-right: 25px;
  }

  .faq {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .faq-header {
    margin-left: 10px;
    margin-right: 10px;
  }

  .faq-wrapper {
    margin: 10px;
  }

  .insight-card-image {
    height: 250px;
  }

  .insight-card-text {
    height: auto;
    padding: 20px;
  }

  .insight-card-text-heading {
    font-size: 16px;
  }

  .container-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .navbar-icon {
    color: #89539f;
  }

  .navbar-link {
    text-align: center;
  }

  .menu-button {
    color: var(--white);
    background-color: #0000;
    display: block;
  }

  .menu-button.w--open {
    background-color: var(--yellow-green);
    color: var(--black);
  }

  .nav-menu {
    background-color: #000;
    max-height: 100vh;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
  }

  .navbar {
    background-color: var(--black);
  }

  .insight-card-text-date {
    font-size: 10px;
  }

  .footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .columns {
    flex-direction: column;
    align-items: flex-start;
    display: block;
  }

  .columns.product-columns {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    margin-bottom: 80px;
    display: flex;
  }

  .columns.product-columns.last {
    flex-direction: column-reverse;
  }

  .columns.product-columns.last.tenjin-intro-columns, .columns.product-columns.last.inverse {
    flex-direction: column;
  }

  .columns.columns-top.magazine-columns {
    flex-flow: wrap;
    display: flex;
  }

  .columns.home-coin {
    margin-top: 80px;
  }

  .columns.tenjin-benefits-column {
    margin-left: -16px;
    margin-right: -16px;
    padding-right: 0;
  }

  .columns.invest-product-columns {
    flex-direction: column-reverse;
    display: flex;
  }

  .columns.product-columns-graphs {
    flex-direction: column-reverse;
    margin-bottom: 80px;
    display: flex;
  }

  .columns.product-columns-graphs.last {
    flex-direction: column-reverse;
  }

  .columns.product-columns-graphs.last.tenjin-intro-columns, .columns.product-columns-graphs.last.inverse {
    flex-direction: column;
  }

  .nav-brand.w--current {
    margin-top: 14px;
  }

  .background-video {
    width: 80vw;
    height: 80vw;
    margin-left: auto;
    margin-right: auto;
    inset: 0 auto auto;
  }

  .insights-card, .insights-favs-card {
    flex-wrap: wrap;
  }

  .insight-hero-title {
    text-align: center;
  }

  .insight-hero-img {
    width: 100%;
    margin-top: 75px;
    margin-left: 0;
  }

  .insight-content {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .insights-content-text ol {
    padding-left: 33px;
    font-weight: 700;
  }

  .insights-other-posts {
    padding-bottom: 140px;
  }

  .insight-other-posts-card {
    margin-bottom: 10px;
  }

  .insight-other-posts-list {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
  }

  .icon {
    display: block;
  }

  .mainpoints-title {
    color: var(--white);
    margin-top: 10px;
  }

  .mainpoints-point {
    color: var(--white);
    margin-bottom: 40px;
  }

  .insights-item {
    width: 100%;
    margin-bottom: 30px;
  }

  .hero-subheadline {
    margin-left: auto;
    margin-right: auto;
  }

  .navmenu {
    background-color: var(--white);
  }

  .menu-button-2 {
    background-color: var(--yellow-green);
  }

  .menu-button-2.w--open {
    color: var(--black);
  }

  .home-hero {
    padding-top: 75px;
    padding-bottom: 100px;
  }

  .home-hero-headline {
    width: 100%;
    padding-bottom: 10px;
  }

  .home-hero-headline.white {
    text-align: center;
    width: auto;
    max-width: none;
    font-size: 68px;
  }

  .home-hero-subheadline {
    width: 100%;
  }

  .home-block.light.grow, .home-block.light-grey.grow {
    padding-bottom: 20px;
  }

  .home-block-automate-slider.robo-slider {
    margin-top: 80px;
  }

  .product-hero {
    padding-bottom: 75px;
  }

  .product-hero-divider {
    margin-top: 50px;
    margin-bottom: 20px;
  }

  .product-hero-stat {
    margin-top: 30px;
    font-size: 28px;
  }

  .product-hero-stat-label {
    font-size: 16px;
  }

  .product-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .product-section.dark {
    padding-bottom: 75px;
  }

  .product-section.no-padding-top {
    padding-top: 75px;
  }

  .product-section.no-padding-top.padding-bottom-large {
    padding-bottom: 80px;
  }

  .product-section.no-padding-top-padding-bottom {
    padding-top: 75px;
  }

  .product-section.no-padding-top-padding-bottom.padding-bottom-large {
    padding-bottom: 80px;
  }

  .product-feature-card {
    align-items: flex-start;
  }

  .product-feature-card.landing {
    text-align: left;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .product-feature-card.landing.align-left {
    justify-content: flex-start;
  }

  .product-feature-card-title {
    flex: 1;
    font-size: 18px;
  }

  .product-section-subtitle {
    margin-bottom: 24px;
  }

  .product-feature-card-check.checkmark {
    align-items: center;
    padding-bottom: 0;
  }

  .product-feature-card-check.checkmark.no-auto {
    margin-left: 0;
  }

  .product-feature-img {
    margin-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
  }

  .product-feature-img.invest-feature-img, .product-feature-img.banks-credit-union-feature-img {
    margin-bottom: 24px;
  }

  .product-feature-video {
    width: 100vw;
    height: 50vw;
    margin-top: 50px;
    margin-left: -20px;
  }

  .comparison-column.unifi.wide {
    width: 50%;
  }

  .comparison-cell-text.unifi.product-feature {
    font-size: 18px;
  }

  .comparison-label.section-title {
    font-size: 20px;
  }

  .comparison-label.wide.double {
    font-size: 14px;
  }

  .email-verified-box {
    margin-left: 20px;
    margin-right: 20px;
    padding: 32px;
  }

  .nav-dropdown-content.w--open {
    margin-top: 20px;
    position: relative;
    top: 0;
  }

  .about-partners-logo.bigger {
    width: 67%;
  }

  .card.tenjin-card {
    flex-direction: column;
  }

  .tenjin-card-img-wrapper {
    width: 100%;
  }

  .tenjin-card-text {
    padding-top: 32px;
    padding-left: 0;
  }

  .product-invest-chart {
    width: 100vw;
    margin-top: -150px;
    position: relative;
  }

  .product-section-chart {
    position: relative;
    top: 0;
  }

  .tenjin-tabs {
    margin-bottom: 30px;
  }

  .tenjin-risk-profiles-table {
    margin-bottom: 32px;
  }

  .tenjin-tabs-tab {
    font-size: 14px;
  }

  .tenjin-intro-text {
    margin-bottom: 24px;
  }

  .magazine-hero-large {
    height: 300px;
    margin-bottom: 24px;
  }

  .magazine-hero-small {
    height: 200px;
  }

  .magazine-row {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .magazine-row-header {
    margin-bottom: 32px;
  }

  .magazine-hero-nav {
    flex-direction: column;
  }

  .magazine-hero-nav-link {
    margin-bottom: 16px;
    margin-left: 24px;
    margin-right: 24px;
    display: block;
  }

  .magazine-hero-nav-links {
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 16px;
    margin-bottom: -8px;
    display: flex;
  }

  .magazine-column {
    flex: 0 50%;
    margin-bottom: 24px;
  }

  .badge.navbar-badge {
    width: auto;
    display: block;
  }

  .badge-inline-wrapper {
    flex-direction: row;
  }

  .home-intro-video-thumbnail {
    flex-direction: column;
  }

  .home-intro-video-thumbnail-img {
    height: 160px;
  }

  .hero-links {
    margin-bottom: 40px;
  }

  .hsa-rates {
    margin-top: 32px;
    margin-left: 0;
  }

  .faq2-item-text {
    margin-top: 12px;
  }

  .offers-content-card {
    width: 30%;
  }

  .offers-content-card.doublewide {
    width: 100%;
  }

  .offers-content-card.green-bg.precious-metals-page {
    width: 60%;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
  }

  .offers-content-card-text.large {
    font-size: 32px;
  }

  .legal-content {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .invest-hero-headline {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 26px;
    line-height: 140%;
  }

  .invest-hero-headline.black {
    font-size: 30px;
  }

  .invest-hero-group {
    padding-right: 24px;
  }

  .invest-feature-list {
    margin-bottom: 32px;
  }

  .invest-section-blog {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .invest-hero-img {
    width: 100%;
  }

  .invest-hero-img.custom-width {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .invest-hero {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .invest-disclaimer {
    padding-top: 0;
    padding-bottom: 80px;
  }

  .navbar-wrapper {
    z-index: 5;
    justify-content: space-between;
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative;
  }

  .product-feature-card-text {
    flex: 1;
  }

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

  .heading-7 {
    height: 220px;
  }

  .subscribe-form-flex.justify-center {
    justify-content: center;
  }

  .col-6.mob-full-width {
    flex: none;
    max-width: 100%;
  }

  .footer-content-text {
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-10 {
    width: 100%;
    font-size: 110%;
  }

  .col-8 {
    width: 60%;
    padding-left: 0%;
  }

  .image-12 {
    height: 100%;
  }

  .collection-item-2 {
    padding-bottom: 20px;
  }

  .text-block-12 {
    text-align: center;
  }

  .home-block-header-small {
    width: 100%;
  }

  .home-block-header-small.white {
    text-align: center;
  }

  .phone-submit-wrapper.centered {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-block-16 {
    justify-content: center;
  }

  .image-15 {
    width: 120px;
    height: auto;
  }

  .div-block-17 {
    text-align: center;
  }

  .absolute-background.syw {
    width: 650px;
    height: 1876px;
    inset: 0% -5% 0% auto;
  }

  .absolute-background.syw.custom {
    width: 800px;
    height: 3000px;
  }

  .icon-container {
    flex-direction: row;
    justify-content: center;
    width: 100%;
  }

  .icon-container.centered {
    justify-content: space-between;
  }

  .icon-container.centered.center {
    display: block;
  }

  .icon-container.centered.center.vert {
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .icon-container.center {
    justify-content: center;
  }

  ._20.margin {
    margin-bottom: 10px;
  }

  .home-hero-subheadline-centered, .home-hero-subheadline-large {
    width: 100%;
  }

  .link-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .link-container.hero-content {
    text-align: center;
    flex-direction: column-reverse;
    padding-left: 30px;
    padding-right: 30px;
  }

  .link-container.hero-content.flip {
    flex-direction: column;
  }

  .link-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .link-section.dark {
    padding-bottom: 75px;
  }

  .link-section.no-padding-top {
    padding-top: 75px;
  }

  .link-section.no-padding-top.padding-bottom-large {
    padding-bottom: 80px;
  }

  .button-5 {
    font-weight: 500;
  }

  .button-5.hero-btn {
    text-align: center;
    border-radius: 50px;
    margin-left: 0;
    margin-right: auto;
    font-size: 16px;
    display: inline-block;
  }

  .home-hero-headline-2 {
    width: 100%;
    padding-bottom: 10px;
  }

  .home-hero-subheadline-2, .text-block-30 {
    width: 100%;
  }

  .link-section-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .invest-feature-list-light {
    margin-bottom: 32px;
  }

  .link-fine-print {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .link-fine-print.dark {
    padding-bottom: 75px;
  }

  .link-fine-print.no-padding-top {
    padding-top: 75px;
  }

  .link-fine-print.no-padding-top.padding-bottom-large {
    padding-bottom: 80px;
  }

  .product-section-subtitle-light {
    margin-bottom: 24px;
  }

  .home-testimonial-image {
    left: 0%;
  }

  .home-testimonial-image-large {
    left: 10%;
  }

  .home-logo-image {
    padding-left: 0;
  }

  .testimonials-columns {
    flex-direction: row;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .product-feature-b-cu-title {
    flex: 1;
    font-size: 18px;
  }

  .product-feature-cc {
    align-items: flex-start;
  }

  .product-feature-cc.landing {
    text-align: left;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .flex-columns {
    flex-direction: row;
  }

  .product-section-cc {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .product-section-cc.dark {
    padding-bottom: 75px;
  }

  .product-section-cc.no-padding-top {
    padding-top: 75px;
  }

  .product-section-cc.no-padding-top.padding-bottom-large {
    padding-bottom: 80px;
  }

  .product-hero-section-divider {
    margin-top: 50px;
    margin-bottom: 20px;
  }

  .load-more-button {
    font-weight: 500;
  }

  .load-more-button.hero-btn {
    text-align: center;
    border-radius: 50px;
    margin-left: 0;
    margin-right: auto;
    font-size: 16px;
    display: inline-block;
  }

  .load-more-button.button-secondary {
    align-self: center;
    margin-bottom: 10px;
  }

  .load-more-button.button-quote {
    text-align: center;
    align-self: center;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
  }

  .load-more-button.button-spacing {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    display: flex;
  }

  .icba-badge {
    width: 10%;
    margin-top: 0;
    margin-left: 60px;
  }

  .icba-badge.b2b2c {
    inset: 0% 0% auto auto;
  }

  .icba-badge.home-hero {
    position: static;
  }

  .icba-badge.hero-consumer {
    width: 15%;
    margin-top: 100px;
    margin-right: 20px;
    display: block;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .b2b2c-actions-card {
    background-position: 98% 20%;
    width: auto;
    min-width: 340px;
    height: 250px;
    max-height: 250px;
  }

  .b2b2c-actions-card-title {
    width: 250px;
    font-size: 24px;
    line-height: 30px;
  }

  .hero-section {
    height: 100%;
  }

  .cta-section {
    padding-bottom: 40px;
  }

  .cta-buttons-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .cta-buttons-wrapper.hero-content {
    text-align: center;
    flex-direction: column-reverse;
    padding-left: 30px;
    padding-right: 30px;
  }

  .cta-buttons-wrapper.hero-content.flip {
    flex-direction: column;
  }

  .b2b2c-action-button {
    top: 16px;
    right: 16px;
  }

  .b2b2c-headline {
    text-align: center;
  }

  .b2b2c-headline.black {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

  .b2b2c-headline.black.marg-bot {
    margin-bottom: 20px;
  }

  .b2b2c-headline.black.margin-top {
    text-align: left;
    margin-top: 40px;
    font-size: 46px;
  }

  .b2b2c-headline.features-funct.roadmap-align-center.width {
    text-align: center;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .home-hero-white-subheadline {
    text-align: center;
    width: 100%;
  }

  .b2b2c-text {
    text-align: left;
    flex-flow: column;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .b2b2c-text.padding-left {
    padding-left: 5px;
  }

  .b2b2c-image {
    text-align: center;
    flex: none;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 50%;
    height: auto;
    margin-top: 0;
    padding-top: 0;
    display: flex;
  }

  .b2b2c-image.stacked {
    width: 100%;
  }

  .quote-section {
    z-index: 5;
    padding-bottom: 20px;
    position: relative;
  }

  .b2b2c-quote-wrapper {
    text-align: center;
    flex-flow: column;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding-right: 0;
    display: flex;
  }

  .b2b2c-quote-wrapper.padding-left {
    padding-left: 5px;
  }

  .b2b2c-quote-image {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    top: -10px;
  }

  .partners-section.white-bg {
    z-index: 5;
    height: auto;
    display: block;
    position: relative;
  }

  .home-hero-dark-headline {
    text-align: center;
    width: 100%;
  }

  .b2b2c-quote-image-wrapper {
    text-align: center;
    flex: none;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 50%;
    height: auto;
    margin-top: 0;
    padding-top: 0;
    display: flex;
  }

  .b2b2c-quote-image-wrapper.stacked {
    width: 100%;
  }

  .b2b2c-quote-image-wrapper._50 {
    display: none;
  }

  .b2b2c-quote-image-wrapper._80 {
    width: 80%;
  }

  .partners-grid {
    margin-top: 20px;
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  ._12 {
    width: 15%;
  }

  .b2b2c-products-section {
    z-index: 5;
    height: 100%;
    padding-top: 0;
    position: relative;
  }

  .b2b2c-product-list {
    width: 75%;
  }

  .hiw-section {
    padding-bottom: 40px;
  }

  .hiw-image {
    text-align: center;
    flex: none;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 50%;
    height: auto;
    margin-top: 0;
    padding-top: 0;
    display: flex;
  }

  .hiw-image.stacked {
    width: 100%;
  }

  .feature-section {
    height: 100%;
    display: none;
  }

  .compliance-section {
    padding-top: 40px;
    padding-bottom: 10px;
  }

  .how-it-works-section {
    z-index: 5;
    padding-bottom: 0;
    position: relative;
  }

  .how-it-works-section.skewed {
    padding-bottom: 10px;
  }

  .contact-section {
    z-index: 5;
    padding-top: 60px;
    position: relative;
  }

  .marketing-section {
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .b2b-h3-heading {
    padding-top: 20px;
  }

  .b2b2c-feauture-image {
    margin-top: 0;
  }

  .b2b-hero-section {
    z-index: 5;
    padding-top: 140px;
    padding-bottom: 60px;
    position: relative;
  }

  .b2b-hero-subheadline {
    width: 100%;
  }

  .skewed-section-container {
    background-color: var(--white);
  }

  .skewed-section-container.partners {
    z-index: 5;
    height: 100%;
    display: block;
  }

  .skewed-section {
    margin-top: -6%;
  }

  .skewed-section.partners {
    width: auto;
    margin-left: 0%;
  }

  .skewed-section.featured.change-rotation {
    padding-left: 0;
    transform: none;
  }

  .b2b-body {
    background-color: var(--black);
  }

  .desktop-view, .mobile-view {
    display: block;
  }

  ._35 {
    width: 22%;
  }

  .memberof {
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    display: inline-block;
  }

  .btn {
    border: 1px none var(--yellow-green);
    color: var(--white);
    padding: 10px 40px;
  }

  .btn.btn_outline {
    border-style: solid;
  }

  .flex {
    display: flex;
  }

  .flex.space-between {
    justify-content: space-between;
    margin-left: 40px;
    margin-right: 40px;
  }

  .white-paper-hero-img {
    width: 100%;
    margin-top: 75px;
    margin-left: 0;
  }

  .white-papers-content {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .white-papers-row {
    padding-bottom: 80px;
    display: block;
  }

  .white-papers-column {
    flex: 0 50%;
    margin-bottom: 24px;
  }

  .whte-papers-row-header {
    margin-bottom: 32px;
  }

  .top-bar-container {
    justify-content: space-between;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .top-bar-text {
    font-size: 1.2rem;
  }

  .top-bar-button {
    text-align: center;
  }

  .event-text-block {
    align-self: center;
  }

  .content-how-we-help {
    flex-wrap: wrap;
  }

  .content-how-we-help-paragraph {
    width: 60%;
  }

  .content-how-we-help-paragraph-text {
    width: 90%;
  }

  .how-we-help-grid {
    grid-template-columns: 1fr;
    width: 40%;
  }

  .b2bc-features-wrapper {
    justify-content: center;
    margin-top: 4rem;
  }

  .b2bc-features-card {
    text-align: left;
    flex-basis: 50%;
    display: block;
  }

  .how-we-help-section {
    z-index: 5;
    background-color: var(--white);
    padding-top: 0;
    position: relative;
  }

  .functionality-section {
    z-index: 5;
    position: relative;
  }

  .div-block-26 {
    width: 100%;
    display: flex;
  }

  .container-1220xwidth.mobile-responsive {
    width: auto;
  }

  .tabs-content-2.mobile-responsive {
    padding: 20px;
  }

  .tabs-menu.mobile-responsive {
    flex: 0 25%;
    width: 100%;
    max-width: 25%;
  }

  .tab-panel-headline-2.mobile-responsive {
    font-size: 26px;
  }

  .form-section-resource-center {
    z-index: 5;
  }

  .flexbox-div {
    flex-direction: column;
    align-items: center;
  }

  .tabs-3.mobile {
    flex-direction: column;
  }

  .tabs-3.mobile.upp {
    flex-direction: row;
    width: 100%;
    margin-top: 20px;
    padding-top: 0;
  }

  .tabs-menu-2 {
    width: 40%;
  }

  .video-box {
    width: auto;
    height: auto;
  }

  .div-block-32 {
    flex-direction: column;
    align-items: center;
  }

  .cards-roadmap-and-features.botmargin {
    flex-direction: column;
    display: flex;
  }

  .roadmap-card-headline {
    font-size: 1.5rem;
    font-weight: 700;
  }

  .paragraph-57 {
    margin-top: 12px;
    font-family: Poppins, sans-serif;
    font-size: 1rem;
    font-weight: 400;
  }

  .html-embed-5.max-w, .html-embed-5._70 {
    max-width: 70%;
  }

  .html-embed-5._70.size {
    width: 45%;
    padding-top: 100px;
  }

  .members-section {
    background-color: var(--white);
  }

  .image-56 {
    margin-top: 20px;
    padding-top: 0;
  }

  .tabs-content-3 {
    width: 60%;
  }

  .container-responsive {
    max-width: 720px;
  }

  .container-responsive.top-margin-100 {
    margin-top: 40px;
  }

  .paragraph-69.bullet-size-custom {
    font-weight: 400;
  }

  .centsai-special-block {
    text-align: center;
  }

  .centsai-special-block.top-margin-30 {
    margin-top: 30px;
  }

  .syw-hero-section {
    height: auto;
    padding-bottom: 40px;
  }

  .col-7.mob-full-width {
    flex: none;
    max-width: 100%;
  }

  .col-7.mob-full-width.centered {
    text-align: center;
  }

  .col-7.mob-full-width.margin-bottom-40 {
    margin-bottom: 40px;
  }

  .col-7.right {
    margin-left: 260px;
  }

  .col-5.mob-full-width {
    flex: none;
    max-width: 100%;
  }

  .col-5.mob-full-width.first {
    order: -1;
  }

  .col-5.align-center {
    align-self: center;
  }

  .syw-heading {
    font-size: 50px;
  }

  .syw-heading.md {
    font-size: 45px;
  }

  .dl-heading.top-margin-40.large {
    font-size: 32px;
  }

  .abs-btn {
    bottom: 6%;
    left: -45%;
  }

  .abs-btn.custom {
    inset: auto auto 0% 0%;
  }

  .syw-hero-img {
    width: 100%;
  }

  .syw-hero-img.margin-top-40 {
    margin-top: 40px;
  }

  .syw-hero-img._90 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .dl-link-block {
    margin-top: 10px;
  }

  .dl-link-block.last-child {
    margin-right: 0;
  }

  .syw-unifi-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .syw-unifi-wrapper.vert-flex {
    height: auto;
  }

  .syw-unifi-wrapper.vert-flex.right-wrapper {
    padding-left: 2%;
  }

  .absolute-green-divider {
    display: none;
  }

  .absolute-green-divider.syw {
    width: 650px;
  }

  .syw-paragraph.top-margin-20, .syw-paragraph._420-width {
    width: auto;
  }

  .lg-white-heading.font-64 {
    font-size: 60px;
  }

  .md-heading {
    font-size: 34px;
  }

  .bold-link.lg {
    font-size: 18px;
  }

  .faq-question-header {
    max-width: 620px;
  }

  .faq-question-header.large.max-width {
    width: 600px;
    line-height: 1.1;
  }

  .faq-question-header.max-width {
    width: 600px;
  }

  .link-text.left-margin-10 {
    font-size: 18px;
  }

  .col-lg-8.mob-full-width, .col-lg-4.mob-full-width {
    flex: none;
    max-width: 100%;
  }

  .col-lg-4.mob-full-width.centered {
    text-align: center;
  }

  .hero-subtext.ot-custom {
    font-size: 20px;
  }

  .btn-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .lg-header.centered.top-margin-30 {
    margin-top: 30px;
  }

  .lg-header.mob-centered.top-margin-20 {
    text-align: center;
  }

  .subtext-paragraph.centered.top-margin-20.width-71 {
    max-width: none;
  }

  .centsai-step-3-img {
    width: 42%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .col-10.mob-full-width {
    flex: none;
    max-width: 100%;
  }

  .col-10.mob-full-width.first {
    order: -1;
  }

  .col-10.align-center {
    align-self: center;
  }

  .quote-wrapper {
    text-align: center;
    flex-flow: column;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    margin-left: 0;
    padding-top: 20px;
    padding-right: 0;
    display: flex;
  }

  .quote-wrapper.padding-left {
    padding-left: 5px;
  }

  .device-img-wrapper {
    text-align: center;
    flex: none;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 50%;
    height: auto;
    margin-top: 0;
    padding-top: 0;
    display: flex;
  }

  .device-img-wrapper.stacked {
    width: 100%;
  }

  .device-img-wrapper._50 {
    display: none;
  }

  .device-img-wrapper._80 {
    width: 80%;
  }

  .unifi-centsai-section {
    padding-top: 220px;
  }

  .col-lg-4-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .xp-app-hero-section {
    padding-top: 220px;
    padding-bottom: 0;
  }

  .h1-lg.dark {
    font-size: 56px;
  }

  .xp-app-overflow-section {
    padding-bottom: 40px;
  }

  .ui-xp-tab {
    max-width: 47%;
  }

  .ui-xp-tab.w--current {
    font-size: 16px;
  }

  .ui-xp-tab.mob-full-width {
    flex: none;
    max-width: 100%;
  }

  .faq-title-header {
    line-height: 1.1;
  }

  .animation {
    width: 530px;
  }

  .small-animation {
    width: 300px;
  }

  .list-item {
    font-size: 16px;
  }

  .content-wrapper {
    height: 335px;
  }

  .precious-metals-img {
    width: 125px;
  }

  .newsletter-email-input-field {
    width: 300px;
  }

  .subscribe-heading {
    font-size: 18px;
  }

  .align-right-wrapper {
    margin-left: auto;
  }

  .how-it-works-interactive-section {
    padding-top: 60px;
  }

  .step.heading {
    width: 200px;
    padding: 5%;
  }

  .img-step.sm {
    width: 100%;
  }

  .gift-card-heading {
    font-size: 50px;
  }

  .gift-card-heading.md, .h1-light {
    font-size: 45px;
  }

  .ot-hero-paragraph {
    font-size: 16px;
  }

  .h2-dark {
    font-size: 45px;
  }

  .paragraph-dark {
    font-size: 20px;
  }

  .col-lg-6 {
    clear: left;
    flex: none;
    max-width: 100%;
  }

  .col-lg-6.mob-full-width {
    flex: none;
    max-width: 100%;
  }

  .ot-software-img {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .highlight-label {
    font-size: 23px;
  }

  .ot-text-link {
    font-size: 20px;
  }

  .ot-pricing-wrap, .grey-underline {
    width: auto;
  }

  .ot-cta-paragraph {
    font-size: 23px;
  }

  .apy-section {
    background-position: 80%;
  }

  .apy-section.sm-banner {
    background-image: none;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .apy-heading {
    font-size: 120px;
  }

  .apy-heading.sm {
    width: auto;
  }

  .apy-tiny.xs {
    white-space: nowrap;
    font-size: 14px;
    line-height: 100%;
  }

  .inner-offer-card {
    height: auto;
  }

  .offers-content-card-title {
    font-size: 22px;
  }

  .offers-content-card-title.large {
    font-size: 32px;
  }

  .pm-absolute-au {
    right: 30%;
  }

  .pm-absolute-ag {
    bottom: 15%;
  }

  .money-market-fund-section {
    background-position: 50%;
  }

  .money-market-fund-section.light {
    background-position: 45%;
  }

  .b2b-quote-img {
    bottom: -87px;
    left: 60px;
  }

  .col-lg-7 {
    flex: none;
    max-width: 100%;
  }

  .col-lg-5.apy-bg {
    flex: none;
    max-width: 100%;
    padding-bottom: 60%;
  }

  .col-lg-5.centsai-bg {
    background-position: 50% 30%;
    background-size: cover;
    flex: none;
    max-width: 100%;
    padding-bottom: 60%;
  }

  .finstitute-abs-img {
    display: none;
  }

  .html-embed-5-copy.max-w, .html-embed-5-copy._70 {
    max-width: 70%;
  }

  .html-embed-5-copy._70.size {
    width: 45%;
    padding-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 22px;
  }

  p {
    font-size: 16px;
  }

  .container.hero-content {
    flex-direction: column-reverse;
  }

  .container.hero-content.flip {
    flex-direction: column;
    margin-bottom: 0;
    padding-left: 30px;
  }

  .container.hero-content.flip.no-top-margin {
    padding-left: 0;
  }

  .container.hero-content.no-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container.padding {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container.padding.aligned-02.bot {
    height: 100%;
  }

  .hero {
    padding-top: 125px;
    padding-bottom: 100px;
  }

  .hero.internal {
    padding-top: 125px;
    padding-bottom: 75px;
  }

  .hero-text {
    text-align: left;
    width: 100%;
    padding-top: 0;
  }

  .hero-image {
    width: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .hero-image.stacked {
    flex-direction: column;
    padding-bottom: 140px;
  }

  .hero-image.stacked.flex {
    flex-direction: column;
    padding-bottom: 0;
  }

  .hero-image.stacked.less-bottom {
    padding-bottom: 60px;
  }

  .hero-headline {
    text-align: center;
    font-size: 56px;
    line-height: 72px;
  }

  .button {
    text-align: left;
    margin-left: 0;
  }

  .button.hero-btn {
    margin-left: 0;
    margin-right: auto;
    font-size: 12px;
  }

  .button.button-secondary, .button.button-secondary.home-block-text-btn, .button.button-quote, .button.button-quote.home-block-text-btn {
    margin-top: 0;
  }

  .hedline-photo {
    background-color: #0000;
    height: 350px;
  }

  .mainpoints-columns {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    padding: 30px;
    display: flex;
  }

  .heading {
    font-size: 22px;
  }

  .mainpoints-subtext {
    text-align: center;
    font-size: 16px;
  }

  .passiveincome {
    text-align: left;
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .passiveincome-columns {
    flex-direction: column;
  }

  .passiveincome-heading {
    max-width: 80%;
    padding-right: 0;
  }

  .passiveincome-subtext {
    max-width: 390px;
    font-size: 16px;
  }

  .column {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .checkmark {
    max-width: 100%;
  }

  .checkmark-text {
    font-size: 16px;
  }

  .home-features {
    padding-bottom: 25px;
  }

  .home-feature-list-item {
    justify-content: center;
  }

  .sidebyside.home-feature {
    flex-flow: column;
  }

  .sidebyside.home-feature.leads {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .sidebyside.home-feature.leads.inverted {
    flex-direction: column-reverse;
  }

  .sidebyside-right {
    width: 500px;
    padding-left: 0;
  }

  .placeholder {
    width: auto;
    height: 350px;
    margin-top: 0;
  }

  .placeholder.home-feature-img-2 {
    width: 100%;
  }

  .sidebyside-left {
    padding-right: 0;
  }

  .sidebyside-left.home-features-text {
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .sidebyside-heading {
    font-size: 28px;
  }

  .insights {
    padding-bottom: 25px;
  }

  .insights-header {
    padding-bottom: 30px;
  }

  .insights-heading {
    font-size: 28px;
  }

  .insights-columns {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .home-features-img {
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .home-features-text {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin: 25px auto 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .faq {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .faq-wrapper {
    flex-direction: column;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
  }

  .faq-group-paragraph {
    font-size: 14px;
  }

  .insight-card-image {
    height: 200px;
  }

  .insight-card-text {
    padding: 10px;
  }

  .container-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar-icon {
    color: #89539f;
  }

  .nav-menu {
    margin-top: 0;
    overflow: hidden;
  }

  .footer {
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 25px;
    padding-bottom: 25px;
    display: block;
  }

  .columns {
    flex-direction: column;
    align-items: flex-start;
  }

  .columns.product-columns.last.inverse {
    flex-direction: column;
  }

  .columns.home-coin {
    flex-direction: column-reverse;
    display: none;
  }

  .columns.product-columns-graphs.last.inverse {
    flex-direction: column;
  }

  .column-4, .column-5 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
    padding-left: 0;
    display: flex;
  }

  .column-6, .column-7, .column-8 {
    padding-bottom: 20px;
  }

  .nav-brand {
    padding-left: 0;
  }

  .nav-link {
    color: #fff;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .background-video {
    z-index: auto;
    width: 80vw;
    height: 80vw;
    top: 0;
  }

  .insights-hero-title {
    font-size: 36px;
  }

  .insights-pagination {
    margin-bottom: 3rem;
  }

  .insight-hero-title {
    margin-bottom: 0;
    font-size: 36px;
  }

  .insight-hero-img {
    height: 300px;
  }

  .insights-content-text h4 {
    margin-top: 16px;
    margin-bottom: 8px;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 500;
  }

  .insights-content-text h2 {
    margin-top: 16px;
    margin-bottom: 16px;
    font-family: Poppins, sans-serif;
    font-size: 24px;
  }

  .insights-content-text a, .insights-content-text p {
    font-size: 18px;
  }

  .insights-content-text h5 {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 500;
  }

  .insights-content-text li {
    padding-bottom: 0;
    font-size: 18px;
  }

  .insights-content-text img {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .insights-other-posts {
    padding-bottom: 90px;
  }

  .insight-other-posts-card {
    margin-bottom: 10px;
  }

  .insight-other-posts-list {
    flex-direction: column;
  }

  .image {
    max-width: 100%;
  }

  .hero-subheadline {
    max-width: 80%;
    font-size: 17px;
  }

  .internal-content {
    padding-bottom: 72px;
  }

  .internal-text.white-text a {
    font-size: 16px;
  }

  .modal-card {
    width: 90%;
    margin-left: 20px;
    margin-right: 20px;
  }

  .hero-text-features {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .about-team {
    text-align: center;
    margin-bottom: 70px;
  }

  .about-team-card {
    text-align: center;
    padding-bottom: 40px;
  }

  .about-team-card-headshot {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .about-team-card-headshot.smaller {
    width: 50vw;
    height: 50vw;
  }

  .about-team-title {
    margin-bottom: 20px;
  }

  .hero-white-bg {
    height: 150px;
  }

  .home-hero {
    padding-top: 75px;
  }

  .home-hero.no-bottom {
    padding-bottom: 0;
  }

  .home-hero-headline {
    text-align: center;
    padding-bottom: 10px;
    font-size: 36px;
  }

  .home-hero-headline.white {
    font-size: 60px;
  }

  .home-hero-subheadline {
    text-align: center;
  }

  .home-hero-video {
    margin-bottom: 20px;
  }

  .home-block, .home-block.light {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .home-block.light.remit {
    padding-top: 100px;
  }

  .home-block.light.grow {
    padding-bottom: 50px;
  }

  .home-block.nopadding.home-block-video {
    padding-bottom: 100px;
  }

  .home-block.light-grey {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .home-block.light-grey.remit {
    padding-top: 100px;
  }

  .home-block.light-grey.grow {
    padding-bottom: 50px;
  }

  .home-block-half-width-video {
    width: 100vw;
    height: 100vw;
    margin-bottom: 50px;
  }

  .home-block-text-eyebrow.green {
    bottom: -14%;
  }

  .home-block-text-desc {
    font-weight: 600;
  }

  .home-block-remit-img {
    width: 100vw;
    padding-top: 100vw;
  }

  .home-block-grow-img {
    width: 100vw;
    position: relative;
    top: -50px;
  }

  .home-block-invest-img {
    margin-bottom: 30px;
  }

  .product-hero {
    text-align: center;
    padding-top: 80px;
  }

  .product-hero-headline {
    font-size: 42px;
  }

  .product-section.padding-small {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .product-feature-card.landing {
    align-items: center;
  }

  .product-feature-card-check.checkmark {
    padding-bottom: 0;
  }

  .product-section-why-p {
    font-size: 18px;
  }

  .product-feature-img.invest-feature-img, .product-feature-img.banks-credit-union-feature-img {
    width: 100%;
  }

  .product-hero-img {
    margin-top: 32px;
    padding-bottom: 10px;
  }

  .product-hero-img.right {
    width: 100%;
  }

  .comparison-columns {
    width: 150%;
  }

  .comparison-column.unifi {
    flex-basis: 15%;
  }

  .comparison-cell-text.unifi.product-feature {
    font-size: 16px;
  }

  .comparison-cell-text.bank.unifi, .comparison-cell-text.bank.white-text {
    font-size: 18px;
  }

  .comparison-label {
    padding-right: 24px;
    font-size: 14px;
  }

  .comparison-label.section-title {
    font-size: 16px;
  }

  .cta {
    text-align: center;
    flex-direction: column;
    padding-top: 40px;
  }

  .cta-image {
    width: 100%;
    height: 275px;
    margin-left: 0;
  }

  .cta-text {
    padding-left: 40px;
    padding-right: 40px;
  }

  .product-section-why-divider.partners {
    margin-top: 0;
    margin-bottom: 60px;
  }

  .landing-split-text {
    padding-bottom: 40px;
  }

  .about-partners-column-investors {
    margin-bottom: 60px;
  }

  .product-invest-chart {
    margin-top: -100px;
  }

  .tenjin-tabs {
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .magazine-card {
    margin-bottom: 32px;
  }

  .magazine-card-img {
    object-fit: cover;
    width: 100%;
  }

  .badge.light.margin-left {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .badge.navbar-badge {
    margin-top: 20px;
    padding-top: 0;
  }

  .badge-inline-wrapper {
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    display: flex;
  }

  .badge-inline-wrapper.nowrap {
    white-space: nowrap;
  }

  .hero-badge {
    margin-right: 20px;
  }

  .hero-qr {
    margin-left: 40px;
    padding-left: 0;
  }

  .hero-links {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-right: 0;
    display: flex;
  }

  .hsa-rates {
    margin-left: 0;
  }

  .faq2 {
    padding-bottom: 60px;
  }

  .offers-hero-subtext.large {
    font-size: 36px;
  }

  .offers-content {
    padding-bottom: 80px;
  }

  .offers-content-card {
    width: 100%;
    margin-bottom: 16px;
    padding: 16px;
  }

  .offers-content-card.doublewide {
    padding: 24px;
  }

  .offers-content-card.green-bg {
    width: 75%;
  }

  .offers-content-card.green-bg.precious-metals-page {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .offers-content-card-text {
    font-size: 20px;
  }

  .offers-content-card-text.large {
    font-size: 24px;
    font-weight: 600;
  }

  .legal-content {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .legal-content-item-title.lg {
    width: 368px;
  }

  .spend-headline {
    margin-top: 32px;
    font-size: 48px;
  }

  .spend-img {
    margin-top: 0;
  }

  .spend-columns {
    flex-direction: column;
  }

  .invest-hero-headline {
    font-size: 32px;
  }

  .invest-hero-headline.black.margin-btm-50 {
    margin-bottom: 0;
  }

  .invest-hero-group {
    margin-bottom: 32px;
    padding-right: 0;
  }

  .invest-hero-columns {
    flex-direction: column;
  }

  .invest-feature-list {
    margin-bottom: 24px;
  }

  .invest-feature-list ul {
    margin-bottom: 0;
  }

  .invest-section-blog {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .invest-hero-img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .invest-hero-img.custom-width {
    width: 100%;
  }

  .crypto-pricetable-title {
    margin-bottom: 24px;
  }

  .invest-hero {
    padding-bottom: 60px;
  }

  .offer-download {
    flex: none;
    width: 100%;
    margin-top: 16px;
    display: block;
  }

  .invest-hero-buttons {
    flex-flow: wrap;
    align-items: flex-start;
  }

  .offer-content {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .home-block-automate-disclaimer {
    font-weight: 600;
  }

  .invest-disclaimer {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .product-section-why-p-bullets {
    margin-top: 8px;
    display: block;
  }

  .button-4.b2b-form-submit {
    width: 100%;
    height: 60px;
    font-size: 20px;
  }

  .navbar-wrapper.center {
    justify-content: center;
  }

  .content-spend-heading, .paragraph-3 {
    text-align: center;
  }

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

  .grid-2 {
    display: block;
  }

  .credit-card-card {
    margin-bottom: 40px;
  }

  .heading-7 {
    text-align: center;
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .text-block-7 {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .grid-3 {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .subscribe-form {
    padding: 40px 20px;
  }

  .centered-container {
    padding-left: 0;
    padding-right: 0;
  }

  .subscribe-form-flex {
    justify-content: center;
  }

  .featured-wrapper {
    flex-flow: wrap;
  }

  .div-25 {
    width: 50%;
  }

  .image-8 {
    width: auto;
  }

  .col-6 {
    flex: none;
    max-width: 100%;
  }

  .row-responsive {
    flex-direction: column;
  }

  .row-responsive.justify-center.custom-gc, .row-responsive.mob-horizontal {
    flex-direction: row;
  }

  .footer-content-text {
    flex-flow: column wrap-reverse;
    align-content: space-between;
  }

  .text-block-10 {
    font-size: 200%;
  }

  .col-8, .col-4 {
    width: 100%;
  }

  .div-block-12 {
    flex-wrap: wrap-reverse;
  }

  .image-12 {
    height: auto;
  }

  .div-block-13 {
    justify-content: center;
    display: flex;
  }

  .div-block-14 {
    justify-content: center;
    margin-bottom: 40px;
    display: flex;
  }

  .column-9 {
    margin-bottom: 20px;
  }

  .subscribe-form-2 {
    padding: 40px 20px;
  }

  .home-block-header-small {
    text-align: center;
    padding-bottom: 10px;
  }

  .phone-submit {
    flex-direction: row;
    display: block;
  }

  .phone-submit-wrapper {
    text-align: left;
    flex: 1;
    margin-left: 0;
  }

  .div-block-16 {
    justify-content: center;
  }

  .image-15 {
    width: auto;
    height: auto;
  }

  .absolute-background.syw {
    display: none;
  }

  .icon-container {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
  }

  .icon-container.centered {
    justify-content: center;
  }

  .icon-container.centered.center.vert {
    flex-direction: column;
    display: flex;
  }

  .icon-container.margin_top.hide {
    text-align: center;
    align-items: center;
  }

  ._20 {
    width: 20%;
    margin-bottom: 10px;
  }

  ._20.botm {
    width: 50%;
  }

  ._20.margin {
    width: 40%;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-left: 20px;
    padding-right: 20px;
  }

  .icon-text {
    white-space: normal;
    margin-bottom: 0;
  }

  .text-block-21 {
    line-height: 30px;
  }

  .div-33, .div-15 {
    width: 50%;
  }

  .home-hero-subheadline-centered {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
  }

  .home-hero-subheadline-centered.md {
    font-size: 14px;
  }

  .image-31, .testimonial-image, .image-33 {
    height: auto;
  }

  .div-15-text {
    width: 50%;
  }

  .home-hero-subheadline-large {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .image-35 {
    height: auto;
  }

  .link-container.hero-content {
    flex-direction: column-reverse;
  }

  .link-container.hero-content.flip {
    flex-direction: column;
    padding-left: 30px;
  }

  .link-section.padding-small {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .image-37 {
    width: 200px;
    height: auto;
  }

  .button-5 {
    text-align: left;
    margin-left: 0;
  }

  .button-5.hero-btn {
    margin-left: 0;
    margin-right: auto;
    font-size: 12px;
  }

  .text-block-27 {
    margin-bottom: 0;
  }

  .home-hero-headline-2 {
    text-align: center;
    padding-bottom: 10px;
    font-size: 36px;
  }

  .home-hero-subheadline-2 {
    text-align: center;
  }

  .text-block-30 {
    padding-bottom: 10px;
  }

  .subscribe-form-flex-2 {
    justify-content: center;
  }

  .invest-feature-list-light {
    margin-bottom: 24px;
  }

  .invest-feature-list-light ul {
    margin-bottom: 0;
  }

  .link-fine-print.padding-small {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .icon-2, .icon-3 {
    display: none;
  }

  .home-testimonial-image {
    top: 60px;
  }

  .home-testimonial-image-large {
    top: 24px;
    left: 0%;
  }

  .testimonials-columns {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .product-feature-cc.landing {
    align-items: center;
  }

  .product-section-cc.padding-small {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .product-text-eyebrow.green {
    bottom: -14%;
  }

  .load-more-button {
    text-align: left;
    margin-left: 0;
  }

  .load-more-button.hero-btn {
    margin-left: 0;
    margin-right: auto;
    font-size: 12px;
  }

  .load-more-button.button-secondary, .load-more-button.button-secondary.home-block-text-btn, .load-more-button.button-quote, .load-more-button.button-quote.home-block-text-btn {
    margin-top: 0;
  }

  .promo-text {
    padding-left: 20px;
    padding-right: 0;
    line-height: 30px;
  }

  .promo-fine-print {
    padding-left: 20px;
  }

  .icba-badge {
    float: left;
    width: 15%;
    margin-left: 20px;
    position: static;
  }

  .icba-badge.botm {
    width: 50%;
  }

  .icba-badge.b2b2c {
    margin-left: 0;
    position: absolute;
  }

  .b2b2c-actions-card {
    width: 350px;
    height: auto;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-section {
    height: 100%;
    padding-top: 75px;
  }

  .cta-section {
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cta-buttons-wrapper {
    text-align: center;
    margin-top: 0;
  }

  .cta-buttons-wrapper.hero-content {
    flex-direction: column-reverse;
  }

  .cta-buttons-wrapper.hero-content.flip {
    flex-direction: column;
    padding-left: 30px;
  }

  .b2b2c-action-button {
    top: 16px;
    right: 16px;
  }

  .b2b2c-headline {
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 10px;
    font-size: 34px;
  }

  .b2b2c-headline.black {
    padding-bottom: 0;
  }

  .b2b2c-headline.black.margin-top {
    margin-left: 0;
  }

  .b2b2c-headline.features-funct, .b2b2c-headline.features-funct.roadmap-align-center.width {
    padding-left: 0;
  }

  .b2b2c-headline-wrapper {
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .home-hero-white-subheadline {
    text-align: center;
  }

  .b2b2c-text {
    text-align: left;
    width: 100%;
    padding-top: 0;
  }

  .b2b2c-image {
    width: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .b2b2c-image.stacked {
    flex-direction: column;
  }

  .b2b2c-quote-text {
    font-size: 24px;
  }

  .b2b2c-quote-text.author {
    font-size: 20px;
  }

  .b2b2c-quote-wrapper {
    text-align: center;
    width: 100%;
    padding-top: 0;
  }

  .partners-section.white-bg {
    height: 100%;
  }

  .home-hero-dark-headline {
    text-align: center;
  }

  .b2b2c-quote-image-wrapper {
    width: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .b2b2c-quote-image-wrapper.stacked {
    flex-direction: column;
  }

  .partners-grid {
    margin-top: 20px;
  }

  ._12 {
    width: 20%;
    margin-bottom: 10px;
  }

  ._12.botm {
    width: 50%;
  }

  .b2b2c-product-list-item {
    justify-content: center;
  }

  .b2b2c-product-list {
    width: 75%;
  }

  .hiw-section {
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hiw-image {
    width: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .hiw-image.stacked {
    flex-direction: column;
  }

  .feature-section {
    height: 100%;
  }

  .contact-section {
    padding-top: 60px;
  }

  .b2b-h3-heading {
    font-size: 30px;
  }

  .b2b-contact-text {
    width: auto;
  }

  .b2b-contact-form-block {
    display: block;
  }

  .b2b-hero-subheadline {
    text-align: center;
  }

  .skewed-section-container.partners {
    padding-bottom: 60px;
    overflow: hidden;
  }

  .skewed-section.partners, .skewed-section.how-we-help {
    height: 100%;
  }

  .desktop-view {
    display: none;
  }

  .bar-container {
    flex-direction: column;
  }

  .notification-text {
    margin-bottom: 10px;
    margin-right: 0;
  }

  ._35 {
    width: 45%;
  }

  .memberof {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .home-video-wrapper {
    flex-direction: column;
    margin-bottom: 0;
    display: flex;
  }

  .hero-text-right {
    text-align: center;
  }

  .text-block-32 {
    padding: 10px 20px;
  }

  .white-papers-hero-title {
    font-size: 36px;
  }

  .white-paper-hero-img {
    height: 300px;
  }

  .white-papers-content-text h4 {
    margin-top: 16px;
    margin-bottom: 8px;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 500;
  }

  .white-papers-content-text h2 {
    margin-top: 16px;
    margin-bottom: 16px;
    font-family: Poppins, sans-serif;
    font-size: 24px;
  }

  .white-papers-content-text p {
    font-size: 18px;
  }

  .white-papers-content-text h5 {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 500;
  }

  .white-papers-content-text li {
    padding-bottom: 0;
    font-size: 18px;
  }

  .white-papers-content-text img {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .white-papers-mag-card {
    margin-bottom: 32px;
  }

  .magazine-card-img-copy {
    object-fit: cover;
    width: 100%;
  }

  .white-papers-mag-card-img {
    object-fit: scale-down;
    width: 100%;
  }

  .wp-magazine-card-img {
    object-fit: cover;
    width: 100%;
  }

  .top-bar-wrapper {
    font-size: 1rem;
  }

  .top-bar-container {
    flex-flow: wrap;
    justify-content: center;
    padding-left: 1rem;
    padding-right: 1rem;
    line-height: 1.5;
  }

  .top-bar-text {
    text-align: center;
    max-width: 85%;
    margin-bottom: 0;
    font-size: 1rem;
  }

  .top-bar-text.subtitle {
    font-size: .75rem;
  }

  .close-icon {
    max-width: .875rem;
    top: 1.5rem;
    right: 1.5rem;
  }

  .event-text-block {
    flex-direction: column;
    align-items: center;
    margin: 1rem;
    display: flex;
  }

  .content-how-we-help {
    padding-right: .5rem;
  }

  .content-how-we-help-paragraph {
    width: 60%;
  }

  .content-how-we-help-paragraph-text {
    font-size: 1.2rem;
  }

  .how-we-help-grid {
    width: 35%;
  }

  .how-we-help-card {
    width: 200px;
  }

  .how-we-help-card-text {
    font-size: 1.25rem;
  }

  .b2bc-features-card {
    flex-basis: 75%;
    height: auto;
  }

  .features-bold-text {
    font-size: 1.25rem;
  }

  .features-bold-text.no-margin {
    margin-bottom: .8125rem;
  }

  .features-text {
    font-size: 1rem;
  }

  .how-we-help-section {
    padding-bottom: 4rem;
  }

  .headline-green-sub.hero-hd.mobile-responsive {
    font-size: 40px;
    line-height: 1.1;
  }

  .tabs-2.mobile-responsive {
    flex-direction: column;
    max-width: 100%;
  }

  .tabs-content-2.mobile-responsive {
    margin-top: 40px;
  }

  .tabs-menu.mobile-responsive {
    flex: none;
    max-width: 100%;
  }

  .heading-73.inside-flx {
    font-size: 40px;
  }

  .request-access-button {
    font-size: 18px;
  }

  .xs-title {
    font-size: 16px;
  }

  .xs-title.xs-title-form, .login-btn {
    font-size: 18px;
  }

  .contact-section.contact-us-page {
    padding-top: 140px;
  }

  .tabs-menu-2 {
    grid-template-columns: 1fr;
  }

  .video-box, .video-box.left {
    margin-left: 0;
  }

  .video-box.padding {
    padding-top: 100px;
  }

  .sales-brochure-button {
    text-align: center;
    margin-right: 20px;
  }

  .faq-wrapper.mobile-responsive {
    align-items: flex-start;
  }

  .faq-trigger {
    justify-content: space-between;
    align-self: stretch;
  }

  .faq-trigger.mobile-responsive, .faq-pane {
    align-self: stretch;
  }

  .faq-button {
    margin-left: 20px;
  }

  .html-embed-5.max-w {
    max-width: 100%;
    padding-bottom: 0;
    padding-left: 0;
  }

  .html-embed-5.left {
    padding-left: 0;
  }

  .html-embed-5._70 {
    max-width: 70%;
  }

  .partners-grid5.up-margin {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .bold-text-5 {
    font-size: 36px;
  }

  .container-responsive {
    max-width: 540px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .col-md-3 {
    flex: none;
    max-width: 100%;
  }

  .col-md-3._20 {
    flex-basis: 33%;
    max-width: 33%;
  }

  .col-md-9 {
    flex: none;
    max-width: 100%;
  }

  .headline-centsai {
    font-size: 40px;
  }

  .sign-up-heading {
    font-size: 36px;
  }

  .sign-up-form-wrapper {
    width: auto;
  }

  .thank-you-section {
    margin-top: 100px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .thank-you-header {
    font-size: 38px;
  }

  .lg-text {
    font-size: 26px;
  }

  .col-7 {
    flex: none;
    max-width: 100%;
  }

  .col-7.right {
    margin-left: 0;
  }

  .col-5 {
    flex: none;
    max-width: 100%;
  }

  .col-5.relative.centered {
    margin-left: auto;
    margin-right: auto;
  }

  .col-5.align-center.custom-gc {
    flex: 0 50%;
    max-width: 50%;
  }

  .syw-heading {
    font-size: 48px;
  }

  .syw-heading.md {
    font-size: 40px;
  }

  .dl-heading.top-margin-40.white.large {
    font-size: 30px;
  }

  .dl-heading.top-margin-40.large {
    font-size: 28px;
  }

  .dl-heading.margin-right-40 {
    margin-right: 0;
  }

  .app-dl-btn-wrapper {
    text-align: center;
  }

  .abs-btn {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    left: 60%;
  }

  .abs-btn.top-margin-20 {
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
  }

  .abs-btn.custom {
    inset: auto auto 0% -3%;
  }

  .syw-hero-img {
    margin-left: auto;
    margin-right: auto;
  }

  .syw-hero-img.top-margin-30 {
    margin-top: 30px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .img-wrapper {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .img-wrapper.top-margin-30 {
    margin-top: 30px;
  }

  .syw-logo-img {
    width: 130px;
  }

  .absolute-green-divider.syw {
    display: none;
  }

  .grn-info-btn {
    margin-top: 20px;
  }

  .reward-img {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
    display: block;
  }

  .lg-white-heading {
    font-size: 54px;
  }

  .lg-white-heading.font-64 {
    font-size: 56px;
  }

  .rules-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .md-heading {
    font-size: 32px;
  }

  .bold-link.lg {
    font-size: 16px;
  }

  .button-dropdown {
    position: absolute;
    inset: 0%;
  }

  .faq-question-header {
    max-width: 426px;
    font-size: 20px;
  }

  .faq-question-header.large.max-width {
    width: 375px;
    font-size: 36px;
    line-height: 1;
  }

  .faq-question-header.max-width {
    width: 375px;
  }

  .faq-rtb a {
    font-size: 16px;
  }

  .faq-rtb li {
    font-size: 15px;
  }

  .link-text.left-margin-10 {
    font-size: 16px;
  }

  .col-lg-8, .col-lg-4 {
    flex: none;
    max-width: 100%;
  }

  .hero-subtext.ot-custom {
    font-size: 18px;
  }

  .centsai-partner-img.top-margin-60 {
    margin-top: 60px;
  }

  .lg-header, .lg-header.centered {
    font-size: 45px;
  }

  .centsai-about-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .col-lg-3, .col-lg-9 {
    flex: none;
    max-width: 100%;
  }

  .centsai-one-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .centsai-ui-img.top-margin-20 {
    margin-top: 20px;
  }

  .col-10 {
    flex: none;
    max-width: 100%;
  }

  .col-10.relative.centered {
    margin-left: auto;
    margin-right: auto;
  }

  .quote-wrapper {
    text-align: center;
    width: 100%;
    padding-top: 0;
  }

  .device-img-wrapper {
    width: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .device-img-wrapper.stacked {
    flex-direction: column;
  }

  .centsai-logo-img {
    padding-top: 60px;
  }

  .feature-text {
    font-size: 30px;
  }

  .feature-title {
    font-size: 48px;
  }

  .feat-paragraph {
    font-size: 22px;
  }

  .col-lg-12 {
    flex: none;
  }

  .col-lg-4-6 {
    flex: none;
    max-width: 100%;
  }

  .xp-app-hero-section {
    padding-top: 140px;
  }

  .h1-lg {
    font-size: 55px;
  }

  .h1-lg.dark {
    font-size: 54px;
  }

  .ui-xp-tab {
    flex: none;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .of-tab-pane {
    position: static;
  }

  .small-animation {
    margin-left: auto;
    margin-right: auto;
  }

  .white-cta-heading {
    font-size: 48px;
  }

  .white-cta-subtitle {
    font-size: 22px;
  }

  .light-underline {
    background-color: #fff6;
    display: block;
  }

  .light-underline.mob-display {
    margin-top: 20px;
    display: block;
  }

  .precious-metals-title {
    max-width: 300px;
  }

  .content-wrapper {
    text-align: left;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    display: flex;
    position: relative;
  }

  .precious-metals-img {
    width: 84px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .precious-metals-subtitle {
    text-align: right;
    display: none;
  }

  .precious-metals-subtitle.mob-display {
    text-align: left;
    display: block;
  }

  .precious-metals-subtitle.mob-display.absolute {
    text-align: right;
    align-self: flex-end;
    display: block;
  }

  .precious-metals-subtitle.mob-display.margin-left-auto {
    align-self: flex-end;
    margin-bottom: 10px;
    margin-left: auto;
  }

  .flex-text-wrapper {
    justify-content: flex-end;
    align-self: flex-end;
    align-items: flex-start;
    margin-bottom: 10px;
    margin-left: 20px;
  }

  .newsletter-signup-wrapper {
    justify-content: center;
  }

  .align-right-wrapper {
    align-items: center;
    margin-bottom: 20px;
  }

  .email-signup-btn {
    padding-left: 32px;
    padding-right: 32px;
    font-size: 16px;
  }

  .email-signup-btn.register {
    font-size: 15px;
  }

  .download-now-wrapper {
    flex-direction: column;
  }

  .how-it-works-interactive-section {
    padding-top: 60px;
  }

  .step-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .img-block {
    z-index: 3;
    order: 3;
    width: 70%;
    min-height: 50vh;
    padding-top: 20px;
    position: relative;
  }

  .dot {
    z-index: 99;
    order: 2;
    align-self: center;
    margin-bottom: 0;
    position: absolute;
    bottom: 50%;
    left: auto;
  }

  .dot._52 {
    bottom: 52%;
  }

  .dot.custom {
    bottom: 20%;
  }

  .dot.end {
    bottom: 431px;
  }

  .content-wrap {
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 50vh;
    padding-bottom: 20px;
  }

  .content-wrap.step-heading {
    height: 30vh;
  }

  .step-content-block {
    z-index: 2;
    order: -1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .step {
    justify-content: center;
    padding: 8%;
  }

  .content {
    margin-top: 0;
  }

  .how-it-works-p {
    font-size: 15px;
  }

  .scroll-wrap {
    z-index: 1;
  }

  .scroll-wrap.custom {
    bottom: 21%;
  }

  .scroll-wrap._36 {
    bottom: 36%;
  }

  .scroll-wrap.end {
    bottom: 50%;
  }

  .img-step.sm {
    width: 90%;
  }

  .gift-card-heading {
    font-size: 48px;
  }

  .gift-card-heading.md {
    font-size: 40px;
  }

  .gift-card-subtitle {
    margin-bottom: 60px;
  }

  .giftcard {
    width: 100%;
  }

  .ontrajectory-hero-section {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .h1-light {
    font-size: 40px;
  }

  .transparent-bg {
    margin-top: 40px;
  }

  .what-is-section {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .h2-dark {
    font-size: 40px;
  }

  .paragraph-dark {
    font-size: 18px;
  }

  .col-lg-6 {
    flex: none;
    max-width: 100%;
  }

  .highlight-label {
    font-size: 21px;
  }

  .benefit-icon {
    width: 83px;
  }

  .ot-text-link {
    font-size: 18px;
  }

  .ot-pricing-wrap.last-child {
    margin-top: 60px;
  }

  .ot-card-plan-label, .ot-price {
    font-size: 28px;
  }

  .checklist-text {
    font-size: 16px;
  }

  .ot-cta-paragraph {
    font-size: 21px;
  }

  .apy-section {
    height: auto;
  }

  .apy-section.hero {
    padding-top: 140px;
  }

  .apy-section.sm-banner {
    padding-top: 100px;
  }

  .apy-btn {
    font-size: 16px;
  }

  .apy-heading {
    font-size: 95px;
  }

  .apy-heading.sm {
    font-size: 48px;
  }

  .apy-subheading {
    font-size: 52px;
  }

  .apy-subheading.sm {
    font-size: 28px;
  }

  .apy-tiny {
    font-size: 19px;
  }

  .inner-offer-card {
    height: auto;
  }

  .offers-content-card-title {
    font-size: 20px;
  }

  .offers-content-card-title.large {
    font-size: 24px;
    font-weight: 600;
  }

  .xbold-subheader {
    font-size: 21px;
  }

  .money-market-fund-section {
    background-position: 50%;
    height: auto;
  }

  .money-market-fund-section.light {
    background-image: url('../images/money-market-light-bg.png');
    background-position: 65%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .performance-number {
    font-size: 24px;
  }

  .b2b-quote-img {
    width: 70%;
    bottom: -68px;
    left: auto;
  }

  .padded-wrapper {
    padding: 40px;
  }

  .apy-desc-heading.sm {
    font-size: 28px;
  }

  .banner-btn.margin-t-25-copy {
    left: 29px;
  }

  .html-embed-5-copy.max-w {
    max-width: 100%;
    padding-bottom: 0;
    padding-left: 0;
  }

  .html-embed-5-copy.left {
    padding-left: 0;
  }

  .html-embed-5-copy._70 {
    max-width: 70%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
  }

  .container {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container.hero-content {
    flex-direction: column-reverse;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.hero-content.flip {
    padding-left: 0;
    padding-right: 0;
  }

  .container.hero-content.flip.reverse {
    margin-top: 40px;
  }

  .container.hero-content.no-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container.padding {
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .container.padding.aligned-02 {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container.no-padding {
    display: none;
  }

  .container.no-padding.mobile {
    padding-left: .5rem;
    padding-right: .5rem;
    display: block;
  }

  .hero {
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .hero.internal {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .hero.insights, .hero.white-papers {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .hero-text {
    flex-flow: column;
    align-items: flex-start;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-image {
    height: 100%;
    margin-top: 30px;
  }

  .hero-image.stacked.flex {
    flex-direction: column;
    padding-bottom: 0;
  }

  .hero-headline {
    margin-bottom: 15px;
    font-size: 40px;
    font-weight: 600;
    line-height: 140%;
  }

  .hero-buttonblock {
    flex-direction: column;
    align-items: center;
  }

  .button {
    text-align: center;
    justify-content: center;
    padding: 16px;
    font-weight: 500;
    display: flex;
  }

  .button.hero-btn {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 19px;
    padding-bottom: 19px;
  }

  .button.button-secondary {
    text-align: center;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 0;
    margin-right: 10px;
    line-height: 20px;
  }

  .button.button-secondary.home-block-text-btn {
    margin-top: 20px;
    margin-bottom: 0;
    margin-right: 10px;
  }

  .button.button-secondary.hero-btn {
    margin-top: 0;
    margin-right: 0;
    font-size: 14px;
  }

  .button.button-secondary.block {
    width: 100%;
  }

  .button.button-quote {
    text-align: center;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 0;
    margin-right: 10px;
    line-height: 20px;
  }

  .button.button-quote.home-block-text-btn {
    margin-top: 20px;
    margin-bottom: 0;
    margin-right: 10px;
  }

  .button.button-quote.hero-btn {
    margin-top: 0;
    margin-right: 0;
    font-size: 14px;
  }

  .button.button-quote.block {
    width: 100%;
  }

  .hedline-photo {
    height: 250px;
  }

  .mainpoints-green-rectangle {
    margin-left: 0;
    margin-right: 0;
  }

  .mainpoints-columns {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading {
    font-size: 20px;
  }

  .mainpoints-subtext {
    font-size: 14px;
  }

  .passiveincome-heading {
    max-width: 100%;
    font-size: 24px;
    line-height: 32px;
  }

  .passiveincome-subtext {
    font-size: 16px;
  }

  .checkmark {
    padding-bottom: 0;
  }

  .checkmark-text {
    margin-bottom: 20px;
  }

  .checkmark-text.sidebyside {
    margin-bottom: 15px;
  }

  .home-features {
    padding-bottom: 50px;
  }

  .sidebyside.home-feature {
    padding: 30px;
  }

  .sidebyside.home-feature.leads {
    margin: auto 0 25px;
    padding: 30px;
  }

  .sidebyside.home-feature.leads.inverted {
    padding: 30px;
  }

  .sidebyside-right {
    justify-content: center;
    align-self: auto;
    align-items: stretch;
    width: 330px;
    padding-right: 0;
    display: flex;
  }

  .sidebyside-subtext {
    margin-top: 0;
    font-size: 16px;
  }

  .placeholder {
    width: 100%;
    max-width: none;
    height: 150px;
    margin-top: 25px;
    padding-left: 0;
    padding-right: 0;
  }

  .placeholder.home-feature-img-2 {
    justify-content: center;
    align-items: stretch;
    width: 97%;
    height: 300px;
    margin-left: 0;
    padding-left: 0;
    display: flex;
  }

  .sidebyside-left {
    justify-content: center;
    width: 330px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .sidebyside-left.home-features-text {
    flex-direction: column;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .home-feature-list-text {
    padding-left: 10px;
    font-size: 14px;
  }

  .sidebyside-heading {
    margin-top: 0;
    font-size: 22px;
    font-weight: 500;
    line-height: 140%;
  }

  .insights {
    padding-top: 0;
  }

  .insights.home {
    margin-bottom: 30px;
  }

  .insights-header {
    flex-direction: row;
    align-items: center;
    padding-bottom: 30px;
  }

  .insights-heading {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 32px;
  }

  .insights-columns {
    flex-direction: column;
  }

  .home-features-img {
    flex: none;
    width: auto;
    height: 320px;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-features-text {
    margin-top: 0;
  }

  .faq-header {
    flex-direction: column;
    align-items: stretch;
  }

  .faq-wrapper {
    flex-wrap: nowrap;
    align-items: stretch;
  }

  .faq-group {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 10px;
    display: block;
  }

  .faq-group-paragraph {
    font-size: 14px;
    line-height: 20px;
  }

  .insight-card-image {
    height: 175px;
  }

  .insight-card-text {
    padding: 20px;
  }

  .nav-menu {
    padding-top: 40px;
    padding-bottom: 20px;
    overflow: hidden;
  }

  .footer-copyright {
    font-weight: 400;
  }

  .columns.product-columns, .columns.product-columns-graphs {
    margin-bottom: 50px;
  }

  .columns-2 {
    flex-direction: row;
    display: block;
  }

  .column-6, .column-7, .column-8 {
    padding-bottom: 20px;
  }

  .nav-brand {
    width: 120px;
    margin-top: 0;
  }

  .nav-brand.w--current {
    margin-top: 0;
  }

  .background-video {
    height: 80vw;
    top: 0;
  }

  .insights-card {
    flex-direction: column;
    padding-right: 0;
  }

  .insights-card-img {
    width: 100%;
    height: 200px;
    margin-right: 0;
  }

  .insights-hero-title {
    font-size: 30px;
  }

  .insight-hero-title {
    font-size: 28px;
  }

  .insight-hero-img {
    height: 250px;
    margin-top: 30px;
  }

  .insight-hero-lede {
    margin-top: 75px;
  }

  .insight-content {
    padding-top: 50px;
  }

  .insights-content-text h2 {
    margin-top: 0;
    margin-bottom: 32px;
  }

  .insights-content-text ul {
    padding-left: 40px;
  }

  .insights-content-text ol {
    padding-left: 32px;
  }

  .insight-hero-author {
    align-items: center;
    margin-bottom: 16px;
  }

  .insights-other-posts {
    padding-bottom: 90px;
  }

  .mainpoints-point {
    margin-bottom: 25px;
  }

  .hero-subheadline {
    text-align: center;
    max-width: 100%;
    font-size: 16px;
    line-height: 24px;
  }

  .internal-text ol {
    padding-left: 16px;
  }

  .internal-text.white-text p {
    font-weight: 400;
  }

  .internal-text.white-text h3 {
    font-size: 22px;
  }

  .modal-card {
    padding: 20px;
  }

  .form-input.b2b.name.marg-right, .form-input.b2b.name.marg-left {
    width: 100%;
  }

  .hero-img-default {
    height: 450px;
  }

  .hero-text-features {
    margin-bottom: 0;
  }

  .hero-text-features-item {
    font-size: 16px;
  }

  .hero-img-spend, .hero-img-invest, .hero-img-save {
    height: 450px;
  }

  .about-intro, .about-team {
    margin-bottom: 50px;
  }

  .about-team-card {
    padding-bottom: 40px;
  }

  .about-office {
    margin-bottom: 50px;
  }

  .about-team-card-headshot {
    width: 90%;
  }

  .about-team-card-headshot.smaller {
    width: 80vw;
    height: 80vw;
  }

  .about-team-card-name {
    font-size: 24px;
  }

  .about-team-title {
    margin-bottom: 30px;
  }

  .heading-5 {
    font-size: 20px;
  }

  .hero-white-bg {
    height: 120px;
  }

  .insight-hero-author-name {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
  }

  .home-hero {
    padding-top: 59px;
    padding-bottom: 75px;
  }

  .home-hero-headline {
    text-align: center;
    width: 100%;
    margin-bottom: 8px;
    font-size: 30px;
    font-weight: 700;
  }

  .home-hero-headline.smaller {
    font-size: 30px;
    line-height: 50px;
  }

  .home-hero-headline.white {
    font-size: 2.25rem;
    line-height: 120%;
  }

  .home-hero-subheadline {
    text-align: center;
    margin-bottom: 24px;
    font-size: 20px;
    font-weight: 600;
  }

  .home-hero-video {
    opacity: 1;
    width: 100vw;
    height: 100vw;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    top: 0;
  }

  .home-block, .home-block.light, .home-block.light.remit, .home-block.light.grow {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .home-block.nopadding {
    max-width: 100vw;
    padding-bottom: 75px;
    overflow: hidden;
  }

  .home-block.light-grey, .home-block.light-grey.remit, .home-block.light-grey.grow {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .home-block-half-width-video {
    float: none;
    width: 100vw;
    height: 100vw;
    margin-bottom: 75px;
    left: -20px;
  }

  .home-block-text {
    margin-top: 0;
  }

  .home-block-text-header {
    margin-top: 8px;
    font-size: 26px;
  }

  .home-block-text-desc {
    font-size: 18px;
  }

  .home-block-remit-img {
    width: 100vw;
    margin-top: -100px;
    padding-top: 100vw;
  }

  .home-block-remit-img.products-section-remit {
    background-position: 0%;
  }

  .home-block-automate-img-1 {
    height: auto;
    margin-top: 24px;
  }

  .home-block-automate-slider {
    height: 550px;
    margin-top: 0;
  }

  .home-block-automate-slider.robo-slider {
    margin-top: 60px;
  }

  .right-arrow {
    font-size: 22px;
    right: -25px;
  }

  .left-arrow {
    font-size: 22px;
    left: -25px;
  }

  .home-block-grow-img {
    width: 100%;
    margin-top: 80px;
  }

  .home-block-unfied-img {
    margin-bottom: 30px;
  }

  .home-block-invest-img {
    width: 80%;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .calculator-content {
    height: auto;
    min-height: 100vh;
    padding-top: 0;
    padding-bottom: 100px;
  }

  .calculator-disclaimer {
    padding-bottom: 50px;
  }

  .product-hero {
    padding-top: 50px;
  }

  .product-hero-headline {
    font-size: 36px;
  }

  .product-hero-subheadline {
    font-size: 18px;
  }

  .product-hero-stat {
    margin-top: 40px;
    font-size: 20px;
  }

  .product-section {
    padding-bottom: 0;
  }

  .product-section.dark {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .product-section.no-padding-top {
    padding-top: 50px;
  }

  .product-section.no-padding-top.padding-bottom-large {
    padding-bottom: 60px;
  }

  .product-section.offwhite {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .product-section.no-padding-bottom {
    padding-top: 60px;
  }

  .product-section.padding-small {
    text-align: left;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .product-section.no-padding-top-padding-bottom {
    padding-top: 50px;
  }

  .product-section.no-padding-top-padding-bottom.padding-bottom-large {
    padding-bottom: 60px;
  }

  .product-feature-card.landing {
    flex-direction: row;
    align-items: center;
  }

  .product-feature-card-title {
    font-size: 16px;
  }

  .product-feature-card-check {
    align-self: flex-start;
    width: 36px;
    height: 36px;
  }

  .product-feature-card-check.checkmark {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }

  .products-hero-anchor-links {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 24px;
  }

  .products-hero-anchor-links-link {
    color: var(--black);
    margin-bottom: 8px;
  }

  .product-feature-video {
    height: 100vw;
  }

  .comparison.line {
    border-top: 1px solid var(--gainsboro);
  }

  .comparison-columns {
    justify-content: flex-start;
    width: 100%;
    overflow: hidden;
  }

  .comparison-column {
    flex: 1;
    align-self: stretch;
    display: flex;
  }

  .comparison-column.unifi {
    flex: 1;
    order: 0;
    align-self: stretch;
    margin-left: 12px;
  }

  .comparison-column.unifi.wide {
    flex: none;
    width: 206px;
  }

  .comparison-column.labels {
    object-fit: fill;
    border-right-style: none;
    flex: 1;
    align-self: stretch;
    padding-left: 0;
    display: flex;
  }

  .comparison-column.labels.wide {
    flex: none;
    width: 90%;
  }

  .comparison-column.small, .comparison-column.chase, .comparison-column.wealth, .comparison-column.hidesmall {
    display: none;
  }

  .comparison-cell {
    flex-wrap: nowrap;
    flex: 1;
    justify-content: center;
    align-self: auto;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .comparison-cell-text.unifi {
    font-size: 24px;
  }

  .comparison-cell-text.unifi.product-feature {
    font-size: 14px;
  }

  .comparison-cell-text.bank {
    width: 100%;
    font-size: 16px;
  }

  .comparison-cell-text.bank.unifi {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
  }

  .comparison-bank {
    display: flex;
  }

  .comparison-label {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 0;
    font-size: 12px;
    font-weight: 400;
  }

  .comparison-label.wide.double {
    min-height: 112px;
  }

  .cta {
    padding-top: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .cta-image {
    object-fit: fill;
    height: 210px;
    margin-bottom: 40px;
  }

  .cta-title {
    margin-bottom: 8px;
  }

  .cta-text {
    padding-left: 0;
    padding-right: 0;
  }

  .tabs-content {
    overflow: hidden;
  }

  .about-intro-heading {
    margin-bottom: 16px;
  }

  .email-verified-box {
    padding: 40px;
  }

  .email-verified-content {
    height: auto;
    padding-bottom: 40px;
  }

  .landing-hiw {
    padding-top: 55px;
  }

  .about-partners-logo.bigger {
    width: auto;
    height: 42px;
  }

  .card.tenjin-card {
    flex-direction: column;
  }

  .tenjin-card-img-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }

  .tenjin-card-text {
    padding-left: 0;
  }

  .product-invest-chart {
    width: 167vw;
    margin-top: 32px;
    top: auto;
    bottom: 0;
  }

  .product-section-chart {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
  }

  .tenjin-risk-profiles-row-title.tenjin-risk-profiles-header {
    font-size: 12px;
  }

  .hero-video-link {
    font-size: 14px;
  }

  .magazine-hero {
    padding-top: 80px;
  }

  .magazine-hero-large {
    height: 220px;
  }

  .magazine-hero-wrapper {
    padding: 16px;
  }

  .magazine-hero-card-headline {
    font-size: 20px;
  }

  .magazine-row {
    padding-bottom: 40px;
  }

  .magazine-card-img {
    height: 180px;
    margin-bottom: 16px;
  }

  .magazine-card-title {
    font-weight: 400;
  }

  .magazine-hero-nav-link {
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
  }

  .magazine-column {
    flex-basis: 100%;
    margin-bottom: 32px;
  }

  .product-section-split-text {
    padding-right: 0;
  }

  .badge.light.margin-left {
    margin-top: 20px;
  }

  .badge.navbar-badge {
    margin-top: 0;
  }

  .badge-inline-wrapper {
    flex-flow: column wrap-reverse;
    justify-content: center;
    align-items: center;
    margin: 0;
    display: flex;
  }

  .badge-inline-wrapper.badge-hero {
    margin-top: 16px;
  }

  .badge-inline-wrapper.nowrap {
    align-self: center;
  }

  .home-intro-video-thumbnail {
    margin-bottom: 16px;
  }

  .home-intro-video-thumbnail-text {
    padding: 8px 24px;
    font-size: 16px;
  }

  .home-videos-columns {
    margin-left: -10px;
    margin-right: -10px;
  }

  .hero-qr {
    height: 38px;
    margin-left: 10px;
  }

  .cta-text-form {
    flex-direction: column;
    align-items: stretch;
  }

  .cta-text-form-group {
    padding-right: 0;
  }

  .hsa-rates-header-text {
    flex-basis: 30%;
  }

  .hsa-rates-row {
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .hsa-rates-row-label {
    margin-right: 10px;
    font-size: 16px;
  }

  .hsa-rates-row-label-amount {
    flex-basis: 30%;
    font-size: 16px;
  }

  .faq2 {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .faq2-item-header-icon {
    flex: none;
  }

  .faq2-item-text {
    margin-top: 8px;
  }

  .faq2-item-header-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
  }

  .offers-hero-subtext.large {
    font-size: 30px;
  }

  .offers-content {
    padding-bottom: 50px;
  }

  .offers-content-card {
    margin-bottom: 16px;
  }

  .offers-content-card.green-bg, .offers-content-card.green-bg.precious-metals-page {
    width: 100%;
  }

  .offers-content-card-text {
    font-size: 18px;
    line-height: 140%;
  }

  .offers-content-card-text.large {
    font-size: 20px;
  }

  .legal-content-item-title {
    width: 220px;
  }

  .legal-content-item-title.lg {
    width: 265px;
  }

  .spend-content {
    flex-direction: column;
    height: auto;
    min-height: 100vh;
  }

  .spend-headline {
    font-size: 32px;
  }

  .spend-subheadline {
    margin-bottom: 24px;
  }

  .spend-img {
    width: 100%;
  }

  .breadcrumbs-link {
    font-size: 12px;
  }

  .invest-hero-headline, .invest-hero-headline.black {
    font-size: 28px;
  }

  .invest-hero-headline.black.margin-btm-50 {
    margin-bottom: 0;
  }

  .invest-hero-subtitle {
    margin-bottom: 16px;
  }

  .invest-hero-group, .invest-hero-columns {
    margin-bottom: 40px;
  }

  .invest-hero-img {
    width: 100%;
  }

  .offer-hero {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .offer-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .invest-disclaimer.dark-bg {
    padding-top: 60px;
  }

  .invest-disclaimer-box {
    padding: 16px;
  }

  .navbar-wrapper {
    flex-wrap: nowrap;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar-wrapper.center {
    justify-content: flex-start;
  }

  .navbar-wrapper.align-center {
    padding-left: 0;
    padding-right: 150px;
  }

  .hero-text-promo {
    padding: 14px 16px;
    font-size: 16px;
  }

  .centered-container {
    text-align: left;
  }

  .subscribe-form-flex {
    flex-direction: column;
    align-items: center;
  }

  .subscribe-form-input-wrapper {
    flex: 1;
    align-self: stretch;
  }

  .text-fiel {
    width: 100%;
  }

  .heading-8, .paragraph-4, .text-block-9 {
    text-align: center;
  }

  .image-8, .image-9, .image-10, .image-11 {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .row-responsive {
    margin-left: 0;
    margin-right: 0;
  }

  .row-responsive.mob-horizontal {
    flex-direction: column;
  }

  .footer-content-text {
    flex-wrap: nowrap;
  }

  .text-block-10 {
    text-align: center;
    font-size: 175%;
  }

  .text-field {
    width: 100%;
  }

  .form {
    flex-wrap: wrap;
  }

  .footer-ctra-button, .col-8, .col-4 {
    width: 100%;
  }

  .div-block-12 {
    flex-wrap: wrap-reverse;
  }

  .image-12 {
    height: 100%;
  }

  .tab-pane-tab-2 {
    margin-left: 0;
  }

  .centered-container-2 {
    text-align: left;
  }

  .subscribe-form-input-wrapper-2 {
    flex: 1;
    align-self: stretch;
    width: 100%;
  }

  .hero-info-block {
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 25px;
    padding-bottom: 0;
  }

  .col-9.center {
    flex: 0 auto;
    align-items: stretch;
    width: 100%;
  }

  .text-block-12 {
    text-align: center;
    align-self: auto;
    margin-left: 0;
  }

  .link-2 {
    text-align: center;
    align-self: center;
    margin-left: 0;
    padding-bottom: 10px;
  }

  .home-block-header-small {
    text-align: center;
    line-height: 30px;
  }

  .submit-button-2 {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  .text-block-14 {
    flex: none;
  }

  .image-15 {
    width: 103px;
    height: 103px;
    top: 0;
  }

  .bitcoinicon {
    position: relative;
    top: 0;
  }

  .div-block-17 {
    flex-direction: row-reverse;
    width: 100%;
    display: block;
  }

  .icon-container {
    padding-left: 5px;
    padding-right: 5px;
  }

  .icon-container.centered.center.dont-wrap {
    text-align: center;
  }

  .icon-container.margin_top.hide {
    padding-top: 0;
  }

  ._20 {
    flex: 1;
    width: 100%;
  }

  .text-block-21 {
    text-align: center;
    padding-left: 0;
    line-height: 30px;
  }

  .text-block-22 {
    text-align: center;
    justify-content: center;
    align-self: stretch;
    width: 100%;
    padding-left: 0;
  }

  .link-block {
    flex-wrap: wrap;
    align-content: center;
    align-self: auto;
    align-items: center;
  }

  .image-27 {
    margin-right: 10px;
  }

  .image-28 {
    margin-left: 10px;
  }

  .heading-45 {
    text-align: center;
  }

  .heading-46 {
    margin-bottom: 60px;
  }

  .paragraph-26 {
    text-align: center;
  }

  .list-3 {
    padding-left: 0;
  }

  .heading-66 {
    text-align: center;
    font-size: 20px;
  }

  .container-17 {
    padding-top: 60px;
  }

  .paragraph-24 {
    text-align: center;
  }

  .faqline {
    display: none;
  }

  .image-29 {
    height: auto;
  }

  .image-28-copy {
    margin-left: 10px;
  }

  .home-hero-subheadline-centered {
    text-align: center;
    margin-bottom: 24px;
    font-size: 12px;
    font-weight: 600;
  }

  .home-featured-testimonials {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .home-hero-subheadline-large {
    text-align: center;
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: 600;
  }

  .link-container {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-container.hero-content {
    flex-direction: column-reverse;
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-container.hero-content.flip {
    padding-left: 0;
    padding-right: 0;
  }

  .link-section.dark {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .link-section.no-padding-top {
    padding-top: 50px;
  }

  .link-section.no-padding-top.padding-bottom-large {
    padding-bottom: 60px;
  }

  .link-section.offwhite {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .link-section.no-padding-bottom {
    padding-top: 60px;
  }

  .link-section.padding-small {
    text-align: left;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .subscribe-form-input-2 {
    width: 100%;
  }

  .button-5 {
    text-align: center;
    justify-content: center;
    padding: 16px;
    font-weight: 500;
    display: flex;
  }

  .button-5.hero-btn {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 19px;
    padding-bottom: 19px;
  }

  .home-hero-headline-2 {
    text-align: center;
    width: 100%;
    margin-bottom: 8px;
    font-size: 30px;
    font-weight: 700;
  }

  .home-hero-subheadline-2 {
    text-align: center;
    margin-bottom: 24px;
    font-size: 20px;
    font-weight: 600;
  }

  .text-block-30 {
    text-align: center;
    line-height: 30px;
  }

  .subscribe-form-flex-2 {
    flex-direction: column;
    align-items: center;
  }

  .subscribe-form-input-wrapper-3 {
    flex: 1;
    align-self: stretch;
    width: 100%;
  }

  .submit-button-3 {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  .column-10 {
    padding-bottom: 30px;
  }

  .link-fine-print.dark {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .link-fine-print.no-padding-top {
    padding-top: 50px;
  }

  .link-fine-print.no-padding-top.padding-bottom-large {
    padding-bottom: 60px;
  }

  .link-fine-print.offwhite {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .link-fine-print.no-padding-bottom {
    padding-top: 60px;
  }

  .link-fine-print.padding-small {
    text-align: left;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .home-block-text-large {
    text-align: center;
    font-size: 26px;
  }

  .home-testimonial-wrapper {
    flex-direction: column;
  }

  .home-logo-image {
    padding-left: 0;
  }

  .testimonials-columns {
    flex-direction: column;
  }

  .testimonials-card {
    flex-direction: column;
    padding-right: 0;
  }

  .product-feature-b-cu-title {
    font-size: 16px;
  }

  .product-feature-cc.landing {
    flex-direction: row;
    align-items: center;
  }

  .product-section-cc {
    padding-bottom: 0;
  }

  .product-section-cc.dark {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .product-section-cc.no-padding-top {
    padding-top: 50px;
  }

  .product-section-cc.no-padding-top.padding-bottom-large {
    padding-bottom: 60px;
  }

  .product-section-cc.offwhite {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .product-section-cc.no-padding-bottom {
    padding-top: 60px;
  }

  .product-section-cc.padding-small {
    text-align: left;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .landing-hiw-section {
    padding-top: 55px;
  }

  .load-more-button {
    text-align: center;
    justify-content: center;
    padding: 16px;
    font-weight: 500;
    display: flex;
  }

  .load-more-button.hero-btn {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 19px;
    padding-bottom: 19px;
  }

  .load-more-button.button-secondary {
    text-align: center;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 0;
    margin-right: 10px;
    line-height: 20px;
  }

  .load-more-button.button-secondary.home-block-text-btn {
    margin-top: 20px;
    margin-bottom: 0;
    margin-right: 10px;
  }

  .load-more-button.button-secondary.hero-btn {
    margin-top: 0;
    margin-right: 0;
    font-size: 14px;
  }

  .load-more-button.button-secondary.block {
    width: 100%;
  }

  .load-more-button.button-quote {
    text-align: center;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 0;
    margin-right: 10px;
    line-height: 20px;
  }

  .load-more-button.button-quote.home-block-text-btn {
    margin-top: 20px;
    margin-bottom: 0;
    margin-right: 10px;
  }

  .load-more-button.button-quote.hero-btn {
    margin-top: 0;
    margin-right: 0;
    font-size: 14px;
  }

  .load-more-button.button-quote.block {
    width: 100%;
  }

  .apple-icon {
    position: relative;
    top: 0;
  }

  .promo-text {
    text-align: center;
    padding-left: 0;
    line-height: 30px;
  }

  .promo-fine-print {
    text-align: center;
    justify-content: center;
    align-self: stretch;
    width: 100%;
    margin-bottom: 10px;
    padding-left: 0;
  }

  .icba-badge {
    flex: 1;
    width: 25%;
  }

  .icba-badge.b2b2c {
    width: 35%;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .b2b2c-actions-card {
    width: auto;
    min-width: auto;
    max-height: none;
    padding: 20px;
  }

  .b2b2c-actions-card-title {
    text-align: left;
    width: auto;
    max-width: 250px;
    font-size: 20px;
  }

  .b2b2c-actions-text {
    text-align: left;
    max-width: none;
    margin-top: 0;
    font-size: 14px;
  }

  .hero-section {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .cta-buttons-wrapper {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-buttons-wrapper.hero-content {
    flex-direction: column-reverse;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-buttons-wrapper.hero-content.flip {
    padding-left: 0;
    padding-right: 0;
  }

  .b2b2c-action-button {
    flex: none;
    width: 34px;
    height: 34px;
    top: 9px;
    right: 7px;
  }

  .b2b2c-headline {
    font-size: 29px;
    font-weight: 600;
  }

  .b2b2c-headline.black {
    width: 100%;
    line-height: 45px;
  }

  .b2b2c-headline.black._90 {
    line-height: 50px;
  }

  .b2b2c-headline.black.margin-top, .b2b2c-headline.black.smaller {
    line-height: 40px;
  }

  .b2b2c-headline.features-funct {
    padding-left: 0;
    font-size: 36px;
  }

  .home-hero-white-subheadline {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 24px;
    font-size: 20px;
    font-weight: 600;
  }

  .b2b2c-text {
    flex-flow: column;
    align-items: center;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .b2b2c-image {
    height: 100%;
    margin-top: 30px;
  }

  .b2b2c-quote-text {
    width: auto;
    font-size: 22px;
  }

  .b2b2c-quote-text.author {
    text-align: center;
  }

  .b2b2c-quote-wrapper {
    text-align: center;
    flex-flow: column;
    align-items: center;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .b2b2c-quote-image {
    top: 0;
  }

  .home-hero-dark-headline {
    text-align: center;
    margin-bottom: 24px;
    font-size: 20px;
    font-weight: 600;
  }

  .b2b2c-quote-image-wrapper {
    height: 100%;
    margin-top: 30px;
  }

  .partners-grid {
    margin-top: 0;
  }

  ._12 {
    width: 25%;
  }

  .b2b2c-product-list {
    width: 100%;
  }

  .hiw-image {
    height: 100%;
    margin-top: 30px;
  }

  .compliance-section {
    padding-top: 40px;
  }

  .b2b-block-text {
    margin-top: 0;
  }

  .how-it-works-section, .contact-section, .marketing-section {
    padding-top: 40px;
  }

  .b2b-h3-heading {
    text-align: center;
  }

  .b2b-contact-text.centered {
    text-align: center;
    margin-bottom: 40px;
  }

  .b2b-hero-section {
    padding-left: 0;
    padding-right: 0;
  }

  .b2b-hero-subheadline {
    text-align: center;
    margin-bottom: 24px;
    font-size: 20px;
    font-weight: 600;
  }

  .close {
    top: -2%;
  }

  ._35 {
    width: 75%;
    padding-bottom: 0;
  }

  .memberof {
    width: auto;
    padding: 0;
  }

  .home-video-wrapper {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .home-video-embed {
    width: 330px;
    height: auto;
  }

  .hero-text-right {
    text-align: center;
    padding-bottom: 20px;
  }

  .flex {
    display: block;
  }

  .white-papers-hero-title {
    font-size: 30px;
  }

  .white-papers-hero-author {
    align-items: center;
    margin-bottom: 16px;
  }

  .white-paper-hero-img {
    height: 250px;
    margin-top: 30px;
  }

  .white-papers-content {
    padding-top: 50px;
  }

  .white-papers-content-text h2 {
    margin-top: 0;
    margin-bottom: 32px;
  }

  .white-papers-who-this-is-for {
    font-size: 18px;
  }

  .white-papers-card {
    flex-direction: column;
    padding-right: 0;
  }

  .white-papers-card-img {
    width: 100%;
    height: 200px;
    margin-right: 0;
  }

  .white-papers-row {
    padding-bottom: 40px;
  }

  .white-papers-column {
    flex-basis: 100%;
    margin-bottom: 32px;
  }

  .magazine-card-img-copy, .white-papers-mag-card-img {
    height: 180px;
    margin-bottom: 16px;
  }

  .wp-card-title {
    font-weight: 400;
  }

  .wp-magazine-card-img {
    height: 180px;
    margin-bottom: 16px;
  }

  .top-bar-container {
    flex-direction: column;
    padding: 1rem 0;
  }

  .top-bar-text {
    text-align: center;
    max-width: 80%;
    margin-bottom: .5rem;
  }

  .close-icon {
    top: 2rem;
    right: 1rem;
  }

  .top-bar-button {
    text-align: center;
  }

  .content-how-we-help {
    flex-direction: column;
    padding-left: .5rem;
  }

  .content-how-we-help-paragraph {
    width: 100%;
  }

  .content-how-we-help-paragraph-text {
    width: auto;
  }

  .how-we-help-grid {
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 0;
    display: block;
  }

  .how-we-help-card {
    width: 100%;
    margin-bottom: 1rem;
  }

  .b2bc-features-card {
    flex: 1;
  }

  .headline-green-sub.hero-hd.frc.mobile-responsive {
    font-size: 40px;
  }

  .headline-green-sub.hero-hd.mobile-responsive {
    font-size: 36px;
  }

  .tab-panel-headline {
    font-size: 30px;
    line-height: 120%;
  }

  .tab-panel-headline-2 {
    font-size: 26px;
  }

  .tab-panel-headline-2.mobile-responsive {
    font-size: 22px;
  }

  .heading-73.inside-flx {
    text-align: center;
    font-size: 2rem;
  }

  .paragraph-30.up-margin.aligned-left {
    text-align: center;
  }

  .request-access-button {
    width: 100%;
    margin-left: 0;
  }

  .login-btn {
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .finstitute-btn-wrap {
    margin-left: auto;
    display: block;
  }

  .contact-section {
    padding-top: 100px;
  }

  .flexbox-div {
    flex-wrap: nowrap;
    display: flex;
  }

  .right-flx {
    display: block;
  }

  .left-flx {
    flex-flow: column;
    display: block;
  }

  .container-19 {
    flex-direction: row;
    display: flex;
  }

  .tabs-3 {
    flex-direction: column;
  }

  .tabs-3.mobile {
    flex-direction: column-reverse;
    margin-top: 85px;
  }

  .tabs-3.mobile.upp {
    flex-direction: column;
    margin-top: 20px;
  }

  .tabs-menu-2 {
    width: 100%;
  }

  .video-box.left {
    margin-left: 0;
  }

  .video-box.padding {
    padding-bottom: 100px;
  }

  .sales-brochure-button {
    margin-right: 0;
    display: block;
  }

  .green-button.right-margin-40 {
    text-align: center;
    margin-right: 0;
  }

  .html-embed-5 {
    margin-left: 0;
    padding-left: 0;
    position: relative;
    left: auto;
  }

  .html-embed-5.left {
    margin-left: -29px;
    padding-left: 0;
  }

  .html-embed-5._70 {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .html-embed-5._70.size {
    width: 60%;
    padding-top: 0;
    padding-bottom: 100px;
  }

  .html-embed-5.move {
    left: 0;
  }

  .partners-grid {
    display: block;
  }

  .partners-grid5.up-margin {
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    display: flex;
  }

  .bold-text-5 {
    font-size: 30px;
  }

  .link-block-5 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-40 {
    width: 100%;
  }

  .link-block-6, .link-block-7, .link-block-8, .link-block-9, .link-block-10, .link-block-11 {
    margin-left: auto;
    margin-right: auto;
  }

  .tabs-content-3 {
    order: -1;
    width: 100%;
  }

  .collateral-link {
    flex-direction: row;
    align-items: center;
  }

  .div-block-44 {
    margin-left: 0;
    margin-right: 0;
  }

  .faq-title {
    margin-bottom: 10px;
    padding-right: 5px;
    font-size: 18px;
    font-weight: 500;
  }

  .container-responsive.top-margin-100 {
    margin-top: 20px;
  }

  .container-responsive.absolute {
    position: static;
  }

  .col-md-3._20 {
    flex: none;
    max-width: 100%;
  }

  .col-md-3._20.align-center.bottom-margin-30 {
    margin-bottom: 30px;
  }

  .paragraph-69.size-18.mob-bottom-margin-0, .list-centsai-1.up-margin-20.mob-bottom-margin-0 {
    margin-bottom: 0;
  }

  .list-grid-centsai.responsive {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .buttons-grid.mob-resp {
    grid-template-columns: 1fr;
    margin-bottom: 0;
    position: static;
  }

  .sign-up-form-wrapper {
    padding: 5%;
  }

  .thank-you-paragraph {
    text-align: center;
  }

  .lg-text {
    font-size: 20px;
  }

  .col-5.align-center.custom-gc {
    flex: none;
  }

  .syw-heading {
    font-size: 38px;
    line-height: 100%;
  }

  .syw-heading.md {
    font-size: 36px;
  }

  .dl-heading.top-margin-40.centered {
    text-align: center;
    align-self: stretch;
  }

  .dl-heading.top-margin-40.large, .dl-heading.margin-right-40.large {
    font-size: 24px;
  }

  .app-dl-btn-wrapper {
    flex-flow: wrap;
    justify-content: space-around;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .app-dl-btn-wrapper.vertical-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .abs-btn {
    position: static;
  }

  .abs-btn.top-margin-20 {
    margin-top: 20px;
    display: block;
  }

  .syw-hero-img.top-margin-30 {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .dl-link-block {
    margin-right: 0;
    padding-right: 10px;
  }

  .syw-unifi-section {
    padding-top: 60px;
  }

  .syw-unifi-wrapper.vert-flex.right-wrapper {
    margin-top: 10%;
  }

  .grn-info-btn {
    padding-left: 40px;
    padding-right: 40px;
  }

  .rewards-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .reward-img {
    padding-left: 0;
    padding-right: 0;
  }

  .lg-white-heading.font-64 {
    font-size: 50px;
  }

  .white-feature-heading {
    font-size: 20px;
  }

  .md-heading {
    font-size: 30px;
  }

  .faq-question-header {
    max-width: 183px;
    line-height: 120%;
  }

  .faq-question-header.large.max-width {
    width: 200px;
    font-size: 28px;
  }

  .faq-question-header.max-width {
    width: 200px;
  }

  .btn-wrapper {
    align-items: stretch;
  }

  .centsai-about-section {
    padding-bottom: 60px;
  }

  .white-cta-paragraph.top-margin-20 {
    margin-top: 20px;
  }

  .quote-wrapper {
    text-align: center;
    flex-flow: column;
    align-items: center;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .device-img-wrapper {
    height: 100%;
    margin-top: 30px;
  }

  .unifi-centsai-section {
    padding-top: 100px;
  }

  .centsai-logo-img {
    width: 200px;
  }

  .feature-text {
    font-size: 27px;
  }

  .feature-title {
    font-size: 38px;
    line-height: 120%;
  }

  .feat-paragraph {
    font-size: 20px;
  }

  .h1-lg, .h1-lg.dark {
    font-size: 50px;
  }

  .faq-answer-p {
    font-size: 18px;
  }

  .animation {
    width: 315px;
    margin-left: 0;
    margin-right: 0;
  }

  .small-animation {
    width: 200px;
  }

  .white-cta-heading {
    font-size: 44px;
  }

  .white-cta-subtitle {
    font-size: 20px;
  }

  .ol-wrapper {
    margin-left: 40px;
  }

  .list-item {
    font-size: 14px;
  }

  .light-underline {
    margin-top: 10px;
  }

  .precious-metals-title, .precious-metals-title.margin-btm-15 {
    font-size: 16px;
  }

  .precious-metals-img {
    width: 74px;
    margin-right: 10px;
  }

  .precious-metals-subtitle.mob-display.absolute {
    align-self: flex-end;
    margin-left: auto;
    position: static;
    top: 49%;
  }

  .flex-text-wrapper {
    justify-content: flex-end;
    align-self: flex-end;
    margin-left: 10px;
  }

  .email-signup-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .newsletter-signup-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .newsletter-email-input-field {
    text-align: center;
    width: auto;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .steps-clone {
    display: block;
    position: static;
  }

  .img-block {
    width: 90%;
  }

  .dot.custom {
    bottom: 11%;
  }

  .dot.end {
    bottom: 620px;
  }

  .content {
    font-size: 20px;
  }

  .how-it-works-p {
    font-size: 15px;
    line-height: 1.4;
  }

  .scroll-wrap.custom {
    bottom: 14%;
  }

  .scroll-wrap._36 {
    bottom: 5%;
  }

  .gift-card-heading {
    font-size: 38px;
    line-height: 100%;
  }

  .gift-card-heading.md {
    font-size: 36px;
  }

  .giftcard {
    width: 100%;
  }

  .h1-light {
    font-size: 38px;
  }

  .h2-dark {
    font-size: 35px;
  }

  .paragraph-dark {
    font-size: 16px;
  }

  .ot-software-img {
    width: 100%;
  }

  .icon-text-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .benefit-icon {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .ot-text-link {
    font-size: 16px;
  }

  .ot-pricing-section {
    padding-top: 60px;
  }

  .ot-pricing-card {
    padding-left: 30px;
    padding-right: 30px;
  }

  .ot-card-plan-label, .ot-price {
    font-size: 26px;
  }

  .checklist-text {
    font-size: 14px;
  }

  .ot-cta-paragraph {
    font-size: 19px;
  }

  .apy-section {
    background-image: linear-gradient(#00000080, #00000080), url('../images/apy-bg.webp');
    background-position: 0 0, 81%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .apy-section.sm-banner {
    padding-top: 140px;
  }

  .apy-content.margin-btm-40 {
    margin-bottom: 0;
  }

  .apy-heading {
    margin-bottom: 20px;
    font-size: 70px;
  }

  .apy-heading.sm {
    font-size: 38px;
    line-height: 120%;
  }

  .apy-subheading {
    font-size: 42px;
  }

  .apy-subheading.sm {
    font-size: 26px;
  }

  .apy-tiny {
    font-size: 18px;
  }

  .apy-tiny.xs {
    white-space: normal;
  }

  .offers-content-card-title {
    font-size: 18px;
    line-height: 140%;
  }

  .offers-content-card-title.large {
    font-size: 20px;
  }

  .offers-content-card-title.precious-metals-page {
    font-size: 18px;
  }

  .pm-absolute-ag {
    bottom: 13%;
    right: 8%;
  }

  .xbold-subheader {
    line-height: 120%;
  }

  .money-market-fund-section {
    background-position: 60%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .money-market-fund-section.light {
    background-image: url('../images/money-market-light-bg.png');
    background-position: 55%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .b2b-quote-img {
    width: 100%;
  }

  .banner-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .padded-wrapper {
    padding: 20px;
  }

  .apy-desc-heading {
    font-size: 24px;
    line-height: 120%;
  }

  .apy-desc-heading.sm {
    font-size: 26px;
  }

  .apy-subtitle {
    font-size: 20px;
    line-height: 120%;
  }

  .apy-main-heading {
    font-size: 32px;
  }

  .banner-btn.margin-t-25 {
    width: 100%;
    max-width: 100%;
    overflow: clip;
  }

  .banner-btn.margin-t-25-copy {
    box-sizing: border-box;
    object-fit: fill;
    width: 100%;
    max-width: 85%;
    left: 45px;
    overflow: clip;
  }

  .html-embed-5-copy {
    margin-left: 0;
    padding-left: 0;
    position: relative;
    left: 65px;
  }

  .html-embed-5-copy.left {
    margin-left: -29px;
    padding-left: 0;
  }

  .html-embed-5-copy._70 {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .html-embed-5-copy._70.size {
    width: 60%;
    padding-top: 0;
    padding-bottom: 100px;
  }

  .html-embed-5-copy.move {
    left: 0;
  }

  .code-embed {
    margin-right: auto;
  }
}

#w-node-e886fbd1-8951-1cde-ab92-a0833a1a6c8e-7bd8828a, #w-node-e886fbd1-8951-1cde-ab92-a0833a1a6c92-7bd8828a, #w-node-e886fbd1-8951-1cde-ab92-a0833a1a6c96-7bd8828a, #w-node-e886fbd1-8951-1cde-ab92-a0833a1a6c9a-7bd8828a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#email-form.w-node-_6078a2ef2ba9cc5cc49cf02700000000000c-07d88174, #w-node-beb86e26-8659-56bc-83bb-296027115b4f-07d88174, #w-node-_3f4a961f-cef5-6aae-7956-a229408e9316-44d881d6 {
  justify-self: center;
}

#w-node-_1712895c-2e8e-5624-5c64-1ef331f6067e-44d881d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26512e0b-230e-22a0-86dd-381e34053e66-44d881d6 {
  justify-self: start;
}

#w-node-ee5d0618-b2c8-648f-9e87-d0bd983e153d-44d881d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca29b9f7-078b-16ca-8cdf-46fb710b8bf3-44d881d6, #w-node-_6c63a1f5-f5ba-6823-a6f1-cddce6842cf6-44d881d6 {
  justify-self: end;
}

#w-node-_915955d4-0e87-9096-c5eb-6c3e38ab1e1c-39d88203 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_915955d4-0e87-9096-c5eb-6c3e38ab1e1d-39d88203 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_915955d4-0e87-9096-c5eb-6c3e38ab1e1f-39d88203 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_915955d4-0e87-9096-c5eb-6c3e38ab1e21-39d88203 {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-_915955d4-0e87-9096-c5eb-6c3e38ab1e23-39d88203 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_915955d4-0e87-9096-c5eb-6c3e38ab1e25-39d88203 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_915955d4-0e87-9096-c5eb-6c3e38ab1e27-39d88203 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_915955d4-0e87-9096-c5eb-6c3e38ab1e29-39d88203 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_915955d4-0e87-9096-c5eb-6c3e38ab1e2b-39d88203 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_283f6f71-fd24-a715-34df-3819c044be00-8ed88207 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_283f6f71-fd24-a715-34df-3819c044be01-8ed88207 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_283f6f71-fd24-a715-34df-3819c044be03-8ed88207 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_283f6f71-fd24-a715-34df-3819c044be05-8ed88207 {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-_283f6f71-fd24-a715-34df-3819c044be07-8ed88207 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_283f6f71-fd24-a715-34df-3819c044be09-8ed88207 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_283f6f71-fd24-a715-34df-3819c044be0b-8ed88207 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_283f6f71-fd24-a715-34df-3819c044be0d-8ed88207 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_283f6f71-fd24-a715-34df-3819c044be0f-8ed88207 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_52570d9c-d78a-1b71-d470-2392e4b528fa-9ed8821d {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_52570d9c-d78a-1b71-d470-2392e4b528fb-9ed8821d {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_52570d9c-d78a-1b71-d470-2392e4b528fd-9ed8821d {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_52570d9c-d78a-1b71-d470-2392e4b528ff-9ed8821d {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-_52570d9c-d78a-1b71-d470-2392e4b52901-9ed8821d {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_52570d9c-d78a-1b71-d470-2392e4b52903-9ed8821d {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_52570d9c-d78a-1b71-d470-2392e4b52905-9ed8821d {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_52570d9c-d78a-1b71-d470-2392e4b52907-9ed8821d {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_52570d9c-d78a-1b71-d470-2392e4b52909-9ed8821d {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_5a02a0ae-ddbf-ded3-87a2-c88c88d5720f-29d88238 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_5a02a0ae-ddbf-ded3-87a2-c88c88d57210-29d88238 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_5a02a0ae-ddbf-ded3-87a2-c88c88d57212-29d88238 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_5a02a0ae-ddbf-ded3-87a2-c88c88d57214-29d88238 {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-_5a02a0ae-ddbf-ded3-87a2-c88c88d57216-29d88238 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_5a02a0ae-ddbf-ded3-87a2-c88c88d57218-29d88238 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_5a02a0ae-ddbf-ded3-87a2-c88c88d5721a-29d88238 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_5a02a0ae-ddbf-ded3-87a2-c88c88d5721c-29d88238 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_5a02a0ae-ddbf-ded3-87a2-c88c88d5721e-29d88238 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-df59538b-cb54-8c69-ddce-1790de802a89-70d88241 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-df59538b-cb54-8c69-ddce-1790de802a8a-70d88241 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-df59538b-cb54-8c69-ddce-1790de802a8c-70d88241 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-df59538b-cb54-8c69-ddce-1790de802a8e-70d88241 {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-df59538b-cb54-8c69-ddce-1790de802a90-70d88241 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-df59538b-cb54-8c69-ddce-1790de802a92-70d88241 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-df59538b-cb54-8c69-ddce-1790de802a94-70d88241 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-df59538b-cb54-8c69-ddce-1790de802a96-70d88241 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-df59538b-cb54-8c69-ddce-1790de802a98-70d88241 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-c54aa2b9-34de-b15a-7ee9-e69697ba51c2-45d88254 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-c54aa2b9-34de-b15a-7ee9-e69697ba51c3-45d88254 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-c54aa2b9-34de-b15a-7ee9-e69697ba51c5-45d88254 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-c54aa2b9-34de-b15a-7ee9-e69697ba51c7-45d88254 {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-c54aa2b9-34de-b15a-7ee9-e69697ba51c9-45d88254 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-c54aa2b9-34de-b15a-7ee9-e69697ba51cb-45d88254 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-c54aa2b9-34de-b15a-7ee9-e69697ba51cd-45d88254 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-c54aa2b9-34de-b15a-7ee9-e69697ba51cf-45d88254 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-c54aa2b9-34de-b15a-7ee9-e69697ba51d1-45d88254 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_0d8365f0-4751-5f08-2342-2f19d4317b94-e4d88255 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_0d8365f0-4751-5f08-2342-2f19d4317b95-e4d88255 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_0d8365f0-4751-5f08-2342-2f19d4317b97-e4d88255 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_0d8365f0-4751-5f08-2342-2f19d4317b99-e4d88255 {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-_0d8365f0-4751-5f08-2342-2f19d4317b9b-e4d88255 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_0d8365f0-4751-5f08-2342-2f19d4317b9d-e4d88255 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_0d8365f0-4751-5f08-2342-2f19d4317b9f-e4d88255 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_0d8365f0-4751-5f08-2342-2f19d4317ba1-e4d88255 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_0d8365f0-4751-5f08-2342-2f19d4317ba3-e4d88255 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_4fff0c34-cf82-6a53-7352-664bb0314974-43d88256 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_4fff0c34-cf82-6a53-7352-664bb0314975-43d88256 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_4fff0c34-cf82-6a53-7352-664bb0314977-43d88256 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_4fff0c34-cf82-6a53-7352-664bb0314979-43d88256 {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-_4fff0c34-cf82-6a53-7352-664bb031497b-43d88256 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_4fff0c34-cf82-6a53-7352-664bb031497d-43d88256 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_4fff0c34-cf82-6a53-7352-664bb031497f-43d88256 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_4fff0c34-cf82-6a53-7352-664bb0314981-43d88256 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_4fff0c34-cf82-6a53-7352-664bb0314983-43d88256 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_74880cc5-02e7-3bc7-9185-f9a2e74bf62f-15d8826f {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_74880cc5-02e7-3bc7-9185-f9a2e74bf630-15d8826f {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_74880cc5-02e7-3bc7-9185-f9a2e74bf632-15d8826f {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_74880cc5-02e7-3bc7-9185-f9a2e74bf634-15d8826f {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-_74880cc5-02e7-3bc7-9185-f9a2e74bf636-15d8826f {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_74880cc5-02e7-3bc7-9185-f9a2e74bf638-15d8826f {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_74880cc5-02e7-3bc7-9185-f9a2e74bf63a-15d8826f {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_74880cc5-02e7-3bc7-9185-f9a2e74bf63c-15d8826f {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_74880cc5-02e7-3bc7-9185-f9a2e74bf63e-15d8826f {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_2bd10f0a-65e3-d00c-5f64-f8b1f7558926-f755890c, #w-node-_2bd10f0a-65e3-d00c-5f64-f8b1f755892e-f755890c, #w-node-cf1625fb-9b81-d17a-9391-459f443cce83-a4d88274, #w-node-cf1625fb-9b81-d17a-9391-459f443cce8b-a4d88274 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2eec8612-5581-294a-2f6d-909fb13dac2d-32d88276 {
  justify-self: center;
}

#w-node-_2eec8612-5581-294a-2f6d-909fb13dac32-32d88276 {
  justify-self: auto;
}

#w-node-_2eec8612-5581-294a-2f6d-909fb13dac37-32d88276, #w-node-_2eec8612-5581-294a-2f6d-909fb13dac61-32d88276, #w-node-_2eec8612-5581-294a-2f6d-909fb13dac62-32d88276, #w-node-_2eec8612-5581-294a-2f6d-909fb13dac63-32d88276 {
  justify-self: center;
}

#w-node-_72b7f856-d7e8-98f2-53f1-d93849d90cc1-30d88277 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_72b7f856-d7e8-98f2-53f1-d93849d90cc2-30d88277 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_72b7f856-d7e8-98f2-53f1-d93849d90cc4-30d88277 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_72b7f856-d7e8-98f2-53f1-d93849d90cc6-30d88277 {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-_72b7f856-d7e8-98f2-53f1-d93849d90cc8-30d88277 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_72b7f856-d7e8-98f2-53f1-d93849d90cca-30d88277 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_72b7f856-d7e8-98f2-53f1-d93849d90ccc-30d88277 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_72b7f856-d7e8-98f2-53f1-d93849d90cce-30d88277 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_72b7f856-d7e8-98f2-53f1-d93849d90cd0-30d88277 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_860142f8-2e4f-d54e-880c-4fc14727e1c4-48d8828b {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_860142f8-2e4f-d54e-880c-4fc14727e1c5-48d8828b {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_860142f8-2e4f-d54e-880c-4fc14727e1c7-48d8828b {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_860142f8-2e4f-d54e-880c-4fc14727e1c9-48d8828b {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-_860142f8-2e4f-d54e-880c-4fc14727e1cb-48d8828b {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_860142f8-2e4f-d54e-880c-4fc14727e1cd-48d8828b {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_860142f8-2e4f-d54e-880c-4fc14727e1cf-48d8828b {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_860142f8-2e4f-d54e-880c-4fc14727e1d1-48d8828b {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_860142f8-2e4f-d54e-880c-4fc14727e1d3-48d8828b {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_1db17742-a7c5-8a52-17d7-168807660b45-92a012ca {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

@media screen and (max-width: 767px) {
  #w-node-_915955d4-0e87-9096-c5eb-6c3e38ab1e1d-39d88203, #w-node-_283f6f71-fd24-a715-34df-3819c044be01-8ed88207, #w-node-_52570d9c-d78a-1b71-d470-2392e4b528fb-9ed8821d, #w-node-_5a02a0ae-ddbf-ded3-87a2-c88c88d57210-29d88238, #w-node-df59538b-cb54-8c69-ddce-1790de802a8a-70d88241, #w-node-c54aa2b9-34de-b15a-7ee9-e69697ba51c3-45d88254, #w-node-_0d8365f0-4751-5f08-2342-2f19d4317b95-e4d88255, #w-node-_4fff0c34-cf82-6a53-7352-664bb0314975-43d88256, #w-node-_74880cc5-02e7-3bc7-9185-f9a2e74bf630-15d8826f, #w-node-_72b7f856-d7e8-98f2-53f1-d93849d90cc2-30d88277, #w-node-_860142f8-2e4f-d54e-880c-4fc14727e1c5-48d8828b {
    grid-area: 3 / 2 / 4 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_915955d4-0e87-9096-c5eb-6c3e38ab1e1c-39d88203, #w-node-_915955d4-0e87-9096-c5eb-6c3e38ab1e1d-39d88203 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_915955d4-0e87-9096-c5eb-6c3e38ab1e1e-39d88203 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_915955d4-0e87-9096-c5eb-6c3e38ab1e1f-39d88203 {
    grid-area: 11 / 1 / 12 / 3;
  }

  #w-node-_915955d4-0e87-9096-c5eb-6c3e38ab1e20-39d88203 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_915955d4-0e87-9096-c5eb-6c3e38ab1e21-39d88203 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_915955d4-0e87-9096-c5eb-6c3e38ab1e23-39d88203 {
    grid-area: 6 / 1 / 7 / 3;
  }

  #w-node-_915955d4-0e87-9096-c5eb-6c3e38ab1e25-39d88203 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_915955d4-0e87-9096-c5eb-6c3e38ab1e27-39d88203 {
    grid-area: 8 / 1 / 9 / 3;
  }

  #w-node-_915955d4-0e87-9096-c5eb-6c3e38ab1e29-39d88203 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_915955d4-0e87-9096-c5eb-6c3e38ab1e2b-39d88203 {
    grid-area: 10 / 1 / 11 / 3;
  }

  #w-node-_915955d4-0e87-9096-c5eb-6c3e38ab1e2d-39d88203 {
    grid-area: 9 / 1 / 10 / 3;
  }

  #w-node-_283f6f71-fd24-a715-34df-3819c044be00-8ed88207, #w-node-_283f6f71-fd24-a715-34df-3819c044be01-8ed88207 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_283f6f71-fd24-a715-34df-3819c044be02-8ed88207 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_283f6f71-fd24-a715-34df-3819c044be03-8ed88207 {
    grid-area: 11 / 1 / 12 / 3;
  }

  #w-node-_283f6f71-fd24-a715-34df-3819c044be04-8ed88207 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_283f6f71-fd24-a715-34df-3819c044be05-8ed88207 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_283f6f71-fd24-a715-34df-3819c044be07-8ed88207 {
    grid-area: 6 / 1 / 7 / 3;
  }

  #w-node-_283f6f71-fd24-a715-34df-3819c044be09-8ed88207 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_283f6f71-fd24-a715-34df-3819c044be0b-8ed88207 {
    grid-area: 8 / 1 / 9 / 3;
  }

  #w-node-_283f6f71-fd24-a715-34df-3819c044be0d-8ed88207 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_283f6f71-fd24-a715-34df-3819c044be0f-8ed88207 {
    grid-area: 10 / 1 / 11 / 3;
  }

  #w-node-_283f6f71-fd24-a715-34df-3819c044be11-8ed88207 {
    grid-area: 9 / 1 / 10 / 3;
  }

  #w-node-_52570d9c-d78a-1b71-d470-2392e4b528fa-9ed8821d, #w-node-_52570d9c-d78a-1b71-d470-2392e4b528fb-9ed8821d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_52570d9c-d78a-1b71-d470-2392e4b528fc-9ed8821d {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_52570d9c-d78a-1b71-d470-2392e4b528fd-9ed8821d {
    grid-area: 11 / 1 / 12 / 3;
  }

  #w-node-_52570d9c-d78a-1b71-d470-2392e4b528fe-9ed8821d {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_52570d9c-d78a-1b71-d470-2392e4b528ff-9ed8821d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_52570d9c-d78a-1b71-d470-2392e4b52901-9ed8821d {
    grid-area: 6 / 1 / 7 / 3;
  }

  #w-node-_52570d9c-d78a-1b71-d470-2392e4b52903-9ed8821d {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_52570d9c-d78a-1b71-d470-2392e4b52905-9ed8821d {
    grid-area: 8 / 1 / 9 / 3;
  }

  #w-node-_52570d9c-d78a-1b71-d470-2392e4b52907-9ed8821d {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_52570d9c-d78a-1b71-d470-2392e4b52909-9ed8821d {
    grid-area: 10 / 1 / 11 / 3;
  }

  #w-node-_52570d9c-d78a-1b71-d470-2392e4b5290b-9ed8821d {
    grid-area: 9 / 1 / 10 / 3;
  }

  #w-node-_5a02a0ae-ddbf-ded3-87a2-c88c88d5720f-29d88238, #w-node-_5a02a0ae-ddbf-ded3-87a2-c88c88d57210-29d88238 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5a02a0ae-ddbf-ded3-87a2-c88c88d57211-29d88238 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_5a02a0ae-ddbf-ded3-87a2-c88c88d57212-29d88238 {
    grid-area: 11 / 1 / 12 / 3;
  }

  #w-node-_5a02a0ae-ddbf-ded3-87a2-c88c88d57213-29d88238 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_5a02a0ae-ddbf-ded3-87a2-c88c88d57214-29d88238 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5a02a0ae-ddbf-ded3-87a2-c88c88d57216-29d88238 {
    grid-area: 6 / 1 / 7 / 3;
  }

  #w-node-_5a02a0ae-ddbf-ded3-87a2-c88c88d57218-29d88238 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_5a02a0ae-ddbf-ded3-87a2-c88c88d5721a-29d88238 {
    grid-area: 8 / 1 / 9 / 3;
  }

  #w-node-_5a02a0ae-ddbf-ded3-87a2-c88c88d5721c-29d88238 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_5a02a0ae-ddbf-ded3-87a2-c88c88d5721e-29d88238 {
    grid-area: 10 / 1 / 11 / 3;
  }

  #w-node-_5a02a0ae-ddbf-ded3-87a2-c88c88d57220-29d88238 {
    grid-area: 9 / 1 / 10 / 3;
  }

  #w-node-df59538b-cb54-8c69-ddce-1790de802a89-70d88241, #w-node-df59538b-cb54-8c69-ddce-1790de802a8a-70d88241 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-df59538b-cb54-8c69-ddce-1790de802a8b-70d88241 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-df59538b-cb54-8c69-ddce-1790de802a8c-70d88241 {
    grid-area: 11 / 1 / 12 / 3;
  }

  #w-node-df59538b-cb54-8c69-ddce-1790de802a8d-70d88241 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-df59538b-cb54-8c69-ddce-1790de802a8e-70d88241 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-df59538b-cb54-8c69-ddce-1790de802a90-70d88241 {
    grid-area: 6 / 1 / 7 / 3;
  }

  #w-node-df59538b-cb54-8c69-ddce-1790de802a92-70d88241 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-df59538b-cb54-8c69-ddce-1790de802a94-70d88241 {
    grid-area: 8 / 1 / 9 / 3;
  }

  #w-node-df59538b-cb54-8c69-ddce-1790de802a96-70d88241 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-df59538b-cb54-8c69-ddce-1790de802a98-70d88241 {
    grid-area: 10 / 1 / 11 / 3;
  }

  #w-node-df59538b-cb54-8c69-ddce-1790de802a9a-70d88241 {
    grid-area: 9 / 1 / 10 / 3;
  }

  #w-node-c54aa2b9-34de-b15a-7ee9-e69697ba51c2-45d88254, #w-node-c54aa2b9-34de-b15a-7ee9-e69697ba51c3-45d88254 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c54aa2b9-34de-b15a-7ee9-e69697ba51c4-45d88254 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-c54aa2b9-34de-b15a-7ee9-e69697ba51c5-45d88254 {
    grid-area: 11 / 1 / 12 / 3;
  }

  #w-node-c54aa2b9-34de-b15a-7ee9-e69697ba51c6-45d88254 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-c54aa2b9-34de-b15a-7ee9-e69697ba51c7-45d88254 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c54aa2b9-34de-b15a-7ee9-e69697ba51c9-45d88254 {
    grid-area: 6 / 1 / 7 / 3;
  }

  #w-node-c54aa2b9-34de-b15a-7ee9-e69697ba51cb-45d88254 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-c54aa2b9-34de-b15a-7ee9-e69697ba51cd-45d88254 {
    grid-area: 8 / 1 / 9 / 3;
  }

  #w-node-c54aa2b9-34de-b15a-7ee9-e69697ba51cf-45d88254 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-c54aa2b9-34de-b15a-7ee9-e69697ba51d1-45d88254 {
    grid-area: 10 / 1 / 11 / 3;
  }

  #w-node-c54aa2b9-34de-b15a-7ee9-e69697ba51d3-45d88254 {
    grid-area: 9 / 1 / 10 / 3;
  }

  #w-node-_0d8365f0-4751-5f08-2342-2f19d4317b94-e4d88255, #w-node-_0d8365f0-4751-5f08-2342-2f19d4317b95-e4d88255 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0d8365f0-4751-5f08-2342-2f19d4317b96-e4d88255 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_0d8365f0-4751-5f08-2342-2f19d4317b97-e4d88255 {
    grid-area: 11 / 1 / 12 / 3;
  }

  #w-node-_0d8365f0-4751-5f08-2342-2f19d4317b98-e4d88255 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_0d8365f0-4751-5f08-2342-2f19d4317b99-e4d88255 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0d8365f0-4751-5f08-2342-2f19d4317b9b-e4d88255 {
    grid-area: 6 / 1 / 7 / 3;
  }

  #w-node-_0d8365f0-4751-5f08-2342-2f19d4317b9d-e4d88255 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_0d8365f0-4751-5f08-2342-2f19d4317b9f-e4d88255 {
    grid-area: 8 / 1 / 9 / 3;
  }

  #w-node-_0d8365f0-4751-5f08-2342-2f19d4317ba1-e4d88255 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_0d8365f0-4751-5f08-2342-2f19d4317ba3-e4d88255 {
    grid-area: 10 / 1 / 11 / 3;
  }

  #w-node-_0d8365f0-4751-5f08-2342-2f19d4317ba5-e4d88255 {
    grid-area: 9 / 1 / 10 / 3;
  }

  #w-node-_4fff0c34-cf82-6a53-7352-664bb0314974-43d88256, #w-node-_4fff0c34-cf82-6a53-7352-664bb0314975-43d88256 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4fff0c34-cf82-6a53-7352-664bb0314976-43d88256 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_4fff0c34-cf82-6a53-7352-664bb0314977-43d88256 {
    grid-area: 11 / 1 / 12 / 3;
  }

  #w-node-_4fff0c34-cf82-6a53-7352-664bb0314978-43d88256 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_4fff0c34-cf82-6a53-7352-664bb0314979-43d88256 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4fff0c34-cf82-6a53-7352-664bb031497b-43d88256 {
    grid-area: 6 / 1 / 7 / 3;
  }

  #w-node-_4fff0c34-cf82-6a53-7352-664bb031497d-43d88256 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_4fff0c34-cf82-6a53-7352-664bb031497f-43d88256 {
    grid-area: 8 / 1 / 9 / 3;
  }

  #w-node-_4fff0c34-cf82-6a53-7352-664bb0314981-43d88256 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_4fff0c34-cf82-6a53-7352-664bb0314983-43d88256 {
    grid-area: 10 / 1 / 11 / 3;
  }

  #w-node-_4fff0c34-cf82-6a53-7352-664bb0314985-43d88256 {
    grid-area: 9 / 1 / 10 / 3;
  }

  #w-node-_74880cc5-02e7-3bc7-9185-f9a2e74bf62f-15d8826f, #w-node-_74880cc5-02e7-3bc7-9185-f9a2e74bf630-15d8826f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_74880cc5-02e7-3bc7-9185-f9a2e74bf631-15d8826f {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_74880cc5-02e7-3bc7-9185-f9a2e74bf632-15d8826f {
    grid-area: 11 / 1 / 12 / 3;
  }

  #w-node-_74880cc5-02e7-3bc7-9185-f9a2e74bf633-15d8826f {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_74880cc5-02e7-3bc7-9185-f9a2e74bf634-15d8826f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_74880cc5-02e7-3bc7-9185-f9a2e74bf636-15d8826f {
    grid-area: 6 / 1 / 7 / 3;
  }

  #w-node-_74880cc5-02e7-3bc7-9185-f9a2e74bf638-15d8826f {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_74880cc5-02e7-3bc7-9185-f9a2e74bf63a-15d8826f {
    grid-area: 8 / 1 / 9 / 3;
  }

  #w-node-_74880cc5-02e7-3bc7-9185-f9a2e74bf63c-15d8826f {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_74880cc5-02e7-3bc7-9185-f9a2e74bf63e-15d8826f {
    grid-area: 10 / 1 / 11 / 3;
  }

  #w-node-_74880cc5-02e7-3bc7-9185-f9a2e74bf640-15d8826f {
    grid-area: 9 / 1 / 10 / 3;
  }

  #w-node-_72b7f856-d7e8-98f2-53f1-d93849d90cc1-30d88277, #w-node-_72b7f856-d7e8-98f2-53f1-d93849d90cc2-30d88277 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_72b7f856-d7e8-98f2-53f1-d93849d90cc3-30d88277 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_72b7f856-d7e8-98f2-53f1-d93849d90cc4-30d88277 {
    grid-area: 11 / 1 / 12 / 3;
  }

  #w-node-_72b7f856-d7e8-98f2-53f1-d93849d90cc5-30d88277 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_72b7f856-d7e8-98f2-53f1-d93849d90cc6-30d88277 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_72b7f856-d7e8-98f2-53f1-d93849d90cc8-30d88277 {
    grid-area: 6 / 1 / 7 / 3;
  }

  #w-node-_72b7f856-d7e8-98f2-53f1-d93849d90cca-30d88277 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_72b7f856-d7e8-98f2-53f1-d93849d90ccc-30d88277 {
    grid-area: 8 / 1 / 9 / 3;
  }

  #w-node-_72b7f856-d7e8-98f2-53f1-d93849d90cce-30d88277 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_72b7f856-d7e8-98f2-53f1-d93849d90cd0-30d88277 {
    grid-area: 10 / 1 / 11 / 3;
  }

  #w-node-_72b7f856-d7e8-98f2-53f1-d93849d90cd2-30d88277 {
    grid-area: 9 / 1 / 10 / 3;
  }

  #w-node-_860142f8-2e4f-d54e-880c-4fc14727e1c4-48d8828b, #w-node-_860142f8-2e4f-d54e-880c-4fc14727e1c5-48d8828b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_860142f8-2e4f-d54e-880c-4fc14727e1c6-48d8828b {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_860142f8-2e4f-d54e-880c-4fc14727e1c7-48d8828b {
    grid-area: 11 / 1 / 12 / 3;
  }

  #w-node-_860142f8-2e4f-d54e-880c-4fc14727e1c8-48d8828b {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_860142f8-2e4f-d54e-880c-4fc14727e1c9-48d8828b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_860142f8-2e4f-d54e-880c-4fc14727e1cb-48d8828b {
    grid-area: 6 / 1 / 7 / 3;
  }

  #w-node-_860142f8-2e4f-d54e-880c-4fc14727e1cd-48d8828b {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_860142f8-2e4f-d54e-880c-4fc14727e1cf-48d8828b {
    grid-area: 8 / 1 / 9 / 3;
  }

  #w-node-_860142f8-2e4f-d54e-880c-4fc14727e1d1-48d8828b {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_860142f8-2e4f-d54e-880c-4fc14727e1d3-48d8828b {
    grid-area: 10 / 1 / 11 / 3;
  }

  #w-node-_860142f8-2e4f-d54e-880c-4fc14727e1d5-48d8828b {
    grid-area: 9 / 1 / 10 / 3;
  }
}


@font-face {
  font-family: 'LineAwesome';
  src: url('../fonts/la-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}