@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-204 .tc-wp-content-root img, .wpc-scope-204 .tc-wp-content-root video, .wpc-scope-204 .tc-wp-content-root svg, .wpc-scope-204 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-204 .tc-wp-content-root .sbg-editorial-block{
  --sbg-bg: #fff7ef;
  --sbg-text: #1f2933;
  --sbg-muted: #667085;
  --sbg-border: rgba(31, 41, 51, 0.1);
  --sbg-shadow: 0 18px 45px rgba(31, 41, 51, 0.08);
  --sbg-shadow-hover: 0 26px 70px rgba(31, 41, 51, 0.15);
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
  color: var(--sbg-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.wpc-scope-204 .tc-wp-content-root .sbg-editorial-block *, .wpc-scope-204 .tc-wp-content-root .sbg-editorial-block *::before, .wpc-scope-204 .tc-wp-content-root .sbg-editorial-block *::after{
  box-sizing: border-box;
}.wpc-scope-204 .tc-wp-content-root .sbg-editorial-block .sbg-section{
  width: 100%;
  max-width: 100%;
  padding: 92px 24px;
  overflow-x: hidden;
}.wpc-scope-204 .tc-wp-content-root .sbg-editorial-block .sbg-section-intro, .wpc-scope-204 .tc-wp-content-root .sbg-editorial-block .sbg-section-process{
  background: #fff;
}.wpc-scope-204 .tc-wp-content-root .sbg-editorial-block .sbg-section-benefits{
  background:
    radial-gradient(circle at 12% 14%, rgba(255, 178, 112, 0.22), transparent 34%),
    radial-gradient(circle at 86% 8%, rgba(72, 118, 255, 0.12), transparent 30%),
    linear-gradient(180deg, #fff8f0 0%, #fff3e8 100%);
}.wpc-scope-204 .tc-wp-content-root .sbg-editorial-block .sbg-container{
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}.wpc-scope-204 .tc-wp-content-root .sbg-editorial-block .sbg-heading-wrap{
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}.wpc-scope-204 .tc-wp-content-root .sbg-editorial-block .sbg-heading-wrap h2{
  margin: 0;
  color: #161b22;
  font-size: clamp(1.2rem, 4vw, 2.2rem);
  line-height: 1.16;
  font-weight: 800;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-204 .tc-wp-content-root .sbg-editorial-block .sbg-heading-wrap p{
  margin: 14px auto 0;
  color: var(--sbg-muted);
  font-size: 1.03rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-204 .tc-wp-content-root .sbg-editorial-block .sbg-card-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.wpc-scope-204 .tc-wp-content-root .sbg-editorial-block .sbg-card{
  --fg-mx: 50%;
  --fg-my: 20%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --sbg-accent: #f97316;
  --sbg-accent-soft: rgba(249, 115, 22, 0.12);
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 255px;
  padding: 28px;
  border: 1px solid var(--sbg-border);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.92), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 245, 0.86));
  box-shadow: var(--sbg-shadow);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(18px);
  opacity: 0;
  transition:
    opacity 700ms ease,
    transform 700ms ease,
    border-color 260ms ease,
    box-shadow 260ms ease,
    background 260ms ease;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-204 .tc-wp-content-root .sbg-editorial-block .sbg-card:nth-child(2){
  --sbg-accent: #2563eb;
  --sbg-accent-soft: rgba(37, 99, 235, 0.12);
}.wpc-scope-204 .tc-wp-content-root .sbg-editorial-block .sbg-card:nth-child(3){
  --sbg-accent: #16a34a;
  --sbg-accent-soft: rgba(22, 163, 74, 0.12);
}.wpc-scope-204 .tc-wp-content-root .sbg-editorial-block .sbg-card:nth-child(4){
  --sbg-accent: #db2777;
  --sbg-accent-soft: rgba(219, 39, 119, 0.12);
}.wpc-scope-204 .tc-wp-content-root .sbg-editorial-block .sbg-card:nth-child(5){
  --sbg-accent: #7c3aed;
  --sbg-accent-soft: rgba(124, 58, 237, 0.12);
}.wpc-scope-204 .tc-wp-content-root .sbg-editorial-block .sbg-card:nth-child(6){
  --sbg-accent: #0f766e;
  --sbg-accent-soft: rgba(15, 118, 110, 0.12);
}.wpc-scope-204 .tc-wp-content-root .sbg-editorial-block .sbg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--fg-mx) var(--fg-my), var(--sbg-accent-soft), transparent 42%);
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}.wpc-scope-204 .tc-wp-content-root .sbg-editorial-block .sbg-card.sbg-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.wpc-scope-204 .tc-wp-content-root .sbg-editorial-block .sbg-card:hover{
  border-color: color-mix(in srgb, var(--sbg-accent) 42%, transparent);
  box-shadow: var(--sbg-shadow-hover);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}.wpc-scope-204 .tc-wp-content-root .sbg-editorial-block .sbg-card:hover::before{
  opacity: 1;
}.wpc-scope-204 .tc-wp-content-root .sbg-editorial-block .sbg-icon{
  position: relative;
  z-index: 1;
  display: inline-grid;
  width: 54px;
  height: 54px;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 18px;
  color: var(--sbg-accent);
  background: var(--sbg-accent-soft);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55);
  transition: transform 260ms ease, color 260ms ease, background 260ms ease;
}.wpc-scope-204 .tc-wp-content-root .sbg-editorial-block .sbg-icon i{
  font-size: 1.35rem;
  line-height: 1;
}.wpc-scope-204 .tc-wp-content-root .sbg-editorial-block .sbg-card:hover .sbg-icon{
  color: #fff;
  background: var(--sbg-accent);
  transform: translateY(-3px) scale(1.04);
}.wpc-scope-204 .tc-wp-content-root .sbg-editorial-block .sbg-card h3{
  position: relative;
  z-index: 1;
  margin: 0 0 13px;
  color: #17202a;
  font-size: 1.12rem;
  line-height: 1.28;
  font-weight: 760;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-204 .tc-wp-content-root .sbg-editorial-block .sbg-card h3::after{
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  margin-top: 11px;
  border-radius: 999px;
  background: var(--sbg-accent);
  transition: width 260ms ease;
}.wpc-scope-204 .tc-wp-content-root .sbg-editorial-block .sbg-card:hover h3::after{
  width: 76px;
}.wpc-scope-204 .tc-wp-content-root .sbg-editorial-block .sbg-card p{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #5f6b7a;
  font-size: 0.96rem;
  line-height: 1.65;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-204 .tc-wp-content-root .sbg-editorial-block .sbg-cta{
  position: relative;
  z-index: 1;
  display: inline-block;
  max-width: 100%;
  margin-top: 18px;
  color: var(--sbg-accent);
  font-size: 0.88rem;
  font-weight: 760;
  line-height: 1.35;
  opacity: 0.2;
  transform: translateY(8px);
  transition: opacity 260ms ease, transform 260ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-204 .tc-wp-content-root .sbg-editorial-block .sbg-card:hover .sbg-cta{
  opacity: 1;
  transform: translateY(0);
}.wpc-scope-204 .tc-wp-content-root .sbg-editorial-block .sbg-benefit-grid .sbg-card{
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.9), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 246, 236, 0.78));
}.wpc-scope-204 .tc-wp-content-root .sbg-editorial-block .sbg-process-card{
  padding-top: 34px;
}.wpc-scope-204 .tc-wp-content-root .sbg-editorial-block .sbg-step{
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 1;
  display: inline-grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 16px;
  color: var(--sbg-accent);
  background: var(--sbg-accent-soft);
  font-size: 0.86rem;
  font-weight: 850;
  line-height: 1;
  transition: transform 260ms ease, color 260ms ease, background 260ms ease;
}.wpc-scope-204 .tc-wp-content-root .sbg-editorial-block .sbg-process-card:hover .sbg-step{
  color: #fff;
  background: var(--sbg-accent);
  transform: translateY(-4px) rotate(3deg);
}@media (min-width: 1200px){.tc-wp-content-root .sbg-editorial-block .sbg-section{
    padding: 104px 32px;
  }.tc-wp-content-root .sbg-editorial-block .sbg-container{
    max-width: 1200px;
  }.tc-wp-content-root .sbg-editorial-block .sbg-card-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-content-root .sbg-editorial-block .sbg-section{
    padding: 86px 24px;
  }.tc-wp-content-root .sbg-editorial-block .sbg-container{
    max-width: 980px;
  }.tc-wp-content-root .sbg-editorial-block .sbg-heading-wrap p{
    font-size: 1rem;
  }.tc-wp-content-root .sbg-editorial-block .sbg-card-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .sbg-editorial-block .sbg-card{
    padding: 24px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .sbg-editorial-block .sbg-section{
    padding: 72px 22px;
  }.tc-wp-content-root .sbg-editorial-block .sbg-heading-wrap{
    margin-bottom: 34px;
  }.tc-wp-content-root .sbg-editorial-block .sbg-heading-wrap p{
    font-size: 0.98rem;
  }.tc-wp-content-root .sbg-editorial-block .sbg-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .sbg-editorial-block .sbg-card{
    padding: 23px;
    min-height: 238px;
  }.tc-wp-content-root .sbg-editorial-block .sbg-card h3{
    font-size: 1.05rem;
  }.tc-wp-content-root .sbg-editorial-block .sbg-card p{
    font-size: 0.94rem;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .sbg-editorial-block .sbg-section{
    padding: 58px 18px;
  }.tc-wp-content-root .sbg-editorial-block .sbg-heading-wrap{
    margin-bottom: 28px;
  }.tc-wp-content-root .sbg-editorial-block .sbg-heading-wrap p{
    font-size: 0.94rem;
  }.tc-wp-content-root .sbg-editorial-block .sbg-card-grid{
    grid-template-columns: 1fr !important;
    gap: 18px;
  }.tc-wp-content-root .sbg-editorial-block .sbg-card{
    padding: 22px;
    min-height: auto;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .sbg-editorial-block .sbg-section{
    padding: 50px 16px;
  }.tc-wp-content-root .sbg-editorial-block .sbg-heading-wrap{
    margin-bottom: 24px;
  }.tc-wp-content-root .sbg-editorial-block .sbg-heading-wrap p{
    font-size: 0.91rem;
  }.tc-wp-content-root .sbg-editorial-block .sbg-card-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .sbg-editorial-block .sbg-card{
    padding: 20px;
    border-radius: 18px;
    min-height: auto;
  }.tc-wp-content-root .sbg-editorial-block .sbg-icon{
    width: 48px;
    height: 48px;
    border-radius: 15px;
  }.tc-wp-content-root .sbg-editorial-block .sbg-step{
    width: 42px;
    height: 42px;
    border-radius: 14px;
  }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .sbg-editorial-block .sbg-section{
    padding: 44px 12px;
  }.tc-wp-content-root .sbg-editorial-block .sbg-heading-wrap{
    margin-bottom: 22px;
  }.tc-wp-content-root .sbg-editorial-block .sbg-heading-wrap p{
    font-size: 0.88rem;
    line-height: 1.6;
  }.tc-wp-content-root .sbg-editorial-block .sbg-card-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .sbg-editorial-block .sbg-card{
    padding: 18px;
    border-radius: 16px;
    min-height: auto;
  }.tc-wp-content-root .sbg-editorial-block .sbg-card h3{
    font-size: 1rem;
  }.tc-wp-content-root .sbg-editorial-block .sbg-card p{
    font-size: 0.88rem;
  }.tc-wp-content-root .sbg-editorial-block .sbg-icon{
    width: 44px;
    height: 44px;
    margin-bottom: 18px;
    border-radius: 14px;
  }.tc-wp-content-root .sbg-editorial-block .sbg-icon i{
    font-size: 1.15rem;
  }.tc-wp-content-root .sbg-editorial-block .sbg-step{
    top: 16px;
    right: 16px;
    width: 38px;
    height: 38px;
    border-radius: 13px;
    font-size: 0.78rem;
  }}@media (prefers-reduced-motion: reduce){.tc-wp-content-root .sbg-editorial-block .sbg-card, .tc-wp-content-root .sbg-editorial-block .sbg-card::before, .tc-wp-content-root .sbg-editorial-block .sbg-icon, .tc-wp-content-root .sbg-editorial-block .sbg-step, .tc-wp-content-root .sbg-editorial-block .sbg-cta, .tc-wp-content-root .sbg-editorial-block .sbg-card h3::after{
    transition: none !important;
  }.tc-wp-content-root .sbg-editorial-block .sbg-card{
    transform: none !important;
    opacity: 1 !important;
  }}.wpc-scope-204 .tc-wp-content-root .sbg-process-grid{}.wpc-scope-204 .tc-wp-content-root .sbg-reveal{}