@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-122 .tc-wp-content-root img, .wpc-scope-122 .tc-wp-content-root video, .wpc-scope-122 .tc-wp-content-root svg, .wpc-scope-122 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-122 .tc-wp-content-root .lbg-editorial-wrap, .wpc-scope-122 .tc-wp-content-root .lbg-editorial-wrap *{
  box-sizing: border-box;
}.wpc-scope-122 .tc-wp-content-root .lbg-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: #172033;
  background: #fff;
}.wpc-scope-122 .tc-wp-content-root .lbg-editorial-wrap .lbg-section, .wpc-scope-122 .tc-wp-content-root .lbg-editorial-wrap .lbg-container, .wpc-scope-122 .tc-wp-content-root .lbg-editorial-wrap .lbg-card-grid{
  width: 100%;
  max-width: 100%;
}.wpc-scope-122 .tc-wp-content-root .lbg-editorial-wrap .lbg-section{
  position: relative;
  padding: 88px 22px;
  overflow: hidden;
}.wpc-scope-122 .tc-wp-content-root .lbg-editorial-wrap .lbg-section-white{
  background: #fff;
}.wpc-scope-122 .tc-wp-content-root .lbg-editorial-wrap .lbg-section-warm{
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 184, 107, 0.20), transparent 34%),
    radial-gradient(circle at 88% 22%, rgba(92, 126, 255, 0.12), transparent 32%),
    linear-gradient(180deg, #fff8ef 0%, #fffdf8 100%);
}.wpc-scope-122 .tc-wp-content-root .lbg-editorial-wrap .lbg-container{
  max-width: 1240px;
  margin: 0 auto;
}.wpc-scope-122 .tc-wp-content-root .lbg-editorial-wrap .lbg-section-head{
  max-width: 770px;
  margin: 0 auto 42px;
  text-align: center;
}.wpc-scope-122 .tc-wp-content-root .lbg-editorial-wrap .lbg-kicker{
  display: inline-block;
  margin: 0 0 12px;
  padding: 7px 14px;
  border: 1px solid rgba(231, 140, 56, 0.24);
  border-radius: 999px;
  background: rgba(255, 248, 238, 0.88);
  color: #a85b17;
  font-size: 0.79rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-122 .tc-wp-content-root .lbg-editorial-wrap h2{
  margin: 0;
  color: #111827;
  font-size: clamp(1.2rem, 4vw, 2.2rem);
  line-height: 1.13;
  font-weight: 850;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-122 .tc-wp-content-root .lbg-editorial-wrap .lbg-subtitle{
  max-width: 720px;
  margin: 14px auto 0;
  color: #5d6678;
  font-size: 1.03rem;
  line-height: 1.75;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-122 .tc-wp-content-root .lbg-editorial-wrap .lbg-card-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}.wpc-scope-122 .tc-wp-content-root .lbg-editorial-wrap .lbg-card{
  --lbg-accent: #eb7f32;
  --lbg-accent-2: #ffd7ac;
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 255px;
  padding: 28px;
  border: 1px solid rgba(20, 30, 50, 0.10);
  border-radius: 24px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--lbg-accent) 16%, transparent), transparent 32%),
    linear-gradient(145deg, rgba(255,255,255,0.96), rgba(255,250,244,0.84));
  box-shadow: 0 18px 44px rgba(17, 24, 39, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-122 .tc-wp-content-root .lbg-editorial-wrap .lbg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, color-mix(in srgb, var(--lbg-accent) 11%, transparent), transparent 42%);
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}.wpc-scope-122 .tc-wp-content-root .lbg-editorial-wrap .lbg-card:nth-child(1){ --lbg-accent: #ef7d32; --lbg-accent-2: #ffe0bf; }.wpc-scope-122 .tc-wp-content-root .lbg-editorial-wrap .lbg-card:nth-child(2){ --lbg-accent: #2563eb; --lbg-accent-2: #dbeafe; }.wpc-scope-122 .tc-wp-content-root .lbg-editorial-wrap .lbg-card:nth-child(3){ --lbg-accent: #0f9f7a; --lbg-accent-2: #c7f3e5; }.wpc-scope-122 .tc-wp-content-root .lbg-editorial-wrap .lbg-card:nth-child(4){ --lbg-accent: #c24174; --lbg-accent-2: #fce0ec; }.wpc-scope-122 .tc-wp-content-root .lbg-editorial-wrap .lbg-card:nth-child(5){ --lbg-accent: #7c3aed; --lbg-accent-2: #eadcff; }.wpc-scope-122 .tc-wp-content-root .lbg-editorial-wrap .lbg-card:nth-child(6){ --lbg-accent: #b7791f; --lbg-accent-2: #fcecc4; }.wpc-scope-122 .tc-wp-content-root .lbg-editorial-wrap .lbg-card:hover{
  border-color: color-mix(in srgb, var(--lbg-accent) 42%, rgba(20,30,50,0.15));
  box-shadow: 0 26px 66px rgba(17, 24, 39, 0.14);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}.wpc-scope-122 .tc-wp-content-root .lbg-editorial-wrap .lbg-card:hover::before{
  opacity: 1;
}.wpc-scope-122 .tc-wp-content-root .lbg-editorial-wrap .lbg-icon{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  max-width: 100%;
  margin: 0 0 22px;
  border-radius: 18px;
  background: linear-gradient(145deg, var(--lbg-accent-2), #fff);
  color: var(--lbg-accent);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.65), 0 12px 24px color-mix(in srgb, var(--lbg-accent) 16%, transparent);
  transition: transform 260ms ease, color 260ms ease, background 260ms ease;
}.wpc-scope-122 .tc-wp-content-root .lbg-editorial-wrap .lbg-icon i{
  font-size: 1.35rem;
  line-height: 1;
}.wpc-scope-122 .tc-wp-content-root .lbg-editorial-wrap .lbg-card:hover .lbg-icon{
  color: #fff;
  background: linear-gradient(145deg, var(--lbg-accent), color-mix(in srgb, var(--lbg-accent) 72%, #111827));
  transform: translateY(-3px) scale(1.04) rotate(-2deg);
}.wpc-scope-122 .tc-wp-content-root .lbg-editorial-wrap h3{
  position: relative;
  z-index: 1;
  margin: 0 0 13px;
  color: #141b2d;
  font-size: 1.12rem;
  line-height: 1.28;
  font-weight: 820;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-122 .tc-wp-content-root .lbg-editorial-wrap h3::after{
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  margin-top: 10px;
  border-radius: 999px;
  background: var(--lbg-accent);
  transition: width 260ms ease;
}.wpc-scope-122 .tc-wp-content-root .lbg-editorial-wrap .lbg-card:hover h3::after{
  width: 76px;
}.wpc-scope-122 .tc-wp-content-root .lbg-editorial-wrap .lbg-card p{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #5b6475;
  font-size: 0.96rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-122 .tc-wp-content-root .lbg-editorial-wrap .lbg-card-cta{
  position: relative;
  z-index: 1;
  display: inline-flex;
  max-width: 100%;
  margin-top: 20px;
  color: var(--lbg-accent);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.25;
  opacity: 0.3;
  transform: translateY(8px);
  transition: opacity 240ms ease, transform 240ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-122 .tc-wp-content-root .lbg-editorial-wrap .lbg-card:hover .lbg-card-cta{
  opacity: 1;
  transform: translateY(0);
}.wpc-scope-122 .tc-wp-content-root .lbg-editorial-wrap .lbg-process-card{
  padding-top: 34px;
}.wpc-scope-122 .tc-wp-content-root .lbg-editorial-wrap .lbg-step-badge{
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  width: 52px;
  height: 52px;
  max-width: 100%;
  margin-bottom: 20px;
  border-radius: 17px;
  background: linear-gradient(145deg, var(--lbg-accent), color-mix(in srgb, var(--lbg-accent) 70%, #111827));
  color: #fff;
  font-size: 0.96rem;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 28px color-mix(in srgb, var(--lbg-accent) 24%, transparent);
  transition: transform 260ms ease, box-shadow 260ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-122 .tc-wp-content-root .lbg-editorial-wrap .lbg-process-card:hover .lbg-step-badge{
  transform: translateY(-3px) scale(1.06);
  box-shadow: 0 18px 34px color-mix(in srgb, var(--lbg-accent) 30%, transparent);
}@media (min-width: 1200px){.tc-wp-content-root .lbg-editorial-wrap .lbg-section{
    padding: 96px 28px;
  }.tc-wp-content-root .lbg-editorial-wrap .lbg-container{
    max-width: 1240px;
  }.tc-wp-content-root .lbg-editorial-wrap .lbg-card-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-content-root .lbg-editorial-wrap .lbg-section{
    padding: 82px 22px;
  }.tc-wp-content-root .lbg-editorial-wrap .lbg-container{
    max-width: 1040px;
  }.tc-wp-content-root .lbg-editorial-wrap .lbg-card-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .lbg-editorial-wrap .lbg-card{
    padding: 24px;
  }.tc-wp-content-root .lbg-editorial-wrap .lbg-subtitle{
    font-size: 1rem;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .lbg-editorial-wrap .lbg-section{
    padding: 68px 20px;
  }.tc-wp-content-root .lbg-editorial-wrap .lbg-section-head{
    margin-bottom: 34px;
  }.tc-wp-content-root .lbg-editorial-wrap .lbg-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-content-root .lbg-editorial-wrap .lbg-card{
    min-height: 235px;
    padding: 23px;
  }.tc-wp-content-root .lbg-editorial-wrap h3{
    font-size: 1.05rem;
  }.tc-wp-content-root .lbg-editorial-wrap .lbg-card p{
    font-size: 0.93rem;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .lbg-editorial-wrap .lbg-section{
    padding: 54px 16px;
  }.tc-wp-content-root .lbg-editorial-wrap .lbg-section-head{
    margin-bottom: 28px;
  }.tc-wp-content-root .lbg-editorial-wrap .lbg-card-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .lbg-editorial-wrap .lbg-card{
    min-width: 0;
    min-height: auto;
    padding: 22px;
    border-radius: 20px;
  }.tc-wp-content-root .lbg-editorial-wrap .lbg-subtitle{
    font-size: 0.95rem;
    line-height: 1.65;
  }.tc-wp-content-root .lbg-editorial-wrap .lbg-icon{
    width: 50px;
    height: 50px;
    border-radius: 16px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .lbg-editorial-wrap .lbg-section{
    padding: 48px 14px;
  }.tc-wp-content-root .lbg-editorial-wrap .lbg-card-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .lbg-editorial-wrap .lbg-card{
    min-width: 0;
    min-height: auto;
    padding: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .lbg-editorial-wrap .lbg-subtitle{
    font-size: 0.92rem;
  }.tc-wp-content-root .lbg-editorial-wrap .lbg-icon, .tc-wp-content-root .lbg-editorial-wrap .lbg-step-badge{
    width: 46px;
    height: 46px;
    border-radius: 15px;
  }.tc-wp-content-root .lbg-editorial-wrap h3{
    font-size: 1rem;
  }.tc-wp-content-root .lbg-editorial-wrap .lbg-card p{
    font-size: 0.91rem;
  }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .lbg-editorial-wrap .lbg-section{
    padding: 42px 12px;
  }.tc-wp-content-root .lbg-editorial-wrap .lbg-section-head{
    margin-bottom: 24px;
  }.tc-wp-content-root .lbg-editorial-wrap .lbg-card-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .lbg-editorial-wrap .lbg-card{
    min-width: 0;
    min-height: auto;
    padding: 18px;
    border-radius: 17px;
  }.tc-wp-content-root .lbg-editorial-wrap .lbg-kicker{
    font-size: 0.74rem;
    padding: 6px 10px;
  }.tc-wp-content-root .lbg-editorial-wrap .lbg-subtitle{
    font-size: 0.88rem;
    line-height: 1.58;
  }.tc-wp-content-root .lbg-editorial-wrap .lbg-icon, .tc-wp-content-root .lbg-editorial-wrap .lbg-step-badge{
    width: 42px;
    height: 42px;
    border-radius: 14px;
  }.tc-wp-content-root .lbg-editorial-wrap .lbg-icon i{
    font-size: 1.08rem;
  }.tc-wp-content-root .lbg-editorial-wrap h3{
    font-size: 0.96rem;
  }.tc-wp-content-root .lbg-editorial-wrap .lbg-card p, .tc-wp-content-root .lbg-editorial-wrap .lbg-card-cta{
    font-size: 0.88rem;
  }}@media (max-width: 319px){.tc-wp-content-root .lbg-editorial-wrap .lbg-section{
    padding: 36px 10px;
  }.tc-wp-content-root .lbg-editorial-wrap .lbg-card-grid{
    grid-template-columns: 1fr !important;
  }.tc-wp-content-root .lbg-editorial-wrap .lbg-card{
    min-width: 0;
    padding: 16px;
  }}@media (prefers-reduced-motion: reduce){.tc-wp-content-root .lbg-editorial-wrap .lbg-card, .tc-wp-content-root .lbg-editorial-wrap .lbg-card::before, .tc-wp-content-root .lbg-editorial-wrap .lbg-icon, .tc-wp-content-root .lbg-editorial-wrap h3::after, .tc-wp-content-root .lbg-editorial-wrap .lbg-card-cta, .tc-wp-content-root .lbg-editorial-wrap .lbg-step-badge{
    transition: none;
  }.tc-wp-content-root .lbg-editorial-wrap .lbg-card, .tc-wp-content-root .lbg-editorial-wrap .lbg-card:hover{
    transform: none;
  }}.wpc-scope-122 .tc-wp-content-root .lbg-process-grid{}.wpc-scope-122 .tc-wp-content-root .lbg-tilt-grid{}