@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

/* tc-scoped:tc-wp-content-root */

.tc-wp-content-root{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  display: flow-root;
  isolation: isolate;
  position: relative;
}.wpc-scope-24 .tc-wp-content-root img, .wpc-scope-24 .tc-wp-content-root video, .wpc-scope-24 .tc-wp-content-root svg, .wpc-scope-24 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-24 .tc-wp-content-root .neonfg-bottom-content{
      width: 100%;
      overflow: hidden;
      background: #ffffff;
      border-radius: 0;
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      color: #1f1f24;
    }.wpc-scope-24 .tc-wp-content-root .neonfg-bottom-content, .wpc-scope-24 .tc-wp-content-root .neonfg-bottom-content *, .wpc-scope-24 .tc-wp-content-root .neonfg-bottom-content *::before, .wpc-scope-24 .tc-wp-content-root .neonfg-bottom-content *::after{
      box-sizing: border-box;
    }.wpc-scope-24 .tc-wp-content-root .neonfg-bottom-content, .wpc-scope-24 .tc-wp-content-root .neonfg-bottom-content .neonfg-section{
      border-radius: 0;
    }.wpc-scope-24 .tc-wp-content-root .neonfg-bottom-content .neonfg-section{
      position: relative;
      width: 100%;
      overflow: hidden;
    }.wpc-scope-24 .tc-wp-content-root .neonfg-bottom-content .neonfg-section-white{
      background: #ffffff;
    }.wpc-scope-24 .tc-wp-content-root .neonfg-bottom-content .neonfg-section-soft{
      background: linear-gradient(180deg, #f5fbff 0%, #fff5fd 100%);
    }.wpc-scope-24 .tc-wp-content-root .neonfg-bottom-content .neonfg-container{
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
      position: relative;
      z-index: 2;
    }.wpc-scope-24 .tc-wp-content-root .neonfg-bottom-content .neonfg-heading-wrap{
      text-align: center;
      max-width: 790px;
      margin: 0 auto;
    }.wpc-scope-24 .tc-wp-content-root .neonfg-bottom-content .neonfg-eyebrow{
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 9px;
      padding: 8px 15px;
      margin-bottom: 16px;
      border: 1px solid rgba(14, 165, 233, 0.24);
      border-radius: 999px;
      background: linear-gradient(135deg, rgba(14, 165, 233, 0.12), rgba(236, 72, 153, 0.09), rgba(168, 85, 247, 0.08));
      color: #0284c7;
      font-weight: 750;
      letter-spacing: 0.02em;
      line-height: 1.2;
    }.wpc-scope-24 .tc-wp-content-root .neonfg-bottom-content .neonfg-eyebrow::before{
      content: "";
      width: 15px;
      height: 15px;
      border-radius: 50%;
      background: radial-gradient(circle at 35% 35%, #ffffff 0 15%, #22d3ee 16% 42%, #ec4899 43% 70%, #7c3aed 71% 100%);
      box-shadow: 0 0 0 4px rgba(14, 165, 233, 0.1), 0 0 16px rgba(236, 72, 153, 0.35);
      flex: 0 0 auto;
    }.wpc-scope-24 .tc-wp-content-root .neonfg-bottom-content .neonfg-heading-wrap h2{
      margin: 0;
      color: #17171d;
      font-weight: 850;
      line-height: 1.08;
      letter-spacing: -0.045em;
    }.wpc-scope-24 .tc-wp-content-root .neonfg-bottom-content .neonfg-heading-wrap p{
      margin: 16px auto 0;
      color: #626672;
      line-height: 1.75;
      font-weight: 450;
    }.wpc-scope-24 .tc-wp-content-root .neonfg-bottom-content .neonfg-grid{
      display: grid;
      align-items: stretch;
      width: 100%;
      grid-auto-rows: auto;
    }.wpc-scope-24 .tc-wp-content-root .neonfg-bottom-content .neonfg-card, .wpc-scope-24 .tc-wp-content-root .neonfg-bottom-content .neonfg-step-card, .wpc-scope-24 .tc-wp-content-root .neonfg-bottom-content .neonfg-trust-card{
      position: relative;
      width: 100%;
      min-width: 0;
      height: auto;
      min-height: 100%;
      background: rgba(255, 255, 255, 0.94);
      border: 1px solid rgba(14, 165, 233, 0.15);
      box-shadow: 0 18px 45px rgba(20, 35, 55, 0.07);
      transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
      overflow: hidden;
    }.wpc-scope-24 .tc-wp-content-root .neonfg-bottom-content .neonfg-card::after, .wpc-scope-24 .tc-wp-content-root .neonfg-bottom-content .neonfg-trust-card::after{
      content: "";
      position: absolute;
      inset: 0;
      border-radius: inherit;
      pointer-events: none;
      background: radial-gradient(circle at top right, rgba(236, 72, 153, 0.15), transparent 35%);
      opacity: 0;
      transition: opacity 260ms ease;
    }.wpc-scope-24 .tc-wp-content-root .neonfg-bottom-content .neonfg-card:hover, .wpc-scope-24 .tc-wp-content-root .neonfg-bottom-content .neonfg-step-card:hover, .wpc-scope-24 .tc-wp-content-root .neonfg-bottom-content .neonfg-trust-card:hover{
      transform: translateY(-6px);
      border-color: rgba(14, 165, 233, 0.34);
      box-shadow: 0 24px 60px rgba(2, 132, 199, 0.13);
    }.wpc-scope-24 .tc-wp-content-root .neonfg-bottom-content .neonfg-card:hover::after, .wpc-scope-24 .tc-wp-content-root .neonfg-bottom-content .neonfg-trust-card:hover::after{
      opacity: 1;
    }.wpc-scope-24 .tc-wp-content-root .neonfg-bottom-content .neonfg-icon{
      display: inline-flex;
      align-items: center;
      justify-content: center;
      position: relative;
      border-radius: 18px;
      background: linear-gradient(135deg, #0ea5e9 0%, #22d3ee 32%, #ec4899 66%, #7c3aed 100%);
      box-shadow: 0 12px 28px rgba(14, 165, 233, 0.24), 0 0 22px rgba(236, 72, 153, 0.24);
      flex: 0 0 auto;
      transition: transform 260ms ease;
    }.wpc-scope-24 .tc-wp-content-root .neonfg-bottom-content .neonfg-card:hover .neonfg-icon, .wpc-scope-24 .tc-wp-content-root .neonfg-bottom-content .neonfg-trust-card:hover .neonfg-icon{
      transform: translateY(-3px) rotate(-2deg);
    }.wpc-scope-24 .tc-wp-content-root .neonfg-bottom-content .neonfg-icon::before{
      content: "N";
      color: #ffffff;
      font-weight: 900;
      line-height: 1;
      letter-spacing: -0.08em;
      text-shadow: 0 0 10px rgba(255, 255, 255, 0.9), 0 0 18px rgba(34, 211, 238, 0.7);
      transform: rotate(-5deg);
    }.wpc-scope-24 .tc-wp-content-root .neonfg-bottom-content .neonfg-icon::after{
      content: "";
      position: absolute;
      right: 12px;
      bottom: 13px;
      width: 18px;
      height: 3px;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.9);
      box-shadow: 0 5px 0 rgba(255, 255, 255, 0.55), 0 0 12px rgba(255, 255, 255, 0.8);
    }.wpc-scope-24 .tc-wp-content-root .neonfg-bottom-content .neonfg-card h3, .wpc-scope-24 .tc-wp-content-root .neonfg-bottom-content .neonfg-step-card h3, .wpc-scope-24 .tc-wp-content-root .neonfg-bottom-content .neonfg-trust-card h3{
      margin: 0;
      color: #1b1b22;
      line-height: 1.25;
      font-weight: 800;
      letter-spacing: -0.02em;
    }.wpc-scope-24 .tc-wp-content-root .neonfg-bottom-content .neonfg-card p, .wpc-scope-24 .tc-wp-content-root .neonfg-bottom-content .neonfg-step-card p, .wpc-scope-24 .tc-wp-content-root .neonfg-bottom-content .neonfg-trust-card p{
      margin: 10px 0 0;
      color: #626672;
      line-height: 1.7;
      font-weight: 430;
    }.wpc-scope-24 .tc-wp-content-root .neonfg-bottom-content .neonfg-step-list{
      display: grid;
      grid-template-columns: 1fr;
      width: 100%;
    }.wpc-scope-24 .tc-wp-content-root .neonfg-bottom-content .neonfg-step-card{
      display: grid;
      align-items: center;
      background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.97), rgba(245, 251, 255, 0.94)),
        radial-gradient(circle at top left, rgba(14, 165, 233, 0.13), transparent 38%);
    }.wpc-scope-24 .tc-wp-content-root .neonfg-bottom-content .neonfg-step-number{
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 22px;
      color: #ffffff;
      font-weight: 850;
      letter-spacing: -0.04em;
      background: linear-gradient(135deg, #0ea5e9 0%, #22d3ee 34%, #ec4899 72%, #7c3aed 100%);
      box-shadow: 0 18px 35px rgba(14, 165, 233, 0.25), 0 0 18px rgba(236, 72, 153, 0.25);
      flex: 0 0 auto;
    }.wpc-scope-24 .tc-wp-content-root .neonfg-bottom-content .neonfg-step-content{
      min-width: 0;
    }.wpc-scope-24 .tc-wp-content-root .neonfg-bottom-content .neonfg-step-card::before{
      content: "";
      position: absolute;
      left: 0;
      top: 22px;
      bottom: 22px;
      width: 5px;
      border-radius: 999px;
      background: linear-gradient(180deg, #0ea5e9, #22d3ee, #ec4899, #7c3aed);
    }.wpc-scope-24 .tc-wp-content-root .neonfg-bottom-content .neonfg-use-card{
      background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.98)),
        radial-gradient(circle at 12% 0%, rgba(14, 165, 233, 0.12), transparent 32%);
    }.wpc-scope-24 .tc-wp-content-root .neonfg-bottom-content .neonfg-badge{
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: fit-content;
      margin-bottom: 16px;
      padding: 7px 11px;
      border-radius: 999px;
      color: #0284c7;
      background: rgba(224, 242, 254, 0.84);
      border: 1px solid rgba(14, 165, 233, 0.2);
      font-weight: 750;
      line-height: 1;
    }.wpc-scope-24 .tc-wp-content-root .neonfg-bottom-content .neonfg-trust-card{
      text-align: center;
    }.wpc-scope-24 .tc-wp-content-root .neonfg-bottom-content .neonfg-trust-card .neonfg-icon{
      margin-left: auto;
      margin-right: auto;
    }.wpc-scope-24 .tc-wp-content-root .neonfg-bottom-content .neonfg-glow{
      position: absolute;
      pointer-events: none;
      border-radius: 999px;
      filter: blur(8px);
      opacity: 0.56;
      z-index: 1;
    }.wpc-scope-24 .tc-wp-content-root .neonfg-bottom-content .neonfg-glow-one{
      width: 280px;
      height: 280px;
      top: -130px;
      right: -90px;
      background: radial-gradient(circle, rgba(14, 165, 233, 0.2), transparent 66%);
    }.wpc-scope-24 .tc-wp-content-root .neonfg-bottom-content .neonfg-glow-two{
      width: 260px;
      height: 260px;
      bottom: -130px;
      left: -90px;
      background: radial-gradient(circle, rgba(236, 72, 153, 0.15), transparent 68%);
    }.wpc-scope-24 .tc-wp-content-root .neonfg-bottom-content .neonfg-reveal{
      opacity: 0;
      transform: translateY(24px);
      transition: opacity 650ms ease, transform 650ms ease;
    }.wpc-scope-24 .tc-wp-content-root .neonfg-bottom-content .neonfg-reveal.neonfg-visible{
      opacity: 1;
      transform: translateY(0);
    }@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .neonfg-bottom-content .neonfg-section{
        padding: 54px 0;
      }.tc-wp-content-root .neonfg-bottom-content .neonfg-container{
        padding: 0 16px;
      }.tc-wp-content-root .neonfg-bottom-content .neonfg-eyebrow{
        font-size: 12px;
      }.tc-wp-content-root .neonfg-bottom-content .neonfg-heading-wrap h2{
        font-size: 28px;
      }.tc-wp-content-root .neonfg-bottom-content .neonfg-heading-wrap p{
        font-size: 15px;
      }.tc-wp-content-root .neonfg-bottom-content .neonfg-grid{
        grid-template-columns: 1fr;
        column-gap: 0;
        row-gap: 24px;
        margin-top: 30px;
      }.tc-wp-content-root .neonfg-bottom-content .neonfg-card, .tc-wp-content-root .neonfg-bottom-content .neonfg-trust-card{
        padding: 22px;
        border-radius: 22px;
      }.tc-wp-content-root .neonfg-bottom-content .neonfg-icon{
        width: 48px;
        height: 48px;
        margin-bottom: 18px;
      }.tc-wp-content-root .neonfg-bottom-content .neonfg-icon::before{
        font-size: 22px;
      }.tc-wp-content-root .neonfg-bottom-content .neonfg-card h3, .tc-wp-content-root .neonfg-bottom-content .neonfg-trust-card h3{
        font-size: 18px;
      }.tc-wp-content-root .neonfg-bottom-content .neonfg-card p, .tc-wp-content-root .neonfg-bottom-content .neonfg-trust-card p{
        font-size: 14.5px;
      }.tc-wp-content-root .neonfg-bottom-content .neonfg-step-list{
        row-gap: 24px;
        margin-top: 30px;
      }.tc-wp-content-root .neonfg-bottom-content .neonfg-step-card{
        grid-template-columns: 1fr;
        row-gap: 16px;
        padding: 22px;
        border-radius: 22px;
      }.tc-wp-content-root .neonfg-bottom-content .neonfg-step-number{
        width: 54px;
        height: 54px;
        font-size: 22px;
      }.tc-wp-content-root .neonfg-bottom-content .neonfg-step-card h3{
        font-size: 18px;
      }.tc-wp-content-root .neonfg-bottom-content .neonfg-step-card p{
        font-size: 14.5px;
      }.tc-wp-content-root .neonfg-bottom-content .neonfg-badge{
        font-size: 12px;
      }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .neonfg-bottom-content .neonfg-section{
        padding: 60px 0;
      }.tc-wp-content-root .neonfg-bottom-content .neonfg-container{
        padding: 0 18px;
      }.tc-wp-content-root .neonfg-bottom-content .neonfg-eyebrow{
        font-size: 12.5px;
      }.tc-wp-content-root .neonfg-bottom-content .neonfg-heading-wrap h2{
        font-size: 31px;
      }.tc-wp-content-root .neonfg-bottom-content .neonfg-heading-wrap p{
        font-size: 15.5px;
      }.tc-wp-content-root .neonfg-bottom-content .neonfg-grid{
        grid-template-columns: 1fr;
        column-gap: 0;
        row-gap: 26px;
        margin-top: 34px;
      }.tc-wp-content-root .neonfg-bottom-content .neonfg-card, .tc-wp-content-root .neonfg-bottom-content .neonfg-trust-card{
        padding: 24px;
        border-radius: 24px;
      }.tc-wp-content-root .neonfg-bottom-content .neonfg-icon{
        width: 50px;
        height: 50px;
        margin-bottom: 18px;
      }.tc-wp-content-root .neonfg-bottom-content .neonfg-icon::before{
        font-size: 23px;
      }.tc-wp-content-root .neonfg-bottom-content .neonfg-card h3, .tc-wp-content-root .neonfg-bottom-content .neonfg-trust-card h3{
        font-size: 19px;
      }.tc-wp-content-root .neonfg-bottom-content .neonfg-card p, .tc-wp-content-root .neonfg-bottom-content .neonfg-trust-card p{
        font-size: 15px;
      }.tc-wp-content-root .neonfg-bottom-content .neonfg-step-list{
        row-gap: 26px;
        margin-top: 34px;
      }.tc-wp-content-root .neonfg-bottom-content .neonfg-step-card{
        grid-template-columns: 1fr;
        row-gap: 16px;
        padding: 24px;
        border-radius: 24px;
      }.tc-wp-content-root .neonfg-bottom-content .neonfg-step-number{
        width: 56px;
        height: 56px;
        font-size: 23px;
      }.tc-wp-content-root .neonfg-bottom-content .neonfg-step-card h3{
        font-size: 19px;
      }.tc-wp-content-root .neonfg-bottom-content .neonfg-step-card p{
        font-size: 15px;
      }.tc-wp-content-root .neonfg-bottom-content .neonfg-badge{
        font-size: 12.5px;
      }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .neonfg-bottom-content .neonfg-section{
        padding: 66px 0;
      }.tc-wp-content-root .neonfg-bottom-content .neonfg-container{
        padding: 0 22px;
      }.tc-wp-content-root .neonfg-bottom-content .neonfg-eyebrow{
        font-size: 13px;
      }.tc-wp-content-root .neonfg-bottom-content .neonfg-heading-wrap h2{
        font-size: 36px;
      }.tc-wp-content-root .neonfg-bottom-content .neonfg-heading-wrap p{
        font-size: 16px;
      }.tc-wp-content-root .neonfg-bottom-content .neonfg-grid{
        grid-template-columns: 1fr;
        column-gap: 0;
        row-gap: 28px;
        margin-top: 38px;
      }.tc-wp-content-root .neonfg-bottom-content .neonfg-card, .tc-wp-content-root .neonfg-bottom-content .neonfg-trust-card{
        padding: 28px;
        border-radius: 26px;
      }.tc-wp-content-root .neonfg-bottom-content .neonfg-icon{
        width: 54px;
        height: 54px;
        margin-bottom: 20px;
      }.tc-wp-content-root .neonfg-bottom-content .neonfg-icon::before{
        font-size: 24px;
      }.tc-wp-content-root .neonfg-bottom-content .neonfg-card h3, .tc-wp-content-root .neonfg-bottom-content .neonfg-trust-card h3{
        font-size: 20px;
      }.tc-wp-content-root .neonfg-bottom-content .neonfg-card p, .tc-wp-content-root .neonfg-bottom-content .neonfg-trust-card p{
        font-size: 15.5px;
      }.tc-wp-content-root .neonfg-bottom-content .neonfg-step-list{
        row-gap: 28px;
        margin-top: 38px;
      }.tc-wp-content-root .neonfg-bottom-content .neonfg-step-card{
        grid-template-columns: 1fr;
        row-gap: 18px;
        padding: 28px;
        border-radius: 26px;
      }.tc-wp-content-root .neonfg-bottom-content .neonfg-step-number{
        width: 60px;
        height: 60px;
        font-size: 24px;
      }.tc-wp-content-root .neonfg-bottom-content .neonfg-step-card h3{
        font-size: 20px;
      }.tc-wp-content-root .neonfg-bottom-content .neonfg-step-card p{
        font-size: 15.5px;
      }.tc-wp-content-root .neonfg-bottom-content .neonfg-badge{
        font-size: 13px;
      }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .neonfg-bottom-content .neonfg-section{
        padding: 82px 0;
      }.tc-wp-content-root .neonfg-bottom-content .neonfg-container{
        padding: 0 30px;
      }.tc-wp-content-root .neonfg-bottom-content .neonfg-eyebrow{
        font-size: 13px;
      }.tc-wp-content-root .neonfg-bottom-content .neonfg-heading-wrap h2{
        font-size: 44px;
      }.tc-wp-content-root .neonfg-bottom-content .neonfg-heading-wrap p{
        font-size: 17px;
      }.tc-wp-content-root .neonfg-bottom-content .neonfg-grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 24px;
        row-gap: 30px;
        margin-top: 44px;
      }.tc-wp-content-root .neonfg-bottom-content .neonfg-card, .tc-wp-content-root .neonfg-bottom-content .neonfg-trust-card{
        padding: 30px;
        border-radius: 28px;
      }.tc-wp-content-root .neonfg-bottom-content .neonfg-icon{
        width: 56px;
        height: 56px;
        margin-bottom: 22px;
      }.tc-wp-content-root .neonfg-bottom-content .neonfg-icon::before{
        font-size: 25px;
      }.tc-wp-content-root .neonfg-bottom-content .neonfg-card h3, .tc-wp-content-root .neonfg-bottom-content .neonfg-trust-card h3{
        font-size: 21px;
      }.tc-wp-content-root .neonfg-bottom-content .neonfg-card p, .tc-wp-content-root .neonfg-bottom-content .neonfg-trust-card p{
        font-size: 16px;
      }.tc-wp-content-root .neonfg-bottom-content .neonfg-step-list{
        row-gap: 28px;
        margin-top: 44px;
      }.tc-wp-content-root .neonfg-bottom-content .neonfg-step-card{
        grid-template-columns: auto 1fr;
        column-gap: 24px;
        row-gap: 0;
        padding: 32px;
        border-radius: 28px;
      }.tc-wp-content-root .neonfg-bottom-content .neonfg-step-number{
        width: 66px;
        height: 66px;
        font-size: 26px;
      }.tc-wp-content-root .neonfg-bottom-content .neonfg-step-card h3{
        font-size: 22px;
      }.tc-wp-content-root .neonfg-bottom-content .neonfg-step-card p{
        font-size: 16px;
      }.tc-wp-content-root .neonfg-bottom-content .neonfg-trust-grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }.tc-wp-content-root .neonfg-bottom-content .neonfg-badge{
        font-size: 13px;
      }}@media (min-width: 1024px){.tc-wp-content-root .neonfg-bottom-content .neonfg-section{
        padding: 96px 0;
      }.tc-wp-content-root .neonfg-bottom-content .neonfg-container{
        padding: 0 32px;
      }.tc-wp-content-root .neonfg-bottom-content .neonfg-eyebrow{
        font-size: 13px;
      }.tc-wp-content-root .neonfg-bottom-content .neonfg-heading-wrap h2{
        font-size: 52px;
      }.tc-wp-content-root .neonfg-bottom-content .neonfg-heading-wrap p{
        font-size: 18px;
      }.tc-wp-content-root .neonfg-bottom-content .neonfg-grid{
        grid-template-columns: repeat(3, minmax(0, 1fr));
        column-gap: 26px;
        row-gap: 34px;
        margin-top: 50px;
      }.tc-wp-content-root .neonfg-bottom-content .neonfg-card, .tc-wp-content-root .neonfg-bottom-content .neonfg-trust-card{
        padding: 34px;
        border-radius: 30px;
      }.tc-wp-content-root .neonfg-bottom-content .neonfg-icon{
        width: 60px;
        height: 60px;
        margin-bottom: 24px;
      }.tc-wp-content-root .neonfg-bottom-content .neonfg-icon::before{
        font-size: 27px;
      }.tc-wp-content-root .neonfg-bottom-content .neonfg-card h3, .tc-wp-content-root .neonfg-bottom-content .neonfg-trust-card h3{
        font-size: 22px;
      }.tc-wp-content-root .neonfg-bottom-content .neonfg-card p, .tc-wp-content-root .neonfg-bottom-content .neonfg-trust-card p{
        font-size: 16px;
      }.tc-wp-content-root .neonfg-bottom-content .neonfg-step-list{
        row-gap: 30px;
        margin-top: 50px;
      }.tc-wp-content-root .neonfg-bottom-content .neonfg-step-card{
        grid-template-columns: auto 1fr;
        column-gap: 28px;
        row-gap: 0;
        padding: 36px 40px;
        border-radius: 30px;
      }.tc-wp-content-root .neonfg-bottom-content .neonfg-step-number{
        width: 72px;
        height: 72px;
        font-size: 28px;
      }.tc-wp-content-root .neonfg-bottom-content .neonfg-step-card h3{
        font-size: 24px;
      }.tc-wp-content-root .neonfg-bottom-content .neonfg-step-card p{
        font-size: 16.5px;
      }.tc-wp-content-root .neonfg-bottom-content .neonfg-badge{
        font-size: 13px;
      }}