@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 .pfc-premium-content, .tc-wp-content-root .pfc-premium-content *{
  box-sizing: border-box;
}.tc-wp-content-root .pfc-premium-content{
  --pfc-ink: #142033;
  --pfc-muted: #5d6b80;
  --pfc-soft: #f0f7ff;
  --pfc-line: rgba(28, 89, 160, 0.13);
  --pfc-blue: #2563eb;
  --pfc-cyan: #06b6d4;
  --pfc-gold: #f59e0b;
  --pfc-shadow: 0 18px 50px rgba(19, 45, 82, 0.1);
  --pfc-shadow-hover: 0 28px 72px rgba(20, 61, 112, 0.18);
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--pfc-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-content-root .pfc-premium-content .pfc-section{
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}.tc-wp-content-root .pfc-premium-content .pfc-section-what, .tc-wp-content-root .pfc-premium-content .pfc-section-how{
  background: #fff;
}.tc-wp-content-root .pfc-premium-content .pfc-section-why{
  background:
    radial-gradient(circle at 12% 10%, rgba(37, 99, 235, 0.08), transparent 34%),
    radial-gradient(circle at 86% 24%, rgba(245, 158, 11, 0.1), transparent 30%),
    #f0f7ff;
}.tc-wp-content-root .pfc-premium-content .pfc-container{
  width: min(1240px, calc(100% - 40px));
  max-width: 100%;
  margin: 0 auto;
}.tc-wp-content-root .pfc-premium-content .pfc-section-head{
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}.tc-wp-content-root .pfc-premium-content .pfc-section-head h2{
  margin: 0;
  color: var(--pfc-ink);
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.14;
  font-weight: 830;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .pfc-premium-content .pfc-section-head h2 span{
  color: transparent;
  background: linear-gradient(110deg, #2563eb 0%, #06b6d4 48%, #f59e0b 100%);
  -webkit-background-clip: text;
  background-clip: text;
}.tc-wp-content-root .pfc-premium-content .pfc-section-head p{
  margin: 14px auto 0;
  color: var(--pfc-muted);
  font-size: 1.04rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .pfc-premium-content .pfc-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
}.tc-wp-content-root .pfc-premium-content .pfc-grid-four{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.tc-wp-content-root .pfc-premium-content .pfc-grid-three{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.tc-wp-content-root .pfc-premium-content .pfc-card{
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --pfc-accent: #2563eb;
  --pfc-accent-2: #06b6d4;
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 100%;
  padding: 25px;
  border: 1px solid var(--pfc-line);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--pfc-accent) 18%, transparent), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0));
  box-shadow: var(--pfc-shadow);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(18px);
  opacity: 0;
  transition:
    opacity 0.7s ease,
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
  isolation: isolate;
}.tc-wp-content-root .pfc-premium-content .pfc-section-what .pfc-card, .tc-wp-content-root .pfc-premium-content .pfc-section-how .pfc-card{
  background-color: #f0f7ff;
}.tc-wp-content-root .pfc-premium-content .pfc-section-why .pfc-card{
  background-color: #fff;
}.tc-wp-content-root .pfc-premium-content .pfc-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--pfc-accent) 13%, transparent), transparent 42%),
    linear-gradient(315deg, color-mix(in srgb, var(--pfc-accent-2) 12%, transparent), transparent 44%);
  opacity: 0.5;
  pointer-events: none;
  z-index: -1;
}.tc-wp-content-root .pfc-premium-content .pfc-card::after{
  content: "";
  position: absolute;
  inset: auto 22px 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--pfc-accent), var(--pfc-accent-2));
  transform: scaleX(0.18);
  transform-origin: left;
  opacity: 0.55;
  transition: transform 0.28s ease, opacity 0.28s ease;
}.tc-wp-content-root .pfc-premium-content .pfc-card.is-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.tc-wp-content-root .pfc-premium-content .pfc-card:hover{
  border-color: color-mix(in srgb, var(--pfc-accent) 42%, transparent);
  box-shadow: var(--pfc-shadow-hover);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}.tc-wp-content-root .pfc-premium-content .pfc-card:hover::after{
  transform: scaleX(1);
  opacity: 1;
}.tc-wp-content-root .pfc-premium-content .pfc-icon{
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  max-width: 100%;
  margin-bottom: 18px;
  border-radius: 16px;
  color: var(--pfc-accent);
  background: linear-gradient(145deg, #fff, color-mix(in srgb, var(--pfc-accent) 13%, #fff));
  box-shadow: 0 12px 26px rgba(29, 78, 216, 0.12);
  transition: transform 0.28s ease, color 0.28s ease, background 0.28s ease;
}.tc-wp-content-root .pfc-premium-content .pfc-icon i{
  font-size: 1.24rem;
  line-height: 1;
}.tc-wp-content-root .pfc-premium-content .pfc-card:hover .pfc-icon{
  color: #fff;
  background: linear-gradient(135deg, var(--pfc-accent), var(--pfc-accent-2));
  transform: translateY(-3px) scale(1.06) rotate(-3deg);
}.tc-wp-content-root .pfc-premium-content .pfc-card h3{
  position: relative;
  margin: 0 0 11px;
  color: var(--pfc-ink);
  font-size: 1.05rem;
  line-height: 1.32;
  font-weight: 780;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .pfc-premium-content .pfc-card h3::after{
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  margin-top: 9px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--pfc-accent), var(--pfc-accent-2));
  transform: scaleX(0.55);
  transform-origin: left;
  transition: transform 0.28s ease;
}.tc-wp-content-root .pfc-premium-content .pfc-card:hover h3::after{
  transform: scaleX(1.5);
}.tc-wp-content-root .pfc-premium-content .pfc-card p{
  margin: 0;
  color: var(--pfc-muted);
  font-size: 0.95rem;
  line-height: 1.66;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .pfc-premium-content .pfc-cta{
  display: inline-block;
  max-width: 100%;
  margin-top: 18px;
  color: var(--pfc-accent);
  font-size: 0.89rem;
  line-height: 1.4;
  font-weight: 760;
  opacity: 0.08;
  transform: translateY(8px);
  transition: opacity 0.28s ease, transform 0.28s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .pfc-premium-content .pfc-card:hover .pfc-cta{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .pfc-premium-content .pfc-process-card{
  padding-top: 64px;
}.tc-wp-content-root .pfc-premium-content .pfc-process-card::before{
  content: attr(data-step);
  position: absolute;
  top: 12px;
  right: 18px;
  color: color-mix(in srgb, var(--pfc-accent) 18%, transparent);
  font-size: 4.1rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  transition: transform 0.28s ease, color 0.28s ease;
  z-index: -1;
}.tc-wp-content-root .pfc-premium-content .pfc-process-card:hover::before{
  color: color-mix(in srgb, var(--pfc-accent) 28%, transparent);
  transform: translateY(-4px) scale(1.04);
}.tc-wp-content-root .pfc-premium-content .pfc-step-text{
  position: absolute;
  top: 24px;
  left: 25px;
  color: var(--pfc-accent);
  font-size: 0.78rem;
  line-height: 1;
  font-weight: 840;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  max-width: calc(100% - 50px);
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .pfc-premium-content .pfc-card:nth-child(1){ --pfc-accent: #2563eb; --pfc-accent-2: #06b6d4; }.tc-wp-content-root .pfc-premium-content .pfc-card:nth-child(2){ --pfc-accent: #0f9f7a; --pfc-accent-2: #22c55e; }.tc-wp-content-root .pfc-premium-content .pfc-card:nth-child(3){ --pfc-accent: #7c3aed; --pfc-accent-2: #ec4899; }.tc-wp-content-root .pfc-premium-content .pfc-card:nth-child(4){ --pfc-accent: #f59e0b; --pfc-accent-2: #ef4444; }.tc-wp-content-root .pfc-premium-content .pfc-card:nth-child(5){ --pfc-accent: #0891b2; --pfc-accent-2: #3b82f6; }.tc-wp-content-root .pfc-premium-content .pfc-card:nth-child(6){ --pfc-accent: #db2777; --pfc-accent-2: #f97316; }.tc-wp-content-root .pfc-premium-content .pfc-card:nth-child(7){ --pfc-accent: #4f46e5; --pfc-accent-2: #14b8a6; }.tc-wp-content-root .pfc-premium-content .pfc-card:nth-child(8){ --pfc-accent: #16a34a; --pfc-accent-2: #eab308; }@media (min-width: 1200px) {.tc-wp-content-root .pfc-premium-content .pfc-section{
    padding: 88px 0;
  }.tc-wp-content-root .pfc-premium-content .pfc-container{
    width: min(1240px, calc(100% - 56px));
  }.tc-wp-content-root .pfc-premium-content .pfc-grid{
    gap: 24px;
  }.tc-wp-content-root .pfc-premium-content .pfc-grid-four{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }.tc-wp-content-root .pfc-premium-content .pfc-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .pfc-premium-content .pfc-section{
    padding: 76px 0;
  }.tc-wp-content-root .pfc-premium-content .pfc-container{
    width: min(1120px, calc(100% - 44px));
  }.tc-wp-content-root .pfc-premium-content .pfc-section-head p{
    font-size: 1rem;
  }.tc-wp-content-root .pfc-premium-content .pfc-grid{
    gap: 20px;
  }.tc-wp-content-root .pfc-premium-content .pfc-grid-four{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }.tc-wp-content-root .pfc-premium-content .pfc-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }.tc-wp-content-root .pfc-premium-content .pfc-card{
    padding: 22px;
  }.tc-wp-content-root .pfc-premium-content .pfc-process-card{
    padding-top: 60px;
  }.tc-wp-content-root .pfc-premium-content .pfc-step-text{
    left: 22px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .pfc-premium-content .pfc-section{
    padding: 64px 0;
  }.tc-wp-content-root .pfc-premium-content .pfc-container{
    width: min(900px, calc(100% - 36px));
  }.tc-wp-content-root .pfc-premium-content .pfc-section-head{
    margin-bottom: 28px;
  }.tc-wp-content-root .pfc-premium-content .pfc-section-head p{
    font-size: 0.98rem;
  }.tc-wp-content-root .pfc-premium-content .pfc-grid, .tc-wp-content-root .pfc-premium-content .pfc-grid-four, .tc-wp-content-root .pfc-premium-content .pfc-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px;
  }.tc-wp-content-root .pfc-premium-content .pfc-card{
    padding: 22px;
  }.tc-wp-content-root .pfc-premium-content .pfc-card h3{
    font-size: 1rem;
  }.tc-wp-content-root .pfc-premium-content .pfc-card p{
    font-size: 0.93rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .pfc-premium-content .pfc-section{
    padding: 52px 0;
  }.tc-wp-content-root .pfc-premium-content .pfc-container{
    width: min(100%, calc(100% - 28px));
  }.tc-wp-content-root .pfc-premium-content .pfc-section-head{
    margin-bottom: 24px;
  }.tc-wp-content-root .pfc-premium-content .pfc-section-head p{
    font-size: 0.95rem;
    line-height: 1.62;
  }.tc-wp-content-root .pfc-premium-content .pfc-grid, .tc-wp-content-root .pfc-premium-content .pfc-grid-four, .tc-wp-content-root .pfc-premium-content .pfc-grid-three{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .pfc-premium-content .pfc-card{
    min-width: 0;
    padding: 21px;
    border-radius: 20px;
  }.tc-wp-content-root .pfc-premium-content .pfc-icon{
    width: 48px;
    height: 48px;
    border-radius: 15px;
  }.tc-wp-content-root .pfc-premium-content .pfc-cta{
    opacity: 0.9;
    transform: none;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .pfc-premium-content .pfc-section{
    padding: 46px 0;
  }.tc-wp-content-root .pfc-premium-content .pfc-container{
    width: min(100%, calc(100% - 24px));
  }.tc-wp-content-root .pfc-premium-content .pfc-section-head{
    margin-bottom: 22px;
  }.tc-wp-content-root .pfc-premium-content .pfc-section-head p{
    font-size: 0.92rem;
    line-height: 1.58;
  }.tc-wp-content-root .pfc-premium-content .pfc-grid, .tc-wp-content-root .pfc-premium-content .pfc-grid-four, .tc-wp-content-root .pfc-premium-content .pfc-grid-three{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .pfc-premium-content .pfc-card{
    padding: 19px;
    border-radius: 18px;
  }.tc-wp-content-root .pfc-premium-content .pfc-card h3{
    font-size: 0.98rem;
  }.tc-wp-content-root .pfc-premium-content .pfc-card p{
    font-size: 0.9rem;
  }.tc-wp-content-root .pfc-premium-content .pfc-icon{
    width: 44px;
    height: 44px;
    margin-bottom: 15px;
  }.tc-wp-content-root .pfc-premium-content .pfc-process-card{
    padding-top: 58px;
  }.tc-wp-content-root .pfc-premium-content .pfc-process-card::before{
    font-size: 3.4rem;
  }.tc-wp-content-root .pfc-premium-content .pfc-step-text{
    left: 19px;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .pfc-premium-content .pfc-section{
    padding: 40px 0;
  }.tc-wp-content-root .pfc-premium-content .pfc-container{
    width: min(100%, calc(100% - 18px));
  }.tc-wp-content-root .pfc-premium-content .pfc-section-head{
    margin-bottom: 20px;
  }.tc-wp-content-root .pfc-premium-content .pfc-section-head p{
    font-size: 0.88rem;
    line-height: 1.54;
  }.tc-wp-content-root .pfc-premium-content .pfc-grid, .tc-wp-content-root .pfc-premium-content .pfc-grid-four, .tc-wp-content-root .pfc-premium-content .pfc-grid-three{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .pfc-premium-content .pfc-card{
    padding: 16px;
    border-radius: 16px;
  }.tc-wp-content-root .pfc-premium-content .pfc-card h3{
    font-size: 0.94rem;
  }.tc-wp-content-root .pfc-premium-content .pfc-card p, .tc-wp-content-root .pfc-premium-content .pfc-cta{
    font-size: 0.86rem;
  }.tc-wp-content-root .pfc-premium-content .pfc-icon{
    width: 40px;
    height: 40px;
    margin-bottom: 14px;
  }.tc-wp-content-root .pfc-premium-content .pfc-icon i{
    font-size: 1.05rem;
  }.tc-wp-content-root .pfc-premium-content .pfc-process-card{
    padding-top: 54px;
  }.tc-wp-content-root .pfc-premium-content .pfc-process-card::before{
    top: 10px;
    right: 12px;
    font-size: 3rem;
  }.tc-wp-content-root .pfc-premium-content .pfc-step-text{
    top: 22px;
    left: 16px;
    font-size: 0.7rem;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .pfc-premium-content .pfc-card, .tc-wp-content-root .pfc-premium-content .pfc-card::after, .tc-wp-content-root .pfc-premium-content .pfc-card h3::after, .tc-wp-content-root .pfc-premium-content .pfc-icon, .tc-wp-content-root .pfc-premium-content .pfc-cta, .tc-wp-content-root .pfc-premium-content .pfc-process-card::before{
    transition: none !important;
    animation: none !important;
  }.tc-wp-content-root .pfc-premium-content .pfc-card, .tc-wp-content-root .pfc-premium-content .pfc-card.is-visible, .tc-wp-content-root .pfc-premium-content .pfc-card:hover{
    transform: none !important;
  }}

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