@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-209 .tc-wp-content-root img, .wpc-scope-209 .tc-wp-content-root video, .wpc-scope-209 .tc-wp-content-root svg, .wpc-scope-209 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-209 .tc-wp-content-root .sbg-editorial-wrap, .wpc-scope-209 .tc-wp-content-root .sbg-editorial-wrap *{
  box-sizing: border-box;
}.wpc-scope-209 .tc-wp-content-root .sbg-editorial-wrap{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: #1f2933;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}.wpc-scope-209 .tc-wp-content-root .sbg-editorial-wrap .sbg-section{
  width: 100%;
  max-width: 100%;
  padding: 88px 20px;
  overflow: hidden;
}.wpc-scope-209 .tc-wp-content-root .sbg-editorial-wrap .sbg-section-intro, .wpc-scope-209 .tc-wp-content-root .sbg-editorial-wrap .sbg-section-process{
  background: #fff;
}.wpc-scope-209 .tc-wp-content-root .sbg-editorial-wrap .sbg-section-benefits{
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 184, 107, 0.18), transparent 34%),
    radial-gradient(circle at 88% 20%, rgba(107, 140, 255, 0.12), transparent 32%),
    linear-gradient(180deg, #fff8ef 0%, #fff5e7 100%);
}.wpc-scope-209 .tc-wp-content-root .sbg-editorial-wrap .sbg-container{
  width: min(1180px, 100%);
  max-width: 100%;
  margin: 0 auto;
}.wpc-scope-209 .tc-wp-content-root .sbg-editorial-wrap .sbg-heading{
  max-width: 780px;
  margin: 0 auto 38px;
  text-align: center;
}.wpc-scope-209 .tc-wp-content-root .sbg-editorial-wrap .sbg-heading h2{
  margin: 0;
  color: #17202a;
  font-size: clamp(1.2rem, 4vw, 2.2rem);
  line-height: 1.16;
  letter-spacing: 0;
  font-weight: 800;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-209 .tc-wp-content-root .sbg-editorial-wrap .sbg-heading p{
  margin: 14px auto 0;
  max-width: 720px;
  color: #5d6878;
  font-size: 1.02rem;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-209 .tc-wp-content-root .sbg-editorial-wrap .sbg-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 24px;
}.wpc-scope-209 .tc-wp-content-root .sbg-editorial-wrap .sbg-card{
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --sbg-accent: #f59e0b;
  --sbg-accent-2: #2563eb;
  --sbg-soft: rgba(245, 158, 11, 0.12);
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 245px;
  padding: 28px;
  border: 1px solid rgba(31, 41, 55, 0.09);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.88), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 243, 0.9));
  box-shadow: 0 16px 40px rgba(31, 41, 55, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(18px);
  opacity: 0;
  transition:
    opacity 620ms ease,
    transform 620ms ease,
    border-color 260ms ease,
    box-shadow 260ms ease,
    background 260ms ease;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
  isolation: isolate;
}.wpc-scope-209 .tc-wp-content-root .sbg-editorial-wrap .sbg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, var(--sbg-soft), transparent 46%),
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--sbg-accent) 20%, transparent), transparent 28%);
  opacity: 0.64;
  pointer-events: none;
  z-index: -1;
  transition: opacity 260ms ease;
}.wpc-scope-209 .tc-wp-content-root .sbg-editorial-wrap .sbg-card::after{
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--sbg-accent), var(--sbg-accent-2));
  opacity: 0.42;
  transform: scaleX(0.34);
  transform-origin: left;
  transition: transform 280ms ease, opacity 280ms ease;
}.wpc-scope-209 .tc-wp-content-root .sbg-editorial-wrap .sbg-card.sbg-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.wpc-scope-209 .tc-wp-content-root .sbg-editorial-wrap .sbg-card:hover{
  border-color: color-mix(in srgb, var(--sbg-accent) 42%, rgba(31, 41, 55, 0.12));
  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-209 .tc-wp-content-root .sbg-editorial-wrap .sbg-card:hover::before{
  opacity: 0.9;
}.wpc-scope-209 .tc-wp-content-root .sbg-editorial-wrap .sbg-card:hover::after{
  opacity: 0.85;
  transform: scaleX(1);
}.wpc-scope-209 .tc-wp-content-root .sbg-editorial-wrap .sbg-icon{
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  max-width: 100%;
  margin-bottom: 22px;
  border-radius: 18px;
  background: color-mix(in srgb, var(--sbg-accent) 14%, #fff);
  color: var(--sbg-accent);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.75), 0 12px 28px color-mix(in srgb, var(--sbg-accent) 18%, transparent);
  transition: transform 260ms ease, color 260ms ease, background 260ms ease;
}.wpc-scope-209 .tc-wp-content-root .sbg-editorial-wrap .sbg-icon i{
  font-size: 1.28rem;
  line-height: 1;
}.wpc-scope-209 .tc-wp-content-root .sbg-editorial-wrap .sbg-card:hover .sbg-icon{
  color: #fff;
  background: linear-gradient(135deg, var(--sbg-accent), var(--sbg-accent-2));
  transform: translateY(-4px) rotate(-3deg) scale(1.04);
}.wpc-scope-209 .tc-wp-content-root .sbg-editorial-wrap .sbg-card h3{
  position: relative;
  display: inline;
  margin: 0;
  color: #1f2933;
  font-size: 1.12rem;
  line-height: 1.3;
  letter-spacing: 0;
  font-weight: 760;
  overflow-wrap: anywhere;
  word-break: break-word;
  background-image: linear-gradient(90deg, var(--sbg-accent), var(--sbg-accent-2));
  background-repeat: no-repeat;
  background-size: 0 2px;
  background-position: 0 100%;
  transition: background-size 260ms ease;
}.wpc-scope-209 .tc-wp-content-root .sbg-editorial-wrap .sbg-card:hover h3{
  background-size: 100% 2px;
}.wpc-scope-209 .tc-wp-content-root .sbg-editorial-wrap .sbg-card p{
  margin: 14px 0 0;
  color: #5b6472;
  font-size: 0.96rem;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-209 .tc-wp-content-root .sbg-editorial-wrap .sbg-cta{
  display: inline-block;
  max-width: 100%;
  margin-top: 20px;
  color: var(--sbg-accent-2);
  font-size: 0.9rem;
  font-weight: 760;
  opacity: 0.24;
  transform: translateY(8px);
  transition: opacity 260ms ease, transform 260ms ease, color 260ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-209 .tc-wp-content-root .sbg-editorial-wrap .sbg-card:hover .sbg-cta{
  opacity: 1;
  transform: translateY(0);
  color: var(--sbg-accent);
}.wpc-scope-209 .tc-wp-content-root .sbg-editorial-wrap .sbg-card-tilt{
  transform-style: preserve-3d;
}.wpc-scope-209 .tc-wp-content-root .sbg-editorial-wrap .sbg-card-tilt .sbg-icon, .wpc-scope-209 .tc-wp-content-root .sbg-editorial-wrap .sbg-card-tilt h3, .wpc-scope-209 .tc-wp-content-root .sbg-editorial-wrap .sbg-card-tilt p{
  transform: translateZ(16px);
}.wpc-scope-209 .tc-wp-content-root .sbg-editorial-wrap .sbg-process-card{
  padding-top: 72px;
}.wpc-scope-209 .tc-wp-content-root .sbg-editorial-wrap .sbg-step{
  position: absolute;
  top: 22px;
  right: 22px;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--sbg-accent), var(--sbg-accent-2));
  color: #fff;
  font-size: 0.88rem;
  font-weight: 850;
  box-shadow: 0 14px 30px color-mix(in srgb, var(--sbg-accent) 24%, transparent);
  transition: transform 260ms ease, box-shadow 260ms ease;
}.wpc-scope-209 .tc-wp-content-root .sbg-editorial-wrap .sbg-process-card:hover .sbg-step{
  transform: translateY(-4px) scale(1.06);
  box-shadow: 0 18px 38px color-mix(in srgb, var(--sbg-accent) 34%, transparent);
}.wpc-scope-209 .tc-wp-content-root .sbg-editorial-wrap .sbg-card:nth-child(1){
  --sbg-accent: #f59e0b;
  --sbg-accent-2: #ef4444;
  --sbg-soft: rgba(245, 158, 11, 0.14);
}.wpc-scope-209 .tc-wp-content-root .sbg-editorial-wrap .sbg-card:nth-child(2){
  --sbg-accent: #10b981;
  --sbg-accent-2: #0ea5e9;
  --sbg-soft: rgba(16, 185, 129, 0.13);
}.wpc-scope-209 .tc-wp-content-root .sbg-editorial-wrap .sbg-card:nth-child(3){
  --sbg-accent: #6366f1;
  --sbg-accent-2: #ec4899;
  --sbg-soft: rgba(99, 102, 241, 0.12);
}.wpc-scope-209 .tc-wp-content-root .sbg-editorial-wrap .sbg-card:nth-child(4){
  --sbg-accent: #14b8a6;
  --sbg-accent-2: #f97316;
  --sbg-soft: rgba(20, 184, 166, 0.12);
}.wpc-scope-209 .tc-wp-content-root .sbg-editorial-wrap .sbg-card:nth-child(5){
  --sbg-accent: #eab308;
  --sbg-accent-2: #22c55e;
  --sbg-soft: rgba(234, 179, 8, 0.13);
}.wpc-scope-209 .tc-wp-content-root .sbg-editorial-wrap .sbg-card:nth-child(6){
  --sbg-accent: #8b5cf6;
  --sbg-accent-2: #06b6d4;
  --sbg-soft: rgba(139, 92, 246, 0.12);
}@media (min-width: 1200px){.tc-wp-content-root .sbg-editorial-wrap .sbg-section{
    padding: 96px 28px;
  }.tc-wp-content-root .sbg-editorial-wrap .sbg-container{
    width: min(1220px, 100%);
  }.tc-wp-content-root .sbg-editorial-wrap .sbg-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
  }.tc-wp-content-root .sbg-editorial-wrap .sbg-card{
    padding: 30px;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-content-root .sbg-editorial-wrap .sbg-section{
    padding: 82px 24px;
  }.tc-wp-content-root .sbg-editorial-wrap .sbg-container{
    width: min(1080px, 100%);
  }.tc-wp-content-root .sbg-editorial-wrap .sbg-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .sbg-editorial-wrap .sbg-heading p{
    font-size: 0.98rem;
  }.tc-wp-content-root .sbg-editorial-wrap .sbg-card{
    padding: 24px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .sbg-editorial-wrap .sbg-section{
    padding: 70px 20px;
  }.tc-wp-content-root .sbg-editorial-wrap .sbg-heading{
    margin-bottom: 30px;
  }.tc-wp-content-root .sbg-editorial-wrap .sbg-heading p{
    font-size: 0.96rem;
  }.tc-wp-content-root .sbg-editorial-wrap .sbg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .sbg-editorial-wrap .sbg-card{
    min-height: 230px;
    padding: 23px;
  }.tc-wp-content-root .sbg-editorial-wrap .sbg-card h3{
    font-size: 1.04rem;
  }.tc-wp-content-root .sbg-editorial-wrap .sbg-card p{
    font-size: 0.93rem;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .sbg-editorial-wrap .sbg-section{
    padding: 58px 16px;
  }.tc-wp-content-root .sbg-editorial-wrap .sbg-heading{
    margin-bottom: 24px;
  }.tc-wp-content-root .sbg-editorial-wrap .sbg-heading p{
    font-size: 0.94rem;
  }.tc-wp-content-root .sbg-editorial-wrap .sbg-grid{
    grid-template-columns: 1fr !important;
    gap: 18px;
  }.tc-wp-content-root .sbg-editorial-wrap .sbg-card{
    min-height: auto;
    padding: 22px;
  }.tc-wp-content-root .sbg-editorial-wrap .sbg-icon{
    width: 50px;
    height: 50px;
    border-radius: 16px;
  }.tc-wp-content-root .sbg-editorial-wrap .sbg-cta{
    width: 100%;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .sbg-editorial-wrap .sbg-section{
    padding: 50px 14px;
  }.tc-wp-content-root .sbg-editorial-wrap .sbg-heading{
    margin-bottom: 22px;
  }.tc-wp-content-root .sbg-editorial-wrap .sbg-heading p{
    font-size: 0.9rem;
  }.tc-wp-content-root .sbg-editorial-wrap .sbg-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .sbg-editorial-wrap .sbg-card{
    min-height: auto;
    padding: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .sbg-editorial-wrap .sbg-icon{
    width: 46px;
    height: 46px;
    border-radius: 15px;
    margin-bottom: 18px;
  }.tc-wp-content-root .sbg-editorial-wrap .sbg-card h3{
    font-size: 1rem;
  }.tc-wp-content-root .sbg-editorial-wrap .sbg-card p{
    font-size: 0.9rem;
  }.tc-wp-content-root .sbg-editorial-wrap .sbg-step{
    width: 42px;
    height: 42px;
    border-radius: 14px;
  }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .sbg-editorial-wrap .sbg-section{
    padding: 44px 12px;
  }.tc-wp-content-root .sbg-editorial-wrap .sbg-heading{
    margin-bottom: 20px;
  }.tc-wp-content-root .sbg-editorial-wrap .sbg-heading p{
    font-size: 0.86rem;
  }.tc-wp-content-root .sbg-editorial-wrap .sbg-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .sbg-editorial-wrap .sbg-card{
    min-height: auto;
    padding: 18px;
    border-radius: 16px;
  }.tc-wp-content-root .sbg-editorial-wrap .sbg-icon{
    width: 42px;
    height: 42px;
    border-radius: 14px;
    margin-bottom: 16px;
  }.tc-wp-content-root .sbg-editorial-wrap .sbg-icon i{
    font-size: 1.05rem;
  }.tc-wp-content-root .sbg-editorial-wrap .sbg-card h3{
    font-size: 0.96rem;
  }.tc-wp-content-root .sbg-editorial-wrap .sbg-card p, .tc-wp-content-root .sbg-editorial-wrap .sbg-cta{
    font-size: 0.86rem;
  }.tc-wp-content-root .sbg-editorial-wrap .sbg-process-card{
    padding-top: 62px;
  }.tc-wp-content-root .sbg-editorial-wrap .sbg-step{
    top: 18px;
    right: 18px;
    width: 38px;
    height: 38px;
    border-radius: 13px;
    font-size: 0.78rem;
  }}@media (max-width: 319px){.tc-wp-content-root .sbg-editorial-wrap .sbg-grid{
    grid-template-columns: 1fr !important;
  }}@media (prefers-reduced-motion: reduce){.tc-wp-content-root .sbg-editorial-wrap .sbg-card, .tc-wp-content-root .sbg-editorial-wrap .sbg-card::before, .tc-wp-content-root .sbg-editorial-wrap .sbg-card::after, .tc-wp-content-root .sbg-editorial-wrap .sbg-icon, .tc-wp-content-root .sbg-editorial-wrap .sbg-cta, .tc-wp-content-root .sbg-editorial-wrap .sbg-step{
    transition: none !important;
    animation: none !important;
  }.tc-wp-content-root .sbg-editorial-wrap .sbg-card, .tc-wp-content-root .sbg-editorial-wrap .sbg-card.sbg-visible, .tc-wp-content-root .sbg-editorial-wrap .sbg-card:hover{
    transform: none !important;
    opacity: 1;
  }}.wpc-scope-209 .tc-wp-content-root .sbg-grid-how{}.wpc-scope-209 .tc-wp-content-root .sbg-grid-what{}.wpc-scope-209 .tc-wp-content-root .sbg-grid-why{}.wpc-scope-209 .tc-wp-content-root .sbg-reveal{}