.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-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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.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-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

h1 {
  color: #0d3f5e;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lyon display, Georgia, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1;
}

h2 {
  color: #0d3f5e;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lyon display, Georgia, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.3;
}

h3 {
  color: #0d3f5e;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Effra, Tahoma, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

h4 {
  color: #0d3f5e;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Effra, Tahoma, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: #0d3f5e;
  margin-bottom: 10px;
  font-family: Effra, Tahoma, sans-serif;
  font-size: 16px;
  line-height: 1.3;
}

a {
  text-decoration: underline;
}

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

.form-checkbox {
  width: 20px;
}

.link {
  color: #0d3f5e;
  font-family: Effra, Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: underline;
}

.link.white {
  color: #fff;
  text-decoration: underline;
  display: flex;
}

.style-guide-category {
  text-transform: uppercase;
  border-bottom: 1px solid #e6e6e6;
  margin-top: 20px;
  padding-bottom: 5px;
  font-weight: 700;
}

.section {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 4rem;
  margin-bottom: 2rem;
  display: block;
}

.section.white {
  background-color: #fff;
  margin-bottom: 4rem;
  display: none;
}

.section.background {
  background-image: url('../images/wallet-tip_1.png');
  background-position: 50% 70%;
  background-size: cover;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 2rem;
}

.section.olive {
  background-color: #f9f8f0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-right: 0;
}

.section.navy {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section.padding-30 {
  display: block;
}

.style-guide-element {
  color: #fff;
  background-color: #3b83f7;
  margin-top: 3px;
  margin-bottom: 3px;
  padding: 3px 5px;
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
}

.style-guide-grid {
  grid-column-gap: 40px;
  grid-row-gap: 41px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  margin-bottom: 30px;
  display: grid;
}

.list {
  padding-left: 15px;
}

.style-guide-edit-wrap {
  opacity: .4;
}

.style-guide-edit-wrap:hover {
  opacity: 1;
}

.style-guide-color-wrap {
  height: 100px;
  background-color: #0a2d42;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  padding: 15px 30px;
  display: flex;
}

.style-guide-color-wrap.light-color-background, .style-guide-color-wrap.white-background {
  background-color: #fff;
}

.style-guide-color-wrap.secondary-color-background {
  background-color: #0d3f5e;
}

.style-guide-color-wrap.mid-grey-color-background {
  background-color: #f2efde;
}

.style-guide-color-wrap.primary-color-background {
  background-color: #e85726;
}

.style-guide-color-wrap.light-grey-color-background {
  background-color: #f9f8f0;
}

.style-guide-grid-item-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  justify-items: stretch;
  padding-top: 10px;
  display: grid;
}

.style-guide-class {
  color: #fff;
  background-color: #3b83f7;
  border-radius: 3px;
  padding: 3px 8px;
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
}

.style-guide-class.tag-class {
  background-color: #cc55b8;
}

.style-guide-layout-demo {
  background-color: #d3d3d3;
  border: 1px solid #d3d3d3;
}

.style-guide-layout-demo.section-padding {
  margin-top: 30px;
}

.small-p {
  max-width: 51ch;
  color: #0d3f5e;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 1.3;
}

.container {
  width: auto;
  max-width: 90vw;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.container.white {
  background-color: #fff;
  border-radius: 12px;
  justify-content: center;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.form-lable {
  margin-top: 20px;
}

.style-guide-white-div {
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 20px;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #e85726;
  border-radius: 12px;
  flex: 0 auto;
  margin-top: 0;
  font-family: Effra, Tahoma, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
}

.button:hover {
  color: #fff;
}

.button.form-submit {
  margin-top: 15px;
}

.button.inverse-button {
  color: #0d3f5e;
  background-color: #fff;
}

.button.navy {
  color: #0d3f5e;
  text-align: center;
  -webkit-text-stroke-color: #fff;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  border: 2px #0d3f5e;
  flex: none;
  text-decoration: none;
}

.button.navy.invese-ghost {
  color: #008eb1;
  border-color: #008eb1;
}

.button.ghost {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.style-guide-wrap {
  padding-top: 20px;
}

.light-text {
  color: #fff;
  font-family: Effra, Tahoma, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
}

.style-guide-popup-wrap {
  background-color: #000;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 22px;
  display: flex;
}

.list-item {
  margin-top: 10px;
  margin-bottom: 10px;
}

.form-field.form-select {
  background-color: #fff;
}

.large-p {
  max-width: 44ch;
  color: #0d3f5e;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}

.large-p.white {
  color: #fff;
  margin-bottom: 20px;
  font-size: 20px;
}

.large-p.f-margin-bottom-32 {
  max-width: 55ch;
}

.paragraph-bold {
  color: #0d3f5e;
}

.rich-text {
  margin-left: 10px;
  padding-left: 0;
}

.rich-text h2 {
  color: #0d3f5e;
  margin-bottom: 0;
  font-family: Lyon display, Georgia, sans-serif;
  font-size: 40px;
  line-height: 1.2;
}

.rich-text p {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.2;
}

.rich-text h1 {
  font-size: 40px;
}

.list-text {
  color: #0d3f5e;
  font-family: Effra, Tahoma, sans-serif;
}

.close-popup-button {
  color: #000;
  padding: 15px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  top: -5px;
  bottom: auto;
  left: auto;
  right: -5px;
}

.style-guide-edit {
  text-transform: uppercase;
  border-bottom: 1px solid #e6e6e6;
  margin-top: 10px;
  margin-bottom: 10px;
}

.popup-card {
  max-width: 450px;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
  position: relative;
}

.heading {
  font-family: Effra, Tahoma, sans-serif;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 1.3;
}

.heading-2.white {
  color: #fff;
  margin-bottom: 0;
}

.heading-2.white.margin-40 {
  margin-bottom: 20px;
}

.paragraph-2 {
  font-size: 16px;
}

.navbar2_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.navbar2_logo-link {
  margin-left: auto;
  margin-right: auto;
}

.navbar2_button-wrapper {
  grid-column-gap: 1rem;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.navbar2_menu-button {
  padding: 0;
}

.navbar2_logo {
  max-width: 80%;
}

.navbar2_menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.navbar2_link {
  color: #0d3f5e;
  text-align: center;
  padding: .825rem;
  font-family: Effra, Tahoma, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.navbar2_link:hover {
  color: #e85726;
  font-weight: 700;
  text-decoration: none;
}

.navbar2_link.w--current {
  color: #fff;
  font-weight: 400;
  text-decoration: underline;
  transition: color .4s;
}

.navbar2_link.w--current:hover {
  font-weight: 400;
  text-decoration: underline;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
}

.opener-line {
  margin-bottom: 10px;
  line-height: 1.2;
  transition: opacity .2s;
  display: block;
}

.cta-navy {
  color: #0d3f5e;
  font-family: Effra, Tahoma, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.cta-navy.padding-20 {
  font-size: 2px;
}

.cta-navy.white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.cta-navy.padding-10 {
  margin-bottom: 10px;
}

.hero {
  background-image: url('../images/GettyImages-1340058141.jpeg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 15rem;
}

.f-image-cover {
  object-fit: cover;
  border: 2px #1c6ef2;
  display: block;
}

.f-image-cover:focus-visible {
  border: 2px solid #1c6ef2;
}

.f-image-cover[data-wf-focus-visible] {
  border: 2px solid #1c6ef2;
}

.f-image-cover.info {
  max-width: 100%;
  border-style: none;
  display: block;
}

.f-image-cover.invisible {
  display: none;
}

.f-content-wrapper {
  border-radius: 12px;
  overflow: hidden;
}

.f-margin-bottom-32 {
  margin-bottom: 32px;
}

.navy {
  background-color: #0a2d42;
}

.text-span {
  font-weight: 700;
}

.button-wrapper {
  background-color: #fff;
  border-radius: 12px;
  flex-direction: row;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  margin-top: 60px;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.button-wrapper:focus-visible {
  border: 2px solid #1c6ef2;
}

.button-wrapper[data-wf-focus-visible] {
  border: 2px solid #1c6ef2;
}

.button-wrapper.quiz {
  background-color: #0d3f5e;
  justify-content: center;
  align-self: flex-start;
  margin-top: 0;
}

.button-wrapper.quiz:focus-visible {
  border: 2px solid #1c6ef2;
}

.button-wrapper.quiz[data-wf-focus-visible] {
  border: 2px solid #1c6ef2;
}

.button-wrapper.tomato {
  width: auto;
  background-color: #e85726;
  justify-content: flex-end;
  align-self: center;
  margin-top: 0;
  padding-top: 12px;
  padding-left: 60px;
  padding-right: 60px;
}

.button-wrapper.navy {
  background-color: #0d3f5e;
  margin-top: auto;
}

.arrow {
  align-self: center;
  margin-top: 3px;
  margin-left: 15px;
  padding-left: 0;
}

.blog-content {
  flex: 1;
}

.b-content-accordion-toggle {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  padding: 0;
  display: flex;
}

.b-content-accordion-toggle:focus-visible {
  border: 2px solid #1c6ef2;
}

.b-content-accordion-toggle[data-wf-focus-visible] {
  border: 2px solid #1c6ef2;
}

.b-icon-medium {
  width: 76px;
  justify-content: flex-end;
  align-items: center;
  transition: all .3s;
  display: flex;
}

.b-content-accordion-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #454f5f;
  flex-flow: column wrap;
  align-content: flex-start;
  align-items: flex-start;
  padding-top: 8px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.b-content-accordion-item {
  background-color: #fff;
  border: 1px #dce0e5;
  border-radius: 12px;
  margin-bottom: 15px;
  padding: 24px;
  display: block;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
}

.b-content-accordion-item:hover {
  border-color: #5e550d;
}

.b-heading-wrapper {
  grid-column-gap: 44px;
  grid-row-gap: 24px;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 64px;
  display: flex;
}

.b-content-accordion-list {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: static;
  overflow: hidden;
}

.eyebrow {
  color: #e85726;
  margin-top: 0;
  margin-bottom: 5px;
}

.quiz-header {
  max-width: 24ch;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.quiz-text {
  color: #0d3f5e;
  flex: 0 auto;
  font-family: Effra, Tahoma, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  overflow: auto;
}

.quiz-text:focus-visible {
  font-weight: 700;
}

.quiz-text[data-wf-focus-visible] {
  font-weight: 700;
}

.html-embed {
  color: #e85726;
  padding-left: 20px;
}

.two-column-grid {
  grid-template: "Area-2 Area"
                 "Area-2 Area"
                 / 1fr 1.25fr;
  align-items: start;
}

.text-link {
  margin-top: 20px;
  display: flex;
}

.text-link:focus-visible {
  border: 2px solid #1c6ef2;
}

.text-link[data-wf-focus-visible] {
  border: 2px solid #1c6ef2;
}

.text-link.white {
  display: flex;
}

.skinny-two-column {
  grid-column-gap: 52px;
  grid-template-rows: auto;
  grid-template-areas: "Area-2 Area";
  align-items: start;
}

.text-span-5 {
  color: #e85726;
}

.html-embed-2 {
  align-self: center;
  margin-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.grid {
  flex: 1;
  grid-template-rows: auto;
  grid-template-areas: "Area Area-2";
  justify-content: space-between;
}

.div-block {
  justify-content: flex-start;
  padding-top: 10px;
  display: flex;
}

.div-block-2 {
  margin-right: 25px;
}

.social-grid {
  grid-column-gap: 17px;
  grid-template: "Area Area-2 Area-3 Area-4 Area-5"
  / 1fr 1fr 1fr 1fr 1fr;
}

.social-icon {
  width: 30px;
  height: 30px;
  background-image: url('../images/icon-facebook.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  transition: top .2s, color .4s;
}

.social-icon:hover {
  margin-top: -5px;
}

.social-icon.in {
  background-image: url('../images/icon-linkedin.svg');
}

.social-icon.ig {
  background-image: url('../images/icon-instagram.svg');
}

.social-icon.tw {
  background-image: url('../images/icon-twitter.svg');
}

.social-icon.yt {
  background-image: url('../images/icon-youtube.svg');
}

.footer-content {
  max-width: 1200px;
  flex-direction: column;
  justify-content: space-between;
  margin: 30px auto 20px;
  display: flex;
}

.footer-content.bottom-rule {
  border-bottom: 2px solid #0d3f5e;
  justify-content: flex-start;
}

.text-block-4 {
  color: #fff;
  font-family: Effra, Tahoma, sans-serif;
  line-height: 1.5;
}

.footer-grid {
  grid-column-gap: 20px;
  grid-row-gap: 14px;
  flex-wrap: wrap;
  grid-template: "Area Area-2 Area-3 Area-4 Area-9"
                 "Area-5 Area-6 Area-7 Area-8 Area-10"
                 "Area-11 Area-12 Area-13 Area-14 Area-15"
                 "Area-16 Area-16 Area-16 Area-16 Area-16"
                 / .5fr .5fr .5fr .5fr .5fr;
  align-content: flex-start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  font-family: Effra, Tahoma, sans-serif;
  font-size: 14px;
  line-height: 16px;
  display: flex;
}

.footer-links {
  color: #fff;
  text-decoration: none;
}

.footer-links:hover {
  color: #f2efde;
  text-decoration: underline;
}

.footer-dark {
  background-color: #0a2c41;
  border: 1px #000;
  padding: 1em;
  position: relative;
}

.grid-8 {
  grid-column-gap: 48px;
  grid-template: "Area Area-2"
  / .75fr .25fr;
}

.header-1 {
  max-width: 20ch;
  margin-top: 10px;
  line-height: 1.1;
}

.header-1.long {
  max-width: 19ch;
  margin-bottom: 20px;
}

.stat {
  margin-top: 0;
}

.small-card-header {
  max-width: 28ch;
  margin-top: 0;
  margin-bottom: 5px;
}

.small-card-header.tomato {
  color: #e85726;
}

.left-align {
  max-width: 60ch;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 220px;
  display: flex;
}

.horizontal-scroll_page-padding {
  padding-left: 2.5rem;
  padding-right: 0;
  position: relative;
  overflow: hidden;
}

.horizontal-scroll {
  width: 100%;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.row {
  grid-row-gap: 2px;
  grid-template-columns: .75fr .75fr;
  grid-template-areas: "Area Area-2"
                       "Area Area-3"
                       "Area Area-4"
                       "Area Area-5";
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.horizontal-scroll_item-padding {
  flex: none;
}

.horizontal-scroll_item-padding.last {
  padding-right: 0;
}

.card {
  color: #1d225f;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  font-size: 1.25rem;
  line-height: 1.8rem;
  text-decoration: none;
  display: flex;
}

.card:hover {
  border-width: 1px;
  border-color: #542dbf;
}

.card.small {
  flex-direction: row;
  padding-top: 0;
  padding-bottom: 10px;
  padding-right: 7px;
}

.card_image {
  object-fit: cover;
  border-radius: 12px;
  flex: 1;
  align-self: stretch;
  margin-bottom: 10px;
}

.card_image.small {
  height: 7.7rem;
  object-fit: contain;
  flex: 0 auto;
  margin-right: 20px;
}

.header-card.padding-140 {
  margin-left: 100px;
}

.card_video {
  width: 100%;
  object-fit: fill;
  border-radius: 8px;
  margin-bottom: 20px;
}

.card_video:focus-visible {
  border: 2px solid #1c6ef2;
}

.card_video[data-wf-focus-visible] {
  border: 2px solid #1c6ef2;
}

.card_video.invisible {
  display: none;
}

.tomato-highlight {
  color: #e85726;
}

.white-logo {
  flex-direction: column;
}

.superscript-2 {
  font-size: 12px;
}

.dropdown {
  margin-top: 10px;
}

.dropdown:focus-visible {
  border: 2px solid #1c6ef2;
}

.dropdown[data-wf-focus-visible] {
  border: 2px solid #1c6ef2;
}

.source {
  max-width: 90ch;
  color: #fff;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.3;
}

.page-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.html {
  width: 0;
  height: 0;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.second-opener-line {
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 1.2;
  transition: opacity .2s;
  display: none;
}

.div-block-5 {
  justify-content: flex-start;
  padding-top: 20px;
  padding-left: 60px;
  display: flex;
}

.quiz-accordian-wrapper {
  max-width: 800px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template: "Area Area-4"
                 "Area-2 Area-5"
                 "Area-3 Area-6"
                 / .25fr .5fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-right: 55px;
  display: grid;
}

.tagline-img {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.t-content-mask {
  overflow: visible;
}

.t-content-slide-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.t-content-right-arrow {
  width: 48px;
  height: 48px;
  color: #e85726;
  background-color: #e85726;
  border: 1px #e0e3de;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
  position: absolute;
  top: 520px;
  bottom: 0%;
  left: 24%;
  right: auto;
}

.t-content-right-arrow:hover {
  color: #2a514c;
  background-color: #0d3f5e;
  border-style: none;
  border-color: #cbd0c8;
}

.t-icon-small {
  color: #fff;
  justify-content: center;
  align-items: center;
  font-family: Effra, Tahoma, sans-serif;
  display: flex;
}

.t-content-slide-card {
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.t-content-slider {
  width: 30rem;
  background-color: rgba(0, 0, 0, 0);
  overflow: visible;
}

.t-content-slider-dot {
  display: none;
}

.t-content-left-arrow {
  width: 48px;
  height: 48px;
  color: #646e5e;
  background-color: #e85726;
  border: 1px #e0e3de;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
  position: absolute;
  top: 520px;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.t-content-left-arrow:hover {
  color: #2a514c;
  background-color: #0d3f5e;
  border-color: #cbd0c8;
}

.t-content-slide {
  margin-right: 2.5rem;
}

.t-content-slide-nav {
  height: 24px;
  grid-column-gap: 8px;
  align-items: center;
  padding-top: 8px;
  display: block;
  position: absolute;
  top: 520px;
  bottom: 0%;
  left: 13%;
  right: auto;
}

.buffer {
  height: 300px;
}

.left-margin {
  padding-left: 10px;
}

.m-testimonial-slider-button {
  width: 48px;
  height: 48px;
  color: #45485f;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
}

.m-testimonial-slider-button:hover {
  color: #dedfe3;
  border: 2px solid #333647;
}

.m-testimonial-slider-button.content-right {
  color: #fff;
  background-color: #e85726;
  top: auto;
  bottom: -60px;
  left: 64px;
  right: auto;
}

.m-testimonial-slider-button.content-right:hover {
  border-style: none;
}

.m-testimonial-slider-button.content-right:focus-visible {
  border: 2px solid #1c6ef2;
}

.m-testimonial-slider-button.content-right[data-wf-focus-visible] {
  border: 2px solid #1c6ef2;
}

.m-testimonial-slider-button.content-left {
  color: #fff;
  background-color: #e85726;
  top: auto;
  bottom: -60px;
  left: 0%;
  right: auto;
}

.m-testimonial-slider-button.content-left:hover {
  border-style: none;
}

.m-testimonial-slider-button.content-left:focus-visible {
  border: 2px solid #1c6ef2;
}

.m-testimonial-slider-button.content-left[data-wf-focus-visible] {
  border: 2px solid #1c6ef2;
}

.m-content-info-wrapper {
  justify-content: flex-end;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.m-icon-regular {
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.m-content-mask {
  overflow: visible;
}

.m-slide-nav-hidden {
  display: none;
}

.m-content-slider {
  width: 580px;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 48px;
}

.m-content-slide {
  min-height: 380px;
  border-radius: 0;
  margin-right: 24px;
  overflow: hidden;
}

.button-wrapper-text {
  background-color: #fff;
  border-radius: 12px;
  flex-direction: row;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  margin-top: 0;
  padding: 10px 12px 10px 0;
  text-decoration: none;
  display: flex;
}

.button-wrapper-text:focus-visible {
  border: 2px solid #1c6ef2;
  border-radius: 3px;
}

.button-wrapper-text[data-wf-focus-visible] {
  border: 2px solid #1c6ef2;
  border-radius: 3px;
}

.button-wrapper-text.quiz {
  background-color: #0d3f5e;
  justify-content: center;
  align-self: flex-start;
  margin-top: 0;
}

.button-wrapper-text.tomato {
  width: auto;
  background-color: #e85726;
  justify-content: flex-end;
  align-self: center;
  margin-top: 0;
  padding-top: 12px;
  padding-left: 60px;
  padding-right: 60px;
}

.button-wrapper-text.navy {
  background-color: #0d3f5e;
  margin-top: auto;
}

@media screen and (min-width: 1440px) {
  .section {
    margin-top: 2rem;
    margin-bottom: 4rem;
    padding-left: 20px;
    padding-right: 20px;
  }

  .list {
    font-size: 16px;
    line-height: 1.3;
  }

  .small-p {
    line-height: 1.3;
  }

  .container {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }

  .button {
    color: #fff;
    background-color: #0d3f5e;
  }

  .button.inverse-button {
    color: #e85526;
  }

  .button.navy {
    color: #e85526;
    border-color: #e85526;
  }

  .light-text {
    font-weight: 400;
    line-height: 1.3;
  }

  .large-p {
    margin-top: 2rem;
    padding-top: 0;
    font-weight: 400;
    line-height: 1.3;
  }

  .large-p.f-margin-bottom-32, .large-p.short {
    font-weight: 400;
  }

  .paragraph-bold {
    color: #0d3f5e;
    font-size: 18px;
    line-height: 1.3;
  }

  .list-text {
    font-size: 16px;
    line-height: 1.3;
  }

  .navbar2_container, .navbar2_link {
    color: #fff;
  }

  .navbar2_link:hover {
    color: #e85526;
  }

  .button-wrapper.navy {
    background-color: #0d3f5e;
    margin-top: 0;
  }

  .footer-dark {
    background-color: #0a2c41;
  }

  .source {
    line-height: 1.3;
  }

  .m-testimonial-slider-button.content-right {
    color: #fff;
    background-color: #e85726;
  }

  .m-testimonial-slider-button.content-right:hover {
    border-style: none;
  }

  .m-testimonial-slider-button.content-left {
    color: #fff;
    background-color: #e85726;
  }

  .m-testimonial-slider-button.content-left:hover {
    border-style: none;
  }

  .button-wrapper-text.navy {
    background-color: #0d3f5e;
    margin-top: 0;
  }
}

@media screen and (max-width: 991px) {
  .link {
    font-size: 18px;
  }

  .section {
    margin-top: 2rem;
  }

  .section.background {
    background-image: url('../images/wallet-tip.png');
    background-position: 50%;
    background-size: cover;
    padding-bottom: 2rem;
  }

  .section.olive {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-right: 0;
  }

  .section.padding-30 {
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .small-p {
    max-width: 50ch;
    margin-bottom: 5px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 1.2;
  }

  .container.f-margin-bottom-32 {
    max-width: 90vw;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .large-p {
    padding-top: 0;
    padding-right: 20px;
    line-height: 1.3;
  }

  .large-p.short {
    max-width: 35ch;
    padding-right: 0;
  }

  .paragraph-bold {
    color: #0d3f5e;
  }

  .heading-2 {
    line-height: 1;
  }

  .heading-2.white.margin-40 {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 35px;
  }

  .menu-icon2_line-middle {
    width: 24px;
    height: 2px;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar2_container {
    grid-template-columns: .25fr 1fr;
    justify-content: space-between;
    display: none;
  }

  .menu-icon2 {
    width: 48px;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon2_line-bottom {
    width: 24px;
    height: 2px;
    background-color: #fff;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar2_button-wrapper {
    align-items: center;
  }

  .navbar2_menu-button {
    padding: 0;
  }

  .navbar2_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navbar2_logo {
    max-width: 70%;
  }

  .navbar2_menu {
    -webkit-text-fill-color: inherit;
    background-color: rgba(0, 0, 0, 0);
    background-clip: border-box;
    border-bottom: 1px solid #000;
    justify-content: center;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar2_menu.is-page-height-tablet {
    height: 100vh;
    background-color: #faf9f2;
    padding-bottom: 15rem;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar2_link {
    color: #0d3f5e;
    text-align: center;
    padding: 1rem 0;
    font-size: 1.125rem;
    font-weight: 400;
  }

  .navbar2_link:hover {
    color: #0d3f5e;
    font-weight: 700;
  }

  .navbar2_link.w--current {
    color: #0d3f5e;
    text-decoration: underline;
  }

  .menu-icon2_line-top {
    width: 24px;
    height: 2px;
    background-color: #fff;
    padding-bottom: 0;
    padding-right: 0;
  }

  .opener-line {
    font-size: 40px;
  }

  .hero {
    background-position: 39% 0;
  }

  .f-content-wrapper {
    max-width: 100%;
  }

  .button-wrapper {
    width: 250px;
    align-items: center;
    margin-top: 310px;
  }

  .button-wrapper.quiz {
    width: 200px;
  }

  .arrow {
    margin-top: 0;
    margin-left: 8px;
  }

  .blog-content {
    flex: 0 auto;
  }

  .eyebrow.margin-top-40 {
    margin-bottom: 10px;
  }

  .quiz-header {
    font-size: 35px;
  }

  .html-embed {
    padding-top: 4px;
    padding-left: 14px;
  }

  .two-column-grid {
    grid-template-rows: auto;
    grid-template-areas: "Area-2 Area";
  }

  .skinny-two-column {
    grid-column-gap: 25px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
  }

  .grid {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer-dark {
    border: 1px #000;
  }

  .grid-8 {
    grid-column-gap: 39px;
    grid-template-columns: 1.25fr .25fr;
  }

  .header-1 {
    font-size: 35px;
  }

  .stat {
    font-size: 30px;
    line-height: 1.2;
  }

  .small-card-header {
    font-size: 18px;
    line-height: 1.2;
  }

  .heading-10 {
    font-size: 35px;
  }

  .left-align {
    justify-content: space-between;
    margin-bottom: 20px;
    padding-top: 21px;
    padding-bottom: 0;
  }

  .horizontal-scroll_page-padding {
    object-fit: none;
    margin-left: 2.5rem;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .horizontal-scroll {
    width: 100%;
    overflow: visible;
  }

  .row {
    grid-column-gap: 18px;
    grid-row-gap: 8px;
    object-fit: contain;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: .75fr .75fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .horizontal-scroll_item-padding.first {
    padding-left: 0;
    padding-right: 0;
  }

  .horizontal-scroll_item-padding.last {
    padding-right: 2.5rem;
  }

  .card {
    flex: none;
    align-self: auto;
    align-items: stretch;
    padding: 0;
  }

  .card.small {
    flex-direction: row;
    margin-bottom: 10px;
  }

  .card_image {
    object-fit: contain;
  }

  .card_image.small {
    height: 6rem;
    max-width: 10rem;
    object-fit: cover;
    flex: 1;
    align-self: stretch;
    margin-bottom: 0;
    margin-right: 10px;
  }

  .header-card.padding-140 {
    margin-left: 40px;
  }

  .card_video {
    object-fit: fill;
    flex: none;
  }

  .div-block-4 {
    line-height: 1rem;
  }

  .source {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 20px;
  }

  .second-opener-line {
    font-size: 40px;
  }

  .quiz-accordian-wrapper {
    max-width: none;
  }

  .tagline-img {
    max-width: 70%;
  }

  .t-content-right-arrow {
    top: 440px;
    left: 28%;
  }

  .t-content-slide-card {
    flex: 0 auto;
    align-items: stretch;
  }

  .t-content-slider {
    width: 25rem;
  }

  .t-content-left-arrow {
    top: 440px;
  }

  .t-content-slide-nav {
    top: 440px;
    left: 15%;
  }

  .button-wrapper-text {
    align-items: center;
    margin-top: 5px;
    padding: 0;
  }

  .button-wrapper-text.quiz {
    width: 200px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-top: 1rem;
  }

  .section.background {
    background-position: 60% 100%;
    padding-bottom: 0;
  }

  .section.padding-30 {
    padding-left: 0;
    padding-right: 0;
  }

  .style-guide-color-wrap {
    height: auto;
  }

  .small-p {
    max-width: 70vw;
    font-size: 18px;
  }

  .button {
    display: none;
  }

  .button.ghost {
    display: block;
  }

  .large-p {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
  }

  .paragraph-bold {
    color: #0d3f5e;
  }

  .navbar2_logo {
    max-width: 70%;
  }

  .opener-line {
    font-size: 36px;
  }

  .cta-navy {
    font-size: 18px;
    line-height: 1.2;
  }

  .cta-navy.white {
    margin-top: 0;
    margin-bottom: 0;
  }

  .hero {
    padding-bottom: 15rem;
  }

  .f-image-cover {
    flex: none;
    order: -1;
  }

  .f-image-cover.info {
    max-width: 90%;
  }

  .button-wrapper {
    width: 220px;
    margin-top: 300px;
  }

  .button-wrapper.tomato {
    justify-content: space-around;
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-wrapper.navy {
    justify-content: space-between;
  }

  .arrow {
    margin-top: 0;
  }

  .quiz-header {
    font-size: 35px;
  }

  .two-column-grid {
    flex-direction: column;
    display: flex;
  }

  .skinny-two-column {
    flex-direction: column;
    display: block;
  }

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

  .div-block-2 {
    flex: 0 auto;
  }

  .social-grid {
    justify-content: start;
    justify-items: start;
    margin-top: 10px;
    margin-bottom: 20px;
    display: flex;
  }

  .footer-content {
    flex-direction: column;
  }

  .footer-dark {
    border: 1px #000;
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-8 {
    display: block;
  }

  .header-1 {
    max-width: 18ch;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 35px;
  }

  .header-1.long {
    font-size: 35px;
  }

  .stat {
    font-size: 27px;
  }

  .left-align {
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .horizontal-scroll_page-padding {
    margin-left: 0;
    padding-left: 1.25rem;
    overflow: hidden;
  }

  .horizontal-scroll {
    margin-right: 0;
    overflow: hidden;
  }

  .row {
    grid-column-gap: 20px;
    grid-row-gap: 8px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .horizontal-scroll_item-padding {
    padding-right: 1.25rem;
  }

  .horizontal-scroll_item-padding.first {
    flex: none;
    padding-left: 0;
  }

  .horizontal-scroll_item-padding.last {
    width: 100%;
    padding-right: 0;
  }

  .card {
    align-items: flex-start;
    font-size: 1rem;
    line-height: 1.75rem;
  }

  .card.small {
    flex-direction: column;
    flex: 1;
    padding-top: 0;
    padding-right: 0;
  }

  .card_image {
    max-width: 70vw;
  }

  .card_image.small {
    height: auto;
    max-width: 70vw;
    border-radius: 12px;
    margin-bottom: 10px;
  }

  .second-opener-line {
    font-size: 36px;
  }

  .div-block-5 {
    padding-left: 30px;
  }

  .quiz-accordian-wrapper {
    padding-right: 40px;
  }

  .tagline-img {
    max-width: 80%;
  }

  .t-content-slide-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .t-content-right-arrow {
    width: 40px;
    height: 40px;
    display: flex;
    top: 470px;
    left: 13%;
  }

  .t-content-slider {
    display: flex;
  }

  .t-content-left-arrow {
    width: 40px;
    height: 40px;
    display: flex;
    top: 470px;
  }

  .t-content-slide-nav {
    justify-content: center;
    display: none;
    top: auto;
    bottom: -55%;
    left: auto;
    right: auto;
  }

  .buffer {
    height: 200px;
  }

  .left-margin {
    align-self: stretch;
    padding-left: 0;
  }

  .m-testimonial-slider-button.content-right, .m-testimonial-slider-button.content-left {
    width: 40px;
    height: 40px;
  }

  .m-content-slider {
    width: 70vw;
  }

  .button-wrapper-text {
    width: 220px;
    margin-top: 0;
  }

  .button-wrapper-text.tomato {
    justify-content: space-around;
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-wrapper-text.navy {
    justify-content: space-between;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
  }

  .link {
    margin-right: 10px;
    font-size: 18px;
  }

  .section {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .section.white {
    margin-top: 0;
  }

  .section.background {
    background-image: url('../images/wallet-small.png');
    background-position: 50%;
    background-repeat: no-repeat;
    margin-bottom: 0;
    padding-left: 0;
  }

  .section.olive {
    padding: 2rem 0 .5rem;
  }

  .section.navy {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }

  .section.padding-30 {
    margin-top: 2rem;
    margin-bottom: 30px;
  }

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

  .style-guide-grid {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .style-guide-grid-item-wrap {
    grid-template-columns: 1fr;
  }

  .small-p {
    max-width: 34ch;
    margin-top: 0;
    margin-bottom: 10px;
    padding-right: 0;
    font-size: 18px;
    line-height: 1.2;
  }

  .container {
    border-radius: 12px;
    flex-direction: column;
    align-items: flex-start;
    margin-left: auto;
    display: block;
  }

  .container.white {
    max-width: 90vw;
    align-items: stretch;
    margin: 20px auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .container.f-margin-bottom-32 {
    margin: 0 auto 32px;
  }

  .button {
    display: none;
  }

  .button.navy {
    font-size: 14px;
    display: block;
  }

  .button.ghost {
    display: block;
  }

  .large-p {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 1.2;
    display: block;
  }

  .large-p.white, .large-p.f-margin-bottom-32 {
    font-size: 18px;
  }

  .large-p.short {
    max-width: 33ch;
    font-size: 18px;
  }

  .paragraph-bold {
    color: #0d3f5e;
  }

  .rich-text {
    margin-top: 5px;
    margin-left: 0;
  }

  .rich-text p {
    font-size: 18px;
  }

  .rich-text h3 {
    font-family: Lyon display, Georgia, sans-serif;
    font-weight: 400;
  }

  .heading-2 {
    text-align: left;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.2;
  }

  .heading-2.white.margin-40 {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 28px;
  }

  .menu-icon2_line-middle {
    width: 20px;
    height: 3px;
    color: #0d3f5e;
    background-color: #0d3f5e;
    flex: 0 auto;
  }

  .navbar2_container {
    justify-content: space-between;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-icon2 {
    align-items: center;
    margin-right: 0;
    padding-right: 0;
  }

  .menu-icon2_line-bottom {
    width: 20px;
    height: 3px;
    color: #0d3f5e;
    background-color: #0d3f5e;
  }

  .navbar2_logo-link {
    padding-left: 0;
  }

  .navbar2_button-wrapper {
    display: flex;
  }

  .navbar2_logo {
    max-width: 25dvw;
  }

  .menu-icon2_line-top {
    width: 20px;
    height: 3px;
    background-color: #0d3f5e;
  }

  .opener-line {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.3;
  }

  .cta-navy {
    margin-top: 0;
    margin-bottom: 0;
  }

  .cta-navy.padding-20 {
    margin-top: 0;
    margin-bottom: auto;
    font-size: 14px;
  }

  .cta-navy.white {
    color: #fff;
    font-size: 18px;
  }

  .hero {
    background-position: 30% 32%;
    background-size: 720px;
    padding-top: 20px;
    padding-bottom: 6rem;
  }

  .f-margin-bottom-16 {
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
    padding-top: .5rem;
  }

  .f-image-cover {
    border-radius: 12px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .f-image-cover.info {
    max-width: 100%;
    margin-bottom: 0;
  }

  .f-content-wrapper {
    border-radius: 0;
  }

  .button-wrapper {
    width: auto;
    flex-direction: row;
    align-self: stretch;
    align-items: center;
    margin-top: 160px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-wrapper.quiz {
    margin-bottom: 5px;
    padding: 10px 20px;
  }

  .button-wrapper.tomato {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .b-icon-medium {
    width: 60px;
    align-items: center;
  }

  .b-content-accordion-item {
    max-width: 60vw;
    padding: 15px;
  }

  .b-heading-wrapper {
    align-content: flex-start;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .b-content-accordion-list {
    width: auto;
  }

  .eyebrow {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 18px;
  }

  .eyebrow.margin-top-40 {
    margin: 30px auto 0;
  }

  .quiz-header {
    max-width: none;
    margin-top: -8px;
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 1.3;
  }

  .quiz-text {
    white-space: normal;
    margin-top: 0;
    overflow: auto;
  }

  .html-embed {
    padding-left: 10px;
  }

  .two-column-grid {
    display: block;
  }

  .text-link {
    margin-top: 20px;
  }

  .skinny-two-column {
    flex-direction: column;
    align-items: stretch;
    display: block;
  }

  .html-embed-2 {
    margin-left: auto;
    display: none;
  }

  .grid {
    flex-direction: column;
    display: block;
  }

  .div-block {
    padding-top: 0;
  }

  .div-block-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .social-grid {
    flex-direction: row;
    justify-content: space-around;
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
  }

  .footer-content {
    flex-direction: column;
    align-self: flex-start;
    align-items: stretch;
    margin-bottom: auto;
  }

  .footer-content.bottom-rule {
    align-self: stretch;
    padding-bottom: 10px;
  }

  .text-block-4 {
    font-family: Effra, Tahoma, sans-serif;
    font-size: 12px;
    line-height: 18px;
  }

  .footer-grid {
    font-family: Effra, Tahoma, sans-serif;
    line-height: 18px;
  }

  .footer-dark {
    border: 1px #000;
    flex-direction: column;
    padding-bottom: 4em;
    display: flex;
  }

  .grid-8 {
    border-bottom: 2px solid #0d3f5e;
    display: block;
  }

  .header-1 {
    max-width: 18ch;
    text-align: center;
    letter-spacing: -.5px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 28px;
    line-height: 1.1;
  }

  .header-1.long {
    max-width: 18ch;
    margin-top: 25px;
    font-size: 28px;
    line-height: 1.1;
  }

  .stat {
    margin-top: 10px;
    font-size: 20px;
  }

  .small-card-header {
    color: #0d3f5e;
  }

  .small-card-header.tomato {
    color: #e85726;
    margin-top: 10px;
    font-size: 18px;
  }

  .heading-10 {
    text-align: center;
    font-size: 28px;
  }

  .left-align {
    padding-top: 5px;
    padding-bottom: 0;
  }

  .horizontal-scroll_page-padding {
    margin-left: 0;
    overflow: hidden;
  }

  .horizontal-scroll {
    margin-bottom: auto;
    padding-bottom: 0;
    overflow: auto;
  }

  .row {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: auto;
    grid-template-areas: "Area Area-2 Area-3 Area-4";
    overflow: auto;
  }

  .horizontal-scroll_item-padding.first {
    max-width: 80vw;
    flex: none;
    padding-left: 0;
  }

  .card {
    margin-bottom: 20px;
  }

  .card.small {
    max-width: 80vw;
    flex: none;
    padding-top: 0;
  }

  .card_image {
    height: auto;
    max-height: 15rem;
    object-fit: contain;
    flex: 0 auto;
    align-self: flex-start;
    margin-bottom: 20px;
  }

  .card_image.small {
    height: 100%;
    object-fit: cover;
    flex: none;
  }

  .header-card {
    align-self: auto;
    margin-left: 20px;
  }

  .header-card.padding-140 {
    margin-left: 20px;
  }

  .text-span-6, .text-span-7, .text-span-8 {
    font-weight: 700;
  }

  .card_video {
    object-fit: cover;
    margin-bottom: 10px;
  }

  .tomato-highlight {
    color: #e85726;
  }

  .white-logo {
    align-self: flex-start;
    margin: 25px auto 10px;
  }

  .superscript-2 {
    font-size: 10px;
    font-weight: 700;
  }

  .dropdown.w--current {
    margin-top: 1px;
  }

  .source {
    align-self: stretch;
    margin-top: 8px;
    padding-right: 0;
  }

  .second-opener-line {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.3;
  }

  .div-block-5 {
    padding-top: 0;
    padding-bottom: 14px;
    padding-left: 10px;
  }

  .image-2 {
    max-width: 80%;
  }

  .quiz-accordian-wrapper {
    grid-template-columns: 1fr;
    justify-content: stretch;
    justify-items: center;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 40px;
  }

  .tagline-img {
    max-width: 90%;
  }

  .t-content-right-arrow {
    width: 35px;
    height: 35px;
    top: 400px;
    left: 17%;
  }

  .t-content-slider {
    width: 18rem;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .t-content-left-arrow {
    width: 35px;
    height: 35px;
    top: 400px;
  }

  .t-content-slide-nav {
    bottom: -38%;
  }

  .buffer {
    height: 150px;
  }

  .left-margin {
    padding-left: 0;
  }

  .m-testimonial-slider-button.content-right {
    bottom: -50px;
  }

  .m-testimonial-slider-button.content-right:hover {
    border-style: none;
  }

  .m-testimonial-slider-button.content-left {
    bottom: -50px;
  }

  .m-content-slider {
    width: 70vw;
  }

  .button-wrapper-text {
    width: auto;
    flex-direction: row;
    align-self: stretch;
    align-items: center;
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 20px;
  }

  .button-wrapper-text.quiz {
    margin-bottom: 5px;
    padding: 10px 20px;
  }

  .button-wrapper-text.tomato {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
}

#w-node-_0097826a-82ce-c925-fb17-714a5ae02f85-29eed354 {
  grid-area: Area;
}

#w-node-_3eee1b91-c0c7-721f-d4c4-07b237b7e1b9-29eed354, #w-node-_93ee99cf-61c7-58d4-5927-0529d62fcbf6-29eed354 {
  grid-area: Area-2;
}

#w-node-_1d905dc3-37c9-753d-61be-0afc64cb7d89-29eed354 {
  grid-area: Area;
}

#w-node-_1d905dc3-37c9-753d-61be-0afc64cb7d95-29eed354 {
  grid-area: Area-2;
}

#w-node-_1d905dc3-37c9-753d-61be-0afc64cb7da0-29eed354 {
  grid-area: Area-3;
}

#w-node-_1d905dc3-37c9-753d-61be-0afc64cb7dab-29eed354 {
  grid-area: Area-4;
}

#w-node-_1d905dc3-37c9-753d-61be-0afc64cb7db6-29eed354, #w-node-_1d905dc3-37c9-753d-61be-0afc64cb7db7-29eed354 {
  grid-area: Area-5;
}

#w-node-dad615c1-a7d6-6dfc-9cca-c1bdd0ceb31b-29eed354 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dad615c1-a7d6-6dfc-9cca-c1bdd0ceb31c-29eed354 {
  grid-area: Area;
  align-self: start;
  justify-self: end;
}

#w-node-dad615c1-a7d6-6dfc-9cca-c1bdd0ceb31d-29eed354 {
  grid-area: Area-3;
  align-self: start;
  justify-self: end;
}

#w-node-dad615c1-a7d6-6dfc-9cca-c1bdd0ceb31e-29eed354 {
  grid-area: Area-2;
  align-self: start;
  justify-self: end;
}

#w-node-dad615c1-a7d6-6dfc-9cca-c1bdd0ceb31f-29eed354 {
  grid-area: Area-4;
  align-self: start;
  justify-self: start;
}

#w-node-dad615c1-a7d6-6dfc-9cca-c1bdd0ceb331-29eed354 {
  grid-area: Area-5;
  justify-self: start;
}

#w-node-dad615c1-a7d6-6dfc-9cca-c1bdd0ceb343-29eed354 {
  grid-area: Area-6;
  justify-self: start;
}

#w-node-b865aa31-1c00-b1b9-370e-30abb575f9bb-29eed354 {
  grid-area: Area;
  align-self: end;
  justify-self: start;
}

#w-node-_31e19907-6d39-a8d3-9082-b098e40c7a23-29eed354 {
  grid-area: Area-2;
  align-self: start;
  justify-self: start;
}

#w-node-_7afb03f6-a7cd-aef4-eb3f-f83c7e872114-29eed354 {
  grid-area: Area-2;
}

#w-node-_060ecdf7-d162-68d0-ed44-e01655867582-29eed354 {
  grid-area: Area-2;
  align-self: start;
  justify-self: start;
}

#w-node-edc7aa52-deca-b7ba-0fcb-fc56f7bc99ec-29eed354 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6dab77c4-f55a-33af-13bb-1ecf9a8ed5a9-29eed354 {
  grid-area: Area;
}

#w-node-_0b7d842c-6819-4fe7-d57e-4df297859d09-29eed354 {
  grid-area: Area;
  align-self: center;
  justify-self: start;
}

#w-node-_0b7d842c-6819-4fe7-d57e-4df297859cfd-29eed354 {
  align-self: center;
}

#w-node-_5bb2c8df-3958-ea6e-857f-ffb0bd5a424e-29eed354 {
  grid-area: Area;
}

#w-node-f496928b-3f6f-fc8c-0cf6-8f4ff703ddca-29eed354 {
  grid-area: Area-2;
  align-self: center;
  justify-self: end;
}

#w-node-d956ee24-b2e5-2142-2044-fb54d906cf50-29eed354 {
  grid-area: Area;
}

#w-node-d956ee24-b2e5-2142-2044-fb54d906cf52-29eed354 {
  grid-area: Area-2;
}

#w-node-d956ee24-b2e5-2142-2044-fb54d906cf54-29eed354 {
  grid-area: Area-3;
}

#w-node-d956ee24-b2e5-2142-2044-fb54d906cf56-29eed354 {
  grid-area: Area-4;
}

#w-node-d956ee24-b2e5-2142-2044-fb54d906cf58-29eed354 {
  grid-area: Area-9;
}

#w-node-d956ee24-b2e5-2142-2044-fb54d906cf5a-29eed354 {
  grid-area: Area-5;
  justify-self: start;
}

#w-node-d956ee24-b2e5-2142-2044-fb54d906cf5c-29eed354 {
  grid-area: Area-6;
}

#w-node-d956ee24-b2e5-2142-2044-fb54d906cf5e-29eed354 {
  grid-area: Area-7;
}

#w-node-d956ee24-b2e5-2142-2044-fb54d906cf60-29eed354 {
  grid-area: Area-8;
}

#w-node-d956ee24-b2e5-2142-2044-fb54d906cf62-29eed354 {
  grid-area: Area-10;
  justify-self: start;
}

#w-node-d956ee24-b2e5-2142-2044-fb54d906cf64-29eed354 {
  grid-area: Area-11;
  justify-self: start;
}

#w-node-d956ee24-b2e5-2142-2044-fb54d906cf66-29eed354 {
  grid-area: Area-12;
}

#w-node-d956ee24-b2e5-2142-2044-fb54d906cf68-29eed354 {
  grid-area: Area-13;
}

#w-node-d956ee24-b2e5-2142-2044-fb54d906cf6a-29eed354 {
  grid-area: Area-14;
}

#w-node-d956ee24-b2e5-2142-2044-fb54d906cf49-29eed354 {
  grid-area: Area-2;
}

#w-node-d956ee24-b2e5-2142-2044-fb54d906cf4a-29eed354 {
  grid-area: Area;
}

#w-node-d956ee24-b2e5-2142-2044-fb54d906cf4b-29eed354 {
  grid-area: Area-2;
}

#w-node-d956ee24-b2e5-2142-2044-fb54d906cf4c-29eed354 {
  grid-area: Area-3;
}

#w-node-d956ee24-b2e5-2142-2044-fb54d906cf4d-29eed354 {
  grid-area: Area-4;
}

#w-node-d956ee24-b2e5-2142-2044-fb54d906cf4e-29eed354 {
  grid-area: Area-5;
}

#w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bcbf-7f590a31 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bcc0-7f590a31 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bcc2-7f590a31 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bcc5-7f590a31, #w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bcd0-7f590a31, #w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bcd5-7f590a31, #w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bcdd-7f590a31, #w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bce2-7f590a31, #w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bcea-7f590a31, #w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bcef-7f590a31, #w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bcf7-7f590a31, #w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bcfc-7f590a31, #w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bd04-7f590a31, #w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bd05-7f590a31, #w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bd0b-7f590a31, #w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bd13-7f590a31, #w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bd18-7f590a31, #w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bd20-7f590a31, #w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bd25-7f590a31, #w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bd2d-7f590a31, #w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bd2e-7f590a31, #w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bd33-7f590a31, #w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bd3f-7f590a31, #w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bd4d-7f590a31, #w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bd55-7f590a31 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bd62-7f590a31 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bd65-7f590a31, #w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bd6d-7f590a31, #w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bd6e-7f590a31 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bd80-7f590a31 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bd83-7f590a31, #w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bd9a-7f590a31, #w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bd9b-7f590a31, #w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bd9e-7f590a31, #w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bda1-7f590a31, #w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bda4-7f590a31, #w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bda7-7f590a31, #w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bdaa-7f590a31 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bdad-7f590a31 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bdb0-7f590a31, #w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bdb8-7f590a31, #w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bdb9-7f590a31 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bdd7-7f590a31 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bdda-7f590a31, #w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bde2-7f590a31, #w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bde3-7f590a31, #w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bdeb-7f590a31, #w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bdf3-7f590a31, #w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bdf4-7f590a31 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bdfc-7f590a31 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4bdff-7f590a31, #w-node-_8624a360-a1b5-b3d3-2a94-8e48b1f4be17-7f590a31 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-cdd94cc1-e26a-01b9-94ad-081e7685036f-29eed354 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_0097826a-82ce-c925-fb17-714a5ae02f85-29eed354 {
    order: -9999;
  }

  #w-node-b865aa31-1c00-b1b9-370e-30abb575f9bb-29eed354 {
    align-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f496928b-3f6f-fc8c-0cf6-8f4ff703ddca-29eed354 {
    justify-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b53cfd52-640a-a76e-7cb1-3a6dcaf765d7-29eed354 {
    grid-area: Area;
  }

  #w-node-_8a69e1d1-1062-0d1b-094b-650d8a93ea13-29eed354 {
    grid-area: Area-2;
  }

  #w-node-_1d905dc3-37c9-753d-61be-0afc64cb7d89-29eed354 {
    grid-area: Area;
  }

  #w-node-_1d905dc3-37c9-753d-61be-0afc64cb7d95-29eed354 {
    grid-area: Area-2;
  }

  #w-node-dad615c1-a7d6-6dfc-9cca-c1bdd0ceb31f-29eed354 {
    grid-area: Area-4;
    justify-self: stretch;
  }
}


@font-face {
  font-family: 'Lyon display';
  src: url('../fonts/LyonDisplay-Bold-App.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Effra';
  src: url('../fonts/Effra_Rg.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Effra';
  src: url('../fonts/Effra_Md.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Effra';
  src: url('../fonts/Effra_Bd.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Lyon display';
  src: url('../fonts/LyonDisplay-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}