@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{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #172033;
  background: #fff;
}.tc-wp-content-root .pfc-premium-content .pfc-section, .tc-wp-content-root .pfc-premium-content .pfc-container, .tc-wp-content-root .pfc-premium-content .pfc-grid, .tc-wp-content-root .pfc-premium-content .pfc-card{
  max-width: 100%;
}.tc-wp-content-root .pfc-premium-content .pfc-section{
  width: 100%;
  position: relative;
  overflow: hidden;
}.tc-wp-content-root .pfc-premium-content .pfc-section-intro, .tc-wp-content-root .pfc-premium-content .pfc-section-steps{
  background: #fff;
}.tc-wp-content-root .pfc-premium-content .pfc-section-benefits{
  background:
    radial-gradient(circle at 12% 8%, rgba(65, 132, 246, 0.14), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(21, 190, 156, 0.13), transparent 26%),
    #f0f7ff;
}.tc-wp-content-root .pfc-premium-content .pfc-container{
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
}.tc-wp-content-root .pfc-premium-content .pfc-heading-wrap{
  text-align: center;
  width: min(780px, 100%);
  margin: 0 auto 34px;
}.tc-wp-content-root .pfc-premium-content h2{
  margin: 0;
  color: #111827;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.16;
  letter-spacing: 0;
  font-weight: 800;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .pfc-premium-content h2 span{
  display: inline;
  background: linear-gradient(135deg, #246bfe 0%, #14b89d 52%, #f59e0b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .pfc-premium-content .pfc-heading-wrap p{
  margin: 14px auto 0;
  color: #526072;
  font-size: 1.03rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .pfc-premium-content .pfc-grid{
  width: 100%;
  display: grid;
  gap: 22px;
}.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: #246bfe;
  --pfc-accent-2: #14b89d;
  --pfc-soft: rgba(36, 107, 254, 0.13);
  width: 100%;
  min-width: 0;
  max-width: 100%;
  position: relative;
  isolation: isolate;
  border: 1px solid rgba(52, 84, 123, 0.13);
  border-radius: 22px;
  padding: 26px;
  overflow: hidden;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(18px);
  opacity: 0;
  box-shadow: 0 14px 34px rgba(17, 36, 66, 0.08);
  transition:
    opacity 0.7s ease,
    transform 0.22s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}.tc-wp-content-root .pfc-premium-content .pfc-section-intro .pfc-card, .tc-wp-content-root .pfc-premium-content .pfc-section-steps .pfc-card{
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.92), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.68), rgba(240, 247, 255, 0.96)),
    #f0f7ff;
}.tc-wp-content-root .pfc-premium-content .pfc-section-benefits .pfc-card{
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(240, 247, 255, 0.95), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.9)),
    #fff;
}.tc-wp-content-root .pfc-premium-content .pfc-card::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--pfc-accent) 14%, transparent), transparent 42%),
    radial-gradient(circle at 88% 10%, color-mix(in srgb, var(--pfc-accent-2) 18%, transparent), transparent 28%);
  opacity: 0.8;
  pointer-events: none;
}.tc-wp-content-root .pfc-premium-content .pfc-card::after{
  content: "";
  position: absolute;
  left: 26px;
  right: 26px;
  top: 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--pfc-accent), var(--pfc-accent-2));
  opacity: 0.68;
  transform: scaleX(0.55);
  transform-origin: left;
  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) 48%, rgba(52, 84, 123, 0.16));
  box-shadow: 0 24px 56px rgba(17, 36, 66, 0.14);
  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{
  opacity: 1;
  transform: scaleX(1);
}.tc-wp-content-root .pfc-premium-content .pfc-card:nth-child(1){ --pfc-accent: #246bfe; --pfc-accent-2: #14b89d; }.tc-wp-content-root .pfc-premium-content .pfc-card:nth-child(2){ --pfc-accent: #8b5cf6; --pfc-accent-2: #06b6d4; }.tc-wp-content-root .pfc-premium-content .pfc-card:nth-child(3){ --pfc-accent: #ef4444; --pfc-accent-2: #f59e0b; }.tc-wp-content-root .pfc-premium-content .pfc-card:nth-child(4){ --pfc-accent: #0f766e; --pfc-accent-2: #22c55e; }.tc-wp-content-root .pfc-premium-content .pfc-card:nth-child(5){ --pfc-accent: #dc2626; --pfc-accent-2: #fb7185; }.tc-wp-content-root .pfc-premium-content .pfc-card:nth-child(6){ --pfc-accent: #2563eb; --pfc-accent-2: #84cc16; }.tc-wp-content-root .pfc-premium-content .pfc-card:nth-child(7){ --pfc-accent: #7c3aed; --pfc-accent-2: #f97316; }.tc-wp-content-root .pfc-premium-content .pfc-card:nth-child(8){ --pfc-accent: #0891b2; --pfc-accent-2: #10b981; }.tc-wp-content-root .pfc-premium-content .pfc-icon{
  width: 54px;
  height: 54px;
  max-width: 100%;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: var(--pfc-accent);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.9), color-mix(in srgb, var(--pfc-accent) 10%, #f8fbff));
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--pfc-accent) 18%, transparent), 0 12px 24px rgba(17, 36, 66, 0.08);
  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.2rem;
  line-height: 1;
}.tc-wp-content-root .pfc-premium-content .pfc-card:hover .pfc-icon{
  transform: translateY(-3px) rotate(-4deg) scale(1.04);
  color: #fff;
  background: linear-gradient(135deg, var(--pfc-accent), var(--pfc-accent-2));
}.tc-wp-content-root .pfc-premium-content h3{
  position: relative;
  margin: 22px 0 0;
  color: #152033;
  font-size: 1.05rem;
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .pfc-premium-content h3::after{
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  margin-top: 10px;
  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.8);
}.tc-wp-content-root .pfc-premium-content .pfc-card p{
  margin: 14px 0 0;
  color: #526072;
  font-size: 0.94rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .pfc-premium-content .pfc-card-cta{
  display: inline-flex;
  max-width: 100%;
  margin-top: 18px;
  color: var(--pfc-accent);
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.3;
  overflow-wrap: anywhere;
  word-break: break-word;
  opacity: 0.28;
  transform: translateY(8px);
  transition: opacity 0.28s ease, transform 0.28s ease, color 0.28s ease;
}.tc-wp-content-root .pfc-premium-content .pfc-card:hover .pfc-card-cta{
  opacity: 1;
  transform: translateY(0);
  color: color-mix(in srgb, var(--pfc-accent) 86%, #111827);
}.tc-wp-content-root .pfc-premium-content .pfc-benefit-card{
  transform-style: preserve-3d;
}.tc-wp-content-root .pfc-premium-content .pfc-benefit-card .pfc-icon, .tc-wp-content-root .pfc-premium-content .pfc-benefit-card h3, .tc-wp-content-root .pfc-premium-content .pfc-benefit-card p{
  transform: translateZ(16px);
}.tc-wp-content-root .pfc-premium-content .pfc-step-card{
  padding-top: 30px;
}.tc-wp-content-root .pfc-premium-content .pfc-step-card::before{
  content: var(--pfc-step);
  position: absolute;
  right: 14px;
  top: 6px;
  z-index: -1;
  color: color-mix(in srgb, var(--pfc-accent) 13%, transparent);
  font-size: clamp(3.5rem, 8vw, 5.6rem);
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  transition: transform 0.28s ease, opacity 0.28s ease;
}.tc-wp-content-root .pfc-premium-content .pfc-step-card:hover::before{
  transform: translateY(-4px) scale(1.04);
  opacity: 0.82;
}.tc-wp-content-root .pfc-premium-content .pfc-step-num{
  display: inline-block;
  max-width: 100%;
  margin-bottom: 14px;
  color: var(--pfc-accent);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  transition: transform 0.28s ease, color 0.28s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .pfc-premium-content .pfc-step-card:hover .pfc-step-num{
  color: var(--pfc-accent-2);
  transform: translateX(4px);
}@media (min-width: 1200px) {.tc-wp-content-root .pfc-premium-content .pfc-section{
    padding: 86px 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-card{
    padding: 28px;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .pfc-premium-content .pfc-section{
    padding: 74px 0;
  }.tc-wp-content-root .pfc-premium-content .pfc-container{
    width: min(1120px, calc(100% - 44px));
  }.tc-wp-content-root .pfc-premium-content .pfc-heading-wrap p{
    font-size: 1rem;
  }.tc-wp-content-root .pfc-premium-content .pfc-grid{
    gap: 18px;
  }.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{
    padding: 22px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .pfc-premium-content .pfc-section{
    padding: 62px 0;
  }.tc-wp-content-root .pfc-premium-content .pfc-container{
    width: min(920px, calc(100% - 36px));
  }.tc-wp-content-root .pfc-premium-content .pfc-heading-wrap{
    margin-bottom: 28px;
  }.tc-wp-content-root .pfc-premium-content .pfc-heading-wrap 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));
    gap: 18px;
  }.tc-wp-content-root .pfc-premium-content .pfc-card{
    padding: 22px;
  }.tc-wp-content-root .pfc-premium-content h3{
    font-size: 1rem;
  }.tc-wp-content-root .pfc-premium-content .pfc-card p{
    font-size: 0.92rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .pfc-premium-content .pfc-section{
    padding: 50px 0;
  }.tc-wp-content-root .pfc-premium-content .pfc-container{
    width: min(100%, calc(100% - 28px));
  }.tc-wp-content-root .pfc-premium-content .pfc-heading-wrap{
    margin-bottom: 24px;
  }.tc-wp-content-root .pfc-premium-content .pfc-heading-wrap p{
    font-size: 0.94rem;
    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{
    width: 100%;
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .pfc-premium-content .pfc-card{
    padding: 21px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .pfc-premium-content .pfc-section{
    padding: 44px 0;
  }.tc-wp-content-root .pfc-premium-content .pfc-container{
    width: min(100%, calc(100% - 24px));
  }.tc-wp-content-root .pfc-premium-content .pfc-heading-wrap{
    margin-bottom: 22px;
  }.tc-wp-content-root .pfc-premium-content .pfc-heading-wrap p{
    font-size: 0.9rem;
    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: 19px;
  }.tc-wp-content-root .pfc-premium-content .pfc-icon{
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }.tc-wp-content-root .pfc-premium-content h3{
    font-size: 0.98rem;
  }.tc-wp-content-root .pfc-premium-content .pfc-card p{
    font-size: 0.9rem;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .pfc-premium-content .pfc-section{
    padding: 38px 0;
  }.tc-wp-content-root .pfc-premium-content .pfc-container{
    width: min(100%, calc(100% - 18px));
  }.tc-wp-content-root .pfc-premium-content .pfc-heading-wrap{
    margin-bottom: 20px;
  }.tc-wp-content-root .pfc-premium-content .pfc-heading-wrap p{
    font-size: 0.86rem;
    line-height: 1.55;
  }.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: 18px;
  }.tc-wp-content-root .pfc-premium-content .pfc-card::after{
    left: 16px;
    right: 16px;
  }.tc-wp-content-root .pfc-premium-content .pfc-icon{
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }.tc-wp-content-root .pfc-premium-content .pfc-icon i{
    font-size: 1rem;
  }.tc-wp-content-root .pfc-premium-content h3{
    margin-top: 18px;
    font-size: 0.94rem;
  }.tc-wp-content-root .pfc-premium-content .pfc-card p{
    font-size: 0.86rem;
    line-height: 1.58;
  }.tc-wp-content-root .pfc-premium-content .pfc-card-cta{
    font-size: 0.82rem;
  }}@media (max-width: 319px) {.tc-wp-content-root .pfc-premium-content .pfc-section{
    padding: 34px 0;
  }.tc-wp-content-root .pfc-premium-content .pfc-container{
    width: min(100%, calc(100% - 14px));
  }.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: 10px;
  }.tc-wp-content-root .pfc-premium-content .pfc-card{
    padding: 14px;
  }.tc-wp-content-root .pfc-premium-content .pfc-icon{
    width: 40px;
    height: 40px;
  }.tc-wp-content-root .pfc-premium-content h3{
    font-size: 0.9rem;
  }.tc-wp-content-root .pfc-premium-content .pfc-card p{
    font-size: 0.84rem;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .pfc-premium-content .pfc-card, .tc-wp-content-root .pfc-premium-content .pfc-card *, .tc-wp-content-root .pfc-premium-content .pfc-card::before, .tc-wp-content-root .pfc-premium-content .pfc-card::after{
    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{
    opacity: 1;
    transform: none !important;
  }}

.tc-wp-content-root .pfc-reveal {}