@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-wp-content-root{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  display: flow-root;
  isolation: isolate;
  position: relative;
}.wpc-scope-113 .tc-wp-content-root img, .wpc-scope-113 .tc-wp-content-root video, .wpc-scope-113 .tc-wp-content-root svg, .wpc-scope-113 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-113 #tc-wp-content-island.tc-wp-content-root h1, .wpc-scope-113 #tc-wp-content-island.tc-wp-content-root h2, .wpc-scope-113 #tc-wp-content-island.tc-wp-content-root h3, .wpc-scope-113 #tc-wp-content-island.tc-wp-content-root h4, .wpc-scope-113 #tc-wp-content-island.tc-wp-content-root h5, .wpc-scope-113 #tc-wp-content-island.tc-wp-content-root h6, .wpc-scope-113 #tc-wp-content-island.tc-wp-content-root p, .wpc-scope-113 #tc-wp-content-island.tc-wp-content-root li, .wpc-scope-113 #tc-wp-content-island.tc-wp-content-root label, .wpc-scope-113 #tc-wp-content-island.tc-wp-content-root small, .wpc-scope-113 #tc-wp-content-island.tc-wp-content-root blockquote, .wpc-scope-113 #tc-wp-content-island.tc-wp-content-root figcaption, .wpc-scope-113 #tc-wp-content-island.tc-wp-content-root a{
  color: inherit !important;
}.wpc-scope-113 #tc-wp-content-island.tc-wp-content-root .isvd-premium-content{
  --isvd-ink: #201826;
  --isvd-muted: #665d6d;
  --isvd-line: rgba(120, 72, 116, 0.14);
  --isvd-grad: linear-gradient(135deg, #ff6a88 0%, #b84cff 48%, #5b7cfa 100%);
  --isvd-warm: linear-gradient(180deg, #fff7f4 0%, #fffaf0 48%, #f8fbff 100%);
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
  color: var(--isvd-ink) !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.wpc-scope-113 .tc-wp-content-root .isvd-premium-content *, .wpc-scope-113 .tc-wp-content-root .isvd-premium-content *::before, .wpc-scope-113 .tc-wp-content-root .isvd-premium-content *::after{
  box-sizing: border-box;
}.wpc-scope-113 .tc-wp-content-root .isvd-premium-content .isvd-section{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  padding: 88px 22px;
}.wpc-scope-113 .tc-wp-content-root .isvd-premium-content .isvd-section-white{
  background: #fff;
}.wpc-scope-113 .tc-wp-content-root .isvd-premium-content .isvd-section-warm{
  background: var(--isvd-warm);
}.wpc-scope-113 .tc-wp-content-root .isvd-premium-content .isvd-container{
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}.wpc-scope-113 .tc-wp-content-root .isvd-premium-content .isvd-heading-wrap{
  max-width: 780px;
  margin: 0 auto 38px;
  text-align: center;
}.wpc-scope-113 #tc-wp-content-island.tc-wp-content-root .isvd-premium-content h2{
  margin: 0;
  color: var(--isvd-ink) !important;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.15;
  letter-spacing: 0;
  font-weight: 850;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-113 #tc-wp-content-island.tc-wp-content-root .isvd-premium-content h2 span{
  background: var(--isvd-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
}.wpc-scope-113 #tc-wp-content-island.tc-wp-content-root .isvd-premium-content .isvd-heading-wrap p{
  max-width: 680px;
  margin: 14px auto 0;
  color: var(--isvd-muted) !important;
  font-size: 1.04rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-113 .tc-wp-content-root .isvd-premium-content .isvd-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}.wpc-scope-113 .tc-wp-content-root .isvd-premium-content .isvd-card{
  --fg-mx: 50%;
  --fg-my: 0%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --card-a: #ff6a88;
  --card-b: #b84cff;
  --card-soft: rgba(255, 106, 136, 0.12);
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 260px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid var(--isvd-line);
  border-radius: 8px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255,255,255,0.95), transparent 28%),
    linear-gradient(145deg, rgba(255,255,255,0.98), rgba(255,255,255,0.82)),
    linear-gradient(135deg, var(--card-soft), rgba(91,124,250,0.06));
  box-shadow: 0 16px 40px rgba(45, 28, 62, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(18px);
  opacity: 0;
  transition: opacity .7s ease, transform .7s ease, border-color .28s ease, box-shadow .28s ease;
}.wpc-scope-113 .tc-wp-content-root .isvd-premium-content .isvd-card::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(135deg, color-mix(in srgb, var(--card-a) 15%, transparent), color-mix(in srgb, var(--card-b) 10%, transparent));
  opacity: .48;
  transition: opacity .28s ease;
}.wpc-scope-113 .tc-wp-content-root .isvd-premium-content .isvd-card::after{
  content: "";
  position: absolute;
  inset: auto 18px 0 18px;
  height: 3px;
  border-radius: 99px 99px 0 0;
  background: linear-gradient(90deg, var(--card-a), var(--card-b));
  opacity: .68;
}.wpc-scope-113 .tc-wp-content-root .isvd-premium-content .isvd-card.isvd-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.wpc-scope-113 .tc-wp-content-root .isvd-premium-content .isvd-card:hover{
  border-color: color-mix(in srgb, var(--card-a) 42%, transparent);
  box-shadow: 0 24px 58px rgba(45, 28, 62, 0.14);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}.wpc-scope-113 .tc-wp-content-root .isvd-premium-content .isvd-card:hover::before{
  opacity: .72;
}.wpc-scope-113 .tc-wp-content-root .isvd-premium-content .isvd-card:nth-child(1){ --card-a:#ff6a88; --card-b:#b84cff; --card-soft:rgba(255,106,136,.13); }.wpc-scope-113 .tc-wp-content-root .isvd-premium-content .isvd-card:nth-child(2){ --card-a:#fb8b24; --card-b:#ff4d8d; --card-soft:rgba(251,139,36,.13); }.wpc-scope-113 .tc-wp-content-root .isvd-premium-content .isvd-card:nth-child(3){ --card-a:#5b7cfa; --card-b:#15c8a8; --card-soft:rgba(91,124,250,.12); }.wpc-scope-113 .tc-wp-content-root .isvd-premium-content .isvd-card:nth-child(4){ --card-a:#b84cff; --card-b:#6c63ff; --card-soft:rgba(184,76,255,.12); }.wpc-scope-113 .tc-wp-content-root .isvd-premium-content .isvd-card:nth-child(5){ --card-a:#ef476f; --card-b:#ffd166; --card-soft:rgba(239,71,111,.12); }.wpc-scope-113 .tc-wp-content-root .isvd-premium-content .isvd-card:nth-child(6){ --card-a:#06d6a0; --card-b:#118ab2; --card-soft:rgba(6,214,160,.11); }.wpc-scope-113 .tc-wp-content-root .isvd-premium-content .isvd-card:nth-child(7){ --card-a:#7c3aed; --card-b:#38bdf8; --card-soft:rgba(124,58,237,.12); }.wpc-scope-113 .tc-wp-content-root .isvd-premium-content .isvd-card:nth-child(8){ --card-a:#f97316; --card-b:#ec4899; --card-soft:rgba(249,115,22,.12); }.wpc-scope-113 #tc-wp-content-island.tc-wp-content-root .isvd-premium-content .isvd-icon{
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 22px;
  border-radius: 8px;
  color: var(--card-a) !important;
  background: rgba(255,255,255,.82);
  border: 1px solid color-mix(in srgb, var(--card-a) 22%, transparent);
  box-shadow: 0 12px 28px color-mix(in srgb, var(--card-a) 16%, transparent);
  transition: transform .28s ease, color .28s ease, background .28s ease;
}.wpc-scope-113 .tc-wp-content-root .isvd-premium-content .isvd-icon i{
  font-size: 1.28rem;
}.wpc-scope-113 #tc-wp-content-island.tc-wp-content-root .isvd-premium-content .isvd-card:hover .isvd-icon{
  color: #fff !important;
  background: linear-gradient(135deg, var(--card-a), var(--card-b));
  transform: translateY(-3px) scale(1.04) rotate(-2deg);
}.wpc-scope-113 #tc-wp-content-island.tc-wp-content-root .isvd-premium-content h3{
  position: relative;
  margin: 0 0 12px;
  color: var(--isvd-ink) !important;
  font-size: 1.08rem;
  line-height: 1.28;
  letter-spacing: 0;
  font-weight: 800;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-113 .tc-wp-content-root .isvd-premium-content h3::after{
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  margin-top: 10px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--card-a), var(--card-b));
  transition: width .28s ease;
}.wpc-scope-113 .tc-wp-content-root .isvd-premium-content .isvd-card:hover h3::after{
  width: 72px;
}.wpc-scope-113 #tc-wp-content-island.tc-wp-content-root .isvd-premium-content .isvd-card p{
  margin: 0;
  color: var(--isvd-muted) !important;
  font-size: .95rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-113 #tc-wp-content-island.tc-wp-content-root .isvd-premium-content .isvd-cta{
  display: inline-flex;
  max-width: 100%;
  margin-top: 18px;
  color: var(--card-a) !important;
  font-size: .9rem;
  font-weight: 800;
  line-height: 1.35;
  opacity: .25;
  transform: translateY(8px);
  transition: opacity .28s ease, transform .28s ease, color .28s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-113 #tc-wp-content-island.tc-wp-content-root .isvd-premium-content .isvd-card:hover .isvd-cta{
  opacity: 1;
  transform: translateY(0);
  color: var(--card-b) !important;
}.wpc-scope-113 .tc-wp-content-root .isvd-premium-content .isvd-tilt-grid .isvd-card:hover{
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-8px);
}.wpc-scope-113 .tc-wp-content-root .isvd-premium-content .isvd-process-card{
  padding-top: 24px;
}.wpc-scope-113 #tc-wp-content-island.tc-wp-content-root .isvd-premium-content .isvd-process-card::before{
  content: attr(data-step);
  position: absolute;
  right: 18px;
  top: 4px;
  z-index: -1;
  color: color-mix(in srgb, var(--card-a) 16%, transparent) !important;
  font-size: 5.5rem;
  line-height: 1;
  font-weight: 900;
  transition: transform .3s ease, color .3s ease;
}.wpc-scope-113 #tc-wp-content-island.tc-wp-content-root .isvd-premium-content .isvd-process-card:hover::before{
  color: color-mix(in srgb, var(--card-a) 25%, transparent) !important;
  transform: translateY(-5px) scale(1.04);
}.wpc-scope-113 #tc-wp-content-island.tc-wp-content-root .isvd-premium-content .isvd-step-text{
  margin-bottom: 14px;
  color: var(--card-a) !important;
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  word-break: break-word;
}@media (min-width: 1200px){.tc-wp-content-root .isvd-premium-content .isvd-section{ padding: 92px 28px; }.tc-wp-content-root .isvd-premium-content .isvd-container{ max-width: 1240px; }.tc-wp-content-root .isvd-premium-content .isvd-grid{ grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-content-root .isvd-premium-content .isvd-section{ padding: 76px 24px; }.tc-wp-content-root .isvd-premium-content .isvd-container{ max-width: 1040px; }.tc-wp-content-root .isvd-premium-content .isvd-grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }.tc-wp-content-root .isvd-premium-content .isvd-heading-wrap p{ font-size: 1rem; }.tc-wp-content-root .isvd-premium-content .isvd-card{ padding: 25px; }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .isvd-premium-content .isvd-section{ padding: 64px 20px; }.tc-wp-content-root .isvd-premium-content .isvd-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }.tc-wp-content-root .isvd-premium-content .isvd-heading-wrap{ margin-bottom: 30px; }.tc-wp-content-root .isvd-premium-content .isvd-card{ padding: 24px; min-height: 240px; }.tc-wp-content-root .isvd-premium-content h3{ font-size: 1.02rem; }.tc-wp-content-root .isvd-premium-content .isvd-card p{ font-size: .93rem; }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .isvd-premium-content .isvd-section{ padding: 52px 16px; }.tc-wp-content-root .isvd-premium-content .isvd-grid{ grid-template-columns: 1fr !important; gap: 16px; }.tc-wp-content-root .isvd-premium-content .isvd-heading-wrap{ margin-bottom: 26px; }.tc-wp-content-root .isvd-premium-content .isvd-heading-wrap p{ font-size: .96rem; }.tc-wp-content-root .isvd-premium-content .isvd-card{ padding: 22px; min-height: auto; }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .isvd-premium-content .isvd-section{ padding: 46px 14px; }.tc-wp-content-root .isvd-premium-content .isvd-grid{ grid-template-columns: 1fr !important; gap: 14px; }.tc-wp-content-root .isvd-premium-content .isvd-heading-wrap p{ font-size: .92rem; }.tc-wp-content-root .isvd-premium-content .isvd-card{ padding: 20px; min-height: auto; }.tc-wp-content-root .isvd-premium-content .isvd-icon{ width: 48px; height: 48px; margin-bottom: 18px; }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .isvd-premium-content .isvd-section{ padding: 40px 12px; }.tc-wp-content-root .isvd-premium-content .isvd-grid{ grid-template-columns: 1fr !important; gap: 12px; }.tc-wp-content-root .isvd-premium-content .isvd-heading-wrap p{ font-size: .88rem; line-height: 1.6; }.tc-wp-content-root .isvd-premium-content .isvd-card{ padding: 18px; min-height: auto; }.tc-wp-content-root .isvd-premium-content .isvd-icon{ width: 44px; height: 44px; margin-bottom: 16px; }.tc-wp-content-root .isvd-premium-content .isvd-icon i{ font-size: 1.05rem; }.tc-wp-content-root .isvd-premium-content h3{ font-size: .98rem; }.tc-wp-content-root .isvd-premium-content .isvd-card p{ font-size: .88rem; }.tc-wp-content-root .isvd-premium-content .isvd-process-card::before{ font-size: 4.4rem; }}@media (max-width: 319px){.tc-wp-content-root .isvd-premium-content .isvd-section{ padding: 36px 10px; }.tc-wp-content-root .isvd-premium-content .isvd-grid{ grid-template-columns: 1fr !important; gap: 10px; }.tc-wp-content-root .isvd-premium-content .isvd-card{ padding: 16px; min-height: auto; }}@media (prefers-reduced-motion: reduce){.tc-wp-content-root .isvd-premium-content .isvd-card, .tc-wp-content-root .isvd-premium-content .isvd-icon, .tc-wp-content-root .isvd-premium-content h3::after, .tc-wp-content-root .isvd-premium-content .isvd-cta, .tc-wp-content-root .isvd-premium-content .isvd-process-card::before{
    transition: none !important;
    animation: none !important;
    transform: none !important;
  }.tc-wp-content-root .isvd-premium-content .isvd-card{
    opacity: 1;
  }}.wpc-scope-113 .tc-wp-content-root .isvd-process-grid{}.wpc-scope-113 .tc-wp-content-root .isvd-reveal{}