@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-75 .tc-wp-content-root img, .wpc-scope-75 .tc-wp-content-root video, .wpc-scope-75 .tc-wp-content-root svg, .wpc-scope-75 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-75 .tc-wp-content-root .vi-tax-content-wrapper{
      --accent1:#1e40af;
      --accent2:#3b82f6;
      --accent3:#93c5fd;
      --text:#1f2937;
      --muted:#6b7280;
      --white:#ffffff;
      --off:#f8fafc;
      --border:#e5e7eb;
      --shadow:0 12px 35px rgba(30,64,175,.08);
      font-family:Inter,Segoe UI,Arial,sans-serif;
      width:100%;
      overflow:hidden;
      color:var(--text);
      position:relative;
    }.wpc-scope-75 .tc-wp-content-root .vi-tax-content-wrapper .vi-container{
      max-width:1200px;
      margin:0 auto;
      width:100%;
      box-sizing:border-box;
    }.wpc-scope-75 .tc-wp-content-root .vi-tax-content-wrapper .vi-section{
      position:relative;
      overflow:hidden;
    }.wpc-scope-75 .tc-wp-content-root .vi-tax-content-wrapper .vi-section.white{
      background:#fff;
    }.wpc-scope-75 .tc-wp-content-root .vi-tax-content-wrapper .vi-section.offwhite{
      background:var(--off);
    }.wpc-scope-75 .tc-wp-content-root .vi-tax-content-wrapper .vi-heading{
      text-align:center;
      margin-bottom:40px;
      position:relative;
      z-index:2;
    }.wpc-scope-75 .tc-wp-content-root .vi-tax-content-wrapper .vi-heading h2{
      margin:0 0 14px;
      font-weight:800;
      line-height:1.2;
      color:#111827;
    }.wpc-scope-75 .tc-wp-content-root .vi-tax-content-wrapper .vi-heading p{
      max-width:760px;
      margin:0 auto;
      color:var(--muted);
      line-height:1.8;
    }.wpc-scope-75 .tc-wp-content-root .vi-tax-content-wrapper .vi-heading::before{
      content:"";
      width:80px;
      height:6px;
      border-radius:50px;
      background:linear-gradient(90deg,var(--accent1),var(--accent2));
      display:block;
      margin:0 auto 18px;
    }.wpc-scope-75 .tc-wp-content-root .vi-tax-content-wrapper .vi-grid{
      display:grid;
      align-items:stretch;
    }.wpc-scope-75 .tc-wp-content-root .vi-tax-content-wrapper .vi-card{
      background:#fff;
      border:1px solid var(--border);
      border-radius:22px;
      box-shadow:var(--shadow);
      position:relative;
      overflow:hidden;
      transition:.35s ease;
      height:100%;
      box-sizing:border-box;
    }.wpc-scope-75 .tc-wp-content-root .vi-tax-content-wrapper .vi-card::before{
      content:"";
      position:absolute;
      top:0;
      left:0;
      width:100%;
      height:4px;
      background:linear-gradient(90deg,var(--accent1),var(--accent2));
    }.wpc-scope-75 .tc-wp-content-root .vi-tax-content-wrapper .vi-card:hover{
      transform:translateY(-8px);
      box-shadow:0 20px 45px rgba(30,64,175,.14);
    }.wpc-scope-75 .tc-wp-content-root .vi-tax-content-wrapper .vi-card h3{
      margin:0 0 12px;
      color:#111827;
      font-weight:700;
      line-height:1.3;
    }.wpc-scope-75 .tc-wp-content-root .vi-tax-content-wrapper .vi-card p{
      margin:0;
      color:var(--muted);
      line-height:1.8;
    }.wpc-scope-75 .tc-wp-content-root .vi-tax-content-wrapper .vi-icon{
      width:56px;
      height:56px;
      border-radius:16px;
      background:linear-gradient(135deg,var(--accent1),var(--accent2));
      display:flex;
      align-items:center;
      justify-content:center;
      color:#fff;
      font-size:22px;
      font-weight:800;
      margin-bottom:18px;
      position:relative;
    }.wpc-scope-75 .tc-wp-content-root .vi-tax-content-wrapper .vi-icon::after{
      content:"";
      position:absolute;
      inset:-5px;
      border-radius:18px;
      border:1px solid rgba(59,130,246,.2);
    }.wpc-scope-75 .tc-wp-content-root .vi-tax-content-wrapper .vi-step-wrap{
      display:grid;
      gap:24px;
    }.wpc-scope-75 .tc-wp-content-root .vi-tax-content-wrapper .vi-step{
      display:flex;
      align-items:flex-start;
      gap:24px;
      background:#fff;
      border:1px solid var(--border);
      border-radius:24px;
      box-shadow:var(--shadow);
      position:relative;
      overflow:hidden;
      transition:.35s ease;
    }.wpc-scope-75 .tc-wp-content-root .vi-tax-content-wrapper .vi-step:hover{
      transform:translateY(-6px);
    }.wpc-scope-75 .tc-wp-content-root .vi-tax-content-wrapper .vi-step-number{
      min-width:70px;
      width:70px;
      height:70px;
      border-radius:50%;
      background:linear-gradient(135deg,var(--accent1),var(--accent2));
      color:#fff;
      font-weight:800;
      display:flex;
      align-items:center;
      justify-content:center;
      font-size:24px;
      flex-shrink:0;
      box-shadow:0 10px 25px rgba(59,130,246,.25);
    }.wpc-scope-75 .tc-wp-content-root .vi-tax-content-wrapper .vi-step-content h3{
      margin:0 0 10px;
    }.wpc-scope-75 .tc-wp-content-root .vi-tax-content-wrapper .vi-step::before{
      content:"";
      position:absolute;
      left:34px;
      top:-40px;
      width:2px;
      height:200%;
      background:linear-gradient(var(--accent2),transparent);
      opacity:.15;
    }.wpc-scope-75 .tc-wp-content-root .vi-tax-content-wrapper .vi-badge{
      position:absolute;
      top:18px;
      right:18px;
      background:#eff6ff;
      color:var(--accent1);
      padding:7px 12px;
      border-radius:999px;
      font-size:12px;
      font-weight:700;
    }.wpc-scope-75 .tc-wp-content-root .vi-tax-content-wrapper .vi-decoration{
      position:absolute;
      border-radius:50%;
      pointer-events:none;
      opacity:.08;
      background:linear-gradient(135deg,var(--accent1),var(--accent2));
    }.wpc-scope-75 .tc-wp-content-root .vi-tax-content-wrapper .d1{
      width:240px;
      height:240px;
      top:-80px;
      right:-80px;
    }.wpc-scope-75 .tc-wp-content-root .vi-tax-content-wrapper .d2{
      width:180px;
      height:180px;
      bottom:-60px;
      left:-60px;
    }.wpc-scope-75 .tc-wp-content-root .vi-tax-content-wrapper .reveal{
      opacity:0;
      transform:translateY(30px);
      transition:all .7s ease;
    }.wpc-scope-75 .tc-wp-content-root .vi-tax-content-wrapper .reveal.show{
      opacity:1;
      transform:translateY(0);
    }@media (min-width:320px) and (max-width:374px){.tc-wp-content-root .vi-tax-content-wrapper .vi-section{padding:55px 0;}.tc-wp-content-root .vi-tax-content-wrapper .vi-container{padding:0 14px;}.tc-wp-content-root .vi-tax-content-wrapper .vi-heading h2{font-size:26px;}.tc-wp-content-root .vi-tax-content-wrapper .vi-heading p{font-size:14px;}.tc-wp-content-root .vi-tax-content-wrapper .vi-grid{grid-template-columns:1fr;gap:16px;}.tc-wp-content-root .vi-tax-content-wrapper .vi-card{padding:22px;}.tc-wp-content-root .vi-tax-content-wrapper .vi-card h3{font-size:18px;}.tc-wp-content-root .vi-tax-content-wrapper .vi-card p{font-size:14px;}.tc-wp-content-root .vi-tax-content-wrapper .vi-step{padding:22px;gap:18px;flex-direction:column;}}@media (min-width:375px) and (max-width:429px){.tc-wp-content-root .vi-tax-content-wrapper .vi-section{padding:60px 0;}.tc-wp-content-root .vi-tax-content-wrapper .vi-container{padding:0 18px;}.tc-wp-content-root .vi-tax-content-wrapper .vi-heading h2{font-size:28px;}.tc-wp-content-root .vi-tax-content-wrapper .vi-heading p{font-size:15px;}.tc-wp-content-root .vi-tax-content-wrapper .vi-grid{grid-template-columns:1fr;gap:18px;}.tc-wp-content-root .vi-tax-content-wrapper .vi-card{padding:24px;}.tc-wp-content-root .vi-tax-content-wrapper .vi-card h3{font-size:19px;}.tc-wp-content-root .vi-tax-content-wrapper .vi-card p{font-size:15px;}.tc-wp-content-root .vi-tax-content-wrapper .vi-step{padding:24px;gap:18px;flex-direction:column;}}@media (min-width:430px) and (max-width:767px){.tc-wp-content-root .vi-tax-content-wrapper .vi-section{padding:70px 0;}.tc-wp-content-root .vi-tax-content-wrapper .vi-container{padding:0 22px;}.tc-wp-content-root .vi-tax-content-wrapper .vi-heading h2{font-size:32px;}.tc-wp-content-root .vi-tax-content-wrapper .vi-heading p{font-size:16px;}.tc-wp-content-root .vi-tax-content-wrapper .vi-grid{grid-template-columns:1fr;gap:20px;}.tc-wp-content-root .vi-tax-content-wrapper .vi-card{padding:26px;}.tc-wp-content-root .vi-tax-content-wrapper .vi-card h3{font-size:20px;}.tc-wp-content-root .vi-tax-content-wrapper .vi-card p{font-size:15px;}.tc-wp-content-root .vi-tax-content-wrapper .vi-step{padding:28px;flex-direction:column;}}@media (min-width:768px) and (max-width:1023px){.tc-wp-content-root .vi-tax-content-wrapper .vi-section{padding:80px 0;}.tc-wp-content-root .vi-tax-content-wrapper .vi-container{padding:0 28px;}.tc-wp-content-root .vi-tax-content-wrapper .vi-heading h2{font-size:38px;}.tc-wp-content-root .vi-tax-content-wrapper .vi-heading p{font-size:17px;}.tc-wp-content-root .s1-grid, .tc-wp-content-root .s3-grid{grid-template-columns:repeat(2,1fr);}.tc-wp-content-root .s4-grid{grid-template-columns:repeat(2,1fr);}.tc-wp-content-root .vi-tax-content-wrapper .vi-grid{gap:24px;}.tc-wp-content-root .vi-tax-content-wrapper .vi-card{padding:28px;}.tc-wp-content-root .vi-tax-content-wrapper .vi-card h3{font-size:21px;}.tc-wp-content-root .vi-tax-content-wrapper .vi-card p{font-size:16px;}.tc-wp-content-root .vi-tax-content-wrapper .vi-step{padding:30px;}}@media (min-width:1024px){.tc-wp-content-root .vi-tax-content-wrapper .vi-section{padding:95px 0;}.tc-wp-content-root .vi-tax-content-wrapper .vi-container{padding:0 20px;}.tc-wp-content-root .vi-tax-content-wrapper .vi-heading h2{font-size:44px;}.tc-wp-content-root .vi-tax-content-wrapper .vi-heading p{font-size:18px;}.tc-wp-content-root .s1-grid, .tc-wp-content-root .s3-grid, .tc-wp-content-root .s4-grid{grid-template-columns:repeat(3,1fr);}.tc-wp-content-root .vi-tax-content-wrapper .vi-grid{gap:28px;}.tc-wp-content-root .vi-tax-content-wrapper .vi-card{padding:30px;}.tc-wp-content-root .vi-tax-content-wrapper .vi-card h3{font-size:22px;}.tc-wp-content-root .vi-tax-content-wrapper .vi-card p{font-size:16px;}.tc-wp-content-root .vi-tax-content-wrapper .vi-step{padding:34px;}}