@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-104 .tc-wp-content-root img, .wpc-scope-104 .tc-wp-content-root video, .wpc-scope-104 .tc-wp-content-root svg, .wpc-scope-104 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-104 .tc-wp-content-root .fg128bar-editorial, .wpc-scope-104 .tc-wp-content-root .fg128bar-editorial *{
  box-sizing: border-box;
}.wpc-scope-104 .tc-wp-content-root .fg128bar-editorial{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: #1e232b;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}.wpc-scope-104 .tc-wp-content-root .fg128bar-editorial section, .wpc-scope-104 .tc-wp-content-root .fg128bar-editorial div, .wpc-scope-104 .tc-wp-content-root .fg128bar-editorial article{
  max-width: 100%;
}.wpc-scope-104 .tc-wp-content-root .fg128bar-section{
  width: 100%;
  max-width: 100%;
  padding: 92px 22px;
  overflow: hidden;
}.wpc-scope-104 .tc-wp-content-root .fg128bar-section-white{
  background: #fff;
}.wpc-scope-104 .tc-wp-content-root .fg128bar-section-warm{
  background:
    radial-gradient(circle at 18% 10%, rgba(255, 191, 105, 0.20), transparent 30%),
    radial-gradient(circle at 84% 24%, rgba(72, 187, 167, 0.14), transparent 34%),
    linear-gradient(180deg, #fff8ef 0%, #fffdf9 100%);
}.wpc-scope-104 .tc-wp-content-root .fg128bar-container{
  width: min(1220px, 100%);
  max-width: 100%;
  margin: 0 auto;
}.wpc-scope-104 .tc-wp-content-root .fg128bar-heading{
  width: min(760px, 100%);
  margin: 0 auto 42px;
  text-align: center;
}.wpc-scope-104 .tc-wp-content-root .fg128bar-heading h2{
  margin: 0;
  color: #151922;
  font-size: clamp(1.2rem, 4vw, 2.2rem);
  line-height: 1.14;
  font-weight: 800;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-104 .tc-wp-content-root .fg128bar-heading p{
  margin: 14px auto 0;
  color: #5e6674;
  font-size: 1.05rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-104 .tc-wp-content-root .fg128bar-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.wpc-scope-104 .tc-wp-content-root .fg128bar-card{
  --fg-accent: #ea7a3c;
  --fg-accent-2: #0f9f8f;
  --fg-soft: rgba(234, 122, 60, 0.12);
  --fg-mx: 50%;
  --fg-my: 0%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 245px;
  padding: 30px;
  border: 1px solid rgba(30, 35, 43, 0.09);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.92), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 251, 245, 0.88));
  box-shadow: 0 16px 45px rgba(18, 24, 38, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(18px);
  opacity: 0;
  overflow: hidden;
  transition:
    transform 320ms ease,
    opacity 520ms ease,
    box-shadow 320ms ease,
    border-color 320ms ease,
    background 320ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-104 .tc-wp-content-root .fg128bar-card:nth-child(1){
  --fg-accent: #e96f37;
  --fg-accent-2: #f4a261;
  --fg-soft: rgba(233, 111, 55, 0.13);
}.wpc-scope-104 .tc-wp-content-root .fg128bar-card:nth-child(2){
  --fg-accent: #168f7a;
  --fg-accent-2: #3cc5aa;
  --fg-soft: rgba(22, 143, 122, 0.13);
}.wpc-scope-104 .tc-wp-content-root .fg128bar-card:nth-child(3){
  --fg-accent: #4866d9;
  --fg-accent-2: #7e99ff;
  --fg-soft: rgba(72, 102, 217, 0.13);
}.wpc-scope-104 .tc-wp-content-root .fg128bar-card:nth-child(4){
  --fg-accent: #b65a9d;
  --fg-accent-2: #f08acb;
  --fg-soft: rgba(182, 90, 157, 0.13);
}.wpc-scope-104 .tc-wp-content-root .fg128bar-card:nth-child(5){
  --fg-accent: #c58a16;
  --fg-accent-2: #ffd166;
  --fg-soft: rgba(197, 138, 22, 0.15);
}.wpc-scope-104 .tc-wp-content-root .fg128bar-card:nth-child(6){
  --fg-accent: #2d8bcf;
  --fg-accent-2: #75c6f4;
  --fg-soft: rgba(45, 139, 207, 0.13);
}.wpc-scope-104 .tc-wp-content-root .fg128bar-card.fg128bar-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.wpc-scope-104 .tc-wp-content-root .fg128bar-card:hover{
  border-color: color-mix(in srgb, var(--fg-accent) 42%, transparent);
  box-shadow: 0 24px 70px rgba(18, 24, 38, 0.14);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}.wpc-scope-104 .tc-wp-content-root .fg128bar-glow{
  position: absolute;
  inset: -1px;
  pointer-events: none;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--fg-accent) 18%, transparent), transparent 32%);
  opacity: 0;
  transition: opacity 300ms ease;
}.wpc-scope-104 .tc-wp-content-root .fg128bar-card:hover .fg128bar-glow{
  opacity: 1;
}.wpc-scope-104 .tc-wp-content-root .fg128bar-icon{
  position: relative;
  z-index: 1;
  display: grid;
  width: 54px;
  height: 54px;
  margin-bottom: 22px;
  place-items: center;
  border-radius: 17px;
  color: var(--fg-accent);
  background: linear-gradient(145deg, var(--fg-soft), rgba(255, 255, 255, 0.9));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.82), 0 10px 24px rgba(18, 24, 38, 0.08);
  transition: transform 320ms ease, background 320ms ease, color 320ms ease;
}.wpc-scope-104 .tc-wp-content-root .fg128bar-icon i{
  font-size: 1.35rem;
  line-height: 1;
}.wpc-scope-104 .tc-wp-content-root .fg128bar-card:hover .fg128bar-icon{
  color: #fff;
  background: linear-gradient(145deg, var(--fg-accent), var(--fg-accent-2));
  transform: translateY(-3px) scale(1.04) rotate(-2deg);
}.wpc-scope-104 .tc-wp-content-root .fg128bar-card h3{
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  color: #171b23;
  font-size: 1.18rem;
  line-height: 1.3;
  font-weight: 760;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-104 .tc-wp-content-root .fg128bar-card h3::after{
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  margin-top: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--fg-accent), var(--fg-accent-2));
  transition: width 320ms ease;
}.wpc-scope-104 .tc-wp-content-root .fg128bar-card:hover h3::after{
  width: 74px;
}.wpc-scope-104 .tc-wp-content-root .fg128bar-card p{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #606977;
  font-size: 0.98rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-104 .tc-wp-content-root .fg128bar-cta{
  position: relative;
  z-index: 1;
  display: inline-flex;
  max-width: 100%;
  margin-top: 20px;
  color: var(--fg-accent);
  font-size: 0.92rem;
  font-weight: 760;
  opacity: 0.34;
  transform: translateY(8px);
  transition: opacity 300ms ease, transform 300ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-104 .tc-wp-content-root .fg128bar-grid-what .fg128bar-card:hover .fg128bar-cta{
  opacity: 1;
  transform: translateY(0);
}.wpc-scope-104 .tc-wp-content-root .fg128bar-tilt{
  transform-style: preserve-3d;
}.wpc-scope-104 .tc-wp-content-root .fg128bar-tilt .fg128bar-icon, .wpc-scope-104 .tc-wp-content-root .fg128bar-tilt h3, .wpc-scope-104 .tc-wp-content-root .fg128bar-tilt p{
  transform: translateZ(18px);
}.wpc-scope-104 .tc-wp-content-root .fg128bar-process{
  min-height: 225px;
  padding-top: 34px;
}.wpc-scope-104 .tc-wp-content-root .fg128bar-badge{
  position: relative;
  z-index: 1;
  display: inline-grid;
  width: 52px;
  height: 52px;
  margin-bottom: 22px;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(145deg, var(--fg-accent), var(--fg-accent-2));
  box-shadow: 0 14px 30px color-mix(in srgb, var(--fg-accent) 26%, transparent);
  font-size: 0.96rem;
  font-weight: 850;
  transition: transform 320ms ease, box-shadow 320ms ease;
}.wpc-scope-104 .tc-wp-content-root .fg128bar-process:hover .fg128bar-badge{
  transform: translateY(-3px) scale(1.08);
  box-shadow: 0 18px 38px color-mix(in srgb, var(--fg-accent) 34%, transparent);
}.wpc-scope-104 .tc-wp-content-root .fg128bar-card a, .wpc-scope-104 .tc-wp-content-root .fg128bar-card span{
  max-width: 100%;
  min-width: 0;
}@media (min-width: 1200px){.tc-wp-content-root .fg128bar-section{
    padding: 96px 28px;
  }.tc-wp-content-root .fg128bar-container{
    width: min(1240px, 100%);
  }.tc-wp-content-root .fg128bar-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
  }.tc-wp-content-root .fg128bar-heading{
    margin-bottom: 46px;
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-content-root .fg128bar-section{
    padding: 82px 24px;
  }.tc-wp-content-root .fg128bar-container{
    width: min(1060px, 100%);
  }.tc-wp-content-root .fg128bar-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .fg128bar-heading p{
    font-size: 1rem;
  }.tc-wp-content-root .fg128bar-card{
    padding: 26px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .fg128bar-section{
    padding: 70px 22px;
  }.tc-wp-content-root .fg128bar-heading{
    margin-bottom: 34px;
  }.tc-wp-content-root .fg128bar-heading p{
    font-size: 0.98rem;
  }.tc-wp-content-root .fg128bar-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .fg128bar-card{
    min-height: 230px;
    padding: 24px;
  }.tc-wp-content-root .fg128bar-card h3{
    font-size: 1.08rem;
  }.tc-wp-content-root .fg128bar-card p{
    font-size: 0.95rem;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .fg128bar-section{
    padding: 58px 18px;
  }.tc-wp-content-root .fg128bar-heading{
    margin-bottom: 28px;
  }.tc-wp-content-root .fg128bar-heading h2{
    font-size: clamp(1.2rem, 4vw, 2.2rem);
  }.tc-wp-content-root .fg128bar-heading p{
    font-size: 0.95rem;
  }.tc-wp-content-root .fg128bar-grid{
    grid-template-columns: 1fr !important;
    gap: 18px;
  }.tc-wp-content-root .fg128bar-card{
    min-width: 0;
    min-height: auto;
    padding: 23px;
    border-radius: 18px;
  }.tc-wp-content-root .fg128bar-cta{
    width: 100%;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .fg128bar-section{
    padding: 50px 15px;
  }.tc-wp-content-root .fg128bar-heading{
    margin-bottom: 24px;
  }.tc-wp-content-root .fg128bar-heading p{
    font-size: 0.92rem;
  }.tc-wp-content-root .fg128bar-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .fg128bar-card{
    min-width: 0;
    min-height: auto;
    padding: 21px;
    border-radius: 17px;
  }.tc-wp-content-root .fg128bar-icon{
    width: 48px;
    height: 48px;
    border-radius: 15px;
  }.tc-wp-content-root .fg128bar-icon i{
    font-size: 1.16rem;
  }.tc-wp-content-root .fg128bar-badge{
    width: 48px;
    height: 48px;
    font-size: 0.88rem;
  }.tc-wp-content-root .fg128bar-card h3{
    font-size: 1.03rem;
  }.tc-wp-content-root .fg128bar-card p{
    font-size: 0.92rem;
  }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .fg128bar-section{
    padding: 44px 12px;
  }.tc-wp-content-root .fg128bar-heading{
    margin-bottom: 22px;
  }.tc-wp-content-root .fg128bar-heading p{
    font-size: 0.9rem;
    line-height: 1.58;
  }.tc-wp-content-root .fg128bar-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .fg128bar-card{
    min-width: 0;
    min-height: auto;
    padding: 18px;
    border-radius: 16px;
  }.tc-wp-content-root .fg128bar-icon{
    width: 44px;
    height: 44px;
    margin-bottom: 18px;
    border-radius: 14px;
  }.tc-wp-content-root .fg128bar-icon i{
    font-size: 1.05rem;
  }.tc-wp-content-root .fg128bar-badge{
    width: 44px;
    height: 44px;
    margin-bottom: 18px;
    font-size: 0.82rem;
  }.tc-wp-content-root .fg128bar-card h3{
    font-size: 0.98rem;
  }.tc-wp-content-root .fg128bar-card p, .tc-wp-content-root .fg128bar-cta{
    font-size: 0.88rem;
  }}@media (max-width: 319px){.tc-wp-content-root .fg128bar-section{
    padding: 38px 10px;
  }.tc-wp-content-root .fg128bar-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .fg128bar-card{
    min-width: 0;
    padding: 16px;
  }}@media (prefers-reduced-motion: reduce){.tc-wp-content-root .fg128bar-card, .tc-wp-content-root .fg128bar-icon, .tc-wp-content-root .fg128bar-badge, .tc-wp-content-root .fg128bar-cta, .tc-wp-content-root .fg128bar-card h3::after, .tc-wp-content-root .fg128bar-glow{
    transition: none !important;
    animation: none !important;
  }.tc-wp-content-root .fg128bar-card, .tc-wp-content-root .fg128bar-card.fg128bar-visible, .tc-wp-content-root .fg128bar-card:hover{
    transform: none !important;
  }}.wpc-scope-104 .tc-wp-content-root .fg128bar-grid-how{}.wpc-scope-104 .tc-wp-content-root .fg128bar-grid-why{}.wpc-scope-104 .tc-wp-content-root .fg128bar-reveal{}