@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-30 .tc-wp-content-root img, .wpc-scope-30 .tc-wp-content-root video, .wpc-scope-30 .tc-wp-content-root svg, .wpc-scope-30 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-30 .tc-wp-content-root .md-tax-content-wrapper{
  --accent1:#1e88e5;
  --accent2:#42a5f5;
  --accent3:#90caf9;
  --text:#1f2937;
  --muted:#64748b;
  --white:#ffffff;
  --off:#f8fafc;
  --border:#e5e7eb;
  --shadow:0 10px 30px rgba(30,136,229,.08);
  width:100%;
  overflow:hidden;
  font-family:Arial,Helvetica,sans-serif;
  color:var(--text);
}.wpc-scope-30 .tc-wp-content-root .md-tax-content-wrapper .md-tax-container{
  max-width:1200px;
  margin:0 auto;
}.wpc-scope-30 .tc-wp-content-root .md-tax-content-wrapper .md-tax-section{
  position:relative;
}.wpc-scope-30 .tc-wp-content-root .md-tax-content-wrapper .md-tax-section.white{
  background:#fff;
}.wpc-scope-30 .tc-wp-content-root .md-tax-content-wrapper .md-tax-section.offwhite{
  background:var(--off);
}.wpc-scope-30 .tc-wp-content-root .md-tax-content-wrapper .md-tax-heading{
  text-align:center;
  margin-bottom:18px;
}.wpc-scope-30 .tc-wp-content-root .md-tax-content-wrapper .md-tax-heading h2{
  margin:0 0 12px;
  font-weight:700;
  color:var(--text);
  line-height:1.3;
}.wpc-scope-30 .tc-wp-content-root .md-tax-content-wrapper .md-tax-heading p{
  margin:0 auto;
  max-width:760px;
  color:var(--muted);
  line-height:1.7;
}.wpc-scope-30 .tc-wp-content-root .md-tax-content-wrapper .md-tax-heading h2:after{
  content:"";
  display:block;
  width:80px;
  height:4px;
  margin:14px auto 0;
  border-radius:50px;
  background:linear-gradient(90deg,var(--accent1),var(--accent2));
}.wpc-scope-30 .tc-wp-content-root .md-tax-content-wrapper .md-tax-grid{
  display:grid;
  align-items:stretch;
}.wpc-scope-30 .tc-wp-content-root .md-tax-content-wrapper .md-card{
  background:#fff;
  border:1px solid var(--border);
  border-radius:22px;
  padding:26px;
  box-shadow:var(--shadow);
  position:relative;
  overflow:hidden;
  transition:.35s ease;
  display:flex;
  flex-direction:column;
}.wpc-scope-30 .tc-wp-content-root .md-tax-content-wrapper .md-card:before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:4px;
  background:linear-gradient(90deg,var(--accent1),var(--accent2));
}.wpc-scope-30 .tc-wp-content-root .md-tax-content-wrapper .md-card:hover{
  transform:translateY(-6px);
  box-shadow:0 18px 40px rgba(30,136,229,.15);
}.wpc-scope-30 .tc-wp-content-root .md-tax-content-wrapper .md-card-icon{
  width:52px;
  height:52px;
  border-radius:16px;
  margin-bottom:18px;
  background:linear-gradient(135deg,var(--accent1),var(--accent2));
  position:relative;
}.wpc-scope-30 .tc-wp-content-root .md-tax-content-wrapper .md-card-icon:after{
  content:"";
  width:16px;
  height:16px;
  border-radius:50%;
  background:#fff;
  position:absolute;
  top:18px;
  left:18px;
}.wpc-scope-30 .tc-wp-content-root .md-tax-content-wrapper .md-card h3{
  margin:0 0 12px;
  color:var(--text);
  line-height:1.4;
}.wpc-scope-30 .tc-wp-content-root .md-tax-content-wrapper .md-card p{
  margin:0;
  color:var(--muted);
  line-height:1.8;
}.wpc-scope-30 .tc-wp-content-root .md-tax-content-wrapper .md-step-wrap{
  display:grid;
  grid-template-columns:1fr;
  gap:24px;
}.wpc-scope-30 .tc-wp-content-root .md-tax-content-wrapper .md-step{
  background:#fff;
  border-radius:24px;
  border:1px solid var(--border);
  padding:30px;
  display:flex;
  align-items:flex-start;
  gap:24px;
  box-shadow:var(--shadow);
  transition:.3s ease;
}.wpc-scope-30 .tc-wp-content-root .md-tax-content-wrapper .md-step:hover{
  transform:translateY(-4px);
}.wpc-scope-30 .tc-wp-content-root .md-tax-content-wrapper .md-step-number{
  min-width:68px;
  width:68px;
  height:68px;
  border-radius:50%;
  background:linear-gradient(135deg,var(--accent1),var(--accent2));
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:24px;
  font-weight:700;
  box-shadow:0 10px 20px rgba(30,136,229,.2);
}.wpc-scope-30 .tc-wp-content-root .md-tax-content-wrapper .md-step-content h3{
  margin:0 0 10px;
}.wpc-scope-30 .tc-wp-content-root .md-tax-content-wrapper .md-step-content p{
  margin:0;
  color:var(--muted);
  line-height:1.8;
}.wpc-scope-30 .tc-wp-content-root .md-tax-content-wrapper .md-badge{
  position:absolute;
  top:18px;
  right:18px;
  font-size:11px;
  padding:6px 10px;
  border-radius:30px;
  background:#eff6ff;
  color:var(--accent1);
  font-weight:700;
}.wpc-scope-30 .tc-wp-content-root .md-tax-content-wrapper .md-reveal{
  opacity:0;
  transform:translateY(25px);
  transition:.7s ease;
}.wpc-scope-30 .tc-wp-content-root .md-tax-content-wrapper .md-reveal.show{
  opacity:1;
  transform:translateY(0);
}@media (min-width:320px) and (max-width:374px){.tc-wp-content-root .md-tax-content-wrapper .md-tax-section{padding:55px 14px;}.tc-wp-content-root .md-tax-content-wrapper .md-tax-heading h2{font-size:26px;}.tc-wp-content-root .md-tax-content-wrapper .md-tax-heading p{font-size:14px;}.tc-wp-content-root .md-tax-content-wrapper .md-tax-grid{grid-template-columns:1fr;gap:16px;}.tc-wp-content-root .md-tax-content-wrapper .md-card{padding:20px;}.tc-wp-content-root .md-tax-content-wrapper .md-card h3{font-size:18px;}.tc-wp-content-root .md-tax-content-wrapper .md-card p{font-size:14px;}.tc-wp-content-root .md-tax-content-wrapper .md-step{padding:20px;gap:16px;flex-direction:column;}}@media (min-width:375px) and (max-width:429px){.tc-wp-content-root .md-tax-content-wrapper .md-tax-section{padding:60px 16px;}.tc-wp-content-root .md-tax-content-wrapper .md-tax-heading h2{font-size:28px;}.tc-wp-content-root .md-tax-content-wrapper .md-tax-heading p{font-size:15px;}.tc-wp-content-root .md-tax-content-wrapper .md-tax-grid{grid-template-columns:1fr;gap:18px;}.tc-wp-content-root .md-tax-content-wrapper .md-card{padding:22px;}.tc-wp-content-root .md-tax-content-wrapper .md-card h3{font-size:19px;}.tc-wp-content-root .md-tax-content-wrapper .md-card p{font-size:15px;}.tc-wp-content-root .md-tax-content-wrapper .md-step{padding:22px;gap:18px;flex-direction:column;}}@media (min-width:430px) and (max-width:767px){.tc-wp-content-root .md-tax-content-wrapper .md-tax-section{padding:65px 20px;}.tc-wp-content-root .md-tax-content-wrapper .md-tax-heading h2{font-size:30px;}.tc-wp-content-root .md-tax-content-wrapper .md-tax-heading p{font-size:16px;}.tc-wp-content-root .md-tax-content-wrapper .md-tax-grid{grid-template-columns:1fr;gap:20px;}.tc-wp-content-root .md-tax-content-wrapper .md-card h3{font-size:20px;}.tc-wp-content-root .md-tax-content-wrapper .md-card p{font-size:15px;}.tc-wp-content-root .md-tax-content-wrapper .md-step{flex-direction:column;}}@media (min-width:768px) and (max-width:1023px){.tc-wp-content-root .md-tax-content-wrapper .md-tax-section{padding:75px 28px;}.tc-wp-content-root .md-tax-content-wrapper .md-tax-heading h2{font-size:34px;}.tc-wp-content-root .md-tax-content-wrapper .md-tax-heading p{font-size:17px;}.tc-wp-content-root .md-tax-content-wrapper .s1-grid, .tc-wp-content-root .md-tax-content-wrapper .s3-grid, .tc-wp-content-root .md-tax-content-wrapper .s4-grid{
    grid-template-columns:repeat(2,1fr);
    gap:22px;
  }.tc-wp-content-root .md-tax-content-wrapper .md-card h3{font-size:21px;}}@media (min-width:1024px){.tc-wp-content-root .md-tax-content-wrapper .md-tax-section{padding:90px 32px;}.tc-wp-content-root .md-tax-content-wrapper .md-tax-heading h2{font-size:38px;}.tc-wp-content-root .md-tax-content-wrapper .md-tax-heading p{font-size:18px;}.tc-wp-content-root .md-tax-content-wrapper .s1-grid, .tc-wp-content-root .md-tax-content-wrapper .s3-grid{
    grid-template-columns:repeat(3,1fr);
    gap:24px;
  }.tc-wp-content-root .md-tax-content-wrapper .s4-grid{
    grid-template-columns:repeat(3,1fr);
    gap:24px;
  }}