*,
:after,
:before {
  box-sizing: border-box;
}
:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}
html {
  scroll-behavior: smooth;
  cursor: default;
  line-height: 1.556;
  -moz-tab-size: 4;
  tab-size: 4;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
}
body {
  margin: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
ul ul {
  margin: 0;
}
nav ol {
  list-style: none;
  padding: 0;
}
a {
  background-color: transparent;
}
b,
strong {
  font-weight: bolder;
}
img,
svg,
video {
  vertical-align: middle;
}
video {
  display: inline-block;
}
img {
  border-style: none;
}
svg:not([fill]) {
  fill: currentColor;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input {
  margin: 0;
}
button {
  overflow: visible;
  text-transform: none;
}
[type="button"],
[type="reset"],
button {
  -webkit-appearance: button;
}
input {
  overflow: visible;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
:-moz-focusring {
  outline: 1px dotted ButtonText;
}
:-moz-ui-invalid {
  box-shadow: none;
}
a,
button,
input,
label {
  touch-action: manipulation;
}
[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}
button,
input {
  background-color: transparent;
  border: 1px solid WindowFrame;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  padding: 0.25em 0.375em;
}
::-ms-expand {
  display: none;
}
:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.54);
}
html {
  font-family:
    system-ui,
    -apple-system,
    Segoe UI,
    Roboto,
    Ubuntu,
    Cantarell,
    Noto Sans,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol,
    Noto Color Emoji;
}
h1,
h2 {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: initial;
}
:root {
  --font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  --font-weight-normal: normal;
  --color-text-primary: #4a4a4a;
  --anchor-link-color: #2c56a7;
  --anchor-link-focus-color: #fff;
  --heading-weight: 400;
}
html {
  font-size: 1pc;
  overflow-y: scroll;
}
body {
  color: var(--color-text-primary);
  font-family: var(--font-family);
  font-size: 1rem;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (prefers-reduced-motion) {
  body {
    transition: none !important;
  }
}
.stitcher-breadcrumb {
  display: flex;
}
.stitcher-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.stitcher-breadcrumb__item {
  align-items: center;
  display: flex;
  font-size: var(--breadcrumb-font-size, 12px);
  font-weight: var(--breadcrumb-font-weight, var(--font-weight-bold));
  line-height: 1.556;
}
.stitcher-breadcrumb__item-link {
  color: inherit;
  text-decoration: underline;
}
.stitcher-breadcrumb__item-link:focus,
.stitcher-breadcrumb__item-link:visited {
  color: inherit;
  text-decoration: none;
}
.stitcher-breadcrumb__icon {
  fill: currentColor;
  margin: 0 6px;
}
.deal-brand-list-item-author-text__content :deep(blockquote),
.deal-brand-list-item-author-text__content :deep(h1),
.deal-brand-list-item-author-text__content :deep(h2),
.deal-brand-list-item-author-text__content :deep(h3),
.deal-brand-list-item-author-text__content :deep(h4),
.deal-brand-list-item-author-text__content :deep(h5),
.deal-brand-list-item-author-text__content :deep(h6),
.deal-brand-list-item-author-text__content :deep(ol),
.deal-brand-list-item-author-text__content :deep(p),
.deal-brand-list-item-author-text__content :deep(ul) {
  margin: 0 0 24px;
}
.deal-brand-list-item-author-text__content :deep(blockquote):last-child,
.deal-brand-list-item-author-text__content :deep(h1):last-child,
.deal-brand-list-item-author-text__content :deep(h2):last-child,
.deal-brand-list-item-author-text__content :deep(h3):last-child,
.deal-brand-list-item-author-text__content :deep(h4):last-child,
.deal-brand-list-item-author-text__content :deep(h5):last-child,
.deal-brand-list-item-author-text__content :deep(h6):last-child,
.deal-brand-list-item-author-text__content :deep(ol):last-child,
.deal-brand-list-item-author-text__content :deep(p):last-child,
.deal-brand-list-item-author-text__content :deep(ul):last-child {
  margin-bottom: 0;
}
.deal-brand-list-item-author-text__content :deep(a) {
  color: #214ea3;
}
.deal-brand-list-item-author-text__content
  > :deep(ol:last-child)
  > li:last-child,
.deal-brand-list-item-author-text__content
  > :deep(ul:last-child)
  > li:last-child {
  margin-bottom: 0;
}
.deal-brand-list-item-author-text__content > :deep(ol:first-child),
.deal-brand-list-item-author-text__content > :deep(ul:first-child) {
  margin-top: 0;
}
.deal-brand-list-item-author-text__content :deep(ul) {
  padding-left: 25px;
}
.deal-brand-list-item-author-text__content :deep(blockquote) {
  font-style: italic;
}
.deal-brand-list-item-author-text__content :deep(img) {
  height: auto;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .stitcher-breadcrumb__item:not(:last-of-type):after {
    margin: 0 4px;
  }
}
@media only screen and (min-width: 768px) {
  .stitcher-breadcrumb__item:not(:last-of-type):after {
    margin: 0 4px;
  }
}
@media only screen and (min-width: 768px) {
  .stitcher-breadcrumb__item:not(:last-of-type):after {
    margin: 0 4px;
  }
}
.rich-text-fragment :deep(blockquote),
.rich-text-fragment :deep(h1),
.rich-text-fragment :deep(h2),
.rich-text-fragment :deep(h3),
.rich-text-fragment :deep(h4),
.rich-text-fragment :deep(h5),
.rich-text-fragment :deep(h6),
.rich-text-fragment :deep(ol),
.rich-text-fragment :deep(p),
.rich-text-fragment :deep(ul) {
  margin: 0 0 24px;
}
.rich-text-fragment :deep(blockquote):last-child,
.rich-text-fragment :deep(h1):last-child,
.rich-text-fragment :deep(h2):last-child,
.rich-text-fragment :deep(h3):last-child,
.rich-text-fragment :deep(h4):last-child,
.rich-text-fragment :deep(h5):last-child,
.rich-text-fragment :deep(h6):last-child,
.rich-text-fragment :deep(ol):last-child,
.rich-text-fragment :deep(p):last-child,
.rich-text-fragment :deep(ul):last-child {
  margin-bottom: 0;
}
.rich-text-fragment :deep(a) {
  color: #214ea3;
}
.rich-text-fragment > :deep(ol:last-child) > li:last-child,
.rich-text-fragment > :deep(ul:last-child) > li:last-child {
  margin-bottom: 0;
}
.rich-text-fragment > :deep(ol:first-child),
.rich-text-fragment > :deep(ul:first-child) {
  margin-top: 0;
}
.rich-text-fragment :deep(ul) {
  padding-left: 25px;
}
.rich-text-fragment :deep(blockquote) {
  font-style: italic;
}
.rich-text-fragment :deep(img) {
  height: auto;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .stitcher-breadcrumb__item:not(:last-of-type):after {
    margin: 0 4px;
  }
}
@media only screen and (min-width: 768px) {
  .stitcher-breadcrumb__item:not(:last-of-type):after {
    margin: 0 4px;
  }
}
@media only screen and (min-width: 768px) {
  .stitcher-breadcrumb__item:not(:last-of-type):after {
    margin: 0 4px;
  }
}
@media only screen and (min-width: 768px) {
  .stitcher-breadcrumb__item:not(:last-of-type):after {
    margin: 0 4px;
  }
}
@media only screen and (min-width: 768px) {
  .stitcher-breadcrumb__item:not(:last-of-type):after {
    margin: 0 4px;
  }
}
.article-page__author-section {
  border-bottom: 1px solid #dadce4;
  display: grid;
  font-size: 14px;
  font-weight: 400;
  gap: 16px;
  grid-template-columns: 1fr auto;
  margin: 0;
  padding: 8px 0;
  width: 100%;
}
.article-page__author-section .article-personnel__author {
  margin-right: 0;
  padding: 8px 0;
}
.article-page__personnel__share-containter {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.article-page__personnel__share-containter > div {
  display: flex;
  gap: 8px;
}
.article-page__personnel-names-and-dates {
  display: grid;
  width: 100%;
  grid-gap: 8px;
}
.article-personnel__names-section {
  display: flex;
  flex-wrap: wrap;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  row-gap: 4px;
  width: -webkit-min-content;
  width: min-content;
}
@media only screen and (max-width: 991px) {
  .article-page__personnel__share-containter > div {
    gap: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .stitcher-breadcrumb__item:not(:last-of-type):after {
    margin: 0 4px;
  }
  .article-page__author-section {
    align-items: center;
    grid-template-columns: 68px 1fr auto;
  }
  .article-personnel__names-section {
    row-gap: 8px;
  }
}
.article-page__content__blockquote:last-child:not(:has(+ p)),
.article-page__content__h2:last-child:not(:has(+ p)),
.article-page__content__h3:last-child:not(:has(+ p)),
.article-page__content__h4:last-child:not(:has(+ p)),
.article-page__content__image:last-child:not(:has(+ p)),
.article-page__content__p:last-child:not(:has(+ p)),
.article-page__content__ul:last-child:not(:has(+ p)),
.deals-blog-article-page__content__blockquote:last-child:not(:has(+ p)),
.deals-blog-article-page__content__h2:last-child:not(:has(+ p)),
.deals-blog-article-page__content__h3:last-child:not(:has(+ p)),
.deals-blog-article-page__content__h4:last-child:not(:has(+ p)),
.deals-blog-article-page__content__image:last-child:not(:has(+ p)),
.deals-blog-article-page__content__p:last-child:not(:has(+ p)),
.deals-blog-article-page__content__ul:last-child:not(:has(+ p)) {
  margin: 0;
}
.article-page__content__image:last-child:not(:has(+ p)),
.deals-blog-article-page__content__image:last-child:not(:has(+ p)) {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .stitcher-breadcrumb__item:not(:last-of-type):after {
    margin: 0 4px;
  }
}
.guide-article-page__content__blockquote:last-child:not(:has(+ p)),
.guide-article-page__content__h2:last-child:not(:has(+ p)),
.guide-article-page__content__h3:last-child:not(:has(+ p)),
.guide-article-page__content__h4:last-child:not(:has(+ p)),
.guide-article-page__content__image:last-child:not(:has(+ p)),
.guide-article-page__content__p:last-child:not(:has(+ p)),
.guide-article-page__content__ul:last-child:not(:has(+ p)) {
  margin: 0;
}
.guide-article-page__content__image:last-child:not(:has(+ p)) {
  margin-left: auto;
  margin-right: auto;
}
.guide-article-page__article
  .article-page__content
  [data-component="Accordion"]:has(~ .article-page__content__h2),
.guide-article-page__article
  .article-page__content
  [data-component="Accordion"]:has(~ .article-page__content__h3),
.guide-article-page__article
  .article-page__content
  [data-component="Accordion"]:has(~ .article-page__content__h4),
.guide-article-page__article
  .article-page__content
  [data-component="Accordion"]:has(~ .article-page__content__p),
.guide-article-page__article
  .article-page__content
  [data-component="Accordion"]:has(~ [data-component="Accordion"]) {
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .stitcher-breadcrumb__item:not(:last-of-type):after {
    margin: 0 4px;
  }
}
@media only screen and (min-width: 768px) {
  .stitcher-breadcrumb__item:not(:last-of-type):after {
    margin: 0 4px;
  }
}
@media only screen and (min-width: 768px) {
  .stitcher-breadcrumb__item:not(:last-of-type):after {
    margin: 0 4px;
  }
}
.news-article-page__lead-title {
  color: #fff;
  display: inline-block;
  font-family: MuseoSlab;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}
.news-article-page__lead-title span {
  background-color: #273157;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  line-height: 36px;
  padding: 4px 8px;
}
.news-article-page__lead-title strong {
  color: #ffda2c;
  font-weight: 600;
}
.news-article-page__content {
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  min-width: 100%;
}
.news-article-page__content a {
  color: #214ea3;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
.news-article-page__content__h2 {
  display: inline-block;
  margin: 0 0 16px;
  width: 100%;
}
.news-article-page__content__blockquote:last-child:not(:has(+ p)),
.news-article-page__content__h2:last-child:not(:has(+ p)),
.news-article-page__content__h3:last-child:not(:has(+ p)),
.news-article-page__content__h4:last-child:not(:has(+ p)),
.news-article-page__content__image:last-child:not(:has(+ p)),
.news-article-page__content__p:last-child:not(:has(+ p)),
.news-article-page__content__ul:last-child:not(:has(+ p)) {
  margin: 0;
}
.news-article-page__content__h2 {
  color: #273157;
  font-family: MuseoSlab;
  font-weight: 600;
}
.news-article-page__content__h2 {
  font-size: 20px;
  line-height: 28px;
}
.news-article-page__content__image:last-child:not(:has(+ p)) {
  margin-left: auto;
  margin-right: auto;
}
.news-article-page__heading-red-tag {
  background: #c62035;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  padding: 4px 8px;
}
.news-article-page__content {
  padding: 0 16px 36px;
}
.news-article-page__article {
  background-color: #fff;
  border-radius: 4px;
}
.news-article-page__text-layout {
  display: grid;
  gap: 16px;
  padding: 0 16px 16px;
}
.news-article-page__image-wrapper {
  border-radius: 8px;
  height: 220px;
  overflow: hidden;
  width: 100%;
}
.news-article-page__personnel-layout {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .stitcher-breadcrumb__item:not(:last-of-type):after {
    margin: 0 4px;
  }
  .news-article-page__lead-title {
    font-size: 24px;
    line-height: 32px;
  }
  .news-article-page__lead-title span {
    line-height: 40px;
  }
  .news-article-page__text-layout {
    padding: 16px;
  }
  .news-article-page__image-wrapper {
    height: 451px;
  }
}
@media only screen and (min-width: 1440px) {
  .news-article-page__lead-title {
    font-size: 32px;
    line-height: 40px;
  }
  .news-article-page__lead-title span {
    line-height: 48px;
  }
  .news-article-page__content {
    padding-left: 40px;
    padding-right: 40px;
  }
  .news-article-page__text-layout {
    padding: 16px 40px;
  }
}
.page-article__layout {
  margin: 0 auto 24px;
  width: 100%;
}
.page-article__layout--lhs,
.page-article__layout--rhs {
  min-width: 0;
  width: 100%;
}
.page-article__layout--rhs .widgets {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.page-article__breadcrumb-container {
  padding: 16px;
  width: 100%;
}
.page-article__content-container {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .stitcher-breadcrumb__item:not(:last-of-type):after {
    margin: 0 4px;
  }
}
@media only screen and (min-width: 992px) {
  .page-article__layout {
    margin: 0 auto 16px;
    max-width: 1184px;
  }
  .page-article__layout--rhs {
    height: auto;
  }
  .page-article__layout--rhs .widgets {
    gap: 16px;
  }
  .page-article__content-container {
    grid-template-columns: 1fr 284px;
  }
}
@media only screen and (min-width: 1200px) {
  .page-article__breadcrumb-container {
    padding: 16px 0;
  }
}
.stitcher-breadcrumb__item {
  color: #214ea3;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.stitcher-breadcrumb__item:not(:last-of-type):after {
  content: url("/img/a31ec4646fe477348123fc93c462c66353943724.svg");
  display: inline-block;
  height: 16px;
  width: 16px;
}
.stitcher-breadcrumb__item-link,
.stitcher-breadcrumb__item-link:focus,
.stitcher-breadcrumb__item-link:hover,
.stitcher-breadcrumb__item-link:visited {
  color: #214ea3;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
.stitcher-breadcrumb__icon {
  display: none;
}
.mobile-app
  .mse-footer-container
  > .wrapper:not(:has(.mse-site-footer__how-site-works)) {
  display: none;
}
body {
  background-color: #f3f5fa;
}
.article-personnel__divider {
  background: #4a4a4a;
  display: inline-block;
  height: 20px;
  margin: 0 8px;
  width: 1px;
}
.article-personnel__names-section {
  font-weight: 600;
}
.article-personnel__name-section__name {
  color: #4a4a4a;
  display: inline;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  white-space: nowrap;
}
.article-personnel__name-section__name--last {
  display: flex;
}
.article-personnel__name-section__name--link {
  color: #214ea3;
  font-weight: 500;
}
.article-personnel__name-section__name--job {
  color: #4a4a4a;
  display: flex;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  white-space: normal;
}
.article-personnel__author {
  display: none;
  margin-right: 16px;
}
.article-personnel__clipped {
  -webkit-clip-path: url("#avatar");
  clip-path: url("#avatar");
  height: 54px;
  overflow: hidden;
  width: 66px;
}
.article-personnel__image {
  display: flex;
  height: 100%;
  margin-right: 16px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.article-personnel__dates-section {
  color: #4a4a4a;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .article-personnel__dates-section {
    display: flex;
    flex-direction: column;
    white-space: normal;
  }
}
@media only screen and (min-width: 768px) {
  .stitcher-breadcrumb__item:not(:last-of-type):after {
    margin: 0 4px;
  }
  .article-personnel__author {
    display: flex;
  }
}

.stitcher-breadcrumb__item {
  color: #214ea3;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.stitcher-breadcrumb__item:not(:last-of-type):after {
  content: url("/img/a31ec4646fe477348123fc93c462c66353943724.svg");
  display: inline-block;
  height: 16px;
  width: 16px;
}
.stitcher-breadcrumb__item-link,
.stitcher-breadcrumb__item-link:focus,
.stitcher-breadcrumb__item-link:hover,
.stitcher-breadcrumb__item-link:visited {
  color: #214ea3;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
.stitcher-breadcrumb__icon {
  display: none;
}
.mobile-app
  .mse-footer-container
  > .wrapper:not(:has(.mse-site-footer__how-site-works)) {
  display: none;
}
body {
  background-color: #f3f5fa;
}
@media only screen and (min-width: 768px) {
  .stitcher-breadcrumb__item:not(:last-of-type):after {
    margin: 0 4px;
  }
}

.mobile-app
  .mse-footer-container
  > .wrapper[data-v-11422df9]:not(:has(.mse-site-footer__how-site-works)) {
  display: none;
}

.list-card[data-v-9eb40dfa] {
  align-items: flex-start;
  background: #fff;
  border-radius: 4px 36px 4px 4px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
}
.list-card__content[data-v-9eb40dfa] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  width: 100%;
}
.list-card__image-container[data-v-9eb40dfa] {
  height: 260px;
  overflow: hidden;
  width: 100%;
}
.list-card__image[data-v-9eb40dfa] {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.list-card__info[data-v-9eb40dfa],
.list-card__text-container[data-v-9eb40dfa] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.list-card__header[data-v-9eb40dfa],
.list-card__text[data-v-9eb40dfa] {
  margin: 0;
  padding: 0 16px;
}
.list-card__header[data-v-9eb40dfa] {
  color: #273157;
  font-family: MuseoSlab;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}
.list-card__header-link[data-v-9eb40dfa] {
  color: #273157;
  text-decoration: none;
}
.list-card__header-link[data-v-9eb40dfa]:focus,
.list-card__header-link[data-v-9eb40dfa]:hover {
  text-decoration: underline;
}
.list-card__text[data-v-9eb40dfa] img {
  height: auto;
  max-width: 100%;
}
.list-card__text[data-v-9eb40dfa] {
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.list-card.list-card--listing[data-v-9eb40dfa]:has(
    .list-card__image-container
  ) {
  height: 156px;
}
.list-card.list-card--listing:has(.list-card__image-container)
  .list-card__content[data-v-9eb40dfa] {
  grid-template-columns: 1fr 216px;
}
.list-card.list-card--listing:has(.list-card__image-container)
  .list-card__image-container[data-v-9eb40dfa] {
  height: auto;
  order: 2;
}
.list-card.list-card--listing:has(.list-card__image-container)
  .list-card__text[data-v-9eb40dfa] {
  -webkit-line-clamp: 3;
}
.list-card.list-card--list-item[data-v-9eb40dfa]:has(.list-card__tag) {
  border-bottom: 1px solid #b6bac9;
}
.list-card.list-card--widget-list-item-1[data-v-9eb40dfa] {
  align-items: stretch;
  border-radius: 0;
  box-shadow: none;
  flex-direction: row;
  height: 88px;
}
.list-card.list-card--widget-list-item-1[data-v-9eb40dfa]:has(
    .list-card__text
  ) {
  height: auto;
}
.list-card.list-card--widget-list-item-1:has(.list-card__text)
  .list-card__image-container[data-v-9eb40dfa] {
  height: 70px;
}
.list-card.list-card--widget-list-item-1:has(.list-card__text)
  .list-card__header[data-v-9eb40dfa] {
  font-size: 14px;
  line-height: 18px;
}
.list-card.list-card--widget-list-item-1:has(.list-card__text)
  .list-card__text-container[data-v-9eb40dfa] {
  gap: 4px;
}
.list-card.list-card--widget-list-item-1 .list-card__content[data-v-9eb40dfa] {
  align-items: stretch;
  border-bottom: 1px solid #dadce4;
  display: grid;
  grid-template-columns: 70px 1fr;
  padding-bottom: 16px;
}
.list-card.list-card--widget-list-item-1 .list-card__header[data-v-9eb40dfa] {
  color: #214ea3;
  display: -webkit-box;
  font-size: 16px;
  line-height: 24px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family:
    Helvetica Neue,
    Arial,
    Helvetica,
    sans-serif;
  font-weight: 500;
  overflow: hidden;
  padding: 0;
  text-overflow: ellipsis;
}
.list-card.list-card--widget-list-item-1
  .list-card__header-link[data-v-9eb40dfa] {
  color: #214ea3;
}
.list-card.list-card--widget-list-item-1
  .list-card__image-container[data-v-9eb40dfa] {
  border-radius: 4px;
  height: 100%;
}
.list-card.list-card--widget-list-item-1 .list-card__info[data-v-9eb40dfa] {
  gap: 4px;
  height: 100%;
  justify-content: space-between;
}
.list-card.list-card--widget-list-item-1 .list-card__text[data-v-9eb40dfa] {
  border-left: none;
  color: #565656;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
  padding: 0;
}
.list-card.list-card--tip-box-card[data-v-9eb40dfa] {
  align-items: stretch;
  border-radius: 4px;
  flex-direction: row;
}
.list-card.list-card--tip-box-card.link .list-card__text[data-v-9eb40dfa] {
  display: flex;
  justify-content: space-between;
}
.list-card.list-card--tip-box-card.link .list-card__info[data-v-9eb40dfa] {
  justify-content: center;
}
.list-card.list-card--tip-box-card .list-card__content[data-v-9eb40dfa] {
  align-items: stretch;
  display: grid;
  gap: 0;
}
.list-card.list-card--tip-box-card .list-card__info[data-v-9eb40dfa] {
  gap: 0;
  height: 100%;
  padding: 6px 0;
}
.list-card.list-card--tip-box-card .list-card__text-container[data-v-9eb40dfa] {
  gap: 0;
}
.list-card.list-card--tip-box-card .list-card__text[data-v-9eb40dfa] {
  display: -webkit-box;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding: 0 8px 0 12px;
  text-overflow: ellipsis;
}
.list-card.list-card--tip-box-card .list-card__header[data-v-9eb40dfa] {
  display: -webkit-box;
  font-family:
    Helvetica Neue,
    Arial,
    Helvetica,
    sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  overflow: hidden;
  padding: 0 8px 2px 12px;
  text-overflow: ellipsis;
}
.list-card.list-card--tip-box-card:has(.list-card__image-container)
  .list-card__content[data-v-9eb40dfa] {
  grid-template-columns: 1fr 86px;
}
.list-card.list-card--tip-box-card:has(.list-card__image-container)
  .list-card__image-container[data-v-9eb40dfa] {
  height: 86px;
  order: 2;
  width: 86px;
}
.list-card.list-card--tip-box-card[data-v-9eb40dfa] {
  border-left: 4px solid #ffda2c;
  height: 86px;
  min-height: 86px;
}
.list-card.list-card--tip-box-card .list-card__text[data-v-9eb40dfa] span {
  color: #214ea3;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.list-card.list-card--tip-box-card .list-card__header[data-v-9eb40dfa] {
  -webkit-line-clamp: 2;
}
.list-card.list-card--deals-card-red:has(.list-card__image-container)
  .list-card__content[data-v-9eb40dfa],
.list-card.list-card--deals-card:has(.list-card__image-container)
  .list-card__content[data-v-9eb40dfa] {
  grid-template-columns: 1fr 86px;
}
.list-card.list-card--deals-card-red:has(.list-card__image-container)
  .list-card__image-container[data-v-9eb40dfa],
.list-card.list-card--deals-card:has(.list-card__image-container)
  .list-card__image-container[data-v-9eb40dfa] {
  height: 86px;
  order: 2;
  width: 86px;
}
.list-card.list-card--deals-card-red:has(.list-card__image-container)
  .list-card__content[data-v-9eb40dfa] {
  grid-template-columns: 1fr 132px;
}
.list-card.list-card--deals-card-red:has(.list-card__image-container)
  .list-card__image-container[data-v-9eb40dfa] {
  height: 100%;
  width: 132px;
}
.mobile-app
  .mse-footer-container
  > .wrapper[data-v-9eb40dfa]:not(:has(.mse-site-footer__how-site-works)) {
  display: none;
}
.related-articles
  .list-card.list-card--listing[data-v-9eb40dfa]:has(
    .list-card__image-container
  ) {
  height: auto;
  min-height: 120px;
}
.related-articles
  .list-card.list-card--listing:has(.list-card__image-container)
  .list-card__content[data-v-9eb40dfa],
.related-articles
  .list-card.list-card--listing:has(.list-card__image-container)
  .list-card__link[data-v-9eb40dfa] {
  display: grid;
  grid-template-columns: 1fr 120px;
}
.tools-and-calculators
  .list-card.list-card--widget-list-item-1[data-v-9eb40dfa] {
  height: 100%;
  min-height: 84px;
  padding-bottom: 16px;
}
.tools-and-calculators
  .list-card.list-card--widget-list-item-1
  .list-card__header-link[data-v-9eb40dfa] {
  color: #4a4a4a;
  font-family: MuseoSlab;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.tools-and-calculators
  .list-card.list-card--widget-list-item-1
  .list-card__content[data-v-9eb40dfa] {
  color: #4a4a4a;
  gap: 24px;
  padding-right: 16px;
}
.tools-and-calculators
  .list-card.list-card--widget-list-item-1
  .list-card__text-container[data-v-9eb40dfa] {
  gap: 4px;
}
.tools-and-calculators
  .list-card.list-card--widget-list-item-1
  .list-card__text[data-v-9eb40dfa] {
  color: #4a4a4a;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 0;
}
.tools-and-calculators
  .list-card.list-card--widget-list-item-1
  .list-card__image-container[data-v-9eb40dfa] {
  height: 60px;
  margin-top: 3px;
  width: 60px;
}
.deals-compact-list
  .list-card--deals-card:has(.list-card__image-container)
  .list-card__image-container[data-v-9eb40dfa] {
  height: 80px;
  width: 80px;
}
.deals-compact-list
  .list-card--deals-card:has(.list-card__image-container)
  .list-card__content[data-v-9eb40dfa] {
  grid-template-columns: 1fr 80px;
}
@media only screen and (max-width: 991px) {
  .list-card.list-card--listing[data-v-9eb40dfa]:has(
      .list-card__image-container
    ) {
    height: 120px;
  }
  .list-card.list-card--listing:has(.list-card__image-container)
    .list-card__content[data-v-9eb40dfa] {
    grid-template-columns: 1fr 120px;
  }
  .list-card.list-card--listing:has(.list-card__image-container)
    .list-card__text[data-v-9eb40dfa] {
    display: none;
  }
  .list-card.list-card--listing:has(.list-card__image-container)
    .list-card__header[data-v-9eb40dfa] {
    -webkit-line-clamp: 2;
  }
  .promo-box-items
    .list-card--listing[data-v-9eb40dfa]:has(.list-card__image-container) {
    height: auto;
    min-height: 120px;
  }
  .promo-box-items
    .list-card--listing:has(.list-card__image-container)
    .list-card__text[data-v-9eb40dfa] {
    display: -webkit-box;
    -webkit-line-clamp: 1;
  }
}
@media only screen and (min-width: 768px) {
  .promo-box-items
    .list-card--listing[data-v-9eb40dfa]:has(.list-card__image-container) {
    height: auto;
    min-height: 120px;
  }
  .promo-box-items
    .list-card--listing:has(.list-card__image-container)
    .list-card__text[data-v-9eb40dfa] {
    -webkit-line-clamp: 2;
  }
  .promo-box-items
    .list-card--listing:has(.list-card__image-container)
    .list-card__header[data-v-9eb40dfa] {
    -webkit-line-clamp: 1;
  }
  .promo-box-items
    .list-card--listing:has(.list-card__image-container)
    .list-card__content[data-v-9eb40dfa] {
    grid-template-columns: 1fr 140px;
  }
}
.mobile-app
  .mse-footer-container
  > .wrapper[data-v-befb3e6c]:not(:has(.mse-site-footer__how-site-works)) {
  display: none;
}
.tip-widget-list[data-v-befb3e6c] {
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow: hidden;
  transition: height 0.2s ease-in-out;
}
.list-link-wrapper[data-v-befb3e6c] {
  text-decoration: none;
}
.list-link-wrapper[data-v-befb3e6c]:hover {
  cursor: pointer;
  text-decoration: underline;
  -webkit-text-decoration-color: #273157;
  text-decoration-color: #273157;
}
.buttons[data-v-befb3e6c] {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}
.button[data-v-befb3e6c] {
  background: none;
  border: none;
  color: #fff;
  font-weight: 500;
  padding: 0;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
.button[data-v-befb3e6c]:focus,
.button[data-v-befb3e6c]:hover {
  cursor: pointer;
}
.button img[data-v-befb3e6c] {
  height: 16px;
  width: 16px;
}
.button__more img[data-v-befb3e6c] {
  transform: rotate(90deg);
}
.mobile-app
  .mse-footer-container
  > .wrapper[data-v-ae5eb5e8]:not(:has(.mse-site-footer__how-site-works)) {
  display: none;
}
.hero[data-v-ae5eb5e8] {
  border-radius: 4px;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  padding: 9px 16px 11px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.hero[data-v-ae5eb5e8]:hover {
  text-decoration: underline;
}
.hero[data-v-ae5eb5e8]:active {
  text-decoration: none;
}
.hero[data-v-ae5eb5e8] {
  background: #c62035;
  border: 2px solid #c62035;
  color: #fff;
}
.hero[data-v-ae5eb5e8]:active {
  background: #980013;
  border-color: #980013;
}
.mobile-app
  .mse-footer-container
  > .wrapper[data-v-18e094f7]:not(:has(.mse-site-footer__how-site-works)) {
  display: none;
}
.email-input-wrapper[data-v-18e094f7] {
  display: grid;
  grid-area: form;
  grid-template-columns: 2fr -webkit-max-content;
  grid-template-columns: 2fr max-content;
  margin: 24px 0;
  grid-row-gap: 4px;
  transition: all 0.2s ease-in-out;
}
.email-input-wrapper[data-v-18e094f7] .hero {
  border: unset;
  font-size: 16px;
  padding: 10px 8px;
}
.email-input[data-v-18e094f7] {
  background-color: #fff;
  border: 0;
  border-radius: 4px 0 0 4px;
  color: #4a4a4a;
  padding-left: 16px;
  width: 100%;
}
.email-input[data-v-18e094f7]::-webkit-input-placeholder {
  color: #4a4a4a;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  opacity: 1;
}
.email-input[data-v-18e094f7]::-ms-input-placeholder {
  color: #4a4a4a;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  opacity: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .email-input-wrapper[data-v-18e094f7] {
    margin: 0 0 16px 24px;
  }
}
.mobile-app
  .mse-footer-container
  > .wrapper[data-v-37d77949]:not(:has(.mse-site-footer__how-site-works)) {
  display: none;
}
.tip-widget__links-container[data-v-37d77949] {
  grid-area: links;
}
.tip-widget__links[data-v-37d77949] {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}
.tip-widget__links--item[data-v-37d77949] {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
.tip-widget__links .divider[data-v-37d77949] {
  background: #fff;
  height: 24px;
  width: 1px;
}
@media only screen and (min-width: 992px) {
  .tip-widget__links-container[data-v-37d77949] {
    display: flex;
    justify-content: center;
  }
  .tip-widget__links--item[data-v-37d77949] {
    font-size: 12px;
  }
  .tip-widget__links[data-v-37d77949] {
    width: 232px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tip-widget__links[data-v-37d77949] {
    margin-left: 24px;
    margin-top: 0;
  }
}
.mobile-app
  .mse-footer-container
  > .wrapper[data-v-72ba4513]:not(:has(.mse-site-footer__how-site-works)) {
  display: none;
}
.tip-widget-wrapper[data-v-72ba4513] {
  background: url("/img/d76426722f07b5cd4758ecc710fa3b74dcc2b1a4.svg")
    top/contain no-repeat #273157;
  box-shadow: 0 4px 16px 0 rgba(127, 133, 151, 0.5);
  height: auto;
  width: 100%;
}
.tip-widget[data-v-72ba4513] {
  color: #fff;
  display: grid;
  grid-template-areas: "title" "subtitle" "form" "cards" "links";
  grid-template-columns: 1fr;
  padding: 24px 16px 12px;
  position: relative;
}
.tip-widget__tag[data-v-72ba4513] {
  align-items: center;
  background: #c62035;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  gap: 4px;
  justify-content: center;
  left: 16px;
  line-height: 20px;
  padding: 4px 8px;
  position: absolute;
  top: -14px;
}
.tip-widget__tag img[data-v-72ba4513],
.tip-widget__tag span[data-v-72ba4513] {
  display: inline-block;
}
.tip-widget__title[data-v-72ba4513] {
  margin-bottom: 8px;
}
.tip-widget__title a[data-v-72ba4513] {
  background-color: #273157;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: #fff;
  display: inline;
  font-family: MuseoSlab;
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
  padding: 4px 8px;
  text-decoration: none;
}
.tip-widget__title a[data-v-72ba4513]:focus,
.tip-widget__title a[data-v-72ba4513]:hover {
  text-decoration: underline;
}
.tip-widget__title[data-v-72ba4513] strong {
  color: #ffda2c;
  font-weight: inherit;
}
.tip-widget__title[data-v-72ba4513] br {
  display: none;
}
.tip-widget__title[data-v-72ba4513] {
  grid-area: title;
}
.tip-widget__subtitle[data-v-72ba4513] {
  font-size: 14px;
  font-weight: 400;
  grid-area: subtitle;
  line-height: 20px;
}
.tip-widget__subtitle p[data-v-72ba4513] {
  margin: 0;
}
.tip-widget__cards[data-v-72ba4513] {
  display: grid;
  grid-area: cards;
}
.tip-widget__cards--list[data-v-72ba4513] {
  display: block;
}
.tip-widget__cards--cta[data-v-72ba4513] {
  display: none;
}
.tip-widget__links-container[data-v-72ba4513] {
  grid-area: links;
}
.tip-widget__form[data-v-72ba4513] {
  grid-area: form;
}
@media only screen and (min-width: 992px) {
  .tip-widget-wrapper[data-v-72ba4513] {
    background-image: url("/img/1cee214bb1acbc065a39e536d7dc77f4224315ab.svg");
    border-radius: 4px 32px 4px 4px;
    height: auto;
  }
  .tip-widget__links-container[data-v-72ba4513] {
    display: flex;
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tip-widget-wrapper[data-v-72ba4513] {
    background: url("/img/8115a8b62e493964411674651188b6798c8f72d9.svg") 0 /
      cover no-repeat #273157;
  }
  .tip-widget[data-v-72ba4513] {
    grid-template-areas: "title title" "cards cards" "subtitle form" "subtitle links";
    grid-template-columns: 1fr 1fr;
  }
  .tip-widget__title[data-v-72ba4513] {
    margin-bottom: 0;
  }
  .tip-widget__cards--cta[data-v-72ba4513] {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
  }
  .tip-widget__cards--cta a span[data-v-72ba4513] {
    margin-right: 2px;
  }
  .tip-widget__cards--cta a[data-v-72ba4513] {
    color: #fff;
    font-weight: 500;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
  }
}

.mobile-app
  .mse-footer-container
  > .wrapper[data-v-3439bbf1]:not(:has(.mse-site-footer__how-site-works)) {
  display: none;
}
.latest-tabs[data-v-3439bbf1] {
  border-radius: 4px 36px 4px 4px;
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.25);
  margin: 0 16px;
}
.latest-tabs__content[data-v-3439bbf1] {
  background-color: #fff;
  border-radius: 0 0 4px 4px;
  padding: 16px 0 16px 24px;
}
.latest-tabs__tabs[data-v-3439bbf1] {
  background-color: #273157;
  border-bottom: 2px solid #c62035;
  border-radius: 4px 36px 0 0;
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  padding: 36px 8px 0;
}
.latest-tabs__links[data-v-3439bbf1] {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: flex-end;
  padding-right: 16px;
}
.latest-tabs__link[data-v-3439bbf1] {
  align-items: center;
  color: #214ea3;
  display: flex;
  flex-wrap: nowrap;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  white-space: nowrap;
}
.latest-tabs__link[data-v-3439bbf1]:after {
  background: url("/img/41fe5265477f23f0d10c0bbf31f511873a1030e2.svg") no-repeat
    50%/24px 24px;
  content: "";
  display: inline-block;
  height: 24px;
  width: 24px;
}
.tab-button[data-v-3439bbf1] {
  align-items: center;
  background-color: #ecedf1;
  border: none;
  border-radius: 4px 4px 0 0;
  border-top: 4px solid #dadce4;
  color: #666;
  cursor: pointer;
  display: flex;
  flex: 0 1 103px;
  flex-direction: column;
  font-family: MuseoSlab;
  font-size: 16px;
  font-weight: 700;
  height: 72px;
  justify-content: center;
  line-height: 24px;
  padding: 12px 8px 16px;
}
.tab-button span[data-v-3439bbf1] {
  display: block;
  width: -webkit-min-content;
  width: min-content;
  word-break: normal;
}
.tab-button.active[data-v-3439bbf1] {
  background-color: #fff;
  border-top: 4px solid #c62035;
  color: #4a4a4a;
  position: relative;
}
.tab-button.active[data-v-3439bbf1]:after {
  background-color: #fff;
  bottom: -2px;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}
.tab-content[data-v-3439bbf1] {
  align-items: stretch;
  border-bottom: 1px solid #b6bac9;
  display: grid;
  gap: 16px;
  grid-template-columns: 68px 1fr;
  padding: 16px 0;
}
.tab-content[data-v-3439bbf1]:first-of-type {
  padding-top: 0;
}
.tab-content[data-v-3439bbf1]:has(+ .latest-tabs__links) {
  border-bottom: none;
}
.tab-content__image[data-v-3439bbf1] {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.tab-content__icon[data-v-3439bbf1] {
  display: flex;
}
.tab-content__info[data-v-3439bbf1] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-right: 16px;
}
.tab-content__title[data-v-3439bbf1] {
  color: #214ea3;
  display: -webkit-box;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-decoration: none;
}
.tab-content__title[data-v-3439bbf1]:hover {
  text-decoration: underline;
}
.tab-content__date[data-v-3439bbf1] {
  color: #4a4a4a;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.tab-content__image-link[data-v-3439bbf1] {
  border-radius: 4px;
  display: inline-block;
  height: 68px;
  overflow: hidden;
  width: 68px;
}
@media only screen and (min-width: 768px) {
  .latest-tabs__tabs[data-v-3439bbf1] {
    padding: 42px 16px 0;
  }
  .tab-button[data-v-3439bbf1] {
    flex: 0 1 121px;
  }
  .tab-content__title[data-v-3439bbf1] {
    -webkit-line-clamp: 2;
  }
}
@media only screen and (min-width: 992px) {
  .latest-tabs[data-v-3439bbf1] {
    border-radius: 4px;
    box-shadow: none;
    margin: 0;
  }
  .latest-tabs__content[data-v-3439bbf1] {
    padding: 16px 0 16px 9px;
  }
  .latest-tabs__tabs[data-v-3439bbf1] {
    border-radius: 4px 4px 0 0;
    padding: 36px 8px 0;
  }
  .latest-tabs__links[data-v-3439bbf1] {
    gap: 4px;
    justify-content: unset;
    padding-right: 0;
  }
  .tab-button[data-v-3439bbf1] {
    flex: 0 1 84px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 12px 2px 16px;
  }
  .tab-content__title[data-v-3439bbf1] {
    -webkit-line-clamp: 4;
    font-size: 12px;
    line-height: 14px;
  }
}
@media only screen and (min-width: 1440px) {
  .latest-tabs__link[data-v-3439bbf1] {
    font-size: 14px;
    line-height: 20px;
  }
}

.list-card[data-v-9eb40dfa] {
  align-items: flex-start;
  background: #fff;
  border-radius: 4px 36px 4px 4px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
}
.list-card__content[data-v-9eb40dfa] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  width: 100%;
}
.list-card__image-container[data-v-9eb40dfa] {
  height: 260px;
  overflow: hidden;
  width: 100%;
}
.list-card__image[data-v-9eb40dfa] {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.list-card__info[data-v-9eb40dfa],
.list-card__text-container[data-v-9eb40dfa] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.list-card__header[data-v-9eb40dfa],
.list-card__text[data-v-9eb40dfa] {
  margin: 0;
  padding: 0 16px;
}
.list-card__header[data-v-9eb40dfa] {
  color: #273157;
  font-family: MuseoSlab;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}
.list-card__header-link[data-v-9eb40dfa] {
  color: #273157;
  text-decoration: none;
}
.list-card__header-link[data-v-9eb40dfa]:focus,
.list-card__header-link[data-v-9eb40dfa]:hover {
  text-decoration: underline;
}
.list-card__text[data-v-9eb40dfa] img {
  height: auto;
  max-width: 100%;
}
.list-card__text[data-v-9eb40dfa] {
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.list-card.list-card--listing[data-v-9eb40dfa]:has(
    .list-card__image-container
  ) {
  height: 156px;
}
.list-card.list-card--listing:has(.list-card__image-container)
  .list-card__content[data-v-9eb40dfa] {
  grid-template-columns: 1fr 216px;
}
.list-card.list-card--listing:has(.list-card__image-container)
  .list-card__image-container[data-v-9eb40dfa] {
  height: auto;
  order: 2;
}
.list-card.list-card--listing:has(.list-card__image-container)
  .list-card__text[data-v-9eb40dfa] {
  -webkit-line-clamp: 3;
}
.list-card.list-card--list-item[data-v-9eb40dfa]:has(.list-card__tag) {
  border-bottom: 1px solid #b6bac9;
}
.list-card.list-card--widget-list-item-1[data-v-9eb40dfa] {
  align-items: stretch;
  border-radius: 0;
  box-shadow: none;
  flex-direction: row;
  height: 88px;
}
.list-card.list-card--widget-list-item-1[data-v-9eb40dfa]:has(
    .list-card__text
  ) {
  height: auto;
}
.list-card.list-card--widget-list-item-1:has(.list-card__text)
  .list-card__image-container[data-v-9eb40dfa] {
  height: 70px;
}
.list-card.list-card--widget-list-item-1:has(.list-card__text)
  .list-card__header[data-v-9eb40dfa] {
  font-size: 14px;
  line-height: 18px;
}
.list-card.list-card--widget-list-item-1:has(.list-card__text)
  .list-card__text-container[data-v-9eb40dfa] {
  gap: 4px;
}
.list-card.list-card--widget-list-item-1 .list-card__content[data-v-9eb40dfa] {
  align-items: stretch;
  border-bottom: 1px solid #dadce4;
  display: grid;
  grid-template-columns: 70px 1fr;
  padding-bottom: 16px;
}
.list-card.list-card--widget-list-item-1 .list-card__header[data-v-9eb40dfa] {
  color: #214ea3;
  display: -webkit-box;
  font-size: 16px;
  line-height: 24px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family:
    Helvetica Neue,
    Arial,
    Helvetica,
    sans-serif;
  font-weight: 500;
  overflow: hidden;
  padding: 0;
  text-overflow: ellipsis;
}
.list-card.list-card--widget-list-item-1
  .list-card__header-link[data-v-9eb40dfa] {
  color: #214ea3;
}
.list-card.list-card--widget-list-item-1
  .list-card__image-container[data-v-9eb40dfa] {
  border-radius: 4px;
  height: 100%;
}
.list-card.list-card--widget-list-item-1 .list-card__info[data-v-9eb40dfa] {
  gap: 4px;
  height: 100%;
  justify-content: space-between;
}
.list-card.list-card--widget-list-item-1 .list-card__text[data-v-9eb40dfa] {
  border-left: none;
  color: #565656;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
  padding: 0;
}
.list-card.list-card--tip-box-card[data-v-9eb40dfa] {
  align-items: stretch;
  border-radius: 4px;
  flex-direction: row;
}
.list-card.list-card--tip-box-card.link .list-card__text[data-v-9eb40dfa] {
  display: flex;
  justify-content: space-between;
}
.list-card.list-card--tip-box-card.link .list-card__info[data-v-9eb40dfa] {
  justify-content: center;
}
.list-card.list-card--tip-box-card .list-card__content[data-v-9eb40dfa] {
  align-items: stretch;
  display: grid;
  gap: 0;
}
.list-card.list-card--tip-box-card .list-card__info[data-v-9eb40dfa] {
  gap: 0;
  height: 100%;
  padding: 6px 0;
}
.list-card.list-card--tip-box-card .list-card__text-container[data-v-9eb40dfa] {
  gap: 0;
}
.list-card.list-card--tip-box-card .list-card__text[data-v-9eb40dfa] {
  display: -webkit-box;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding: 0 8px 0 12px;
  text-overflow: ellipsis;
}
.list-card.list-card--tip-box-card .list-card__header[data-v-9eb40dfa] {
  display: -webkit-box;
  font-family:
    Helvetica Neue,
    Arial,
    Helvetica,
    sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  overflow: hidden;
  padding: 0 8px 2px 12px;
  text-overflow: ellipsis;
}
.list-card.list-card--tip-box-card:has(.list-card__image-container)
  .list-card__content[data-v-9eb40dfa] {
  grid-template-columns: 1fr 86px;
}
.list-card.list-card--tip-box-card:has(.list-card__image-container)
  .list-card__image-container[data-v-9eb40dfa] {
  height: 86px;
  order: 2;
  width: 86px;
}
.list-card.list-card--tip-box-card[data-v-9eb40dfa] {
  border-left: 4px solid #ffda2c;
  height: 86px;
  min-height: 86px;
}
.list-card.list-card--tip-box-card .list-card__text[data-v-9eb40dfa] span {
  color: #214ea3;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.list-card.list-card--tip-box-card .list-card__header[data-v-9eb40dfa] {
  -webkit-line-clamp: 2;
}
.list-card.list-card--deals-card-red:has(.list-card__image-container)
  .list-card__content[data-v-9eb40dfa],
.list-card.list-card--deals-card:has(.list-card__image-container)
  .list-card__content[data-v-9eb40dfa] {
  grid-template-columns: 1fr 86px;
}
.list-card.list-card--deals-card-red:has(.list-card__image-container)
  .list-card__image-container[data-v-9eb40dfa],
.list-card.list-card--deals-card:has(.list-card__image-container)
  .list-card__image-container[data-v-9eb40dfa] {
  height: 86px;
  order: 2;
  width: 86px;
}
.list-card.list-card--deals-card-red:has(.list-card__image-container)
  .list-card__content[data-v-9eb40dfa] {
  grid-template-columns: 1fr 132px;
}
.list-card.list-card--deals-card-red:has(.list-card__image-container)
  .list-card__image-container[data-v-9eb40dfa] {
  height: 100%;
  width: 132px;
}
.mobile-app
  .mse-footer-container
  > .wrapper[data-v-9eb40dfa]:not(:has(.mse-site-footer__how-site-works)) {
  display: none;
}
.related-articles
  .list-card.list-card--listing[data-v-9eb40dfa]:has(
    .list-card__image-container
  ) {
  height: auto;
  min-height: 120px;
}
.related-articles
  .list-card.list-card--listing:has(.list-card__image-container)
  .list-card__content[data-v-9eb40dfa],
.related-articles
  .list-card.list-card--listing:has(.list-card__image-container)
  .list-card__link[data-v-9eb40dfa] {
  display: grid;
  grid-template-columns: 1fr 120px;
}
.tools-and-calculators
  .list-card.list-card--widget-list-item-1[data-v-9eb40dfa] {
  height: 100%;
  min-height: 84px;
  padding-bottom: 16px;
}
.tools-and-calculators
  .list-card.list-card--widget-list-item-1
  .list-card__header-link[data-v-9eb40dfa] {
  color: #4a4a4a;
  font-family: MuseoSlab;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.tools-and-calculators
  .list-card.list-card--widget-list-item-1
  .list-card__content[data-v-9eb40dfa] {
  color: #4a4a4a;
  gap: 24px;
  padding-right: 16px;
}
.tools-and-calculators
  .list-card.list-card--widget-list-item-1
  .list-card__text-container[data-v-9eb40dfa] {
  gap: 4px;
}
.tools-and-calculators
  .list-card.list-card--widget-list-item-1
  .list-card__text[data-v-9eb40dfa] {
  color: #4a4a4a;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 0;
}
.tools-and-calculators
  .list-card.list-card--widget-list-item-1
  .list-card__image-container[data-v-9eb40dfa] {
  height: 60px;
  margin-top: 3px;
  width: 60px;
}
.deals-compact-list
  .list-card--deals-card:has(.list-card__image-container)
  .list-card__image-container[data-v-9eb40dfa] {
  height: 80px;
  width: 80px;
}
.deals-compact-list
  .list-card--deals-card:has(.list-card__image-container)
  .list-card__content[data-v-9eb40dfa] {
  grid-template-columns: 1fr 80px;
}
@media only screen and (max-width: 991px) {
  .list-card.list-card--listing[data-v-9eb40dfa]:has(
      .list-card__image-container
    ) {
    height: 120px;
  }
  .list-card.list-card--listing:has(.list-card__image-container)
    .list-card__content[data-v-9eb40dfa] {
    grid-template-columns: 1fr 120px;
  }
  .list-card.list-card--listing:has(.list-card__image-container)
    .list-card__text[data-v-9eb40dfa] {
    display: none;
  }
  .list-card.list-card--listing:has(.list-card__image-container)
    .list-card__header[data-v-9eb40dfa] {
    -webkit-line-clamp: 2;
  }
  .promo-box-items
    .list-card--listing[data-v-9eb40dfa]:has(.list-card__image-container) {
    height: auto;
    min-height: 120px;
  }
  .promo-box-items
    .list-card--listing:has(.list-card__image-container)
    .list-card__text[data-v-9eb40dfa] {
    display: -webkit-box;
    -webkit-line-clamp: 1;
  }
}
@media only screen and (min-width: 768px) {
  .promo-box-items
    .list-card--listing[data-v-9eb40dfa]:has(.list-card__image-container) {
    height: auto;
    min-height: 120px;
  }
  .promo-box-items
    .list-card--listing:has(.list-card__image-container)
    .list-card__text[data-v-9eb40dfa] {
    -webkit-line-clamp: 2;
  }
  .promo-box-items
    .list-card--listing:has(.list-card__image-container)
    .list-card__header[data-v-9eb40dfa] {
    -webkit-line-clamp: 1;
  }
  .promo-box-items
    .list-card--listing:has(.list-card__image-container)
    .list-card__content[data-v-9eb40dfa] {
    grid-template-columns: 1fr 140px;
  }
}
.stitcher-breadcrumb__item {
  color: #214ea3;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.stitcher-breadcrumb__item:not(:last-of-type):after {
  content: url("/img/a31ec4646fe477348123fc93c462c66353943724.svg");
  display: inline-block;
  height: 16px;
  width: 16px;
}
.stitcher-breadcrumb__item-link,
.stitcher-breadcrumb__item-link:focus,
.stitcher-breadcrumb__item-link:hover,
.stitcher-breadcrumb__item-link:visited {
  color: #214ea3;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
.stitcher-breadcrumb__icon {
  display: none;
}
.mobile-app
  .mse-footer-container
  > .wrapper:not(:has(.mse-site-footer__how-site-works)) {
  display: none;
}
body {
  background-color: #f3f5fa;
}
.related-articles
  .list-card.list-card--listing:has(.list-card__image-container) {
  height: auto;
  min-height: 120px;
}
.related-articles
  .list-card.list-card--listing:has(.list-card__image-container)
  .list-card__content,
.related-articles
  .list-card.list-card--listing:has(.list-card__image-container)
  .list-card__link {
  display: grid;
  grid-template-columns: 1fr 120px;
}
.tools-and-calculators .list-card.list-card--widget-list-item-1 {
  height: 100%;
  min-height: 84px;
  padding-bottom: 16px;
}
.tools-and-calculators
  .list-card.list-card--widget-list-item-1
  .list-card__header-link {
  color: #4a4a4a;
  font-family: MuseoSlab;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.tools-and-calculators
  .list-card.list-card--widget-list-item-1
  .list-card__content {
  color: #4a4a4a;
  gap: 24px;
  padding-right: 16px;
}
.tools-and-calculators
  .list-card.list-card--widget-list-item-1
  .list-card__text-container {
  gap: 4px;
}
.tools-and-calculators
  .list-card.list-card--widget-list-item-1
  .list-card__text {
  color: #4a4a4a;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 0;
}
.tools-and-calculators
  .list-card.list-card--widget-list-item-1
  .list-card__image-container {
  height: 60px;
  margin-top: 3px;
  width: 60px;
}
.deals-compact-list
  .list-card--deals-card:has(.list-card__image-container)
  .list-card__image-container {
  height: 80px;
  width: 80px;
}
.deals-compact-list
  .list-card--deals-card:has(.list-card__image-container)
  .list-card__content {
  grid-template-columns: 1fr 80px;
}
.tools-and-calculators {
  background: #fff;
  margin: 16px 16px 0;
  position: relative;
}
.tools-and-calculators__container {
  border-radius: 8px;
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.25);
}
.tools-and-calculators__tag {
  background: #c62035;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  left: 16px;
  line-height: 20px;
  padding: 4px 8px;
  position: absolute;
  top: -14px;
}
.tools-and-calculators__header {
  background: #6087f1;
  background-image: url("/img/17ea2fee8a006f3e2c0ee6f984c32f0fa89c60c1.svg");
  background-position: 100%;
  background-repeat: no-repeat;
  border-radius: 8px 8px 0 0;
  display: flex;
  justify-items: flex-start;
  padding: 26px 16px 24px;
}
.tools-and-calculators__header span {
  background-color: #273157;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: #fff;
  display: inline;
  font-family: MuseoSlab;
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
  padding: 4px 8px;
  text-decoration: none;
}
.tools-and-calculators__header span strong {
  color: #ffda2c;
  font-weight: 600;
}
.tools-and-calculators__content {
  background: #fff;
  display: grid;
  padding-left: 16px;
  padding-top: 16px;
}
.tools-and-calculators__link {
  display: flex;
  justify-content: flex-end;
  margin-top: 32px;
  padding-bottom: 16px;
  padding-right: 16px;
}
.tools-and-calculators__link a {
  align-items: center;
  color: #214ea3;
  display: flex;
  flex-wrap: nowrap;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  white-space: nowrap;
}
.tools-and-calculators__link a:after {
  background: url("/img/41fe5265477f23f0d10c0bbf31f511873a1030e2.svg") no-repeat
    50%/24px 24px;
  content: "";
  display: inline-block;
  height: 24px;
  width: 24px;
}
.tools-and-calculators__link a {
  text-decoration: none;
}
@media only screen and (max-width: 991px) {
  .promo-box-items .list-card--listing:has(.list-card__image-container) {
    height: auto;
    min-height: 120px;
  }
  .promo-box-items
    .list-card--listing:has(.list-card__image-container)
    .list-card__text {
    display: -webkit-box;
    -webkit-line-clamp: 1;
  }
}
@media only screen and (max-width: 767px) {
  .tools-and-calculators__header {
    padding-right: 72px;
  }
}
@media only screen and (min-width: 768px) {
  .stitcher-breadcrumb__item:not(:last-of-type):after {
    margin: 0 4px;
  }
  .promo-box-items .list-card--listing:has(.list-card__image-container) {
    height: auto;
    min-height: 120px;
  }
  .promo-box-items
    .list-card--listing:has(.list-card__image-container)
    .list-card__text {
    -webkit-line-clamp: 2;
  }
  .promo-box-items
    .list-card--listing:has(.list-card__image-container)
    .list-card__header {
    -webkit-line-clamp: 1;
  }
  .promo-box-items
    .list-card--listing:has(.list-card__image-container)
    .list-card__content {
    grid-template-columns: 1fr 140px;
  }
}
@media only screen and (min-width: 992px) {
  .tools-and-calculators {
    margin: 16px 0 0;
  }
  .tools-and-calculators__link a {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1440px) {
  .tools-and-calculators__link a {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tools-and-calculators__header {
    background-image: url("/img/1b27eca15663d195a964b49d72ab72dfb775463a.svg");
    padding-top: 30px;
  }
  .tools-and-calculators__content {
    column-gap: 64px;
    grid-template-columns: 1fr 1fr;
  }
}

.mobile-app
  .mse-footer-container
  > .wrapper[data-v-ae5eb5e8]:not(:has(.mse-site-footer__how-site-works)) {
  display: none;
}
.hero[data-v-ae5eb5e8] {
  border-radius: 4px;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  padding: 9px 16px 11px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.hero[data-v-ae5eb5e8]:hover {
  text-decoration: underline;
}
.hero[data-v-ae5eb5e8]:active {
  text-decoration: none;
}
.hero[data-v-ae5eb5e8] {
  background: #c62035;
  border: 2px solid #c62035;
  color: #fff;
}
.hero[data-v-ae5eb5e8]:active {
  background: #980013;
  border-color: #980013;
}
.mobile-app
  .mse-footer-container
  > .wrapper[data-v-18e094f7]:not(:has(.mse-site-footer__how-site-works)) {
  display: none;
}
.email-input-wrapper[data-v-18e094f7] {
  display: grid;
  grid-area: form;
  grid-template-columns: 2fr -webkit-max-content;
  grid-template-columns: 2fr max-content;
  margin: 24px 0;
  grid-row-gap: 4px;
  transition: all 0.2s ease-in-out;
}
.email-input-wrapper[data-v-18e094f7] .hero {
  border: unset;
  font-size: 16px;
  padding: 10px 8px;
}
.email-input[data-v-18e094f7] {
  background-color: #fff;
  border: 0;
  border-radius: 4px 0 0 4px;
  color: #4a4a4a;
  padding-left: 16px;
  width: 100%;
}
.email-input[data-v-18e094f7]::-webkit-input-placeholder {
  color: #4a4a4a;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  opacity: 1;
}
.email-input[data-v-18e094f7]::-ms-input-placeholder {
  color: #4a4a4a;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  opacity: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .email-input-wrapper[data-v-18e094f7] {
    margin: 0 0 16px 24px;
  }
}
.mobile-app
  .mse-footer-container
  > .wrapper[data-v-37d77949]:not(:has(.mse-site-footer__how-site-works)) {
  display: none;
}
.tip-widget__links-container[data-v-37d77949] {
  grid-area: links;
}
.tip-widget__links[data-v-37d77949] {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}
.tip-widget__links--item[data-v-37d77949] {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
.tip-widget__links .divider[data-v-37d77949] {
  background: #fff;
  height: 24px;
  width: 1px;
}
@media only screen and (min-width: 992px) {
  .tip-widget__links-container[data-v-37d77949] {
    display: flex;
    justify-content: center;
  }
  .tip-widget__links--item[data-v-37d77949] {
    font-size: 12px;
  }
  .tip-widget__links[data-v-37d77949] {
    width: 232px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tip-widget__links[data-v-37d77949] {
    margin-left: 24px;
    margin-top: 0;
  }
}
.stitcher-breadcrumb__item {
  color: #214ea3;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.stitcher-breadcrumb__item:not(:last-of-type):after {
  content: url("/img/a31ec4646fe477348123fc93c462c66353943724.svg");
  display: inline-block;
  height: 16px;
  width: 16px;
}
.stitcher-breadcrumb__item-link,
.stitcher-breadcrumb__item-link:focus,
.stitcher-breadcrumb__item-link:hover,
.stitcher-breadcrumb__item-link:visited {
  color: #214ea3;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
.stitcher-breadcrumb__icon {
  display: none;
}
.mobile-app
  .mse-footer-container
  > .wrapper:not(:has(.mse-site-footer__how-site-works)) {
  display: none;
}
body {
  background-color: #f3f5fa;
}
@media only screen and (min-width: 768px) {
  .stitcher-breadcrumb__item:not(:last-of-type):after {
    margin: 0 4px;
  }
}

.mobile-app
  .mse-footer-container
  > .wrapper[data-v-12e54050]:not(:has(.mse-site-footer__how-site-works)) {
  display: none;
}
.mobile-app
  .mse-footer-container
  > .wrapper[data-v-1c9ab9ce]:not(:has(.mse-site-footer__how-site-works)) {
  display: none;
}
.save-article[data-v-1c9ab9ce] {
  align-items: center;
  background-color: #fff;
  border: 1px solid #dadce4;
  border-radius: 4px;
  color: #214ea3;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  justify-content: center;
  line-height: 24px;
  padding: 11px 16px;
  position: relative;
}
.save-article[data-v-1c9ab9ce]:before {
  content: url("/img/863cab3b06cfb089b9e062afcb3b07793a3308bc.svg");
  height: 24px;
  width: 24px;
}
.save-article[data-v-1c9ab9ce]:focus,
.save-article[data-v-1c9ab9ce]:hover {
  border-color: #2c56a7;
}
.save-article + .save-article-dropdown[data-v-1c9ab9ce] {
  display: none;
}
.save-article-container[data-v-1c9ab9ce] {
  display: inline-block;
  position: relative;
}
.save-article-dropdown[data-v-1c9ab9ce] {
  align-items: flex-start;
  background: #fff;
  border: 1px solid #214ea3;
  border-radius: 4px;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.25);
  flex-direction: column;
  gap: 12px;
  min-width: 145px;
  position: absolute;
  right: 18px;
  top: 59px;
  z-index: 2;
}
.save-article-dropdown[data-v-1c9ab9ce]:before {
  content: url("/img/f1e719acae5f7414c7ff4927468a02b439ad7440.svg");
  height: 13px;
  position: absolute;
  right: 8px;
  top: -15px;
  width: 23px;
}
.save-article-dropdown ul[data-v-1c9ab9ce] {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.save-article-dropdown ul li a[data-v-1c9ab9ce] {
  display: block;
  font-size: 16px;
  font-weight: 500;
  font-weight: 400;
  line-height: 24px;
  padding: 7px 16px;
  position: relative;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
}
.save-article-dropdown ul li a.save-article-my-account[data-v-1c9ab9ce] {
  color: #214ea3;
  padding-bottom: 11px;
}
.save-article-dropdown ul li a.save-article-my-account[data-v-1c9ab9ce]:before {
  content: url("/img/c02e9a12077815eea9afe92310aa2b8502cabcc6.svg");
  display: inline-block;
  margin-right: 4px;
  position: relative;
  text-align: center;
  top: 2px;
  width: 24px;
}
.save-article-dropdown ul li a.save-article-my-account[data-v-1c9ab9ce]:after {
  border-bottom: 1px solid #dadce4;
  bottom: 0;
  content: "";
  display: inline-block;
  left: 16px;
  position: absolute;
  width: calc(100% - 32px);
}
.save-article-dropdown ul li a.save-article-remove[data-v-1c9ab9ce] {
  color: #6e111e;
  padding-top: 11px;
}
.save-article-dropdown ul li a.save-article-remove[data-v-1c9ab9ce]:before {
  content: url("/img/d2e209a4358ce9bf5d204a9593a08eba19c80431.svg");
  display: inline-block;
  margin-right: 4px;
  position: relative;
  text-align: center;
  top: 2px;
  width: 24px;
}
@media only screen and (max-width: 767px) {
  .save-article[data-v-1c9ab9ce] {
    flex-direction: column;
    font-size: 12px;
    line-height: 15px;
    padding: 4px 8px;
    width: 49px;
  }
  .save-article-dropdown[data-v-1c9ab9ce] {
    right: -2px;
  }
  .save-article-dropdown[data-v-1c9ab9ce]:before {
    right: 13px;
  }
}
.mobile-app
  .mse-footer-container
  > .wrapper[data-v-5fc77b87]:not(:has(.mse-site-footer__how-site-works)) {
  display: none;
}
.button[data-v-5fc77b87] {
  align-items: center;
  background: #fff;
  border: 1px solid #dadce4;
  border-radius: 4px;
  display: flex;
  justify-content: center;
}
.button[data-v-5fc77b87]:hover {
  border-color: #273157;
  cursor: pointer;
}
.button[data-v-5fc77b87] {
  flex-direction: column;
  height: 48px;
  padding: 4px 8px;
}
.button__text[data-v-5fc77b87] {
  color: #214ea3;
  font-family:
    Helvetica Neue,
    Arial,
    Helvetica,
    sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  width: -webkit-max-content;
  width: max-content;
}
.button img[data-v-5fc77b87] {
  height: 24px;
  width: 24px;
}
@media only screen and (min-width: 768px) {
  .button[data-v-5fc77b87] {
    flex-direction: row;
    gap: 4px;
    padding: 11px 16px;
  }
  .button__text[data-v-5fc77b87] {
    font-size: 16px;
    line-height: 24px;
  }
  .button img[data-v-5fc77b87] {
    margin-right: 4px;
  }
}
.mobile-app
  .mse-footer-container
  > .wrapper[data-v-340b9156]:not(:has(.mse-site-footer__how-site-works)) {
  display: none;
}
.share-button[data-v-340b9156] {
  height: 100%;
  position: relative;
}
.share-button__actions[data-v-340b9156] {
  margin-left: 0;
}
.share-button__actions[data-v-340b9156]:has(.button__close) {
  margin-left: 16px;
}
.share-button__actions--lhs[data-v-340b9156]:has(.button__close) {
  margin-left: 16px;
}
.share-button__actions--lhs[data-v-340b9156]:has(.button__share) {
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  .share-button__actions--lhs[data-v-340b9156]:has(.button__close) {
    margin-left: 0;
  }
}

@font-face {
  font-family: "MuseoSlab";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/Museo_Slab_700-webfont.woff2") format("woff2");
}

@font-face {
  font-family: "MuseoSlab";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/Museo_Slab_700-webfont.woff2") format("woff2");
}

:root {
  --jump-to-content-bg-color: #492e77;
  --jump-to-content-color: #fff;
  --jump-to-content-font-size: 14px;
}

.globalLink.svelte-xox5k7 {
  font-family:
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  background-color: #f6f6f8;
  color: #273157;
  font-size: 14px;
  border: none;
  padding: 0 16px;
  margin: 0;
  cursor: pointer;
  text-decoration: none;
  display: block;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  white-space: nowrap;
  line-height: 20px;
}

@media screen and (max-width: 919px) {
  .globalLink.hiddenOnMobile.svelte-xox5k7 {
    display: none;
  }
}

@media screen and (max-width: 975px) {
  .globalLink.svelte-xox5k7 {
    padding: 0 8px;
  }
}

@media screen and (max-width: 919px) {
  .globalLink.svelte-xox5k7 {
    background: #273157;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 16px;
  }
}

@media screen and (max-width: 768px) {
  .globalLink.svelte-xox5k7 {
    font-size: 14px;
    line-height: 20px;
    padding: 4px 16px;
  }
}

.globalLinks .globalLink {
  justify-content: space-between;
}

.globalLink svg * {
  fill: #273157;
}

@media screen and (max-width: 919px) {
  .globalLink svg * {
    fill: #fff;
  }
}

.globalItem-wrapper.svelte-j1h31 {
  position: relative;
  display: flex;
}

.globalItem-wrapper .globalLink {
  height: 100%;
}

@media screen and (max-width: 919px) {
  .globalItem-wrapper .globalLink {
    height: auto;
  }
}

@media screen and (min-width: 920px) {
  .popup[aria-hidden="false"].svelte-rycsq1:not(:focus-within) {
    background-color: #f6f6f7;
    transition: background-color 0.01s;
  }
}

.globalLinks.svelte-17vcq1w {
  grid-area: globalLinks-full;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  background: #273157;
  position: relative;
}

@media screen and (min-width: 920px) {
  .globalLinks.svelte-17vcq1w {
    grid-area: globalLinks-compact;
    justify-content: flex-end;
    gap: 1px;
    height: 40px;
    width: fit-content;
    background: linear-gradient(#4f5572, #f6f6f6);
    justify-self: end;
    align-items: stretch;
  }
}

nav.svelte-17vcq1w {
  display: flex;
  flex-wrap: nowrap;
  gap: 1px;
  background: linear-gradient(#4f5572, #f6f6f6);
}

@media screen and (max-width: 919px) {
  nav.svelte-17vcq1w {
    background: none;
  }
}

@media screen and (max-width: 919px) {
  .more button[name="more"] {
    display: none;
  }
}

.globalItem-wrapper .globalLink svg {
  transition: transform 0.3s ease;
}

.globalItem-wrapper:has(.popup-wrapper) .globalLink svg {
  transform: rotate(180deg);
}

.masthead.svelte-ubcfy8.svelte-ubcfy8 {
  grid-area: masthead;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

@media screen and (min-width: 920px) {
  .masthead.svelte-ubcfy8.svelte-ubcfy8 {
    height: var(--header-height-desktop);
  }
}

@media screen and (max-width: 400px) {
  .masthead.svelte-ubcfy8.svelte-ubcfy8 {
    height: var(--header-height-mobile);
  }
}

.branding.svelte-ubcfy8.svelte-ubcfy8 {
  display: grid;
  grid-template-areas: "martin logo extra" "martin header extra";
  align-items: center;
  column-gap: 8px;
}

@media screen and (min-width: 920px) {
  .branding.svelte-ubcfy8.svelte-ubcfy8 {
    column-gap: 16px;
    padding-top: 12px;
  }
}

@media screen and (min-width: 920px) and (max-width: 1350px) {
  .branding.svelte-ubcfy8.svelte-ubcfy8 {
    position: relative;
  }
}

@media screen and (min-width: 330px) and (max-width: 360px) {
  .branding.svelte-ubcfy8.svelte-ubcfy8 {
    column-gap: 4px;
  }
}

.branding.svelte-ubcfy8 figure.svelte-ubcfy8 {
  margin: 0;
}

.martin.svelte-ubcfy8.svelte-ubcfy8 {
  grid-area: martin;
  display: flex;
  padding: 8px 0 8px 16px;
}

@media screen and (min-width: 920px) {
  .martin.svelte-ubcfy8.svelte-ubcfy8 {
    padding: 0;
  }
}

@media screen and (max-width: 919px) {
  .martin.svelte-ubcfy8 img.svelte-ubcfy8 {
    border-radius: 50%;
  }
}

.logo.svelte-ubcfy8.svelte-ubcfy8 {
  grid-area: logo;
  align-self: end;
  padding-top: 8px;
}

@media screen and (min-width: 920px) {
  .logo.svelte-ubcfy8.svelte-ubcfy8 {
    padding: 0;
  }
}

.header.svelte-ubcfy8.svelte-ubcfy8 {
  grid-area: header;
  align-self: start;
}

.header.svelte-ubcfy8 .header-slogan.svelte-ubcfy8 {
  display: none;
}

@media screen and (min-width: 920px) {
  .header.svelte-ubcfy8 .header-slogan.svelte-ubcfy8 {
    font-family: MuseoSlab, museo_slab700, serif;
    display: block;
    color: #4a4a4a;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }
}

.header.svelte-ubcfy8 .chair.svelte-ubcfy8 {
  color: #666;
  font-family:
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

@media screen and (max-width: 919px) {
  .header.svelte-ubcfy8 .chair.svelte-ubcfy8 {
    font-size: 10px;
    line-height: 14px;
  }
}

@media screen and (max-width: 400px) {
  .header.svelte-ubcfy8 .chair.svelte-ubcfy8 {
    letter-spacing: -0.05em;
  }
}

@media screen and (min-width: 330px) and (max-width: 360px) {
  .header.svelte-ubcfy8 .chair.svelte-ubcfy8 {
    font-size: 0.6em;
    word-spacing: -0.05em;
  }
}

.megaMenu-icon.svelte-pynm1r.svelte-pynm1r {
  flex-wrap: nowrap;
  grid-area: globalLinks-compact;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 8px 16px 8px 0;
}

@media screen and (min-width: 920px) {
  .megaMenu-icon.svelte-pynm1r.svelte-pynm1r {
    display: none;
  }
}

@media screen and (min-width: 330px) and (max-width: 360px) {
  .megaMenu-icon.svelte-pynm1r.svelte-pynm1r {
    margin: 8px 8px 8px 0;
  }
}

.megaMenu-icon.svelte-pynm1r [name="toggleMenu"].svelte-pynm1r {
  border: none;
  text-align: left;
  background-color: initial;
}

.masthead-top.svelte-1ddmv81 {
  display: grid;
  grid-template-areas: "masthead globalLinks-compact" "globalLinks-full globalLinks-full";
  position: relative;
  background: #f6f6f8;
}

@media screen and (min-width: 920px) {
  .mega-menu-item.top-level.svelte-1l8hs97.svelte-1l8hs97 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 11px;
    background: var(--Brand-Primary-100-Navy, #273157);
    flex: 0 1 100%;
  }

  .mega-menu-item.top-level.svelte-1l8hs97 a.svelte-1l8hs97 {
    font-family:
      Helvetica Neue,
      Helvetica,
      Arial,
      sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: var(--Brand-Primary-100-White, #fff);
    white-space: initial;
  }

  .mega-menu-item.top-level.svelte-1l8hs97 > a.svelte-1l8hs97 {
    text-decoration: none;
    text-align: center;
  }
}

@media screen and (min-width: 1200px) {
  .mega-menu-item.top-level.svelte-1l8hs97.svelte-1l8hs97 {
    flex: 0 1 0;
  }

  .mega-menu-item.top-level.svelte-1l8hs97 > a.svelte-1l8hs97 {
    white-space: nowrap;
  }
}

@media screen and (max-width: 919px) {
  .mega-menu-item.svelte-1l8hs97.svelte-1l8hs97 {
    display: flex;
    background: initial;
    position: initial;
  }
}

@media screen and (min-width: 920px) {
  .mega-menu-item.svelte-1l8hs97.svelte-1l8hs97 {
    padding: 4px 8px;
    position: initial;
  }
}

@media screen and (min-width: 920px) {
  .mega-menu-item.discover-more.svelte-1l8hs97.svelte-1l8hs97 {
    margin-top: 16px;
    margin-bottom: 40px;
    display: flex;
    color: #273157;
    font-family:
      Helvetica Neue,
      Helvetica,
      Arial,
      sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
  }

  .mega-menu-item.discover-more.svelte-1l8hs97.svelte-1l8hs97:after {
    content: url("/img/38b5a32fbfa4ede29669d99216ee0f514e0e34ff.svg");
  }
}

@media screen and (min-width: 920px) {
  .mega-menu-item.svelte-1l8hs97 .mega-menu-item.svelte-1l8hs97 {
    flex: 1 0 15%;
  }
}

.mega-menu-item.illustration.svelte-1l8hs97.svelte-1l8hs97 {
  display: none;
}

@media screen and (min-width: 920px) {
  .mega-menu-item.illustration.svelte-1l8hs97.svelte-1l8hs97 {
    padding: 0;
    display: flex;
    align-items: end;
    background: initial;
    position: absolute;
    right: 0;
    bottom: 0;
  }

  .mega-menu-item.illustration.svelte-1l8hs97 a.svelte-1l8hs97 {
    border-radius: 4px;
    background: #ebf0fd;
    display: inline-flex;
    padding: 4px 8px;
    align-items: flex-start;
    color: #273157;
    font-family:
      Helvetica Neue,
      Helvetica,
      Arial,
      sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }

  .mega-menu-item.illustration.svelte-1l8hs97 a.svelte-1l8hs97:after {
    content: url("/img/38b5a32fbfa4ede29669d99216ee0f514e0e34ff.svg");
    width: 20px;
    height: 20px;
  }
}

@media screen and (min-width: 920px) and (max-width: 1366px) {
  .mega-menu-item.illustration.svelte-1l8hs97.svelte-1l8hs97:after {
    display: none;
  }
}

@media screen and (min-width: 920px) {
  .mega-menu-item.illustration.credit-cards-loans.svelte-1l8hs97.svelte-1l8hs97:after {
    height: 274px;
    width: 190px;
    content: url("/img/2ce735d44fdc8602aa67454ad36a1d4bf4590681.svg");
  }

  .mega-menu-item.illustration.household-bills.svelte-1l8hs97.svelte-1l8hs97:after {
    height: 274px;
    width: 190px;
    content: url("/img/e721af41456762167dae531e6e610b4ec19efe36.svg");
  }

  .mega-menu-item.illustration.reclaim.svelte-1l8hs97.svelte-1l8hs97:after {
    height: 274px;
    width: 190px;
    content: url("/img/2e1a0abdcbc215111fd6ae4373dff46fd1e95ad5.svg");
  }

  .mega-menu-item.illustration.banking-saving.svelte-1l8hs97.svelte-1l8hs97:after {
    height: 274px;
    width: 190px;
    content: url("/img/a2332f1a3ae64b991670c61f0ad4bfd81bd69e2a.svg");
  }

  .mega-menu-item.illustration.mortgage.svelte-1l8hs97.svelte-1l8hs97:after {
    height: 274px;
    width: 190px;
    content: url("/img/62103ae1bbafbdf61b00402053fdb0cbd2911255.svg");
  }

  .mega-menu-item.illustration.travel.svelte-1l8hs97.svelte-1l8hs97:after {
    height: 274px;
    width: 190px;
    content: url("/img/ed31d7d3e82a6db436debce21fbb8dba58c2609b.svg");
  }

  .mega-menu-item.illustration.insurance.svelte-1l8hs97.svelte-1l8hs97:after {
    height: 274px;
    width: 190px;
    content: url("/img/25eb868fee8954b233ae70a9197d0bce1c72661a.svg");
  }

  .mega-menu-item.illustration.deals.svelte-1l8hs97.svelte-1l8hs97:after {
    height: 274px;
    width: 190px;
    content: url("/img/99237a63278198255b225e8d7640235bf75f8073.svg");
  }

  .mega-menu-item.illustration.income-budgeting.svelte-1l8hs97.svelte-1l8hs97:after {
    height: 274px;
    width: 190px;
    content: url("/img/9f15007e58ac2152bc8366a7799e29a926b8d392.svg");
  }

  .mega-menu-item.illustration.student.svelte-1l8hs97.svelte-1l8hs97:after {
    height: 274px;
    width: 190px;
    content: url("/img/0eca4689bd1d608c34284240da261a29754b0088.svg");
  }
}

.mega-menu-item.svelte-1l8hs97.svelte-1l8hs97:empty {
  display: none;
}

@media screen and (max-width: 919px) {
  .mega-menu-item.svelte-1l8hs97 a.svelte-1l8hs97 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-family:
      Helvetica Neue,
      Helvetica,
      Arial,
      sans-serif;
    color: #4a4a4a;
    text-decoration: none;
    width: 100%;
    padding: 16px 0;
    margin: 0 24px;
    display: block;
    border-bottom: 1px solid #b6bac9;
  }

  .mega-menu-item.svelte-1l8hs97 a.svelte-1l8hs97:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 919px) {
  .mega-menu-item.svelte-1l8hs97 a.svelte-1l8hs97 {
    color: #214ea3;
    font-family:
      Helvetica Neue,
      Helvetica,
      Arial,
      sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
  }
}

@media screen and (min-width: 920px) {
  .mega-menu-item ul {
    display: none;
  }
}

@media screen and (min-width: 920px) {
  .top-level.active > .menu-wrapper > ul:has(.illustration) {
    position: relative;
  }
}

@media screen and (min-width: 920px) {
  .top-level.active
    > .menu-wrapper
    > ul
    > .mega-menu-item:has(a.category)
    > .menu-wrapper {
    border-left: 2px solid #dadce4;
    padding-left: 32px;
  }
}

@media screen and (min-width: 920px) {
  .top-level.active
    > .menu-wrapper
    > ul
    > .mega-menu-item:has(a.category):nth-child(3)
    > .menu-wrapper {
    border: none;
  }
}

@media screen and (min-width: 920px) {
  .top-level.active
    > .menu-wrapper
    > ul
    > .mega-menu-item:has(a.category)
    > a.category {
    border-left: 2px solid #dadce4;
    display: block;
    margin: 16px 0 0;
    padding: 0 40px 16px;
  }
}

@media screen and (min-width: 920px) {
  .top-level.active
    > .menu-wrapper
    > ul
    > .mega-menu-item:has(a.category):nth-child(3)
    > a.category {
    border: none;
  }
}

.megamenu ul {
  list-style: none;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 919px) {
  .megamenu ul {
    padding: 0;
  }
}

.megamenu.svelte-1myulji {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 920px) {
  .megamenu.svelte-1myulji {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
  }
}

@media screen and (max-width: 919px) {
  .menu-wrapper {
    overflow-x: hidden;
    height: calc(
      100vh - var(--header-height-tablet) - var(--filtering-bar-height)
    );
  }
}

@media screen and (max-width: 400px) {
  .menu-wrapper {
    height: calc(
      100vh - var(--header-height-mobile) - var(--filtering-bar-height)
    );
  }
}

@media screen and (max-width: 919px) {
  .menu-wrapper:has(> ul > li.top-level):not(:has(> ul > li.active)) {
    overflow-y: auto;
  }
}

.search.svelte-1adaep1.svelte-1adaep1.svelte-1adaep1 {
  grid-area: search;
  margin: 0 auto;
  max-width: 800px;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 8px;
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.3s ease-in-out,
    opacity 0.3s ease-in-out;
  opacity: 0;
}

@media screen and (max-width: 919px) {
  .search.svelte-1adaep1.svelte-1adaep1.svelte-1adaep1 {
    display: none;
  }
}

.search.svelte-1adaep1 .search-container.svelte-1adaep1.svelte-1adaep1 {
  margin: 12px auto;
  position: relative;
}

.search.svelte-1adaep1 input[type="search"].svelte-1adaep1.svelte-1adaep1 {
  border-radius: 4px;
  border: 1px solid #ddd;
  box-shadow: none;
  font-size: 14px;
  height: 48px;
  padding: 14px 16px;
  transition:
    box-shadow 0.4s,
    border-color 0.4s,
    color 0.4s,
    -webkit-box-shadow 0.4s;
  width: 728px;
}

.search.svelte-1adaep1
  input[type="search"].svelte-1adaep1.svelte-1adaep1:focus {
  border-color: #2c56a7;
  color: #273156;
  outline: #2c56a7;
}

.search.svelte-1adaep1 input[type="search"].svelte-1adaep1.svelte-1adaep1:focus,
.search.svelte-1adaep1
  input[type="search"].svelte-1adaep1.svelte-1adaep1:hover {
  box-shadow: 0 2px 8px #2c56a733;
}

.search.svelte-1adaep1 button.svelte-1adaep1.svelte-1adaep1 {
  border: 0;
  cursor: pointer;
  height: 48px;
  transition: background-color 0.3s ease-in-out;
  width: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search.svelte-1adaep1 button[type="reset"].svelte-1adaep1.svelte-1adaep1 {
  background-color: #f6f6f6;
  border-radius: 4px;
  color: #666;
}

.search.svelte-1adaep1
  button[type="reset"].svelte-1adaep1.svelte-1adaep1:focus {
  background-color: #2c56a733;
}

.search input[aria-hidden="true"].svelte-1adaep1.svelte-1adaep1.svelte-1adaep1,
.search
  button[aria-hidden="true"].svelte-1adaep1.svelte-1adaep1.svelte-1adaep1 {
  visibility: hidden;
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

:root {
  --page-full-width: 1184px;
  --header-height-desktop: 118px;
  --header-height-tablet: 97px;
  --header-height-mobile: 65px;
  --filtering-bar-height: 106px;
}

.mse-header.svelte-imi3g7 {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  position: relative;
}

@media screen and (min-width: 920px) {
  .full-width-wrapper {
    display: flex;
    justify-content: center;
  }

  .full-width-wrapper:has(> .masthead-top) {
    background: #f6f6f8;
  }

  .full-width-wrapper:has(> .menu-wrapper) {
    background: #273157;
    position: relative;
  }
}

@media screen and (min-width: 920px) {
  .full-width-wrapper > * {
    width: var(--page-full-width, 100%);
  }
}

a.mlink {
  background-color: #273157;
  color: #ffda2c !important;
  text-decoration: none;
  font-weight: 600;
  padding: 2px 4px;
  border-radius: 3px;
  font-size: inherit !important;
}

.news-article-page__content p {
  margin-bottom: 15px;
  margin-top: 0;
}

.mse-site-footer-links-wrapper.svelte-1rqd62r.svelte-1rqd62r {
  width: 100%;
  padding: 24px 0;
  margin: 0 auto;
}

@media screen and (min-width: 1220px) {
  .mse-site-footer-links-wrapper.svelte-1rqd62r.svelte-1rqd62r {
    max-width: 1200px;
  }
}

.mse-site-footer__links.svelte-1rqd62r.svelte-1rqd62r {
  display: flex;
  gap: 8px 16px;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  max-width: 1184px;
  padding: 0;
}

@media screen and (max-width: 400px) {
  .mse-site-footer__links.svelte-1rqd62r.svelte-1rqd62r {
    display: block;
    columns: 2;
  }
}

@media screen and (max-width: 360px) {
  .mse-site-footer__links.svelte-1rqd62r.svelte-1rqd62r {
    display: block;
    columns: 1;
  }
}

.mse-site-footer__links.svelte-1rqd62r li.svelte-1rqd62r {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.mse-site-footer__links.svelte-1rqd62r a.svelte-1rqd62r {
  white-space: nowrap;
  color: var(--footer-white);
  font-family:
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-decoration-line: underline;
}

.mse-site-footer__app.svelte-fima2o.svelte-fima2o {
  color: var(--footer-white);
  font-family:
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
}

.mse-site-footer__app.svelte-fima2o header.svelte-fima2o {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}

.mse-site-footer__app a {
  color: var(--footer-white);
  font-family:
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-decoration-line: underline;
}

.mse-site-footer-social-section.svelte-d5vahp {
  color: var(--footer-white);
  font-family:
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 1200px) {
  .mse-site-footer-social-section.svelte-d5vahp {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}

.mse-site-footer-social-section__header.svelte-d5vahp {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.mse-site-footer-social-section__links.svelte-d5vahp {
  display: flex;
  margin-top: 16px;
  gap: 16px;
}

@media screen and (min-width: 1200px) {
  .mse-site-footer-social-section__links.svelte-d5vahp {
    margin-top: 0;
    margin-left: 24px;
  }
}

footer.svelte-16k9b2v {
  --full-page-width: 1200px;
  --footer-light-navy: #dadce4;
  --footer-dark-navy: #273157;
  --footer-light-grey: #b6bac9;
  --footer-white: #fff;
  --footer-link: #214ea3;
}

@media (max-width: 1200px) {
  footer.svelte-16k9b2v {
    --full-page-width: 100%;
  }
}

.wrapper.svelte-16k9b2v {
  padding: 0 24px;
}

@media screen and (max-width: 919px) {
  .wrapper.svelte-16k9b2v {
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
}

.wrapper.svelte-16k9b2v:has(.mse-site-footer__how-site-works) {
  background: var(--footer-light-navy);
}

.wrapper.svelte-16k9b2v:has(.mse-site-footer__links),
.wrapper.svelte-16k9b2v:has(.app-social),
.wrapper.svelte-16k9b2v:has(.mse-footer__links__trade-mark) {
  background: var(--footer-dark-navy);
}

.app-social.svelte-16k9b2v {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

@media screen and (min-width: 1220px) {
  .app-social.svelte-16k9b2v {
    width: var(--full-page-width, 100%);
    max-width: 1200px;
  }
}

@media screen and (max-width: 919px) {
  .app-social.svelte-16k9b2v {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }
}

@media screen and (min-width: 1220px) {
  .app-social.svelte-16k9b2v {
    max-width: calc(100vw - 48px);
  }
}

.mse-footer__links__trade-mark.svelte-16k9b2v {
  color: var(--footer-light-grey);
  font-family:
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  padding: 24px 0;
  max-width: 1200px;
}

@media (min-width: 921px) {
  .masthead.svelte-ubcfy8.svelte-ubcfy8 {
    height: var(--header-height-desktop);
  }
}

@media screen and (max-width: 920px) {
  .full-width-wrapper > * {
    width: 100%;
  }

  .menu-wrapper {
    display: none;
  }
}

@media screen and (max-width: 400px) {
  .masthead.svelte-ubcfy8.svelte-ubcfy8 {
    height: var(--header-height-mobile);
  }
}

@media (max-width: 560px) {
  img.svelte-ubcfy8 {
    width: 40px !important;
    height: 49px !important;
  }

  figure.svelte-ubcfy8 svg {
    width: 181px !important;
    height: 18px !important;
  }
}

.mpic {
  width: 100%;
  display: block;
  margin: 15px auto;
}

.news-article-page__image-wrapper {
  height: auto !important;
}

#form {
  max-width: 450px;
  width: 100%;
  margin: 20px auto;
}