@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-18 .tc-wp-content-root img, .wpc-scope-18 .tc-wp-content-root video, .wpc-scope-18 .tc-wp-content-root svg, .wpc-scope-18 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-18 .tc-wp-content-root .gitc-premium-wrapper{
      --accent1:#0057b8;
      --accent2:#4da3ff;
      --accent3:#eaf4ff;
      --text:#1f2937;
      --muted:#5f6b7a;
      --white:#ffffff;
      --off:#f7f9fc;
      --border:#e4ebf4;
      --shadow:0 12px 35px rgba(0,87,184,.08);
      width:100%;
      position:relative;
      overflow:hidden;
      font-family:Arial,Helvetica,sans-serif;
      color:var(--text);
      box-sizing:border-box;
    }.wpc-scope-18 .tc-wp-content-root .gitc-premium-wrapper *{
      box-sizing:border-box;
    }.wpc-scope-18 .tc-wp-content-root .gitc-container{
      max-width:1200px;
      margin:0 auto;
      position:relative;
      z-index:2;
    }.wpc-scope-18 .tc-wp-content-root .gitc-section{
      position:relative;
      overflow:hidden;
    }.wpc-scope-18 .tc-wp-content-root .gitc-white{
      background:#fff;
    }.wpc-scope-18 .tc-wp-content-root .gitc-offwhite{
      background:var(--off);
    }.wpc-scope-18 .tc-wp-content-root .gitc-section::before{
      content:"";
      position:absolute;
      width:280px;
      height:280px;
      border-radius:50%;
      background:linear-gradient(135deg,rgba(0,87,184,.08),rgba(77,163,255,.03));
      top:-120px;
      right:-120px;
      pointer-events:none;
    }.wpc-scope-18 .tc-wp-content-root .gitc-heading{
      text-align:center;
      margin-bottom:18px;
    }.wpc-scope-18 .tc-wp-content-root .gitc-heading h2{
      margin:0 0 14px;
      font-weight:800;
      line-height:1.2;
      color:#12345b;
      position:relative;
      display:inline-block;
      padding-bottom:12px;
    }.wpc-scope-18 .tc-wp-content-root .gitc-heading h2::after{
      content:"";
      width:80px;
      height:4px;
      border-radius:10px;
      background:linear-gradient(90deg,var(--accent1),var(--accent2));
      position:absolute;
      left:50%;
      transform:translateX(-50%);
      bottom:0;
    }.wpc-scope-18 .tc-wp-content-root .gitc-heading p{
      max-width:820px;
      margin:0 auto;
      color:var(--muted);
      line-height:1.8;
    }.wpc-scope-18 .tc-wp-content-root .gitc-grid{
      display:grid;
      align-items:stretch;
    }.wpc-scope-18 .tc-wp-content-root .gitc-card{
      background:#fff;
      border:1px solid var(--border);
      border-radius:22px;
      box-shadow:var(--shadow);
      position:relative;
      overflow:hidden;
      transition:.35s ease;
      height:100%;
    }.wpc-scope-18 .tc-wp-content-root .gitc-card::before{
      content:"";
      position:absolute;
      top:0;
      left:0;
      width:100%;
      height:4px;
      background:linear-gradient(90deg,var(--accent1),var(--accent2));
    }.wpc-scope-18 .tc-wp-content-root .gitc-card:hover{
      transform:translateY(-8px);
      box-shadow:0 18px 40px rgba(0,87,184,.12);
    }.wpc-scope-18 .tc-wp-content-root .gitc-icon{
      width:56px;
      height:56px;
      border-radius:16px;
      background:linear-gradient(135deg,var(--accent1),var(--accent2));
      position:relative;
      margin-bottom:18px;
    }.wpc-scope-18 .tc-wp-content-root .gitc-icon::before{
      content:"";
      position:absolute;
      inset:14px;
      border-radius:50%;
      background:#fff;
      opacity:.9;
    }.wpc-scope-18 .tc-wp-content-root .gitc-card h3{
      margin:0 0 12px;
      color:#163d69;
      font-weight:700;
      line-height:1.3;
    }.wpc-scope-18 .tc-wp-content-root .gitc-card p{
      margin:0;
      color:var(--muted);
      line-height:1.8;
    }.wpc-scope-18 .tc-wp-content-root .gitc-steps{
      display:grid;
      grid-template-columns:1fr;
    }.wpc-scope-18 .tc-wp-content-root .gitc-step{
      background:#fff;
      border:1px solid var(--border);
      border-radius:24px;
      box-shadow:var(--shadow);
      display:flex;
      gap:22px;
      align-items:flex-start;
      position:relative;
      transition:.35s ease;
    }.wpc-scope-18 .tc-wp-content-root .gitc-step:hover{
      transform:translateY(-6px);
    }.wpc-scope-18 .tc-wp-content-root .gitc-step-number{
      min-width:70px;
      width:70px;
      height:70px;
      border-radius:50%;
      background:linear-gradient(135deg,var(--accent1),var(--accent2));
      color:#fff;
      display:flex;
      align-items:center;
      justify-content:center;
      font-size:28px;
      font-weight:800;
      box-shadow:0 10px 20px rgba(0,87,184,.18);
    }.wpc-scope-18 .tc-wp-content-root .gitc-step-content h3{
      margin:0 0 10px;
      color:#163d69;
    }.wpc-scope-18 .tc-wp-content-root .gitc-step-content p{
      margin:0;
      color:var(--muted);
      line-height:1.8;
    }.wpc-scope-18 .tc-wp-content-root .gitc-badge{
      position:absolute;
      top:16px;
      right:16px;
      background:var(--accent3);
      color:var(--accent1);
      padding:6px 12px;
      border-radius:50px;
      font-size:12px;
      font-weight:700;
    }.wpc-scope-18 .tc-wp-content-root .gitc-reveal{
      opacity:0;
      transform:translateY(30px);
      transition:all .7s ease;
    }.wpc-scope-18 .tc-wp-content-root .gitc-reveal.gitc-show{
      opacity:1;
      transform:translateY(0);
    }@media (min-width:320px) and (max-width:374px){.tc-wp-content-root .gitc-section{padding:50px 14px;}.tc-wp-content-root .gitc-container{padding:0 2px;}.tc-wp-content-root .gitc-heading h2{font-size:26px;}.tc-wp-content-root .gitc-heading p{font-size:14px;}.tc-wp-content-root .gitc-grid{grid-template-columns:1fr;gap:16px;}.tc-wp-content-root .gitc-card{padding:20px;}.tc-wp-content-root .gitc-card h3{font-size:18px;}.tc-wp-content-root .gitc-card p{font-size:14px;}.tc-wp-content-root .gitc-step{padding:20px;flex-direction:column;}.tc-wp-content-root .gitc-step-content h3{font-size:18px;}.tc-wp-content-root .gitc-step-content p{font-size:14px;}.tc-wp-content-root .gitc-steps{gap:18px;}}@media (min-width:375px) and (max-width:429px){.tc-wp-content-root .gitc-section{padding:55px 18px;}.tc-wp-content-root .gitc-container{padding:0 4px;}.tc-wp-content-root .gitc-heading h2{font-size:28px;}.tc-wp-content-root .gitc-heading p{font-size:15px;}.tc-wp-content-root .gitc-grid{grid-template-columns:1fr;gap:18px;}.tc-wp-content-root .gitc-card{padding:22px;}.tc-wp-content-root .gitc-card h3{font-size:19px;}.tc-wp-content-root .gitc-card p{font-size:15px;}.tc-wp-content-root .gitc-step{padding:22px;flex-direction:column;}.tc-wp-content-root .gitc-step-content h3{font-size:19px;}.tc-wp-content-root .gitc-step-content p{font-size:15px;}.tc-wp-content-root .gitc-steps{gap:20px;}}@media (min-width:430px) and (max-width:767px){.tc-wp-content-root .gitc-section{padding:60px 22px;}.tc-wp-content-root .gitc-heading h2{font-size:31px;}.tc-wp-content-root .gitc-heading p{font-size:16px;}.tc-wp-content-root .gitc-grid{grid-template-columns:1fr;gap:20px;}.tc-wp-content-root .gitc-card{padding:24px;}.tc-wp-content-root .gitc-card h3{font-size:20px;}.tc-wp-content-root .gitc-card p{font-size:15px;}.tc-wp-content-root .gitc-step{padding:24px;flex-direction:column;}.tc-wp-content-root .gitc-steps{gap:22px;}}@media (min-width:768px) and (max-width:1023px){.tc-wp-content-root .gitc-section{padding:75px 28px;}.tc-wp-content-root .gitc-heading h2{font-size:36px;}.tc-wp-content-root .gitc-heading p{font-size:17px;}.tc-wp-content-root .gitc-grid{grid-template-columns:repeat(2,1fr);gap:24px;}.tc-wp-content-root .gitc-card{padding:28px;}.tc-wp-content-root .gitc-card h3{font-size:21px;}.tc-wp-content-root .gitc-card p{font-size:15px;}.tc-wp-content-root .gitc-step{padding:28px;}.tc-wp-content-root .gitc-steps{gap:24px;}}@media (min-width:1024px){.tc-wp-content-root .gitc-section{padding:90px 32px;}.tc-wp-content-root .gitc-heading h2{font-size:42px;}.tc-wp-content-root .gitc-heading p{font-size:18px;}.tc-wp-content-root .gitc-grid{grid-template-columns:repeat(3,1fr);gap:28px;}.tc-wp-content-root .gitc-card{padding:30px;}.tc-wp-content-root .gitc-card h3{font-size:22px;}.tc-wp-content-root .gitc-card p{font-size:16px;}.tc-wp-content-root .gitc-step{padding:30px;}.tc-wp-content-root .gitc-steps{gap:26px;}}