@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-40 .tc-wp-content-root img, .wpc-scope-40 .tc-wp-content-root video, .wpc-scope-40 .tc-wp-content-root svg, .wpc-scope-40 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-40 .tc-wp-content-root .witc-wrap{
      --accent1:#0077c8;
      --accent2:#00a8e8;
      --accent3:#eaf6fc;
      --text:#1f2937;
      --muted:#5b6472;
      --white:#ffffff;
      --off:#f8fafc;
      --border:#e5eef5;
      --shadow:0 12px 35px rgba(0,119,200,.08);
      width:100%;
      overflow:hidden;
      font-family:Inter,Segoe UI,Arial,sans-serif;
      color:var(--text);
    }.wpc-scope-40 .tc-wp-content-root .witc-wrap .witc-container{
      max-width:1200px;
      margin:0 auto;
      padding:0 20px;
    }.wpc-scope-40 .tc-wp-content-root .witc-wrap .witc-section{
      position:relative;
      overflow:hidden;
    }.wpc-scope-40 .tc-wp-content-root .witc-wrap .witc-white{
      background:#fff;
    }.wpc-scope-40 .tc-wp-content-root .witc-wrap .witc-off{
      background:var(--off);
    }.wpc-scope-40 .tc-wp-content-root .witc-wrap .witc-section::before{
      content:"";
      position:absolute;
      top:-120px;
      right:-120px;
      width:260px;
      height:260px;
      border-radius:50%;
      background:linear-gradient(135deg,var(--accent1),var(--accent2));
      opacity:.06;
    }.wpc-scope-40 .tc-wp-content-root .witc-wrap .witc-heading{
      text-align:center;
      margin-bottom:40px;
    }.wpc-scope-40 .tc-wp-content-root .witc-wrap .witc-heading h2{
      margin:0 0 14px;
      font-weight:800;
      line-height:1.2;
      color:#12263f;
    }.wpc-scope-40 .tc-wp-content-root .witc-wrap .witc-heading p{
      margin:0 auto;
      max-width:780px;
      color:var(--muted);
      line-height:1.8;
    }.wpc-scope-40 .tc-wp-content-root .witc-wrap .witc-badge{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 16px;
      border-radius:999px;
      background:var(--accent3);
      color:var(--accent1);
      font-size:13px;
      font-weight:700;
      margin-bottom:14px;
    }.wpc-scope-40 .tc-wp-content-root .witc-wrap .witc-badge::before{
      content:"";
      width:8px;
      height:8px;
      border-radius:50%;
      background:linear-gradient(135deg,var(--accent1),var(--accent2));
    }.wpc-scope-40 .tc-wp-content-root .witc-wrap .witc-grid{
      display:grid;
      align-items:stretch;
    }.wpc-scope-40 .tc-wp-content-root .witc-wrap .witc-card{
      position:relative;
      background:#fff;
      border:1px solid var(--border);
      border-radius:22px;
      padding:28px;
      box-shadow:var(--shadow);
      transition:.35s ease;
      height:100%;
      box-sizing:border-box;
    }.wpc-scope-40 .tc-wp-content-root .witc-wrap .witc-card:hover{
      transform:translateY(-8px);
      border-color:rgba(0,119,200,.25);
      box-shadow:0 18px 45px rgba(0,119,200,.12);
    }.wpc-scope-40 .tc-wp-content-root .witc-wrap .witc-card::before{
      content:"";
      position:absolute;
      left:0;
      top:0;
      width:100%;
      height:4px;
      border-radius:22px 22px 0 0;
      background:linear-gradient(90deg,var(--accent1),var(--accent2));
    }.wpc-scope-40 .tc-wp-content-root .witc-wrap .witc-icon{
      width:56px;
      height:56px;
      border-radius:18px;
      background:linear-gradient(135deg,var(--accent1),var(--accent2));
      margin-bottom:18px;
      position:relative;
    }.wpc-scope-40 .tc-wp-content-root .witc-wrap .witc-icon::after{
      content:"";
      position:absolute;
      inset:14px;
      border-radius:10px;
      background:rgba(255,255,255,.25);
    }.wpc-scope-40 .tc-wp-content-root .witc-wrap .witc-card h3{
      margin:0 0 12px;
      font-weight:700;
      color:#12263f;
    }.wpc-scope-40 .tc-wp-content-root .witc-wrap .witc-card p{
      margin:0;
      color:var(--muted);
      line-height:1.8;
    }.wpc-scope-40 .tc-wp-content-root .witc-wrap .witc-steps{
      display:grid;
      gap:24px;
    }.wpc-scope-40 .tc-wp-content-root .witc-wrap .witc-step{
      background:#fff;
      border:1px solid var(--border);
      border-radius:24px;
      padding:30px;
      display:flex;
      gap:24px;
      align-items:flex-start;
      box-shadow:var(--shadow);
      transition:.35s ease;
    }.wpc-scope-40 .tc-wp-content-root .witc-wrap .witc-step:hover{
      transform:translateY(-6px);
    }.wpc-scope-40 .tc-wp-content-root .witc-wrap .witc-num{
      min-width:72px;
      width:72px;
      height:72px;
      border-radius:50%;
      display:flex;
      align-items:center;
      justify-content:center;
      font-size:24px;
      font-weight:800;
      color:#fff;
      background:linear-gradient(135deg,var(--accent1),var(--accent2));
      box-shadow:0 10px 25px rgba(0,119,200,.25);
    }.wpc-scope-40 .tc-wp-content-root .witc-wrap .witc-step-content h3{
      margin:0 0 10px;
      color:#12263f;
    }.wpc-scope-40 .tc-wp-content-root .witc-wrap .witc-step-content p{
      margin:0;
      color:var(--muted);
      line-height:1.8;
    }.wpc-scope-40 .tc-wp-content-root .witc-wrap .witc-reveal{
      opacity:0;
      transform:translateY(24px);
      transition:all .7s ease;
    }.wpc-scope-40 .tc-wp-content-root .witc-wrap .witc-reveal.active{
      opacity:1;
      transform:translateY(0);
    }@media (min-width:320px) and (max-width:374px){.tc-wp-content-root .witc-wrap .witc-section{padding:55px 0;}.tc-wp-content-root .witc-wrap .witc-container{padding:0 14px;}.tc-wp-content-root .witc-wrap .witc-heading h2{font-size:26px;}.tc-wp-content-root .witc-wrap .witc-heading p{font-size:14px;}.tc-wp-content-root .witc-wrap .witc-grid{grid-template-columns:1fr;gap:16px;}.tc-wp-content-root .witc-wrap .witc-card{padding:20px;}.tc-wp-content-root .witc-wrap .witc-card h3{font-size:18px;}.tc-wp-content-root .witc-wrap .witc-card p{font-size:14px;}.tc-wp-content-root .witc-wrap .witc-step{padding:20px;gap:16px;flex-direction:column;}.tc-wp-content-root .witc-wrap .witc-num{width:58px;height:58px;min-width:58px;font-size:20px;}}@media (min-width:375px) and (max-width:429px){.tc-wp-content-root .witc-wrap .witc-section{padding:60px 0;}.tc-wp-content-root .witc-wrap .witc-container{padding:0 16px;}.tc-wp-content-root .witc-wrap .witc-heading h2{font-size:28px;}.tc-wp-content-root .witc-wrap .witc-heading p{font-size:15px;}.tc-wp-content-root .witc-wrap .witc-grid{grid-template-columns:1fr;gap:18px;}.tc-wp-content-root .witc-wrap .witc-card{padding:22px;}.tc-wp-content-root .witc-wrap .witc-card h3{font-size:19px;}.tc-wp-content-root .witc-wrap .witc-card p{font-size:15px;}.tc-wp-content-root .witc-wrap .witc-step{padding:22px;gap:18px;flex-direction:column;}}@media (min-width:430px) and (max-width:767px){.tc-wp-content-root .witc-wrap .witc-section{padding:70px 0;}.tc-wp-content-root .witc-wrap .witc-container{padding:0 18px;}.tc-wp-content-root .witc-wrap .witc-heading h2{font-size:32px;}.tc-wp-content-root .witc-wrap .witc-heading p{font-size:16px;}.tc-wp-content-root .witc-wrap .witc-grid{grid-template-columns:1fr;gap:20px;}.tc-wp-content-root .witc-wrap .witc-card{padding:24px;}.tc-wp-content-root .witc-wrap .witc-step{flex-direction:column;}}@media (min-width:768px) and (max-width:1023px){.tc-wp-content-root .witc-wrap .witc-section{padding:80px 0;}.tc-wp-content-root .witc-wrap .witc-container{padding:0 24px;}.tc-wp-content-root .witc-wrap .witc-heading h2{font-size:36px;}.tc-wp-content-root .witc-wrap .witc-heading p{font-size:17px;}.tc-wp-content-root .witc-wrap .witc-grid{
        grid-template-columns:repeat(2,1fr);
        gap:22px;
      }.tc-wp-content-root .witc-wrap .witc-card{padding:26px;}}@media (min-width:1024px){.tc-wp-content-root .witc-wrap .witc-section{padding:95px 0;}.tc-wp-content-root .witc-wrap .witc-heading h2{font-size:42px;}.tc-wp-content-root .witc-wrap .witc-heading p{font-size:18px;}.tc-wp-content-root .witc-wrap .witc-grid-3{
        grid-template-columns:repeat(3,1fr);
        gap:26px;
      }}