/* Universal breakpoints */
@keyframes from-right {
  0% {
    opacity: 0;
    transform: translateX(40rem); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

:root {
  --px-16-12-8: 16px;
  --px-20-20-8: 20px;
  --px-30-24-20: 30px;
  --px-32-28-24: 32px;
  --px-44-42-16: 44px;
  --px-60-48-40: 60px;
  --px-96-80-64: 96px;
  --px-120-96-80: 120px;
  --px-128-96-80: 128px; }

@media (max-width: 991px) {
  :root {
    --px-16-12-8: 12px;
    --px-44-42-16: 42px;
    --px-30-24-20: 24px;
    --px-20-20-8: 20px;
    --px-32-28-24: 28px;
    --px-60-48-40: 48px;
    --px-96-80-64: 80px;
    --px-120-96-80: 96px;
    --px-128-96-80: 96px; } }

@media (max-width: 767px) {
  :root {
    --px-16-12-8: 8px;
    --px-20-20-8: 8px;
    --px-30-24-20: 20px;
    --px-32-28-24: 24px;
    --px-44-42-16: 16px;
    --px-60-48-40: 40px;
    --px-96-80-64: 64px;
    --px-120-96-80: 80px;
    --px-128-96-80: 80px; } }

.grid-col_auto-1 {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr; }
  @media (max-width: 767px) {
    .grid-col_auto-1 {
      display: flex;
      flex-direction: column; } }

.grid-col_auto-2ml-1 {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr; }
  @media (max-width: 991px) {
    .grid-col_auto-2ml-1 {
      grid-auto-flow: row;
      grid-template-columns: 1fr 1fr;
      grid-template-rows: auto auto; } }
  @media (max-width: 767px) {
    .grid-col_auto-2ml-1 {
      display: flex;
      flex-direction: column; } }

.grid-col_auto-2xl-1 {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr; }
  @media (max-width: 1439px) {
    .grid-col_auto-2xl-1 {
      grid-auto-flow: row;
      grid-template-columns: 1fr 1fr;
      grid-template-rows: auto auto; } }
  @media (max-width: 767px) {
    .grid-col_auto-2xl-1 {
      display: flex;
      flex-direction: column; } }

.eyebrow {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.15;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  margin-bottom: 6px; }
  @media (max-width: 767px) {
    .eyebrow {
      line-height: 1.25; } }
  @media (max-width: 991px) {
    .eyebrow {
      font-size: 16px; } }

body {
  color: #3b3d49; }

img {
  display: block; }

a {
  color: #3f647c; }

.card-b {
  overflow: hidden;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  background-color: white;
  color: #3b3d49;
  box-shadow: 4px 14px 40px 0 rgba(59, 61, 73, 0.3);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2); }
  @media (min-width: 1280px) {
    .card-b {
      flex: 1; } }
  @media (min-width: 768px) and (max-width: 1280px) {
    .card-b {
      width: 430px; } }
  @media (max-width: 767px) {
    .card-b {
      width: 100%;
     } }
   
  .card-b__top {
    height: 280px;
    position: relative; }
    @media (max-width: 991px) {
      .card-b__top {
        height: 200px; } }
    .card-b__top img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .card-b__bottom {
    padding: 24px;
    padding-bottom: 36px;
    flex: 1;
    display: flex;
    flex-direction: column; }
    .card-b__bottom__icon {
      margin-top: -54px;
      margin-bottom: 32px;
      z-index: 1; }
      @media (max-width: 767px) {
        .card-b__bottom__icon {
          width: 68px;
          height: 68px; } }
    .card-b__bottom h5 {
      font-size: 32px;
      font-weight: 700;
      line-height: 1.15;
      margin-top: 0;
      margin-bottom: 0;
      margin-bottom: 16px; }
      @media (max-width: 767px) {
        .card-b__bottom h5 {
          line-height: 1.25; } }
      @media (max-width: 991px) {
        .card-b__bottom h5 {
          font-size: 28px; } }
      @media (max-width: 767px) {
        .card-b__bottom h5 {
          font-size: 24px; } }
    .card-b__bottom .description {
      font-size: 20px;
      line-height: 30px;
      flex-grow: 1; }
      @media (max-width: 991px) {
        .card-b__bottom .description {
          line-height: 28px; } }
      @media (max-width: 767px) {
        .card-b__bottom .description {
          font-size: 18px;
          line-height: 26px; } }
      .card-b__bottom .description a {
        color: #3f647c; }
    .card-b__bottom .cta {
      margin-top: 32px;
      border-radius: 8px;
      display: flex;
      gap: 8px;
      align-items: center;
      justify-content: center;
      box-sizing: border-box;
      text-decoration: none;
      color: #3b3d49;
      text-align: center;
      cursor: pointer;
      transition: all 200ms ease-in-out;
      border-width: 2px;
      border-style: solid;
      max-width: 100%;
      font-size: 18px;
      font-weight: 700;
      line-height: 24px;
      border-color: #3b3d49;
      background-color: white;
      padding: 8px 22px;
      width: 100%;
      padding-left: 8px;
      padding-right: 8px; }
      @media (max-width: 767px) {
        .card-b__bottom .cta {
          font-size: 16px; } }
      @media (max-width: 479px) {
        .card-b__bottom .cta {
          width: 100% !important; } }
      .card-b__bottom .cta svg {
        flex-shrink: 0; }
        .card-b__bottom .cta svg path {
          transition: stroke 250ms ease-in-out; }
      .card-b__bottom .cta:hover {
        background-color: #3b3d49;
        color: white; }
        .card-b__bottom .cta:hover svg path {
          stroke: white; }

.card-display-with-background {
  margin-top: var(--px-60-48-40);
  margin-bottom: var(--px-60-48-40); }
  .card-display-with-background .accent-block {
    padding-bottom: 240px;
    padding-top: 56px; }
    .card-display-with-background .accent-block:not(.invisible) {
      border-top-right-radius: 24px;
      background-color: #f3f6f6;
      width: 900px;
      max-width: calc(100% - 44px); }
    @media (max-width: 991px) {
      .card-display-with-background .accent-block {
        padding-top: 36px; } }
    .card-display-with-background .accent-block h2 {
      font-size: 42px;
      font-weight: 700;
      line-height: 52px;
      margin-top: 0;
      margin-bottom: 0; }
      @media (max-width: 991px) {
        .card-display-with-background .accent-block h2 {
          font-size: 32px;
          line-height: 40px; } }
    .card-display-with-background .accent-block p:not(.eyebrow) {
      font-size: 24px;
      line-height: 30px;
      margin-top: 10px; }
      @media (max-width: 991px) {
        .card-display-with-background .accent-block p:not(.eyebrow) {
          font-size: 16px;
          line-height: 22px; } }
    .card-display-with-background .accent-block h2,
    .card-display-with-background .accent-block p {
      margin-left: 100px;
      margin-right: 100px; }
      @media (max-width: 991px) {
        .card-display-with-background .accent-block h2,
        .card-display-with-background .accent-block p {
          margin-left: 33px;
          margin-right: 33px; } }
  .card-display-with-background .cards {
    margin-top: -210px;
    padding-left: 44px;
    padding-right: 44px;
    display: flex;
    justify-content: center;
    gap: 20px; }
    @media (max-width: 1279px) {
      .card-display-with-background .cards {
        flex-wrap: wrap;
        justify-content: center; } }
    @media (max-width: 767px) {
      .card-display-with-background .cards {
        padding-left: 16px;
        padding-right: 16px; } }
  .card-display-with-background__cta-wrapper {
    padding-left: var(--px-44-42-16);
    padding-right: var(--px-44-42-16); }
    .card-display-with-background__cta-wrapper a {
      border-radius: 8px;
      display: flex;
      gap: 8px;
      align-items: center;
      justify-content: center;
      box-sizing: border-box;
      text-decoration: none;
      color: #3b3d49;
      text-align: center;
      cursor: pointer;
      transition: all 200ms ease-in-out;
      border-width: 2px;
      border-style: solid;
      max-width: 100%;
      font-size: 18px;
      font-weight: 700;
      line-height: 24px;
      border-color: #fbc600;
      background-color: #fbc600;
      padding: 12px 24px;
      margin-top: var(--px-30-24-20);
      width: -moz-fit-content;
      width: fit-content;
      margin-left: auto;
      margin-right: auto; }
      @media (max-width: 767px) {
        .card-display-with-background__cta-wrapper a {
          font-size: 16px; } }
      @media (max-width: 479px) {
        .card-display-with-background__cta-wrapper a {
          width: 100% !important; } }
      .card-display-with-background__cta-wrapper a svg {
        flex-shrink: 0; }
        .card-display-with-background__cta-wrapper a svg path {
          transition: stroke 250ms ease-in-out; }
      .card-display-with-background__cta-wrapper a:hover {
        border-color: #fdd74d;
        background-color: #fdd74d; }
      .card-display-with-background__cta-wrapper a.button-width-large {
        width: 360px; }

.slim-card {
  border-radius: 8px;
  background-color: white;
  color: #3b3d49;
  box-shadow: 4px 14px 40px 0 rgba(59, 61, 73, 0.3);
  padding: 30px 24px;
  text-decoration: none;
  color: inherit;
  display: grid;
  grid-template-areas: "icon title" "icon body";
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  gap: 16px 24px; }
  @media (max-width: 767px) {
    .slim-card {
      display: flex;
      flex-direction: column; } }
  .slim-card__icon {
    grid-area: icon; }
  .slim-card__title {
    grid-area: title;
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: space-between; }
    .slim-card__title h5 {
      font-size: 32px;
      font-weight: 700;
      line-height: 1.15;
      margin-top: 0;
      margin-bottom: 0; }
      @media (max-width: 767px) {
        .slim-card__title h5 {
          line-height: 1.25; } }
      @media (max-width: 991px) {
        .slim-card__title h5 {
          font-size: 28px; } }
      @media (max-width: 767px) {
        .slim-card__title h5 {
          font-size: 24px; } }
  .slim-card__body {
    grid-area: body;
    font-size: 24px;
    line-height: 30px; }

.slim-card-cta {
  margin-top: var(--px-120-96-80);
  margin-bottom: var(--px-120-96-80);
  padding-left: var(--px-44-42-16);
  padding-right: var(--px-44-42-16);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .slim-card-cta h3 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.15;
    margin-top: 0;
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .slim-card-cta h3 {
        line-height: 1.25; } }
    @media (max-width: 991px) {
      .slim-card-cta h3 {
        font-size: 38px; } }
    @media (max-width: 767px) {
      .slim-card-cta h3 {
        font-size: 32px; } }
  .slim-card-cta .cards {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    gap: 20px;
    width: 100%;
    padding-top: var(--px-30-24-20);
    padding-bottom: var(--px-30-24-20); }
    @media (max-width: 991px) {
      .slim-card-cta .cards {
        grid-auto-flow: row;
        grid-auto-columns: auto; } }
  .slim-card-cta .text-cta {
    display: flex;
    -moz-column-gap: 8px;
    column-gap: 8px;
    row-gap: 16px;
    align-items: center;
    font-size: 18px;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center; }
    .slim-card-cta .text-cta .link-cta {
      font-weight: 700;
      height: 52px;
      display: flex;
      align-items: center;
      color: inherit;
      text-decoration: none; }
      .slim-card-cta .text-cta .link-cta span {
        display: block;
        height: 24px;
        position: relative; }
        .slim-card-cta .text-cta .link-cta span:after {
          content: "";
          position: absolute;
          left: 0;
          bottom: -4px;
          width: 100%;
          border-bottom: solid 4px #fbc600; }
        .slim-card-cta .text-cta .link-cta span::after {
          transition: border-color 250ms ease-in-out; }
      .slim-card-cta .text-cta .link-cta:hover span::after {
        border-color: #fdd74d; }

.card-a {
  border-radius: 8px;
  background-color: white;
  color: #3b3d49;
  box-shadow: 4px 14px 40px 0 rgba(59, 61, 73, 0.3);
  padding: 30px;
  display: flex;
  flex-direction: column; }
  .card-a h6 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.15;
    margin-top: 0;
    margin-bottom: 0;
    margin-bottom: 16px; }
    @media (max-width: 767px) {
      .card-a h6 {
        line-height: 1.25; } }
    @media (max-width: 991px) {
      .card-a h6 {
        font-size: 22px; } }
    @media (max-width: 767px) {
      .card-a h6 {
        font-size: 20px; } }
  .card-a__body {
    font-size: 16px;
    line-height: 150%;
    flex: 1; }
  .card-a__cta {
    margin-top: 32px;
    border-radius: 8px;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    text-decoration: none;
    color: #3b3d49;
    text-align: center;
    cursor: pointer;
    transition: all 200ms ease-in-out;
    border-width: 2px;
    border-style: solid;
    max-width: 100%;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    border-color: #3b3d49;
    background-color: white;
    padding: 8px 22px;
    width: 100%;
    padding-left: 8px;
    padding-right: 8px; }
    @media (max-width: 767px) {
      .card-a__cta {
        font-size: 16px; } }
    @media (max-width: 479px) {
      .card-a__cta {
        width: 100% !important; } }
    .card-a__cta svg {
      flex-shrink: 0; }
      .card-a__cta svg path {
        transition: stroke 250ms ease-in-out; }
    .card-a__cta:hover {
      background-color: #3b3d49;
      color: white; }
      .card-a__cta:hover svg path {
        stroke: white; }

.card-c h6 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.15;
  margin-top: 0;
  margin-bottom: 0;
  margin-top: 16px; }
  @media (max-width: 767px) {
    .card-c h6 {
      line-height: 1.25; } }
  @media (max-width: 991px) {
    .card-c h6 {
      font-size: 22px; } }
  @media (max-width: 767px) {
    .card-c h6 {
      font-size: 20px; } }

.card-c__description {
  font-size: 16px;
  line-height: 150%;
  margin-top: 16px; }

.accent-bg-w-cards .global-max-w {
  box-sizing: border-box;
  padding: var(--px-96-80-64) var(--px-44-42-16);
    }

.accent-bg-w-cards.dark {
  background-color: #3b3d49;
  color: white; }

.accent-bg-w-cards.light {
  background-color: #f3f6f6;
  color: #3b3d49; }

.accent-bg-w-cards h3 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.15;
  margin-top: 0;
  margin-bottom: 0;
  margin-bottom: 10px; }
  @media (max-width: 767px) {
    .accent-bg-w-cards h3 {
      line-height: 1.25; } }
  @media (max-width: 991px) {
    .accent-bg-w-cards h3 {
      font-size: 38px; } }
  @media (max-width: 767px) {
    .accent-bg-w-cards h3 {
      font-size: 32px; } }
  @media (max-width: 767px) {
    .accent-bg-w-cards h3 {
      margin-bottom: 12px; } }

.accent-bg-w-cards .subtitle-2 {
  font-size: 24px;
  line-height: 30px; }
  @media (max-width: 991px) {
    .accent-bg-w-cards .subtitle-2 {
      font-size: 20px; } }
  @media (max-width: 767px) {
    .accent-bg-w-cards .subtitle-2 {
      font-size: 18px; } }

.accent-bg-w-cards__cards {
  gap: 20px;
  padding-top: var(--px-30-24-20); }

/* Universal breakpoints */
@keyframes from-right {
  0% {
    opacity: 0;
    transform: translateX(40rem); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.simple-faq {
  padding-left: var(--px-44-42-16);
  padding-right: var(--px-44-42-16);
  margin-top: var(--px-60-48-40);
  margin-bottom: var(--px-60-48-40); }
  .simple-faq h3 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.15;
    margin-top: 0;
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .simple-faq h3 {
        line-height: 1.25; } }
    @media (max-width: 991px) {
      .simple-faq h3 {
        font-size: 38px; } }
    @media (max-width: 767px) {
      .simple-faq h3 {
        font-size: 32px; } }
  .simple-faq .subtitle-2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    margin-top: 16px; }
    @media (max-width: 991px) {
      .simple-faq .subtitle-2 {
        font-size: 20px; } }
    @media (max-width: 767px) {
      .simple-faq .subtitle-2 {
        font-size: 18px; } }
  .simple-faq .one-column,
  .simple-faq .two-columns {
    margin-top: var(--px-32-28-24); }
  .simple-faq .two-columns {
    display: flex;
    gap: 16px; }
    @media (max-width: 991px) {
      .simple-faq .two-columns {
        flex-direction: column; } }
  .simple-faq__cta-wrapper {
    display: flex;
    justify-content: flex-end;
    scroll-margin-top: 132px;
    }
    @media (max-width: 767px) {
      .simple-faq__cta-wrapper {
        justify-content: center; } }
    .simple-faq__cta-wrapper a {
      border-radius: 8px;
      display: flex;
      gap: 8px;
      align-items: center;
      justify-content: center;
      box-sizing: border-box;
      text-decoration: none;
      color: #3b3d49;
      text-align: center;
      cursor: pointer;
      transition: all 200ms ease-in-out;
      border-width: 2px;
      border-style: solid;
      max-width: 100%;
      font-size: 18px;
      font-weight: 700;
      line-height: 24px;
      border-color: transparent;
      background-color: transparent;
      padding: 12px 24px;
      margin-top: var(--px-32-28-24);
      width: -moz-fit-content;
      width: fit-content; }
      @media (max-width: 767px) {
        .simple-faq__cta-wrapper a {
          font-size: 16px; } }
      @media (max-width: 479px) {
        .simple-faq__cta-wrapper a {
          width: 100% !important; } }
      .simple-faq__cta-wrapper a svg {
        flex-shrink: 0; }
        .simple-faq__cta-wrapper a svg path {
          transition: stroke 250ms ease-in-out; }
      .simple-faq__cta-wrapper a:hover {
        background-color: #f3f6f6;
        border-color: #f3f6f6; }

@media (max-width: 767px) {
  .hero__image {
    height: 180px; } }

.hero__image img {
  -o-object-position: 100% 40%;
  object-position: 100% 40%; }

@media (min-width: 992px) {
  .hero__content h1,
  .hero__content p {
    max-width: 780px; } }

@media (max-width: 991px) {
  .hero__content {
    padding-bottom: 130px; } }

.blog_tiles {
  margin-top: var(--px-120-96-80);
  margin-bottom: var(--px-120-96-80); }
  .blog_tiles h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.15;
    margin-top: 0;
    margin-bottom: 0;
    margin-bottom: 24px; }
    @media (max-width: 767px) {
      .blog_tiles h2 {
        line-height: 1.25; } }
    @media (max-width: 991px) {
      .blog_tiles h2 {
        font-size: 38px; } }
    @media (max-width: 767px) {
      .blog_tiles h2 {
        font-size: 32px; } }

.simple-faq {
  margin-bottom: var(--px-128-96-80) !important; }




   @media only screen and (width: 852px) and (height: 393px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
   .card-b {
      max-width: 430px;
    }
}