@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 .fg4ctg-wrapper, .tc-wp-content-root .fg4ctg-wrapper *{
  box-sizing: border-box;
}.tc-wp-content-root .fg4ctg-wrapper{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #241b2f;
  background: #fff;
}.tc-wp-content-root .fg4ctg-wrapper .fg4ctg-section, .tc-wp-content-root .fg4ctg-wrapper .fg4ctg-container, .tc-wp-content-root .fg4ctg-wrapper .fg4ctg-grid{
  width: 100%;
  max-width: 100%;
}.tc-wp-content-root .fg4ctg-wrapper .fg4ctg-section{
  padding: 96px 24px;
  position: relative;
  overflow: hidden;
}.tc-wp-content-root .fg4ctg-wrapper .fg4ctg-section-white{
  background: #fff;
}.tc-wp-content-root .fg4ctg-wrapper .fg4ctg-section-warm{
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 196, 116, .32), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(206, 96, 255, .2), transparent 32%),
    linear-gradient(135deg, #fff7ef 0%, #fff1f4 48%, #f9efff 100%);
}.tc-wp-content-root .fg4ctg-wrapper .fg4ctg-container{
  max-width: 1320px;
  margin: 0 auto;
}.tc-wp-content-root .fg4ctg-wrapper .fg4ctg-section-head{
  max-width: 820px;
  margin: 0 auto 44px;
  text-align: center;
}.tc-wp-content-root .fg4ctg-wrapper h2{
  margin: 0;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.16;
  letter-spacing: 0;
  color: #21152d;
  font-weight: 800;
}.tc-wp-content-root .fg4ctg-wrapper h2 span{
  background: linear-gradient(110deg, #ff8a3d 0%, #ff4f87 42%, #8e4dff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .fg4ctg-wrapper .fg4ctg-section-head p{
  margin: 16px auto 0;
  max-width: 720px;
  color: #6c6077;
  font-size: 1.05rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .fg4ctg-wrapper .fg4ctg-grid{
  display: grid;
  gap: 24px;
  align-items: stretch;
}.tc-wp-content-root .fg4ctg-wrapper .fg4ctg-grid-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.tc-wp-content-root .fg4ctg-wrapper .fg4ctg-grid-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.tc-wp-content-root .fg4ctg-wrapper .fg4ctg-card{
  --fg-mx: 50%;
  --fg-my: 0%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --fg-a: #ff8a3d;
  --fg-b: #ff4f87;
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 100%;
  padding: 28px;
  border: 1px solid rgba(120, 75, 145, .13);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(255, 249, 244, .9)),
    linear-gradient(135deg, color-mix(in srgb, var(--fg-a) 14%, transparent), color-mix(in srgb, var(--fg-b) 10%, transparent));
  box-shadow: 0 18px 48px rgba(57, 35, 77, .08);
  overflow: hidden;
  isolation: isolate;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(16px);
  opacity: 0;
  transition: transform .5s ease, opacity .5s ease, box-shadow .35s ease, border-color .35s ease;
}.tc-wp-content-root .fg4ctg-wrapper .fg4ctg-card:nth-child(2){ --fg-a: #ff5f6d; --fg-b: #ffc371; }.tc-wp-content-root .fg4ctg-wrapper .fg4ctg-card:nth-child(3){ --fg-a: #a855f7; --fg-b: #fb7185; }.tc-wp-content-root .fg4ctg-wrapper .fg4ctg-card:nth-child(4){ --fg-a: #f59e0b; --fg-b: #ec4899; }.tc-wp-content-root .fg4ctg-wrapper .fg4ctg-card:nth-child(5){ --fg-a: #ff7a59; --fg-b: #7c3aed; }.tc-wp-content-root .fg4ctg-wrapper .fg4ctg-card:nth-child(6){ --fg-a: #f97316; --fg-b: #db2777; }.tc-wp-content-root .fg4ctg-wrapper .fg4ctg-card:nth-child(7){ --fg-a: #e879f9; --fg-b: #fb923c; }.tc-wp-content-root .fg4ctg-wrapper .fg4ctg-card:nth-child(8){ --fg-a: #d946ef; --fg-b: #facc15; }.tc-wp-content-root .fg4ctg-wrapper .fg4ctg-card.is-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.tc-wp-content-root .fg4ctg-wrapper .fg4ctg-card:hover{
  border-color: color-mix(in srgb, var(--fg-a) 42%, rgba(120, 75, 145, .18));
  box-shadow: 0 28px 70px rgba(57, 35, 77, .16);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}.tc-wp-content-root .fg4ctg-wrapper .fg4ctg-shine{
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--fg-a) 24%, transparent), transparent 34%);
  opacity: 0;
  transition: opacity .35s ease;
  pointer-events: none;
}.tc-wp-content-root .fg4ctg-wrapper .fg4ctg-card:hover .fg4ctg-shine{
  opacity: 1;
}.tc-wp-content-root .fg4ctg-wrapper .fg4ctg-icon, .tc-wp-content-root .fg4ctg-wrapper .fg4ctg-step{
  width: 54px;
  height: 54px;
  max-width: 100%;
  display: inline-grid;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 18px;
  background: linear-gradient(135deg, color-mix(in srgb, var(--fg-a) 16%, #fff), color-mix(in srgb, var(--fg-b) 12%, #fff));
  color: var(--fg-a);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .75), 0 12px 26px rgba(57, 35, 77, .08);
  transition: transform .35s ease, color .35s ease, background .35s ease;
}.tc-wp-content-root .fg4ctg-wrapper .fg4ctg-icon i{
  font-size: 1.25rem;
  line-height: 1;
}.tc-wp-content-root .fg4ctg-wrapper .fg4ctg-card:hover .fg4ctg-icon{
  color: #fff;
  background: linear-gradient(135deg, var(--fg-a), var(--fg-b));
  transform: translateY(-3px) scale(1.04);
}.tc-wp-content-root .fg4ctg-wrapper h3{
  position: relative;
  margin: 0 0 12px;
  padding-bottom: 12px;
  color: #25172f;
  font-size: 1.12rem;
  line-height: 1.3;
  letter-spacing: 0;
  font-weight: 760;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .fg4ctg-wrapper h3::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 34px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--fg-a), var(--fg-b));
  transition: width .35s ease;
}.tc-wp-content-root .fg4ctg-wrapper .fg4ctg-card:hover h3::after{
  width: 72px;
}.tc-wp-content-root .fg4ctg-wrapper .fg4ctg-card p{
  margin: 0;
  color: #695d73;
  font-size: .96rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .fg4ctg-wrapper .fg4ctg-cta{
  display: inline-flex;
  max-width: 100%;
  margin-top: 18px;
  color: color-mix(in srgb, var(--fg-a) 74%, #2d1938);
  font-size: .9rem;
  font-weight: 750;
  line-height: 1.35;
  opacity: .22;
  transform: translateY(8px);
  transition: opacity .35s ease, transform .35s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .fg4ctg-wrapper .fg4ctg-card:hover .fg4ctg-cta{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .fg4ctg-wrapper .fg4ctg-step{
  border-radius: 999px;
  font-weight: 850;
  letter-spacing: 0;
  color: #fff;
  background: linear-gradient(135deg, var(--fg-a), var(--fg-b));
}.tc-wp-content-root .fg4ctg-wrapper .fg4ctg-process:hover .fg4ctg-step{
  transform: translateY(-3px) rotate(-4deg) scale(1.06);
}@media (max-width: 1199px) and (min-width: 1024px) {.tc-wp-content-root .fg4ctg-wrapper .fg4ctg-section{
    padding: 82px 22px;
  }.tc-wp-content-root .fg4ctg-wrapper .fg4ctg-container{
    max-width: 1080px;
  }.tc-wp-content-root .fg4ctg-wrapper .fg4ctg-grid-4, .tc-wp-content-root .fg4ctg-wrapper .fg4ctg-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .fg4ctg-wrapper .fg4ctg-grid{
    gap: 22px;
  }.tc-wp-content-root .fg4ctg-wrapper .fg4ctg-card{
    padding: 25px;
  }.tc-wp-content-root .fg4ctg-wrapper .fg4ctg-section-head p{
    font-size: 1rem;
  }}@media (max-width: 1023px) and (min-width: 768px) {.tc-wp-content-root .fg4ctg-wrapper .fg4ctg-section{
    padding: 70px 20px;
  }.tc-wp-content-root .fg4ctg-wrapper .fg4ctg-section-head{
    margin-bottom: 34px;
  }.tc-wp-content-root .fg4ctg-wrapper .fg4ctg-grid-4, .tc-wp-content-root .fg4ctg-wrapper .fg4ctg-grid-3{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .fg4ctg-wrapper .fg4ctg-grid{
    gap: 20px;
  }.tc-wp-content-root .fg4ctg-wrapper .fg4ctg-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .fg4ctg-wrapper h3{
    font-size: 1.05rem;
  }.tc-wp-content-root .fg4ctg-wrapper .fg4ctg-card p{
    font-size: .94rem;
  }}@media (max-width: 767px) and (min-width: 430px) {.tc-wp-content-root .fg4ctg-wrapper .fg4ctg-section{
    padding: 58px 16px;
  }.tc-wp-content-root .fg4ctg-wrapper .fg4ctg-section-head{
    margin-bottom: 28px;
  }.tc-wp-content-root .fg4ctg-wrapper .fg4ctg-section-head p{
    font-size: .96rem;
    line-height: 1.62;
  }.tc-wp-content-root .fg4ctg-wrapper .fg4ctg-grid-4, .tc-wp-content-root .fg4ctg-wrapper .fg4ctg-grid-3{
    grid-template-columns: 1fr !important;
  }.tc-wp-content-root .fg4ctg-wrapper .fg4ctg-grid{
    gap: 16px;
  }.tc-wp-content-root .fg4ctg-wrapper .fg4ctg-card{
    padding: 22px;
    border-radius: 18px;
  }}@media (max-width: 429px) and (min-width: 375px) {.tc-wp-content-root .fg4ctg-wrapper .fg4ctg-section{
    padding: 48px 14px;
  }.tc-wp-content-root .fg4ctg-wrapper .fg4ctg-section-head{
    margin-bottom: 24px;
  }.tc-wp-content-root .fg4ctg-wrapper .fg4ctg-section-head p{
    font-size: .91rem;
    line-height: 1.58;
  }.tc-wp-content-root .fg4ctg-wrapper .fg4ctg-grid-4, .tc-wp-content-root .fg4ctg-wrapper .fg4ctg-grid-3{
    grid-template-columns: 1fr !important;
  }.tc-wp-content-root .fg4ctg-wrapper .fg4ctg-grid{
    gap: 14px;
  }.tc-wp-content-root .fg4ctg-wrapper .fg4ctg-card{
    padding: 20px;
    border-radius: 17px;
  }.tc-wp-content-root .fg4ctg-wrapper .fg4ctg-icon, .tc-wp-content-root .fg4ctg-wrapper .fg4ctg-step{
    width: 48px;
    height: 48px;
    margin-bottom: 16px;
    border-radius: 16px;
  }.tc-wp-content-root .fg4ctg-wrapper h3{
    font-size: 1rem;
  }.tc-wp-content-root .fg4ctg-wrapper .fg4ctg-card p{
    font-size: .9rem;
  }}@media (max-width: 374px) {.tc-wp-content-root .fg4ctg-wrapper .fg4ctg-section{
    padding: 42px 12px;
  }.tc-wp-content-root .fg4ctg-wrapper .fg4ctg-section-head{
    margin-bottom: 22px;
  }.tc-wp-content-root .fg4ctg-wrapper .fg4ctg-section-head p{
    font-size: .88rem;
    line-height: 1.55;
  }.tc-wp-content-root .fg4ctg-wrapper .fg4ctg-grid-4, .tc-wp-content-root .fg4ctg-wrapper .fg4ctg-grid-3{
    grid-template-columns: 1fr !important;
  }.tc-wp-content-root .fg4ctg-wrapper .fg4ctg-grid{
    gap: 12px;
  }.tc-wp-content-root .fg4ctg-wrapper .fg4ctg-card{
    padding: 18px;
    border-radius: 16px;
  }.tc-wp-content-root .fg4ctg-wrapper .fg4ctg-icon, .tc-wp-content-root .fg4ctg-wrapper .fg4ctg-step{
    width: 44px;
    height: 44px;
    margin-bottom: 14px;
    border-radius: 14px;
  }.tc-wp-content-root .fg4ctg-wrapper .fg4ctg-icon i{
    font-size: 1.05rem;
  }.tc-wp-content-root .fg4ctg-wrapper h3{
    font-size: .96rem;
  }.tc-wp-content-root .fg4ctg-wrapper .fg4ctg-card p, .tc-wp-content-root .fg4ctg-wrapper .fg4ctg-cta{
    font-size: .86rem;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .fg4ctg-wrapper .fg4ctg-card, .tc-wp-content-root .fg4ctg-wrapper .fg4ctg-card *, .tc-wp-content-root .fg4ctg-wrapper .fg4ctg-shine{
    transition: none !important;
    animation: none !important;
  }.tc-wp-content-root .fg4ctg-wrapper .fg4ctg-card, .tc-wp-content-root .fg4ctg-wrapper .fg4ctg-card.is-visible, .tc-wp-content-root .fg4ctg-wrapper .fg4ctg-card:hover{
    transform: none !important;
    opacity: 1;
  }}

.tc-wp-content-root .fg4ctg-reveal {}
.tc-wp-content-root .fg4ctg-tilt {}