@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;
}
.tc-wp-content-root img,
.tc-wp-content-root video,
.tc-wp-content-root svg,
.tc-wp-content-root iframe {
  max-width: 100%;
  height: auto;
}

.tc-wp-content-root .hgfg-content-wrap, .tc-wp-content-root .hgfg-content-wrap *{
  box-sizing: border-box;
}.tc-wp-content-root .hgfg-content-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: #271b28;
}.tc-wp-content-root .hgfg-content-wrap .hgfg-section{
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  padding: 92px 24px;
}.tc-wp-content-root .hgfg-content-wrap .hgfg-section-white{
  background: #fff;
}.tc-wp-content-root .hgfg-content-wrap .hgfg-section-warm{
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 183, 98, 0.22), transparent 34%),
    radial-gradient(circle at 82% 10%, rgba(199, 116, 255, 0.16), transparent 32%),
    linear-gradient(135deg, #fff7ed 0%, #fff2f5 46%, #f9f1ff 100%);
}.tc-wp-content-root .hgfg-content-wrap .hgfg-container{
  width: min(1320px, 100%);
  max-width: 100%;
  margin: 0 auto;
}.tc-wp-content-root .hgfg-content-wrap .hgfg-heading-block{
  max-width: 820px;
  margin: 0 auto 42px;
  text-align: center;
}.tc-wp-content-root .hgfg-content-wrap .hgfg-heading-block h2{
  margin: 0;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.16;
  letter-spacing: 0;
  color: #211526;
  font-weight: 820;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .hgfg-content-wrap .hgfg-gradient-keyword{
  background: linear-gradient(105deg, #f97316 0%, #fb7185 35%, #c084fc 72%, #8b5cf6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .hgfg-content-wrap .hgfg-heading-block p{
  margin: 14px auto 0;
  max-width: 690px;
  color: #695f69;
  font-size: 1.04rem;
  line-height: 1.72;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .hgfg-content-wrap .hgfg-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 24px;
}.tc-wp-content-root .hgfg-content-wrap .hgfg-grid-four{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.tc-wp-content-root .hgfg-content-wrap .hgfg-grid-three{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.tc-wp-content-root .hgfg-content-wrap .hgfg-card{
  --hgfg-a: #fb923c;
  --hgfg-b: #fb7185;
  --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: 238px;
  padding: 28px;
  border: 1px solid rgba(117, 72, 46, 0.13);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--hgfg-a) 18%, transparent), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 249, 244, 0.9));
  box-shadow: 0 18px 50px rgba(77, 45, 26, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(18px);
  opacity: 0;
  transition: transform 420ms ease, opacity 520ms ease, box-shadow 320ms ease, border-color 320ms ease, background 320ms ease;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .hgfg-content-wrap .hgfg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, color-mix(in srgb, var(--hgfg-a) 10%, transparent), color-mix(in srgb, var(--hgfg-b) 8%, transparent));
  opacity: 0;
  transition: opacity 320ms ease;
  pointer-events: none;
}.tc-wp-content-root .hgfg-content-wrap .hgfg-card::after{
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  top: 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--hgfg-a), var(--hgfg-b));
  transform: scaleX(0.35);
  transform-origin: left;
  opacity: 0.75;
  transition: transform 320ms ease, opacity 320ms ease;
}.tc-wp-content-root .hgfg-content-wrap .hgfg-card.is-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.tc-wp-content-root .hgfg-content-wrap .hgfg-card:hover{
  border-color: color-mix(in srgb, var(--hgfg-a) 34%, rgba(117, 72, 46, 0.18));
  box-shadow: 0 26px 70px rgba(92, 50, 28, 0.15);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}.tc-wp-content-root .hgfg-content-wrap .hgfg-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .hgfg-content-wrap .hgfg-card:hover::after{
  transform: scaleX(1);
  opacity: 1;
}.tc-wp-content-root .hgfg-content-wrap .hgfg-card > *{
  position: relative;
  z-index: 1;
}.tc-wp-content-root .hgfg-content-wrap .hgfg-icon{
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  max-width: 100%;
  margin-bottom: 22px;
  border-radius: 17px;
  background: linear-gradient(135deg, color-mix(in srgb, var(--hgfg-a) 18%, #fff), color-mix(in srgb, var(--hgfg-b) 12%, #fff));
  color: var(--hgfg-a);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.74), 0 12px 28px color-mix(in srgb, var(--hgfg-a) 16%, transparent);
  transition: transform 320ms ease, color 320ms ease, background 320ms ease;
}.tc-wp-content-root .hgfg-content-wrap .hgfg-icon i{
  font-size: 1.28rem;
  line-height: 1;
}.tc-wp-content-root .hgfg-content-wrap .hgfg-card:hover .hgfg-icon{
  transform: translateY(-3px) scale(1.06) rotate(-2deg);
  color: #fff;
  background: linear-gradient(135deg, var(--hgfg-a), var(--hgfg-b));
}.tc-wp-content-root .hgfg-content-wrap .hgfg-card h3{
  display: inline;
  margin: 0;
  color: #2a1d2d;
  font-size: 1.12rem;
  line-height: 1.32;
  letter-spacing: 0;
  font-weight: 780;
  background-image: linear-gradient(90deg, var(--hgfg-a), var(--hgfg-b));
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0% 2px;
  transition: background-size 320ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .hgfg-content-wrap .hgfg-card:hover h3{
  background-size: 100% 2px;
}.tc-wp-content-root .hgfg-content-wrap .hgfg-card p{
  margin: 14px 0 0;
  color: #655b66;
  font-size: 0.96rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .hgfg-content-wrap .hgfg-cta{
  display: inline-flex;
  max-width: 100%;
  margin-top: 18px;
  color: var(--hgfg-b);
  font-size: 0.9rem;
  line-height: 1.4;
  font-weight: 760;
  opacity: 0.18;
  transform: translateY(8px);
  transition: opacity 320ms ease, transform 320ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .hgfg-content-wrap .hgfg-card:hover .hgfg-cta{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .hgfg-content-wrap .hgfg-process-card{
  padding-top: 70px;
}.tc-wp-content-root .hgfg-content-wrap .hgfg-step{
  position: absolute;
  top: 22px;
  right: 22px;
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 34px;
  max-width: calc(100% - 44px);
  border-radius: 999px;
  background: linear-gradient(135deg, var(--hgfg-a), var(--hgfg-b));
  color: #fff;
  font-size: 0.82rem;
  line-height: 1;
  font-weight: 850;
  letter-spacing: 0;
  box-shadow: 0 12px 24px color-mix(in srgb, var(--hgfg-a) 22%, transparent);
  transition: transform 320ms ease, box-shadow 320ms ease;
}.tc-wp-content-root .hgfg-content-wrap .hgfg-process-card:hover .hgfg-step{
  transform: translateY(-3px) scale(1.06);
  box-shadow: 0 18px 34px color-mix(in srgb, var(--hgfg-b) 28%, transparent);
}.tc-wp-content-root .hgfg-content-wrap .hgfg-card:nth-child(1){ --hgfg-a: #f97316; --hgfg-b: #fb7185; }.tc-wp-content-root .hgfg-content-wrap .hgfg-card:nth-child(2){ --hgfg-a: #f59e0b; --hgfg-b: #ec4899; }.tc-wp-content-root .hgfg-content-wrap .hgfg-card:nth-child(3){ --hgfg-a: #fb7185; --hgfg-b: #a855f7; }.tc-wp-content-root .hgfg-content-wrap .hgfg-card:nth-child(4){ --hgfg-a: #f43f5e; --hgfg-b: #8b5cf6; }.tc-wp-content-root .hgfg-content-wrap .hgfg-card:nth-child(5){ --hgfg-a: #ea580c; --hgfg-b: #d946ef; }.tc-wp-content-root .hgfg-content-wrap .hgfg-card:nth-child(6){ --hgfg-a: #fbbf24; --hgfg-b: #f472b6; }.tc-wp-content-root .hgfg-content-wrap .hgfg-card:nth-child(7){ --hgfg-a: #fb923c; --hgfg-b: #c084fc; }.tc-wp-content-root .hgfg-content-wrap .hgfg-card:nth-child(8){ --hgfg-a: #ff6b6b; --hgfg-b: #7c3aed; }@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .hgfg-content-wrap .hgfg-section{
    padding: 78px 22px;
  }.tc-wp-content-root .hgfg-content-wrap .hgfg-grid-four, .tc-wp-content-root .hgfg-content-wrap .hgfg-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .hgfg-content-wrap .hgfg-card{
    padding: 25px;
  }.tc-wp-content-root .hgfg-content-wrap .hgfg-heading-block p{
    font-size: 1rem;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .hgfg-content-wrap .hgfg-section{
    padding: 66px 20px;
  }.tc-wp-content-root .hgfg-content-wrap .hgfg-heading-block{
    margin-bottom: 34px;
  }.tc-wp-content-root .hgfg-content-wrap .hgfg-grid-four, .tc-wp-content-root .hgfg-content-wrap .hgfg-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .hgfg-content-wrap .hgfg-card{
    padding: 24px;
    min-height: 220px;
  }.tc-wp-content-root .hgfg-content-wrap .hgfg-card h3{
    font-size: 1.05rem;
  }.tc-wp-content-root .hgfg-content-wrap .hgfg-card p{
    font-size: 0.94rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .hgfg-content-wrap .hgfg-section{
    padding: 54px 16px;
  }.tc-wp-content-root .hgfg-content-wrap .hgfg-heading-block{
    margin-bottom: 28px;
  }.tc-wp-content-root .hgfg-content-wrap .hgfg-heading-block p{
    font-size: 0.95rem;
    line-height: 1.62;
  }.tc-wp-content-root .hgfg-content-wrap .hgfg-grid-four, .tc-wp-content-root .hgfg-content-wrap .hgfg-grid-three{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .hgfg-content-wrap .hgfg-card{
    padding: 22px;
    min-height: 0;
  }.tc-wp-content-root .hgfg-content-wrap .hgfg-process-card{
    padding-top: 62px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .hgfg-content-wrap .hgfg-section{
    padding: 48px 14px;
  }.tc-wp-content-root .hgfg-content-wrap .hgfg-heading-block{
    margin-bottom: 24px;
  }.tc-wp-content-root .hgfg-content-wrap .hgfg-heading-block p{
    font-size: 0.92rem;
    line-height: 1.58;
  }.tc-wp-content-root .hgfg-content-wrap .hgfg-grid-four, .tc-wp-content-root .hgfg-content-wrap .hgfg-grid-three{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .hgfg-content-wrap .hgfg-card{
    padding: 20px;
    border-radius: 18px;
    min-height: 0;
  }.tc-wp-content-root .hgfg-content-wrap .hgfg-icon{
    width: 48px;
    height: 48px;
    border-radius: 15px;
    margin-bottom: 18px;
  }.tc-wp-content-root .hgfg-content-wrap .hgfg-card h3{
    font-size: 1rem;
  }.tc-wp-content-root .hgfg-content-wrap .hgfg-card p{
    font-size: 0.91rem;
  }.tc-wp-content-root .hgfg-content-wrap .hgfg-step{
    width: 44px;
    height: 32px;
    top: 18px;
    right: 18px;
  }}@media (max-width: 374px) {.tc-wp-content-root .hgfg-content-wrap .hgfg-section{
    padding: 42px 12px;
  }.tc-wp-content-root .hgfg-content-wrap .hgfg-heading-block{
    margin-bottom: 22px;
  }.tc-wp-content-root .hgfg-content-wrap .hgfg-heading-block p{
    font-size: 0.88rem;
    line-height: 1.54;
  }.tc-wp-content-root .hgfg-content-wrap .hgfg-grid-four, .tc-wp-content-root .hgfg-content-wrap .hgfg-grid-three{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .hgfg-content-wrap .hgfg-card{
    padding: 18px;
    border-radius: 17px;
    min-height: 0;
  }.tc-wp-content-root .hgfg-content-wrap .hgfg-icon{
    width: 44px;
    height: 44px;
    border-radius: 14px;
    margin-bottom: 16px;
  }.tc-wp-content-root .hgfg-content-wrap .hgfg-icon i{
    font-size: 1.08rem;
  }.tc-wp-content-root .hgfg-content-wrap .hgfg-card h3{
    font-size: 0.96rem;
  }.tc-wp-content-root .hgfg-content-wrap .hgfg-card p, .tc-wp-content-root .hgfg-content-wrap .hgfg-cta{
    font-size: 0.87rem;
  }.tc-wp-content-root .hgfg-content-wrap .hgfg-process-card{
    padding-top: 58px;
  }.tc-wp-content-root .hgfg-content-wrap .hgfg-step{
    width: 42px;
    height: 30px;
    top: 16px;
    right: 16px;
    font-size: 0.76rem;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .hgfg-content-wrap .hgfg-card, .tc-wp-content-root .hgfg-content-wrap .hgfg-card::before, .tc-wp-content-root .hgfg-content-wrap .hgfg-card::after, .tc-wp-content-root .hgfg-content-wrap .hgfg-icon, .tc-wp-content-root .hgfg-content-wrap .hgfg-cta, .tc-wp-content-root .hgfg-content-wrap .hgfg-step{
    transition: none !important;
    animation: none !important;
  }.tc-wp-content-root .hgfg-content-wrap .hgfg-card, .tc-wp-content-root .hgfg-content-wrap .hgfg-card.is-visible, .tc-wp-content-root .hgfg-content-wrap .hgfg-card:hover{
    transform: none !important;
    opacity: 1;
  }}

.tc-wp-content-root .hgfg-tilt-card {}