@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");

/* 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-218 .tc-wp-content-root img, .wpc-scope-218 .tc-wp-content-root video, .wpc-scope-218 .tc-wp-content-root svg, .wpc-scope-218 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-218 .tc-wp-content-root .zbg-editorial-wrap, .wpc-scope-218 .tc-wp-content-root .zbg-editorial-wrap *{
  box-sizing: border-box;
}.wpc-scope-218 .tc-wp-content-root .zbg-editorial-wrap{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #1f2933;
  background: #fff;
}.wpc-scope-218 .tc-wp-content-root .zbg-editorial-wrap .zbg-section, .wpc-scope-218 .tc-wp-content-root .zbg-editorial-wrap .zbg-container, .wpc-scope-218 .tc-wp-content-root .zbg-editorial-wrap .zbg-card-grid{
  width: 100%;
  max-width: 100%;
}.wpc-scope-218 .tc-wp-content-root .zbg-editorial-wrap .zbg-section{
  padding: 86px 22px;
  overflow: hidden;
}.wpc-scope-218 .tc-wp-content-root .zbg-editorial-wrap .zbg-section-intro, .wpc-scope-218 .tc-wp-content-root .zbg-editorial-wrap .zbg-section-process{
  background: #fff;
}.wpc-scope-218 .tc-wp-content-root .zbg-editorial-wrap .zbg-section-benefits{
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 194, 120, 0.24), transparent 34%),
    radial-gradient(circle at 82% 20%, rgba(101, 119, 255, 0.12), transparent 32%),
    linear-gradient(180deg, #fff8ef 0%, #fffaf4 48%, #fff4e6 100%);
}.wpc-scope-218 .tc-wp-content-root .zbg-editorial-wrap .zbg-container{
  max-width: 1240px;
  margin: 0 auto;
}.wpc-scope-218 .tc-wp-content-root .zbg-editorial-wrap .zbg-heading-block{
  max-width: 790px;
  margin: 0 auto 38px;
  text-align: center;
}.wpc-scope-218 .tc-wp-content-root .zbg-editorial-wrap .zbg-heading-block h2{
  margin: 0;
  color: #17212b;
  font-size: clamp(1.2rem, 4vw, 2.2rem);
  line-height: 1.18;
  letter-spacing: 0;
  font-weight: 780;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-218 .tc-wp-content-root .zbg-editorial-wrap .zbg-heading-block p{
  margin: 14px auto 0;
  max-width: 720px;
  color: #657181;
  font-size: 1rem;
  line-height: 1.72;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-218 .tc-wp-content-root .zbg-editorial-wrap .zbg-card-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}.wpc-scope-218 .tc-wp-content-root .zbg-editorial-wrap .zbg-card{
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --zbg-accent: #ef7d34;
  --zbg-accent-2: #2563eb;
  --zbg-soft: rgba(239, 125, 52, 0.12);

  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 246px;
  padding: 28px;
  border: 1px solid rgba(32, 42, 56, 0.1);
  border-radius: 18px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.92), transparent 0 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 244, 0.92));
  box-shadow: 0 16px 44px rgba(31, 41, 55, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(18px);
  opacity: 0;
  transition:
    transform 380ms ease,
    opacity 500ms ease,
    box-shadow 320ms ease,
    border-color 320ms ease,
    background 320ms ease;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
  isolation: isolate;
}.wpc-scope-218 .tc-wp-content-root .zbg-editorial-wrap .zbg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, var(--zbg-soft), transparent 46%),
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.72), transparent 24%);
  opacity: 0.8;
  pointer-events: none;
  z-index: -1;
}.wpc-scope-218 .tc-wp-content-root .zbg-editorial-wrap .zbg-card::after{
  content: "";
  position: absolute;
  left: 28px;
  bottom: 24px;
  width: 42px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--zbg-accent), var(--zbg-accent-2));
  transform: scaleX(0.46);
  transform-origin: left;
  transition: transform 280ms ease;
}.wpc-scope-218 .tc-wp-content-root .zbg-editorial-wrap .zbg-card.is-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.wpc-scope-218 .tc-wp-content-root .zbg-editorial-wrap .zbg-card:hover{
  border-color: color-mix(in srgb, var(--zbg-accent) 42%, rgba(32, 42, 56, 0.18));
  box-shadow: 0 24px 62px rgba(31, 41, 55, 0.14);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}.wpc-scope-218 .tc-wp-content-root .zbg-editorial-wrap .zbg-card:hover::after{
  transform: scaleX(1.2);
}.wpc-scope-218 .tc-wp-content-root .zbg-editorial-wrap .zbg-card:nth-child(1){ --zbg-accent: #ef7d34; --zbg-accent-2: #2563eb; --zbg-soft: rgba(239, 125, 52, 0.13); }.wpc-scope-218 .tc-wp-content-root .zbg-editorial-wrap .zbg-card:nth-child(2){ --zbg-accent: #0f9f6e; --zbg-accent-2: #14b8a6; --zbg-soft: rgba(15, 159, 110, 0.13); }.wpc-scope-218 .tc-wp-content-root .zbg-editorial-wrap .zbg-card:nth-child(3){ --zbg-accent: #7c3aed; --zbg-accent-2: #db2777; --zbg-soft: rgba(124, 58, 237, 0.11); }.wpc-scope-218 .tc-wp-content-root .zbg-editorial-wrap .zbg-card:nth-child(4){ --zbg-accent: #d97706; --zbg-accent-2: #ef4444; --zbg-soft: rgba(217, 119, 6, 0.12); }.wpc-scope-218 .tc-wp-content-root .zbg-editorial-wrap .zbg-card:nth-child(5){ --zbg-accent: #0284c7; --zbg-accent-2: #4f46e5; --zbg-soft: rgba(2, 132, 199, 0.12); }.wpc-scope-218 .tc-wp-content-root .zbg-editorial-wrap .zbg-card:nth-child(6){ --zbg-accent: #be185d; --zbg-accent-2: #f97316; --zbg-soft: rgba(190, 24, 93, 0.11); }.wpc-scope-218 .tc-wp-content-root .zbg-editorial-wrap .zbg-icon-box{
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: color-mix(in srgb, var(--zbg-accent) 12%, #ffffff);
  color: var(--zbg-accent);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--zbg-accent) 16%, transparent);
  transition: transform 300ms ease, background 300ms ease, color 300ms ease;
}.wpc-scope-218 .tc-wp-content-root .zbg-editorial-wrap .zbg-icon-box i{
  font-size: 1.25rem;
  line-height: 1;
}.wpc-scope-218 .tc-wp-content-root .zbg-editorial-wrap .zbg-card:hover .zbg-icon-box{
  transform: translateY(-3px) scale(1.06) rotate(-2deg);
  background: linear-gradient(135deg, var(--zbg-accent), var(--zbg-accent-2));
  color: #fff;
}.wpc-scope-218 .tc-wp-content-root .zbg-editorial-wrap .zbg-card h3{
  position: relative;
  margin: 0 0 12px;
  color: #17212b;
  font-size: 1.08rem;
  line-height: 1.3;
  font-weight: 740;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-218 .tc-wp-content-root .zbg-editorial-wrap .zbg-card p{
  margin: 0;
  color: #5d6978;
  font-size: 0.96rem;
  line-height: 1.66;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-218 .tc-wp-content-root .zbg-editorial-wrap .zbg-card-cta{
  display: inline-block;
  max-width: 100%;
  margin-top: 18px;
  color: var(--zbg-accent);
  font-size: 0.91rem;
  line-height: 1.35;
  font-weight: 720;
  opacity: 0.16;
  transform: translateY(8px);
  transition: opacity 260ms ease, transform 260ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-218 .tc-wp-content-root .zbg-editorial-wrap .zbg-card:hover .zbg-card-cta{
  opacity: 1;
  transform: translateY(0);
}.wpc-scope-218 .tc-wp-content-root .zbg-editorial-wrap .zbg-tilt-grid .zbg-card{
  transform-style: preserve-3d;
}.wpc-scope-218 .tc-wp-content-root .zbg-editorial-wrap .zbg-process-card{
  padding-top: 30px;
}.wpc-scope-218 .tc-wp-content-root .zbg-editorial-wrap .zbg-step-badge{
  position: absolute;
  top: 22px;
  right: 22px;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  max-width: 100%;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--zbg-accent), var(--zbg-accent-2));
  color: #fff;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0;
  box-shadow: 0 12px 28px color-mix(in srgb, var(--zbg-accent) 26%, transparent);
  transition: transform 280ms ease, box-shadow 280ms ease;
}.wpc-scope-218 .tc-wp-content-root .zbg-editorial-wrap .zbg-process-card:hover .zbg-step-badge{
  transform: translateY(-3px) scale(1.08);
  box-shadow: 0 18px 34px color-mix(in srgb, var(--zbg-accent) 34%, transparent);
}@media (min-width: 1200px){.tc-wp-content-root .zbg-editorial-wrap .zbg-section{
    padding: 92px 28px;
  }.tc-wp-content-root .zbg-editorial-wrap .zbg-container{
    max-width: 1240px;
  }.tc-wp-content-root .zbg-editorial-wrap .zbg-card-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-content-root .zbg-editorial-wrap .zbg-section{
    padding: 78px 24px;
  }.tc-wp-content-root .zbg-editorial-wrap .zbg-container{
    max-width: 1080px;
  }.tc-wp-content-root .zbg-editorial-wrap .zbg-heading-block p{
    font-size: 0.98rem;
  }.tc-wp-content-root .zbg-editorial-wrap .zbg-card-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .zbg-editorial-wrap .zbg-card{
    padding: 24px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .zbg-editorial-wrap .zbg-section{
    padding: 66px 20px;
  }.tc-wp-content-root .zbg-editorial-wrap .zbg-heading-block{
    margin-bottom: 30px;
  }.tc-wp-content-root .zbg-editorial-wrap .zbg-heading-block p{
    font-size: 0.95rem;
  }.tc-wp-content-root .zbg-editorial-wrap .zbg-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .zbg-editorial-wrap .zbg-card{
    min-height: 230px;
    padding: 23px;
  }.tc-wp-content-root .zbg-editorial-wrap .zbg-card h3{
    font-size: 1.02rem;
  }.tc-wp-content-root .zbg-editorial-wrap .zbg-card p{
    font-size: 0.93rem;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .zbg-editorial-wrap .zbg-section{
    padding: 54px 16px;
  }.tc-wp-content-root .zbg-editorial-wrap .zbg-heading-block{
    margin-bottom: 24px;
  }.tc-wp-content-root .zbg-editorial-wrap .zbg-heading-block p{
    font-size: 0.93rem;
    line-height: 1.62;
  }.tc-wp-content-root .zbg-editorial-wrap .zbg-card-grid{
    grid-template-columns: 1fr !important;
    gap: 18px;
  }.tc-wp-content-root .zbg-editorial-wrap .zbg-card{
    min-width: 0;
    min-height: auto;
    padding: 22px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .zbg-editorial-wrap .zbg-section{
    padding: 46px 14px;
  }.tc-wp-content-root .zbg-editorial-wrap .zbg-heading-block{
    margin-bottom: 22px;
  }.tc-wp-content-root .zbg-editorial-wrap .zbg-heading-block p{
    font-size: 0.9rem;
    line-height: 1.58;
  }.tc-wp-content-root .zbg-editorial-wrap .zbg-card-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .zbg-editorial-wrap .zbg-card{
    min-width: 0;
    min-height: auto;
    padding: 20px;
    border-radius: 16px;
  }.tc-wp-content-root .zbg-editorial-wrap .zbg-icon-box{
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }.tc-wp-content-root .zbg-editorial-wrap .zbg-step-badge{
    width: 42px;
    height: 42px;
    top: 18px;
    right: 18px;
  }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .zbg-editorial-wrap .zbg-section{
    padding: 40px 12px;
  }.tc-wp-content-root .zbg-editorial-wrap .zbg-heading-block{
    margin-bottom: 20px;
  }.tc-wp-content-root .zbg-editorial-wrap .zbg-heading-block h2{
    font-size: clamp(1.2rem, 4vw, 2.2rem);
  }.tc-wp-content-root .zbg-editorial-wrap .zbg-heading-block p{
    font-size: 0.86rem;
    line-height: 1.55;
  }.tc-wp-content-root .zbg-editorial-wrap .zbg-card-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .zbg-editorial-wrap .zbg-card{
    min-width: 0;
    min-height: auto;
    padding: 18px;
    border-radius: 15px;
  }.tc-wp-content-root .zbg-editorial-wrap .zbg-card h3{
    font-size: 0.98rem;
  }.tc-wp-content-root .zbg-editorial-wrap .zbg-card p, .tc-wp-content-root .zbg-editorial-wrap .zbg-card-cta{
    font-size: 0.86rem;
  }.tc-wp-content-root .zbg-editorial-wrap .zbg-icon-box{
    width: 44px;
    height: 44px;
    margin-bottom: 16px;
    border-radius: 13px;
  }.tc-wp-content-root .zbg-editorial-wrap .zbg-step-badge{
    width: 38px;
    height: 38px;
    top: 16px;
    right: 16px;
    font-size: 0.78rem;
  }}@media (max-width: 319px){.tc-wp-content-root .zbg-editorial-wrap .zbg-card-grid{
    grid-template-columns: 1fr !important;
  }}@media (prefers-reduced-motion: reduce){.tc-wp-content-root .zbg-editorial-wrap .zbg-card, .tc-wp-content-root .zbg-editorial-wrap .zbg-card::after, .tc-wp-content-root .zbg-editorial-wrap .zbg-icon-box, .tc-wp-content-root .zbg-editorial-wrap .zbg-card-cta, .tc-wp-content-root .zbg-editorial-wrap .zbg-step-badge{
    transition: none !important;
    animation: none !important;
  }.tc-wp-content-root .zbg-editorial-wrap .zbg-card, .tc-wp-content-root .zbg-editorial-wrap .zbg-card.is-visible, .tc-wp-content-root .zbg-editorial-wrap .zbg-card:hover{
    transform: none !important;
  }}.wpc-scope-218 .tc-wp-content-root .zbg-process-grid{}.wpc-scope-218 .tc-wp-content-root .zbg-reveal{}