.categories {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  gap: 8px;
}
.categories .pill {
  width: auto;
  color: var(--borders-separator-dark-green, #036D59) !important;
  padding: 0.25rem 1.25rem;
  min-width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  border-radius: 100px;
  border: 1px solid var(--borders-separator-dark-green, #036D59);
  /* Pill Text */
  font-family: var(--inter);
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 200% */
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.categories .pill a {
  color: inherit;
}

a.dropdown-toggle {
  color: var(--primary-200);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  color: #036D59 !important;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 166.667% */
  text-transform: uppercase;
}
a.dropdown-toggle svg {
  width: 24px;
  height: 24px;
}
a.dropdown-toggle svg g path {
  fill: #036D59;
}
a.dropdown-toggle:after {
  display: none;
}
a.dropdown-toggle:hover ul.dropdown-menu {
  display: block;
  z-index: 1000;
}

ul.dropdown-menu {
  display: none;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  position: absolute;
  top: 170%;
  left: -101%;
  z-index: 20;
  border-radius: 12px;
  background: var(--surface-surface-light_nc050, #F8FAFC);
}
@media all and (max-width: 768px) {
  ul.dropdown-menu {
    left: -40%;
  }
}
ul.dropdown-menu:before {
  content: "";
  width: 28px;
  height: 24px;
  background: var(--surface-surface-light_nc050, #F8FAFC);
  position: absolute;
  top: -12px;
  left: 50%;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  transform: translate(-12px, -50%);
}
@media all and (max-width: 768px) {
  ul.dropdown-menu:before {
    left: 40px;
  }
}
ul.dropdown-menu.visible {
  display: flex;
  cursor: pointer;
}
ul.dropdown-menu li {
  width: 100%;
  border-radius: 4px;
}
ul.dropdown-menu li a {
  color: var(--text-text-dark-blue, #11314A);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  display: flex;
  padding: 12px;
  align-items: center;
  gap: 12px;
  align-self: stretch;
}

.social-share {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
}
.social-share .nav-link {
  padding: 0;
}
@media all and (max-width: 768px) {
  .social-share {
    flex-direction: column;
    align-items: flex-start;
  }
}
.social-share .dropdown {
  z-index: 100;
}
.social-share .download-btn {
  display: flex;
  height: 48px;
  padding: 12px 52px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  border: solid 1px #fff;
  background: var(--surface-surface-light_white, #FFF);
  color: var(--text-text-dark-blue, #11314A);
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Euclid Square";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  /* 122.222% */
  max-width: none;
}
.social-share .download-btn:hover {
  cursor: pointer;
}
.social-share .download-btn.btn-green {
  color: #fff;
  background: var(--shape-button-dark-green, #10845D);
  border: solid 1px var(--shape-button-dark-green, #10845D);
}

main.infographic {
  background: var(--surface-surface-light_nw100, #EAECE7);
}
main.infographic section {
  margin: 0 auto;
}
main.infographic .breadcrumbs {
  background: var(--surface-surface-light_nw100, #EAECE7);
  box-shadow: none;
}
main.infographic section.hero {
  padding: 64px 25px;
  overflow: visible;
}
main.infographic section.hero .content {
  align-items: center;
}
main.infographic section.hero .copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  flex-shrink: 0;
}
main.infographic section.hero .copy p.content-type {
  color: var(--text-text-gray, #92958E);
  font-family: "Euclid Square", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.48px;
  margin-bottom: 0;
}
main.infographic section.hero .copy h1 {
  color: var(--text-text-dark-blue, #11314A);
  font-family: "Euclid Square";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.4px;
}
main.infographic section.hero .copy p.description {
  color: #11314A;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 125% */
  letter-spacing: 0.8px;
  margin: 0;
}
main.infographic section.hero .copy .meta {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 8px;
}
main.infographic section.hero .copy .meta .icon {
  width: 16px;
  height: 18px;
  flex-shrink: 0;
  aspect-ratio: 8/9;
}
main.infographic section.hero .copy .meta .published {
  color: var(--text-text-gray, #92958E);
  font-family: "Inter";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 153.846% */
}
main.infographic section.hero .featured-image {
  padding-left: 48px;
  overflow: hidden;
}
@media all and (max-width: 768px) {
  main.infographic section.hero .featured-image {
    padding-left: 0;
    margin-bottom: 48px;
  }
  main.infographic section.hero .featured-image.ungated {
    display: none;
    margin-bottom: 0;
  }
}
main.infographic section.hero .featured-image img {
  border-radius: 12px;
  box-shadow: 3px 4px 10px 0 rgba(0, 0, 0, 0.25);
}
main.infographic section.infographic-content {
  overflow: visible;
}
main.infographic section.infographic-content .infographic {
  display: flex;
  padding-bottom: 24px;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  padding-left: 0;
  padding-right: 0;
}
main.infographic section.infographic-content .infographic img {
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  border-radius: 24px;
  box-shadow: 2px 4px 10px 0 rgba(0, 0, 0, 0.25);
}
main.infographic section.infographic-content .content-social {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 25px 25px 75px;
  gap: 24px;
}
@media all and (max-width: 768px) {
  main.infographic section.infographic-content .content-social .social-share {
    flex-direction: column;
    align-items: center !important;
  }
}

section.content-gate {
  padding: 0 25px 75px;
}
section.content-gate .container {
  padding: 64px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  border-radius: 24px;
  background: var(--surface-surface-light_white, #FFF);
}
section.content-gate .form-wrapper {
  max-width: 620px;
}
section.content-gate .form-wrapper h3 {
  color: var(--text-text-dark-blue, #11314A);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Euclid Square", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  /* 118.75% */
  margin-bottom: 10px;
}
section.content-gate .form-wrapper p {
  color: var(--text-text-dark-blue, #11314A);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 147.059% */
  margin-bottom: 24px;
}
section.content-gate .form-wrapper .mktoForm {
  padding: 0 !important;
}
section.content-gate .form-wrapper .mktoForm .mktoLabel {
  color: var(--text-text-dark-blue, #11314A);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Euclid Square", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  /* 123.077% */
}
section.content-gate .form-wrapper .mktoForm .mktoLabel .mktoAsterix {
  color: #BF0000;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Euclid Square", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
}
section.content-gate .form-wrapper .mktoForm .mktoButtonRow {
  margin-top: 0px;
}
section.content-gate .form-wrapper .mktoForm .mktoButtonRow .mktoButton {
  border-radius: 100px;
  padding: 12px 52px;
  background: var(--shape-button-dark-green, #10845D) !important;
  width: auto !important;
  min-width: 250px;
}

main.listicles {
  background: var(--surface-surface-light_nw100, #EAECE7);
}
main.listicles .breadcrumbs {
  background: var(--surface-surface-light_nw100, #EAECE7);
  box-shadow: none;
}
main.listicles section {
  margin: 0 auto;
}
main.listicles .hero {
  background: var(--Linear-Blue-1, linear-gradient(180deg, var(--feature-color-background-neutral-inverse-secondary, #11314A) 0%, #0F1E33 39.61%));
  padding: 64px 25px;
  overflow: visible;
}
main.listicles .hero .row {
  align-items: center;
}
main.listicles .hero .copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
main.listicles .hero .copy p {
  margin: 0;
}
main.listicles .hero .copy p.content-type {
  color: var(--text-text-white, #FFF);
  font-family: "Euclid Square", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.48px;
}
main.listicles .hero .copy h1.title {
  color: #FFF;
  font-family: "Euclid Square", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.4px;
}
main.listicles .hero .copy p.description {
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 125% */
  letter-spacing: 0.8px;
  text-align: left;
}
main.listicles .hero .copy .categories .pill {
  border-radius: 100px;
  border: 1px solid var(--borders-border-cta-green-dark-mode, #4BD675);
  color: #4BD675 !important;
}
main.listicles .hero .copy .categories .pill a {
  color: inherit;
}
main.listicles .hero .copy .meta {
  display: flex;
  gap: 8px;
  color: var(--text-text-white, #FFF);
  align-items: center;
}
main.listicles .hero .copy .meta .icon {
  margin-right: 5px;
}
main.listicles .hero .copy .meta .icon svg path {
  fill: var(--text-text-white, #FFF);
}
main.listicles .hero .copy .meta .published,
main.listicles .hero .copy .meta .reading-time {
  color: inherit;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 153.846% */
}
main.listicles .hero .copy .social-share .dropdown-toggle {
  color: #4BD675 !important;
}
main.listicles .hero .copy .social-share .dropdown-toggle svg g path {
  fill: #4BD675 !important;
}
main.listicles .hero .featured-image img {
  border-radius: 12px;
  box-shadow: 3px 4px 10px 0 rgba(0, 0, 0, 0.25);
}
@media all and (max-width: 768px) {
  main.listicles .hero .featured-image {
    margin-top: 48px;
  }
}

.gated .container {
  gap: 0;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding-left: 0;
  padding-right: 0;
  border-radius: 24px;
}
.gated .content {
  max-height: 350px;
  overflow: hidden;
}
@media all and (max-width: 768px) {
  .gated .content {
    max-height: 450px;
  }
}
.gated .gate {
  margin-top: -250px;
  z-index: 10;
}
.gated .gradient {
  position: relative;
  height: 120px;
  width: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 40%, rgb(255, 255, 255) 100%);
  z-index: 10;
}
.gated .content-gate {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  z-index: 20;
  border-radius: 24px;
  background: var(--surface-surface-light_white, #FFF);
}
.gated .content-gate .gate-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 16px 64px;
}
.gated .content-gate .gate-container .form-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 620px;
  width: 100%;
}
.gated .content-gate .gate-container .form-wrapper h3 {
  color: var(--text-text-dark-blue, #11314A);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Euclid Square", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  margin-bottom: 10px;
}
.gated .content-gate .gate-container .form-wrapper p {
  color: var(--text-text-dark-blue, #11314A);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 24px;
}

section.listicle-content {
  position: relative;
  display: flex;
  padding: 75px 25px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 48px;
  align-self: stretch;
  overflow: visible;
}
section.listicle-content .threads {
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: auto;
  pointer-events: none;
  z-index: 0;
}
section.listicle-content .threads svg {
  width: 100%;
  height: auto;
}
section.listicle-content .container {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
section.listicle-content .listicle-item {
  position: relative;
  padding: 48px;
  align-self: stretch;
  border-radius: 24px;
  background: var(--surface-surface-light_white, #FFF);
  box-shadow: 2px 4px 10px 0 rgba(0, 0, 0, 0.25);
  z-index: 2;
  margin: 0 auto !important;
  width: 100%;
}
@media all and (max-width: 768px) {
  section.listicle-content .listicle-item {
    padding: 24px;
    flex-direction: column;
    gap: 0;
  }
}
section.listicle-content .listicle-item .copy {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: flex-start;
}
@media all and (max-width: 768px) {
  section.listicle-content .listicle-item .copy {
    flex-direction: column;
  }
}
section.listicle-content .listicle-item .copy .number {
  color: var(--text-text-gray, #92958E);
  font-family: "Euclid Square", sans-serif;
  font-size: 88px;
  font-style: normal;
  font-weight: 600;
  line-height: 88px;
  /* 100% */
}
section.listicle-content .listicle-item .copy h2.item-headline {
  color: var(--text-text-dark-blue, #11314A);
  font-family: "Euclid Square", sans-serif;
  font-size: 33px;
  font-style: normal;
  font-weight: 600;
  line-height: 41px;
  /* 124.242% */
  margin: 0 0 10px;
}
section.listicle-content .listicle-item .copy .item-copy {
  color: var(--text-text-dark-blue, #11314A);
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  /* 147.059% */
}
section.listicle-content .listicle-item .copy .item-copy a {
  color: var(--text-text-dark-blue, #11314A);
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
section.listicle-content .listicle-item .image {
  padding-left: 0;
  padding-right: 0;
}
section.listicle-content .listicle-item .image img {
  border-radius: 12px;
}
section.listicle-content .listicle-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-text-dark-blue, #11314A);
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 144.444% */
  letter-spacing: 0.9px;
}

section.related-content-offers {
  position: relative;
  display: flex;
  padding: 75px 25px;
  flex-direction: column;
  align-items: flex-start;
  gap: 75px;
  align-self: stretch;
  background: var(--surface-surface-light_nw050, #FCFCF8);
}
section.related-content-offers .threads {
  position: absolute;
  width: 100%;
  top: 11%;
  left: 0;
  right: 0;
}
section.related-content-offers .threads svg {
  width: 100%;
  height: auto;
}
section.related-content-offers .container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
section.related-content-offers .section-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
section.related-content-offers .section-header h3 {
  color: var(--text-text-dark-blue, #11314A);
  font-family: "Euclid Square", sans-serif, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 83.333% */
}
section.related-content-offers .section-header .view-all a {
  color: var(--Brand-Colors-Primary-400, #10845D);
  font-family: "Euclid Square", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  /* 128.571% */
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
}
section.related-content-offers .section-header .view-all a .icon svg path {
  fill: var(--primary-400);
}
section.related-content-offers .post-grid .post-item .card {
  margin-bottom: 40px;
  border-radius: 12px;
  background: var(--surface-surface-light_white, #FFF);
  box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
section.related-content-offers .post-grid .post-item .card .post-thumbnail {
  max-height: 190px;
  overflow: hidden;
}
section.related-content-offers .post-grid .post-item .card .post-content {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
@media all and (max-width: 768px) {
  section.related-content-offers .post-grid .post-item .card .post-content {
    padding: 12px;
    gap: 8px;
  }
}
section.related-content-offers .post-grid .post-item .card .post-content h3 {
  color: var(--primary-800);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: -0.22px;
}
section.related-content-offers .post-grid .post-item .card .post-content h3 a {
  color: inherit;
}
section.related-content-offers .post-grid .post-item .card .post-content .reading-time {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: var(--Brand-Colors-Neutral-400-W, #92958e);
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  gap: 6px;
}
section.related-content-offers .post-grid .post-item .card .post-content .reading-time svg {
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-top: -2px;
}
section.related-content-offers .post-grid .post-item .card .post-content p.excerpt {
  line-height: 22px !important;
  color: #000;
  font-family: var(--inter);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0;
}
section.related-content-offers .post-grid .post-item .card .post-content p.excerpt a {
  color: var(--Brand-Colors-Primary-400, #10845d);
  font-family: "Euclid Square", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
}
section.related-content-offers .post-grid .post-item .card .post-content .categories {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  gap: 8px;
}
section.related-content-offers .post-grid .post-item .card .post-content .categories .pill {
  width: auto;
  color: var(--text-text---dark-green, #036d59) !important;
  padding: 0.25rem 1.25rem;
  min-width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  border: solid 1px var(--primary-500);
  border-radius: 100px;
  font-family: var(--inter);
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}