@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-142 .tc-wp-content-root img, .wpc-scope-142 .tc-wp-content-root video, .wpc-scope-142 .tc-wp-content-root svg, .wpc-scope-142 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-142 .tc-wp-content-root .mbg-editorial-block, .wpc-scope-142 .tc-wp-content-root .mbg-editorial-block *{
  box-sizing: border-box;
}.wpc-scope-142 .tc-wp-content-root .mbg-editorial-block{
  --mbg-ink: #17202a;
  --mbg-muted: #667085;
  --mbg-border: rgba(23, 32, 42, 0.1);
  --mbg-soft: #fff8f1;
  --mbg-panel: #ffffff;
  --mbg-shadow: 0 18px 55px rgba(24, 31, 45, 0.1);
  --mbg-shadow-hover: 0 26px 75px rgba(24, 31, 45, 0.16);
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--mbg-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}.wpc-scope-142 .tc-wp-content-root .mbg-editorial-block .mbg-section, .wpc-scope-142 .tc-wp-content-root .mbg-editorial-block .mbg-container, .wpc-scope-142 .tc-wp-content-root .mbg-editorial-block .mbg-card-grid{
  width: 100%;
  max-width: 100%;
}.wpc-scope-142 .tc-wp-content-root .mbg-editorial-block .mbg-section{
  padding: 86px 22px;
  overflow: hidden;
}.wpc-scope-142 .tc-wp-content-root .mbg-editorial-block .mbg-section-intro, .wpc-scope-142 .tc-wp-content-root .mbg-editorial-block .mbg-section-process{
  background: #fff;
}.wpc-scope-142 .tc-wp-content-root .mbg-editorial-block .mbg-section-benefits{
  background:
    radial-gradient(circle at 14% 20%, rgba(255, 143, 88, 0.13), transparent 34%),
    radial-gradient(circle at 86% 18%, rgba(64, 144, 255, 0.1), transparent 30%),
    linear-gradient(180deg, #fff8f1 0%, #fff3e8 100%);
}.wpc-scope-142 .tc-wp-content-root .mbg-editorial-block .mbg-container{
  max-width: 1220px;
  margin: 0 auto;
}.wpc-scope-142 .tc-wp-content-root .mbg-editorial-block .mbg-section-head{
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}.wpc-scope-142 .tc-wp-content-root .mbg-editorial-block .mbg-kicker{
  display: inline-block;
  margin: 0 0 10px;
  color: #be5d2a;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}.wpc-scope-142 .tc-wp-content-root .mbg-editorial-block h2{
  margin: 0;
  color: var(--mbg-ink);
  font-size: clamp(1.2rem, 4vw, 2.2rem);
  line-height: 1.16;
  font-weight: 850;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-142 .tc-wp-content-root .mbg-editorial-block .mbg-section-head p{
  margin: 14px auto 0;
  max-width: 680px;
  color: var(--mbg-muted);
  font-size: 1rem;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-142 .tc-wp-content-root .mbg-editorial-block .mbg-card-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}.wpc-scope-142 .tc-wp-content-root .mbg-editorial-block .mbg-card{
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --mbg-accent: #f97316;
  --mbg-accent-2: #2563eb;
  --mbg-tint: rgba(249, 115, 22, 0.1);
  position: relative;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 250px;
  padding: 28px;
  border: 1px solid var(--mbg-border);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.95), transparent 0 128px),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.88)),
    linear-gradient(145deg, var(--mbg-tint), transparent);
  box-shadow: var(--mbg-shadow);
  isolation: isolate;
  overflow: hidden;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(18px);
  opacity: 0;
  transition: transform 420ms ease, opacity 520ms ease, border-color 260ms ease, box-shadow 260ms ease;
}.wpc-scope-142 .tc-wp-content-root .mbg-editorial-block .mbg-card:nth-child(1){ --mbg-accent: #f97316; --mbg-accent-2: #ef4444; --mbg-tint: rgba(249, 115, 22, 0.12); }.wpc-scope-142 .tc-wp-content-root .mbg-editorial-block .mbg-card:nth-child(2){ --mbg-accent: #2563eb; --mbg-accent-2: #06b6d4; --mbg-tint: rgba(37, 99, 235, 0.1); }.wpc-scope-142 .tc-wp-content-root .mbg-editorial-block .mbg-card:nth-child(3){ --mbg-accent: #16a34a; --mbg-accent-2: #14b8a6; --mbg-tint: rgba(22, 163, 74, 0.1); }.wpc-scope-142 .tc-wp-content-root .mbg-editorial-block .mbg-card:nth-child(4){ --mbg-accent: #9333ea; --mbg-accent-2: #ec4899; --mbg-tint: rgba(147, 51, 234, 0.1); }.wpc-scope-142 .tc-wp-content-root .mbg-editorial-block .mbg-card:nth-child(5){ --mbg-accent: #ca8a04; --mbg-accent-2: #f97316; --mbg-tint: rgba(202, 138, 4, 0.12); }.wpc-scope-142 .tc-wp-content-root .mbg-editorial-block .mbg-card:nth-child(6){ --mbg-accent: #0f766e; --mbg-accent-2: #2563eb; --mbg-tint: rgba(15, 118, 110, 0.1); }.wpc-scope-142 .tc-wp-content-root .mbg-editorial-block .mbg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(135deg, color-mix(in srgb, var(--mbg-accent) 14%, transparent), transparent 46%);
  opacity: 0.72;
  pointer-events: none;
}.wpc-scope-142 .tc-wp-content-root .mbg-editorial-block .mbg-card.is-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.wpc-scope-142 .tc-wp-content-root .mbg-editorial-block .mbg-card:hover{
  border-color: color-mix(in srgb, var(--mbg-accent) 42%, transparent);
  box-shadow: var(--mbg-shadow-hover);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}.wpc-scope-142 .tc-wp-content-root .mbg-editorial-block .mbg-card-icon{
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin: 0 0 20px;
  border-radius: 18px;
  color: var(--mbg-accent);
  background: linear-gradient(145deg, #fff, var(--mbg-tint));
  border: 1px solid color-mix(in srgb, var(--mbg-accent) 18%, transparent);
  box-shadow: 0 12px 30px rgba(23, 32, 42, 0.08);
  transition: transform 260ms ease, color 260ms ease, background 260ms ease;
}.wpc-scope-142 .tc-wp-content-root .mbg-editorial-block .mbg-card-icon i{
  font-size: 1.25rem;
  line-height: 1;
}.wpc-scope-142 .tc-wp-content-root .mbg-editorial-block .mbg-card:hover .mbg-card-icon{
  color: #fff;
  background: linear-gradient(135deg, var(--mbg-accent), var(--mbg-accent-2));
  transform: translateY(-3px) rotate(-4deg) scale(1.04);
}.wpc-scope-142 .tc-wp-content-root .mbg-editorial-block h3{
  position: relative;
  margin: 0 0 12px;
  padding-bottom: 10px;
  color: var(--mbg-ink);
  font-size: 1.12rem;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-142 .tc-wp-content-root .mbg-editorial-block h3::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 34px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--mbg-accent), var(--mbg-accent-2));
  transition: width 260ms ease;
}.wpc-scope-142 .tc-wp-content-root .mbg-editorial-block .mbg-card:hover h3::after{
  width: 76px;
}.wpc-scope-142 .tc-wp-content-root .mbg-editorial-block .mbg-card p{
  margin: 0;
  color: var(--mbg-muted);
  font-size: 0.96rem;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-142 .tc-wp-content-root .mbg-editorial-block .mbg-card-cta{
  display: inline-block;
  max-width: 100%;
  margin-top: 18px;
  color: var(--mbg-accent);
  font-size: 0.9rem;
  font-weight: 800;
  opacity: 0.18;
  transform: translateY(8px);
  transition: opacity 260ms ease, transform 260ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-142 .tc-wp-content-root .mbg-editorial-block .mbg-card:hover .mbg-card-cta{
  opacity: 1;
  transform: translateY(0);
}.wpc-scope-142 .tc-wp-content-root .mbg-editorial-block .mbg-benefit-card:hover{
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-8px) scale(1.01);
}.wpc-scope-142 .tc-wp-content-root .mbg-editorial-block .mbg-process-card{
  padding-top: 70px;
}.wpc-scope-142 .tc-wp-content-root .mbg-editorial-block .mbg-step-badge{
  position: absolute;
  top: 22px;
  left: 24px;
  display: grid;
  place-items: center;
  width: 46px;
  height: 34px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--mbg-accent), var(--mbg-accent-2));
  box-shadow: 0 12px 28px color-mix(in srgb, var(--mbg-accent) 28%, transparent);
  font-size: 0.82rem;
  font-weight: 850;
  transition: transform 260ms ease, box-shadow 260ms ease;
}.wpc-scope-142 .tc-wp-content-root .mbg-editorial-block .mbg-process-card:hover .mbg-step-badge{
  transform: translateY(-3px) scale(1.06);
  box-shadow: 0 18px 34px color-mix(in srgb, var(--mbg-accent) 34%, transparent);
}@media (min-width: 1200px){.tc-wp-content-root .mbg-editorial-block .mbg-section{
    padding: 96px 28px;
  }.tc-wp-content-root .mbg-editorial-block .mbg-container{
    max-width: 1240px;
  }.tc-wp-content-root .mbg-editorial-block .mbg-card-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-content-root .mbg-editorial-block .mbg-section{
    padding: 82px 24px;
  }.tc-wp-content-root .mbg-editorial-block .mbg-container{
    max-width: 1060px;
  }.tc-wp-content-root .mbg-editorial-block .mbg-section-head p{
    font-size: 0.98rem;
  }.tc-wp-content-root .mbg-editorial-block .mbg-card-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .mbg-editorial-block .mbg-card{
    padding: 24px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .mbg-editorial-block .mbg-section{
    padding: 68px 20px;
  }.tc-wp-content-root .mbg-editorial-block .mbg-section-head{
    margin-bottom: 34px;
  }.tc-wp-content-root .mbg-editorial-block .mbg-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .mbg-editorial-block .mbg-card{
    padding: 23px;
    min-height: 230px;
  }.tc-wp-content-root .mbg-editorial-block h3{
    font-size: 1.04rem;
  }.tc-wp-content-root .mbg-editorial-block .mbg-card p{
    font-size: 0.93rem;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .mbg-editorial-block .mbg-section{
    padding: 56px 16px;
  }.tc-wp-content-root .mbg-editorial-block .mbg-section-head{
    margin-bottom: 28px;
  }.tc-wp-content-root .mbg-editorial-block .mbg-section-head p{
    font-size: 0.94rem;
  }.tc-wp-content-root .mbg-editorial-block .mbg-card-grid{
    grid-template-columns: 1fr !important;
    gap: 18px;
  }.tc-wp-content-root .mbg-editorial-block .mbg-card{
    padding: 22px;
    min-height: auto;
  }.tc-wp-content-root .mbg-editorial-block .mbg-card-cta{
    white-space: normal;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .mbg-editorial-block .mbg-section{
    padding: 48px 14px;
  }.tc-wp-content-root .mbg-editorial-block .mbg-section-head{
    margin-bottom: 24px;
  }.tc-wp-content-root .mbg-editorial-block .mbg-section-head p{
    font-size: 0.9rem;
  }.tc-wp-content-root .mbg-editorial-block .mbg-card-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .mbg-editorial-block .mbg-card{
    padding: 20px;
    border-radius: 18px;
    min-height: auto;
  }.tc-wp-content-root .mbg-editorial-block .mbg-card-icon{
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }.tc-wp-content-root .mbg-editorial-block h3{
    font-size: 1rem;
  }.tc-wp-content-root .mbg-editorial-block .mbg-card p{
    font-size: 0.9rem;
  }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .mbg-editorial-block .mbg-section{
    padding: 42px 12px;
  }.tc-wp-content-root .mbg-editorial-block .mbg-section-head{
    margin-bottom: 22px;
  }.tc-wp-content-root .mbg-editorial-block .mbg-kicker{
    font-size: 0.68rem;
  }.tc-wp-content-root .mbg-editorial-block .mbg-section-head p{
    font-size: 0.86rem;
  }.tc-wp-content-root .mbg-editorial-block .mbg-card-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .mbg-editorial-block .mbg-card{
    padding: 18px;
    border-radius: 16px;
    min-height: auto;
  }.tc-wp-content-root .mbg-editorial-block .mbg-card-icon{
    width: 44px;
    height: 44px;
    margin-bottom: 16px;
    border-radius: 14px;
  }.tc-wp-content-root .mbg-editorial-block .mbg-card-icon i{
    font-size: 1.05rem;
  }.tc-wp-content-root .mbg-editorial-block h3{
    font-size: 0.96rem;
  }.tc-wp-content-root .mbg-editorial-block .mbg-card p, .tc-wp-content-root .mbg-editorial-block .mbg-card-cta{
    font-size: 0.86rem;
  }.tc-wp-content-root .mbg-editorial-block .mbg-process-card{
    padding-top: 62px;
  }.tc-wp-content-root .mbg-editorial-block .mbg-step-badge{
    top: 18px;
    left: 18px;
    width: 42px;
    height: 30px;
    font-size: 0.76rem;
  }}@media (max-width: 319px){.tc-wp-content-root .mbg-editorial-block .mbg-card-grid{
    grid-template-columns: 1fr !important;
  }}@media (prefers-reduced-motion: reduce){.tc-wp-content-root .mbg-editorial-block .mbg-card, .tc-wp-content-root .mbg-editorial-block .mbg-card-icon, .tc-wp-content-root .mbg-editorial-block h3::after, .tc-wp-content-root .mbg-editorial-block .mbg-card-cta, .tc-wp-content-root .mbg-editorial-block .mbg-step-badge{
    transition: none !important;
    animation: none !important;
  }.tc-wp-content-root .mbg-editorial-block .mbg-card, .tc-wp-content-root .mbg-editorial-block .mbg-card.is-visible, .tc-wp-content-root .mbg-editorial-block .mbg-card:hover, .tc-wp-content-root .mbg-editorial-block .mbg-benefit-card:hover{
    transform: none !important;
    opacity: 1;
  }}.wpc-scope-142 .tc-wp-content-root .mbg-reveal{}