@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-39 .tc-wp-content-root img, .wpc-scope-39 .tc-wp-content-root video, .wpc-scope-39 .tc-wp-content-root svg, .wpc-scope-39 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-39 .tc-wp-content-root .scitc-wrapper{
      --scitc-primary:#0f766e;
      --scitc-secondary:#14b8a6;
      --scitc-accent:#22c55e;
      --scitc-text:#1f2937;
      --scitc-muted:#64748b;
      --scitc-white:#ffffff;
      --scitc-soft:#f8fafc;
      --scitc-border:#e5e7eb;
      --scitc-shadow:0 10px 30px rgba(15,118,110,.08);
      width:100%;
      overflow:hidden;
      font-family:Arial,Helvetica,sans-serif;
      color:var(--scitc-text);
    }.wpc-scope-39 .tc-wp-content-root .scitc-container{
      max-width:1200px;
      margin:0 auto;
      padding:0 20px;
    }.wpc-scope-39 .tc-wp-content-root .scitc-section{
      position:relative;
      overflow:hidden;
    }.wpc-scope-39 .tc-wp-content-root .scitc-white-bg{
      background:#fff;
    }.wpc-scope-39 .tc-wp-content-root .scitc-soft-bg{
      background:var(--scitc-soft);
    }.wpc-scope-39 .tc-wp-content-root .scitc-section-header{
      text-align:center;
      max-width:850px;
      margin:0 auto 40px;
      position:relative;
      z-index:2;
    }.wpc-scope-39 .tc-wp-content-root .scitc-section-header h2{
      margin:0 0 14px;
      color:var(--scitc-text);
      font-weight:800;
      line-height:1.2;
    }.wpc-scope-39 .tc-wp-content-root .scitc-section-header p{
      margin:0;
      color:var(--scitc-muted);
      line-height:1.8;
    }.wpc-scope-39 .tc-wp-content-root .scitc-accent-shape{
      position:absolute;
      width:320px;
      height:320px;
      border-radius:50%;
      background:linear-gradient(135deg,var(--scitc-primary),var(--scitc-secondary));
      opacity:.05;
      filter:blur(20px);
    }.wpc-scope-39 .tc-wp-content-root .scitc-accent-left{
      left:-140px;
      top:-80px;
    }.wpc-scope-39 .tc-wp-content-root .scitc-accent-right{
      right:-140px;
      bottom:-100px;
    }.wpc-scope-39 .tc-wp-content-root .scitc-grid{
      display:grid;
      align-items:stretch;
    }.wpc-scope-39 .tc-wp-content-root .scitc-card{
      background:#fff;
      border:1px solid var(--scitc-border);
      border-radius:22px;
      padding:28px;
      box-shadow:var(--scitc-shadow);
      position:relative;
      transition:.35s ease;
      display:flex;
      flex-direction:column;
      height:100%;
    }.wpc-scope-39 .tc-wp-content-root .scitc-card:hover{
      transform:translateY(-8px);
      box-shadow:0 18px 40px rgba(15,118,110,.14);
    }.wpc-scope-39 .tc-wp-content-root .scitc-card::before{
      content:"";
      position:absolute;
      left:0;
      top:0;
      width:100%;
      height:4px;
      border-radius:22px 22px 0 0;
      background:linear-gradient(90deg,var(--scitc-primary),var(--scitc-accent));
    }.wpc-scope-39 .tc-wp-content-root .scitc-icon{
      width:52px;
      height:52px;
      border-radius:16px;
      background:linear-gradient(135deg,var(--scitc-primary),var(--scitc-secondary));
      margin-bottom:18px;
      position:relative;
      overflow:hidden;
    }.wpc-scope-39 .tc-wp-content-root .scitc-icon:after{
      content:"";
      position:absolute;
      width:14px;
      height:14px;
      border-radius:50%;
      background:#fff;
      top:19px;
      left:19px;
    }.wpc-scope-39 .tc-wp-content-root .scitc-card h3{
      margin:0 0 12px;
      color:var(--scitc-text);
      font-weight:700;
      line-height:1.4;
    }.wpc-scope-39 .tc-wp-content-root .scitc-card p{
      margin:0;
      color:var(--scitc-muted);
      line-height:1.8;
    }.wpc-scope-39 .tc-wp-content-root .scitc-steps{
      display:flex;
      flex-direction:column;
      gap:24px;
    }.wpc-scope-39 .tc-wp-content-root .scitc-step-card{
      background:#fff;
      border:1px solid var(--scitc-border);
      border-radius:24px;
      padding:28px;
      display:flex;
      gap:22px;
      align-items:flex-start;
      box-shadow:var(--scitc-shadow);
      transition:.35s ease;
    }.wpc-scope-39 .tc-wp-content-root .scitc-step-card:hover{
      transform:translateY(-5px);
    }.wpc-scope-39 .tc-wp-content-root .scitc-step-number{
      min-width:70px;
      width:70px;
      height:70px;
      border-radius:50%;
      background:linear-gradient(135deg,var(--scitc-primary),var(--scitc-secondary));
      color:#fff;
      display:flex;
      align-items:center;
      justify-content:center;
      font-size:24px;
      font-weight:800;
      box-shadow:0 10px 25px rgba(20,184,166,.25);
    }.wpc-scope-39 .tc-wp-content-root .scitc-step-content h3{
      margin:0 0 10px;
      color:var(--scitc-text);
    }.wpc-scope-39 .tc-wp-content-root .scitc-step-content p{
      margin:0;
      color:var(--scitc-muted);
      line-height:1.8;
    }.wpc-scope-39 .tc-wp-content-root .scitc-badge{
      display:inline-block;
      padding:7px 12px;
      border-radius:50px;
      font-size:12px;
      font-weight:700;
      letter-spacing:.4px;
      color:var(--scitc-primary);
      background:rgba(20,184,166,.10);
      margin-bottom:14px;
    }.wpc-scope-39 .tc-wp-content-root .scitc-reveal{
      opacity:0;
      transform:translateY(24px);
      transition:.7s ease;
    }.wpc-scope-39 .tc-wp-content-root .scitc-reveal.scitc-show{
      opacity:1;
      transform:translateY(0);
    }@media (min-width:320px) and (max-width:374px){.tc-wp-content-root .scitc-section{
        padding:55px 0;
      }.tc-wp-content-root .scitc-container{
        padding:0 14px;
      }.tc-wp-content-root .scitc-section-header h2{
        font-size:26px;
      }.tc-wp-content-root .scitc-section-header p{
        font-size:14px;
      }.tc-wp-content-root .scitc-grid{
        grid-template-columns:1fr;
        gap:16px;
      }.tc-wp-content-root .scitc-card{
        padding:20px;
      }.tc-wp-content-root .scitc-card h3{
        font-size:18px;
      }.tc-wp-content-root .scitc-card p{
        font-size:14px;
      }.tc-wp-content-root .scitc-step-card{
        padding:20px;
        flex-direction:column;
      }}@media (min-width:375px) and (max-width:429px){.tc-wp-content-root .scitc-section{
        padding:60px 0;
      }.tc-wp-content-root .scitc-container{
        padding:0 16px;
      }.tc-wp-content-root .scitc-section-header h2{
        font-size:28px;
      }.tc-wp-content-root .scitc-section-header p{
        font-size:15px;
      }.tc-wp-content-root .scitc-grid{
        grid-template-columns:1fr;
        gap:18px;
      }.tc-wp-content-root .scitc-card{
        padding:22px;
      }.tc-wp-content-root .scitc-card h3{
        font-size:19px;
      }.tc-wp-content-root .scitc-card p{
        font-size:15px;
      }.tc-wp-content-root .scitc-step-card{
        flex-direction:column;
      }}@media (min-width:430px) and (max-width:767px){.tc-wp-content-root .scitc-section{
        padding:65px 0;
      }.tc-wp-content-root .scitc-container{
        padding:0 18px;
      }.tc-wp-content-root .scitc-section-header h2{
        font-size:30px;
      }.tc-wp-content-root .scitc-section-header p{
        font-size:16px;
      }.tc-wp-content-root .scitc-grid{
        grid-template-columns:1fr;
        gap:20px;
      }.tc-wp-content-root .scitc-card{
        padding:24px;
      }.tc-wp-content-root .scitc-step-card{
        flex-direction:column;
      }}@media (min-width:768px) and (max-width:1023px){.tc-wp-content-root .scitc-section{
        padding:80px 0;
      }.tc-wp-content-root .scitc-container{
        padding:0 24px;
      }.tc-wp-content-root .scitc-section-header h2{
        font-size:34px;
      }.tc-wp-content-root .scitc-section-header p{
        font-size:17px;
      }.tc-wp-content-root .scitc-grid.scitc-three{
        grid-template-columns:repeat(2,1fr);
        gap:22px;
      }.tc-wp-content-root .scitc-grid.scitc-benefits{
        grid-template-columns:repeat(2,1fr);
        gap:22px;
      }}@media (min-width:1024px){.tc-wp-content-root .scitc-section{
        padding:90px 0;
      }.tc-wp-content-root .scitc-section-header h2{
        font-size:40px;
      }.tc-wp-content-root .scitc-section-header p{
        font-size:18px;
      }.tc-wp-content-root .scitc-grid.scitc-three{
        grid-template-columns:repeat(3,1fr);
        gap:24px;
      }.tc-wp-content-root .scitc-grid.scitc-benefits{
        grid-template-columns:repeat(3,1fr);
        gap:24px;
      }.tc-wp-content-root .scitc-card h3{
        font-size:21px;
      }.tc-wp-content-root .scitc-card p{
        font-size:16px;
      }}