@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-29 .tc-wp-content-root img, .wpc-scope-29 .tc-wp-content-root video, .wpc-scope-29 .tc-wp-content-root svg, .wpc-scope-29 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-29 .tc-wp-content-root .ma-tax-content-wrap{
      --accent1:#2563eb;
      --accent2:#06b6d4;
      --accent3:#eff6ff;
      --white:#ffffff;
      --off:#f8fafc;
      --text:#1e293b;
      --muted:#64748b;
      --border:#e2e8f0;
      --shadow:0 10px 35px rgba(37,99,235,.08);
      width:100%;
      position:relative;
      overflow:hidden;
      font-family:Arial,Helvetica,sans-serif;
      color:var(--text);
    }.wpc-scope-29 .tc-wp-content-root .ma-tax-content-wrap .ma-container{
      max-width:1200px;
      margin:0 auto;
      position:relative;
      z-index:2;
    }.wpc-scope-29 .tc-wp-content-root .ma-tax-content-wrap .ma-section{
      position:relative;
      overflow:hidden;
    }.wpc-scope-29 .tc-wp-content-root .ma-tax-content-wrap .ma-white{
      background:#fff;
    }.wpc-scope-29 .tc-wp-content-root .ma-tax-content-wrap .ma-offwhite{
      background:var(--off);
    }.wpc-scope-29 .tc-wp-content-root .ma-tax-content-wrap .ma-heading{
      text-align:center;
      margin-bottom:18px;
      color:var(--text);
      font-weight:800;
      line-height:1.2;
    }.wpc-scope-29 .tc-wp-content-root .ma-tax-content-wrap .ma-intro{
      text-align:center;
      max-width:850px;
      margin:0 auto 40px;
      color:var(--muted);
      line-height:1.8;
    }.wpc-scope-29 .tc-wp-content-root .ma-tax-content-wrap .ma-grid{
      display:grid;
      align-items:stretch;
    }.wpc-scope-29 .tc-wp-content-root .ma-tax-content-wrap .ma-card{
      background:#fff;
      border:1px solid var(--border);
      border-radius:22px;
      box-shadow:var(--shadow);
      position:relative;
      overflow:hidden;
      transition:.35s ease;
      display:flex;
      flex-direction:column;
      height:100%;
    }.wpc-scope-29 .tc-wp-content-root .ma-tax-content-wrap .ma-card:hover{
      transform:translateY(-6px);
      box-shadow:0 18px 45px rgba(37,99,235,.14);
    }.wpc-scope-29 .tc-wp-content-root .ma-tax-content-wrap .ma-card::before{
      content:"";
      position:absolute;
      top:0;
      left:0;
      width:100%;
      height:4px;
      background:linear-gradient(90deg,var(--accent1),var(--accent2));
    }.wpc-scope-29 .tc-wp-content-root .ma-tax-content-wrap .ma-card-icon{
      width:56px;
      height:56px;
      border-radius:50%;
      background:linear-gradient(135deg,var(--accent1),var(--accent2));
      display:flex;
      align-items:center;
      justify-content:center;
      color:#fff;
      font-weight:700;
      margin-bottom:18px;
      position:relative;
      overflow:hidden;
    }.wpc-scope-29 .tc-wp-content-root .ma-tax-content-wrap .ma-card-icon:after{
      content:"";
      width:16px;
      height:16px;
      border-radius:50%;
      background:rgba(255,255,255,.35);
      position:absolute;
      top:10px;
      right:10px;
    }.wpc-scope-29 .tc-wp-content-root .ma-tax-content-wrap h3{
      margin:0 0 12px;
      color:var(--text);
      line-height:1.3;
    }.wpc-scope-29 .tc-wp-content-root .ma-tax-content-wrap .ma-card p, .wpc-scope-29 .tc-wp-content-root .ma-tax-content-wrap .ma-step-content p{
      margin:0;
      color:var(--muted);
      line-height:1.8;
    }.wpc-scope-29 .tc-wp-content-root .ma-tax-content-wrap .ma-badge{
      display:inline-flex;
      align-items:center;
      gap:8px;
      background:var(--accent3);
      color:var(--accent1);
      border-radius:999px;
      padding:8px 14px;
      font-size:13px;
      font-weight:700;
      margin-bottom:16px;
    }.wpc-scope-29 .tc-wp-content-root .ma-tax-content-wrap .ma-badge:before{
      content:"";
      width:8px;
      height:8px;
      border-radius:50%;
      background:var(--accent2);
    }.wpc-scope-29 .tc-wp-content-root .ma-tax-content-wrap .ma-step-list{
      display:grid;
      gap:24px;
    }.wpc-scope-29 .tc-wp-content-root .ma-tax-content-wrap .ma-step-card{
      background:#fff;
      border:1px solid var(--border);
      border-radius:24px;
      padding:28px;
      box-shadow:var(--shadow);
      display:flex;
      align-items:flex-start;
      gap:24px;
      transition:.35s ease;
    }.wpc-scope-29 .tc-wp-content-root .ma-tax-content-wrap .ma-step-card:hover{
      transform:translateY(-4px);
    }.wpc-scope-29 .tc-wp-content-root .ma-tax-content-wrap .ma-step-number{
      min-width:70px;
      width:70px;
      height:70px;
      border-radius:20px;
      background:linear-gradient(135deg,var(--accent1),var(--accent2));
      color:#fff;
      display:flex;
      align-items:center;
      justify-content:center;
      font-size:24px;
      font-weight:800;
      box-shadow:0 10px 25px rgba(37,99,235,.25);
    }.wpc-scope-29 .tc-wp-content-root .ma-tax-content-wrap .ma-step-content{
      flex:1;
    }.wpc-scope-29 .tc-wp-content-root .ma-tax-content-wrap .ma-step-content h3{
      margin-top:0;
    }.wpc-scope-29 .tc-wp-content-root .ma-tax-content-wrap .ma-decoration{
      position:absolute;
      width:300px;
      height:300px;
      border-radius:50%;
      background:radial-gradient(circle,rgba(37,99,235,.08),transparent 70%);
      pointer-events:none;
    }.wpc-scope-29 .tc-wp-content-root .ma-tax-content-wrap .ma-decoration.one{
      top:-100px;
      right:-120px;
    }.wpc-scope-29 .tc-wp-content-root .ma-tax-content-wrap .ma-decoration.two{
      bottom:-120px;
      left:-120px;
    }.wpc-scope-29 .tc-wp-content-root .ma-tax-content-wrap .ma-reveal{
      opacity:0;
      transform:translateY(25px);
      transition:.7s ease;
    }.wpc-scope-29 .tc-wp-content-root .ma-tax-content-wrap .ma-reveal.ma-show{
      opacity:1;
      transform:translateY(0);
    }@media (min-width:320px) and (max-width:374px){.tc-wp-content-root .ma-tax-content-wrap .ma-section{padding:55px 14px;}.tc-wp-content-root .ma-tax-content-wrap .ma-heading{font-size:28px;}.tc-wp-content-root .ma-tax-content-wrap .ma-intro{font-size:14px;}.tc-wp-content-root .ma-tax-content-wrap .ma-grid{grid-template-columns:1fr;gap:18px;}.tc-wp-content-root .ma-tax-content-wrap .ma-card{padding:22px;}.tc-wp-content-root .ma-tax-content-wrap h3{font-size:19px;}.tc-wp-content-root .ma-tax-content-wrap .ma-card p, .tc-wp-content-root .ma-tax-content-wrap .ma-step-content p{font-size:14px;}.tc-wp-content-root .ma-tax-content-wrap .ma-step-card{padding:22px;flex-direction:column;}.tc-wp-content-root .ma-tax-content-wrap .ma-step-number{width:60px;height:60px;min-width:60px;}}@media (min-width:375px) and (max-width:429px){.tc-wp-content-root .ma-tax-content-wrap .ma-section{padding:60px 18px;}.tc-wp-content-root .ma-tax-content-wrap .ma-heading{font-size:30px;}.tc-wp-content-root .ma-tax-content-wrap .ma-intro{font-size:15px;}.tc-wp-content-root .ma-tax-content-wrap .ma-grid{grid-template-columns:1fr;gap:20px;}.tc-wp-content-root .ma-tax-content-wrap .ma-card{padding:24px;}.tc-wp-content-root .ma-tax-content-wrap h3{font-size:20px;}.tc-wp-content-root .ma-tax-content-wrap .ma-card p, .tc-wp-content-root .ma-tax-content-wrap .ma-step-content p{font-size:15px;}.tc-wp-content-root .ma-tax-content-wrap .ma-step-card{padding:24px;flex-direction:column;}}@media (min-width:430px) and (max-width:767px){.tc-wp-content-root .ma-tax-content-wrap .ma-section{padding:70px 22px;}.tc-wp-content-root .ma-tax-content-wrap .ma-heading{font-size:32px;}.tc-wp-content-root .ma-tax-content-wrap .ma-intro{font-size:16px;}.tc-wp-content-root .ma-tax-content-wrap .ma-grid{grid-template-columns:1fr;gap:22px;}.tc-wp-content-root .ma-tax-content-wrap .ma-card{padding:26px;}.tc-wp-content-root .ma-tax-content-wrap h3{font-size:21px;}.tc-wp-content-root .ma-tax-content-wrap .ma-card p, .tc-wp-content-root .ma-tax-content-wrap .ma-step-content p{font-size:15px;}}@media (min-width:768px) and (max-width:1023px){.tc-wp-content-root .ma-tax-content-wrap .ma-section{padding:80px 28px;}.tc-wp-content-root .ma-tax-content-wrap .ma-heading{font-size:38px;}.tc-wp-content-root .ma-tax-content-wrap .ma-intro{font-size:17px;}.tc-wp-content-root .ma-tax-content-wrap .ma-grid{grid-template-columns:repeat(2,1fr);gap:24px;}.tc-wp-content-root .ma-tax-content-wrap .ma-card{padding:28px;}.tc-wp-content-root .ma-tax-content-wrap h3{font-size:22px;}.tc-wp-content-root .ma-tax-content-wrap .ma-card p, .tc-wp-content-root .ma-tax-content-wrap .ma-step-content p{font-size:16px;}}@media (min-width:1024px){.tc-wp-content-root .ma-tax-content-wrap .ma-section{padding:95px 30px;}.tc-wp-content-root .ma-tax-content-wrap .ma-heading{font-size:42px;}.tc-wp-content-root .ma-tax-content-wrap .ma-intro{font-size:18px;}.tc-wp-content-root .ma-tax-content-wrap .ma-grid{grid-template-columns:repeat(3,1fr);gap:28px;}.tc-wp-content-root .ma-tax-content-wrap .ma-card{padding:30px;}.tc-wp-content-root .ma-tax-content-wrap h3{font-size:23px;}.tc-wp-content-root .ma-tax-content-wrap .ma-card p, .tc-wp-content-root .ma-tax-content-wrap .ma-step-content p{font-size:16px;}}