@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-61 .tc-wp-content-root img, .wpc-scope-61 .tc-wp-content-root video, .wpc-scope-61 .tc-wp-content-root svg, .wpc-scope-61 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-61 .tc-wp-content-root .ticc-premium-wrapper{
      --accent1:#2563eb;
      --accent2:#14b8a6;
      --text:#1f2937;
      --muted:#64748b;
      --white:#ffffff;
      --soft:#f8fafc;
      --border:#e5e7eb;
      --shadow:0 12px 35px rgba(37,99,235,.08);
      width:100%;
      overflow:hidden;
      font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;
      color:var(--text);
      background:#fff;
    }.wpc-scope-61 .tc-wp-content-root .ticc-premium-wrapper .ticc-container{
      max-width:1200px;
      margin:0 auto;
      padding:0 24px;
    }.wpc-scope-61 .tc-wp-content-root .ticc-premium-wrapper .ticc-section{
      position:relative;
      overflow:hidden;
    }.wpc-scope-61 .tc-wp-content-root .ticc-premium-wrapper .ticc-white{
      background:#fff;
    }.wpc-scope-61 .tc-wp-content-root .ticc-premium-wrapper .ticc-soft{
      background:var(--soft);
    }.wpc-scope-61 .tc-wp-content-root .ticc-premium-wrapper .ticc-heading{
      text-align:center;
      margin-bottom:48px;
      position:relative;
      z-index:2;
    }.wpc-scope-61 .tc-wp-content-root .ticc-premium-wrapper .ticc-heading h2{
      margin:0 0 14px;
      font-weight:800;
      line-height:1.2;
      color:var(--text);
    }.wpc-scope-61 .tc-wp-content-root .ticc-premium-wrapper .ticc-heading p{
      margin:0 auto;
      max-width:760px;
      color:var(--muted);
      line-height:1.8;
    }.wpc-scope-61 .tc-wp-content-root .ticc-premium-wrapper .ticc-accent{
      width:110px;
      height:6px;
      margin:0 auto 22px;
      border-radius:999px;
      background:linear-gradient(90deg,var(--accent1),var(--accent2));
      box-shadow:0 6px 20px rgba(37,99,235,.25);
    }.wpc-scope-61 .tc-wp-content-root .ticc-premium-wrapper .ticc-grid{
      display:grid;
      align-items:stretch;
    }.wpc-scope-61 .tc-wp-content-root .ticc-premium-wrapper .ticc-card{
      background:#fff;
      border:1px solid var(--border);
      border-radius:22px;
      padding:28px;
      box-shadow:var(--shadow);
      position:relative;
      transition:.35s ease;
      height:100%;
      box-sizing:border-box;
    }.wpc-scope-61 .tc-wp-content-root .ticc-premium-wrapper .ticc-card:hover{
      transform:translateY(-8px);
      box-shadow:0 18px 45px rgba(37,99,235,.14);
      border-color:rgba(37,99,235,.22);
    }.wpc-scope-61 .tc-wp-content-root .ticc-premium-wrapper .ticc-card::before{
      content:"";
      position:absolute;
      top:0;
      left:0;
      width:100%;
      height:4px;
      border-radius:22px 22px 0 0;
      background:linear-gradient(90deg,var(--accent1),var(--accent2));
    }.wpc-scope-61 .tc-wp-content-root .ticc-premium-wrapper .ticc-icon{
      width:58px;
      height:58px;
      border-radius:18px;
      background:linear-gradient(135deg,var(--accent1),var(--accent2));
      display:flex;
      align-items:center;
      justify-content:center;
      margin-bottom:18px;
      color:#fff;
      font-size:22px;
      font-weight:700;
      box-shadow:0 10px 25px rgba(37,99,235,.18);
    }.wpc-scope-61 .tc-wp-content-root .ticc-premium-wrapper .ticc-card h3{
      margin:0 0 12px;
      line-height:1.3;
      color:var(--text);
      font-weight:700;
    }.wpc-scope-61 .tc-wp-content-root .ticc-premium-wrapper .ticc-card p{
      margin:0;
      color:var(--muted);
      line-height:1.8;
    }.wpc-scope-61 .tc-wp-content-root .ticc-premium-wrapper .ticc-steps{
      display:grid;
      grid-template-columns:1fr;
      gap:24px;
    }.wpc-scope-61 .tc-wp-content-root .ticc-premium-wrapper .ticc-step{
      display:flex;
      gap:24px;
      align-items:flex-start;
      background:#fff;
      border:1px solid var(--border);
      border-radius:24px;
      padding:28px;
      box-shadow:var(--shadow);
      transition:.35s ease;
    }.wpc-scope-61 .tc-wp-content-root .ticc-premium-wrapper .ticc-step:hover{
      transform:translateY(-6px);
    }.wpc-scope-61 .tc-wp-content-root .ticc-premium-wrapper .ticc-step-number{
      min-width:72px;
      width:72px;
      height:72px;
      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:800;
      box-shadow:0 10px 24px rgba(37,99,235,.2);
      position:relative;
    }.wpc-scope-61 .tc-wp-content-root .ticc-premium-wrapper .ticc-step-content h3{
      margin:0 0 10px;
      color:var(--text);
    }.wpc-scope-61 .tc-wp-content-root .ticc-premium-wrapper .ticc-step-content p{
      margin:0;
      color:var(--muted);
      line-height:1.8;
    }.wpc-scope-61 .tc-wp-content-root .ticc-premium-wrapper .ticc-badge{
      display:inline-block;
      padding:7px 12px;
      border-radius:999px;
      background:rgba(37,99,235,.08);
      color:var(--accent1);
      font-size:12px;
      font-weight:700;
      margin-bottom:14px;
      letter-spacing:.4px;
      text-transform:uppercase;
    }.wpc-scope-61 .tc-wp-content-root .ticc-premium-wrapper .ticc-reveal{
      opacity:0;
      transform:translateY(30px);
      transition:all .7s ease;
    }.wpc-scope-61 .tc-wp-content-root .ticc-premium-wrapper .ticc-reveal.ticc-show{
      opacity:1;
      transform:translateY(0);
    }.wpc-scope-61 .tc-wp-content-root .ticc-premium-wrapper .ticc-shape{
      position:absolute;
      width:280px;
      height:280px;
      border-radius:50%;
      background:radial-gradient(circle,rgba(37,99,235,.08),transparent 70%);
      pointer-events:none;
    }.wpc-scope-61 .tc-wp-content-root .ticc-premium-wrapper .ticc-shape.one{
      top:-120px;
      right:-100px;
    }.wpc-scope-61 .tc-wp-content-root .ticc-premium-wrapper .ticc-shape.two{
      bottom:-120px;
      left:-100px;
    }@media (min-width:320px) and (max-width:374px){.tc-wp-content-root .ticc-premium-wrapper .ticc-section{padding:55px 0;}.tc-wp-content-root .ticc-premium-wrapper .ticc-container{padding:0 16px;}.tc-wp-content-root .ticc-premium-wrapper .ticc-heading h2{font-size:28px;}.tc-wp-content-root .ticc-premium-wrapper .ticc-heading p{font-size:14px;}.tc-wp-content-root .ticc-premium-wrapper .ticc-grid{grid-template-columns:1fr;gap:18px;}.tc-wp-content-root .ticc-premium-wrapper .ticc-card{padding:22px;}.tc-wp-content-root .ticc-premium-wrapper .ticc-card h3{font-size:19px;}.tc-wp-content-root .ticc-premium-wrapper .ticc-card p{font-size:14px;}.tc-wp-content-root .ticc-premium-wrapper .ticc-step{padding:22px;flex-direction:column;}}@media (min-width:375px) and (max-width:429px){.tc-wp-content-root .ticc-premium-wrapper .ticc-section{padding:60px 0;}.tc-wp-content-root .ticc-premium-wrapper .ticc-container{padding:0 18px;}.tc-wp-content-root .ticc-premium-wrapper .ticc-heading h2{font-size:30px;}.tc-wp-content-root .ticc-premium-wrapper .ticc-heading p{font-size:15px;}.tc-wp-content-root .ticc-premium-wrapper .ticc-grid{grid-template-columns:1fr;gap:20px;}.tc-wp-content-root .ticc-premium-wrapper .ticc-card{padding:24px;}.tc-wp-content-root .ticc-premium-wrapper .ticc-card h3{font-size:20px;}.tc-wp-content-root .ticc-premium-wrapper .ticc-card p{font-size:15px;}.tc-wp-content-root .ticc-premium-wrapper .ticc-step{padding:24px;flex-direction:column;}}@media (min-width:430px) and (max-width:767px){.tc-wp-content-root .ticc-premium-wrapper .ticc-section{padding:65px 0;}.tc-wp-content-root .ticc-premium-wrapper .ticc-container{padding:0 20px;}.tc-wp-content-root .ticc-premium-wrapper .ticc-heading h2{font-size:32px;}.tc-wp-content-root .ticc-premium-wrapper .ticc-heading p{font-size:16px;}.tc-wp-content-root .ticc-premium-wrapper .ticc-grid{grid-template-columns:1fr;gap:22px;}.tc-wp-content-root .ticc-premium-wrapper .ticc-card{padding:26px;}.tc-wp-content-root .ticc-premium-wrapper .ticc-step{flex-direction:column;}}@media (min-width:768px) and (max-width:1023px){.tc-wp-content-root .ticc-premium-wrapper .ticc-section{padding:80px 0;}.tc-wp-content-root .ticc-premium-wrapper .ticc-container{padding:0 28px;}.tc-wp-content-root .ticc-premium-wrapper .ticc-heading h2{font-size:38px;}.tc-wp-content-root .ticc-premium-wrapper .ticc-heading p{font-size:17px;}.tc-wp-content-root .ticc-premium-wrapper .ticc-grid.ticc-three{grid-template-columns:repeat(2,1fr);gap:24px;}.tc-wp-content-root .ticc-premium-wrapper .ticc-grid.ticc-last{grid-template-columns:repeat(2,1fr);gap:24px;}.tc-wp-content-root .ticc-premium-wrapper .ticc-card h3{font-size:21px;}.tc-wp-content-root .ticc-premium-wrapper .ticc-card p{font-size:15px;}}@media (min-width:1024px){.tc-wp-content-root .ticc-premium-wrapper .ticc-section{padding:95px 0;}.tc-wp-content-root .ticc-premium-wrapper .ticc-heading h2{font-size:44px;}.tc-wp-content-root .ticc-premium-wrapper .ticc-heading p{font-size:18px;}.tc-wp-content-root .ticc-premium-wrapper .ticc-grid.ticc-three{grid-template-columns:repeat(3,1fr);gap:28px;}.tc-wp-content-root .ticc-premium-wrapper .ticc-grid.ticc-last{grid-template-columns:repeat(3,1fr);gap:28px;}.tc-wp-content-root .ticc-premium-wrapper .ticc-card h3{font-size:22px;}.tc-wp-content-root .ticc-premium-wrapper .ticc-card p{font-size:16px;}}