@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 .ptc-premium-editorial, .tc-wp-content-root .ptc-premium-editorial *{
  box-sizing: border-box;
}.tc-wp-content-root .ptc-premium-editorial{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  background: #fff;
}.tc-wp-content-root .ptc-premium-editorial .ptc-section{
  width: 100%;
  max-width: 100%;
  padding: 96px 24px;
  overflow: hidden;
}.tc-wp-content-root .ptc-premium-editorial .ptc-section-white{
  background: #fff;
}.tc-wp-content-root .ptc-premium-editorial .ptc-section-blue{
  background:
    radial-gradient(circle at 12% 8%, rgba(42, 126, 255, 0.12), transparent 34%),
    linear-gradient(180deg, #f0f7ff 0%, #f7fbff 100%);
}.tc-wp-content-root .ptc-premium-editorial .ptc-container{
  width: min(1320px, 100%);
  max-width: 100%;
  margin: 0 auto;
}.tc-wp-content-root .ptc-premium-editorial .ptc-heading-wrap{
  width: min(760px, 100%);
  max-width: 100%;
  margin: 0 auto 44px;
  text-align: center;
}.tc-wp-content-root .ptc-premium-editorial .ptc-heading-wrap h2{
  margin: 0;
  color: #172033;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.15;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .ptc-premium-editorial .ptc-heading-wrap h2 span{
  color: transparent;
  background: linear-gradient(135deg, #1769ff 0%, #15b8a6 48%, #f5a623 100%);
  -webkit-background-clip: text;
  background-clip: text;
}.tc-wp-content-root .ptc-premium-editorial .ptc-heading-wrap p{
  margin: 14px auto 0;
  max-width: 680px;
  color: #5d6b82;
  font-size: 1.03rem;
  line-height: 1.75;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .ptc-premium-editorial .ptc-card-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
  max-width: 100%;
  gap: 24px;
}.tc-wp-content-root .ptc-premium-editorial .ptc-card{
  --ptc-a: #1769ff;
  --ptc-b: #15b8a6;
  --ptc-soft: rgba(23, 105, 255, 0.1);
  --fg-mx: 50%;
  --fg-my: 20%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 248px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid rgba(133, 153, 184, 0.22);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.92), transparent 0 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 255, 0.86));
  box-shadow: 0 18px 48px rgba(24, 43, 77, 0.08);
  transform: translateY(24px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
  opacity: 0;
  transition:
    opacity 0.7s ease,
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease,
    background 0.35s ease;
  transform-style: preserve-3d;
  will-change: transform;
}.tc-wp-content-root .ptc-premium-editorial .ptc-card.is-visible{
  opacity: 1;
  transform: translateY(0) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
}.tc-wp-content-root .ptc-premium-editorial .ptc-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--ptc-a) 18%, transparent), transparent 38%),
    linear-gradient(135deg, color-mix(in srgb, var(--ptc-a) 10%, transparent), color-mix(in srgb, var(--ptc-b) 8%, transparent));
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}.tc-wp-content-root .ptc-premium-editorial .ptc-card::after{
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 0;
  height: 3px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--ptc-a), var(--ptc-b));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}.tc-wp-content-root .ptc-premium-editorial .ptc-card:hover{
  border-color: color-mix(in srgb, var(--ptc-a) 42%, rgba(133, 153, 184, 0.28));
  box-shadow: 0 26px 68px rgba(24, 43, 77, 0.14);
  transform: translateY(-8px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
}.tc-wp-content-root .ptc-premium-editorial .ptc-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .ptc-premium-editorial .ptc-card:hover::after{
  transform: scaleX(1);
}.tc-wp-content-root .ptc-premium-editorial .ptc-icon{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  max-width: 100%;
  margin-bottom: 22px;
  border-radius: 18px;
  color: var(--ptc-a);
  background: linear-gradient(145deg, #fff, var(--ptc-soft));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.9), 0 14px 28px color-mix(in srgb, var(--ptc-a) 16%, transparent);
  transition: transform 0.35s ease, color 0.35s ease, background 0.35s ease;
}.tc-wp-content-root .ptc-premium-editorial .ptc-icon i{
  font-size: 1.35rem;
  line-height: 1;
}.tc-wp-content-root .ptc-premium-editorial .ptc-card:hover .ptc-icon{
  color: #fff;
  background: linear-gradient(135deg, var(--ptc-a), var(--ptc-b));
  transform: translateY(-4px) scale(1.04) rotate(-3deg);
}.tc-wp-content-root .ptc-premium-editorial .ptc-card h3{
  position: relative;
  z-index: 1;
  display: inline;
  margin: 0;
  color: #172033;
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
  background-image: linear-gradient(90deg, var(--ptc-a), var(--ptc-b));
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  transition: background-size 0.35s ease;
}.tc-wp-content-root .ptc-premium-editorial .ptc-card:hover h3{
  background-size: 100% 2px;
}.tc-wp-content-root .ptc-premium-editorial .ptc-card p{
  position: relative;
  z-index: 1;
  margin: 14px 0 0;
  color: #5d6b82;
  font-size: 0.96rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .ptc-premium-editorial .ptc-card-cta{
  position: relative;
  z-index: 1;
  display: inline-block;
  max-width: 100%;
  margin-top: 18px;
  color: var(--ptc-a);
  font-size: 0.9rem;
  font-weight: 800;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.35s ease, transform 0.35s ease, color 0.35s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .ptc-premium-editorial .ptc-card:hover .ptc-card-cta{
  opacity: 1;
  transform: translateY(0);
  color: var(--ptc-b);
}.tc-wp-content-root .ptc-premium-editorial .ptc-card:nth-child(1){ --ptc-a: #1769ff; --ptc-b: #15b8a6; --ptc-soft: rgba(23, 105, 255, 0.1); }.tc-wp-content-root .ptc-premium-editorial .ptc-card:nth-child(2){ --ptc-a: #0f9f7a; --ptc-b: #f5a623; --ptc-soft: rgba(15, 159, 122, 0.11); }.tc-wp-content-root .ptc-premium-editorial .ptc-card:nth-child(3){ --ptc-a: #7c5cff; --ptc-b: #22c55e; --ptc-soft: rgba(124, 92, 255, 0.1); }.tc-wp-content-root .ptc-premium-editorial .ptc-card:nth-child(4){ --ptc-a: #e25555; --ptc-b: #f5a623; --ptc-soft: rgba(226, 85, 85, 0.1); }.tc-wp-content-root .ptc-premium-editorial .ptc-card:nth-child(5){ --ptc-a: #087ea4; --ptc-b: #62c6a7; --ptc-soft: rgba(8, 126, 164, 0.1); }.tc-wp-content-root .ptc-premium-editorial .ptc-card:nth-child(6){ --ptc-a: #c05a9d; --ptc-b: #4f8cff; --ptc-soft: rgba(192, 90, 157, 0.1); }.tc-wp-content-root .ptc-premium-editorial .ptc-card:nth-child(7){ --ptc-a: #2f7d32; --ptc-b: #d6a21f; --ptc-soft: rgba(47, 125, 50, 0.1); }.tc-wp-content-root .ptc-premium-editorial .ptc-card:nth-child(8){ --ptc-a: #315f9f; --ptc-b: #19a0a0; --ptc-soft: rgba(49, 95, 159, 0.1); }.tc-wp-content-root .ptc-premium-editorial .ptc-tilt-grid .ptc-card:hover{
  transform: translateY(-8px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
}.tc-wp-content-root .ptc-premium-editorial .ptc-process-card{
  min-height: 270px;
}.tc-wp-content-root .ptc-premium-editorial .ptc-process-card::before{
  content: attr(data-step);
  position: absolute;
  top: 14px;
  right: 18px;
  color: color-mix(in srgb, var(--ptc-a) 14%, transparent);
  font-size: 4.8rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  transition: transform 0.35s ease, color 0.35s ease;
}.tc-wp-content-root .ptc-premium-editorial .ptc-process-card:hover::before{
  color: color-mix(in srgb, var(--ptc-a) 22%, transparent);
  transform: translateY(-5px) scale(1.05);
}.tc-wp-content-root .ptc-premium-editorial .ptc-step-text{
  position: relative;
  z-index: 1;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 16px;
  color: var(--ptc-a);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  word-break: break-word;
}@media (min-width: 1200px) {.tc-wp-content-root .ptc-premium-editorial .ptc-section{
    padding: 104px 28px;
  }.tc-wp-content-root .ptc-premium-editorial .ptc-card-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px;
  }.tc-wp-content-root .ptc-premium-editorial .ptc-card{
    padding: 30px;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .ptc-premium-editorial .ptc-section{
    padding: 84px 22px;
  }.tc-wp-content-root .ptc-premium-editorial .ptc-container{
    width: min(1120px, 100%);
  }.tc-wp-content-root .ptc-premium-editorial .ptc-heading-wrap{
    margin-bottom: 38px;
  }.tc-wp-content-root .ptc-premium-editorial .ptc-heading-wrap p{
    font-size: 0.98rem;
  }.tc-wp-content-root .ptc-premium-editorial .ptc-card-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-content-root .ptc-premium-editorial .ptc-card{
    min-height: 252px;
    padding: 22px;
  }.tc-wp-content-root .ptc-premium-editorial .ptc-card h3{
    font-size: 1rem;
  }.tc-wp-content-root .ptc-premium-editorial .ptc-card p{
    font-size: 0.91rem;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ptc-premium-editorial .ptc-section{
    padding: 72px 20px;
  }.tc-wp-content-root .ptc-premium-editorial .ptc-heading-wrap{
    margin-bottom: 34px;
  }.tc-wp-content-root .ptc-premium-editorial .ptc-heading-wrap p{
    font-size: 0.96rem;
  }.tc-wp-content-root .ptc-premium-editorial .ptc-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-content-root .ptc-premium-editorial .ptc-card{
    min-height: 230px;
    padding: 24px;
  }.tc-wp-content-root .ptc-premium-editorial .ptc-card h3{
    font-size: 1rem;
  }.tc-wp-content-root .ptc-premium-editorial .ptc-card p{
    font-size: 0.92rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ptc-premium-editorial .ptc-section{
    padding: 58px 16px;
  }.tc-wp-content-root .ptc-premium-editorial .ptc-heading-wrap{
    margin-bottom: 28px;
  }.tc-wp-content-root .ptc-premium-editorial .ptc-heading-wrap p{
    font-size: 0.92rem;
    line-height: 1.65;
  }.tc-wp-content-root .ptc-premium-editorial .ptc-card-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .ptc-premium-editorial .ptc-card{
    min-height: auto;
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .ptc-premium-editorial .ptc-card-cta{
    opacity: 1;
    transform: none;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ptc-premium-editorial .ptc-section{
    padding: 50px 14px;
  }.tc-wp-content-root .ptc-premium-editorial .ptc-heading-wrap{
    margin-bottom: 24px;
  }.tc-wp-content-root .ptc-premium-editorial .ptc-heading-wrap p{
    font-size: 0.89rem;
    line-height: 1.6;
  }.tc-wp-content-root .ptc-premium-editorial .ptc-card-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .ptc-premium-editorial .ptc-card{
    min-height: auto;
    padding: 20px;
    border-radius: 17px;
  }.tc-wp-content-root .ptc-premium-editorial .ptc-icon{
    width: 50px;
    height: 50px;
    margin-bottom: 18px;
    border-radius: 15px;
  }.tc-wp-content-root .ptc-premium-editorial .ptc-icon i{
    font-size: 1.12rem;
  }.tc-wp-content-root .ptc-premium-editorial .ptc-card h3{
    font-size: 0.98rem;
  }.tc-wp-content-root .ptc-premium-editorial .ptc-card p{
    font-size: 0.88rem;
  }.tc-wp-content-root .ptc-premium-editorial .ptc-card-cta{
    opacity: 1;
    transform: none;
    font-size: 0.86rem;
  }.tc-wp-content-root .ptc-premium-editorial .ptc-process-card::before{
    font-size: 4rem;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ptc-premium-editorial .ptc-section{
    padding: 44px 12px;
  }.tc-wp-content-root .ptc-premium-editorial .ptc-heading-wrap{
    margin-bottom: 22px;
  }.tc-wp-content-root .ptc-premium-editorial .ptc-heading-wrap p{
    font-size: 0.86rem;
    line-height: 1.58;
  }.tc-wp-content-root .ptc-premium-editorial .ptc-card-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .ptc-premium-editorial .ptc-card{
    min-height: auto;
    padding: 18px;
    border-radius: 16px;
  }.tc-wp-content-root .ptc-premium-editorial .ptc-icon{
    width: 46px;
    height: 46px;
    margin-bottom: 16px;
    border-radius: 14px;
  }.tc-wp-content-root .ptc-premium-editorial .ptc-icon i{
    font-size: 1rem;
  }.tc-wp-content-root .ptc-premium-editorial .ptc-card h3{
    font-size: 0.95rem;
  }.tc-wp-content-root .ptc-premium-editorial .ptc-card p{
    font-size: 0.84rem;
    line-height: 1.55;
  }.tc-wp-content-root .ptc-premium-editorial .ptc-card-cta{
    opacity: 1;
    transform: none;
    font-size: 0.84rem;
  }.tc-wp-content-root .ptc-premium-editorial .ptc-process-card::before{
    top: 12px;
    right: 12px;
    font-size: 3.5rem;
  }.tc-wp-content-root .ptc-premium-editorial .ptc-step-text{
    font-size: 0.72rem;
  }}@media (max-width: 319px) {.tc-wp-content-root .ptc-premium-editorial .ptc-section{
    padding: 38px 10px;
  }.tc-wp-content-root .ptc-premium-editorial .ptc-card-grid{
    grid-template-columns: 1fr !important;
    gap: 10px;
  }.tc-wp-content-root .ptc-premium-editorial .ptc-card{
    min-height: auto;
    padding: 16px;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .ptc-premium-editorial .ptc-card, .tc-wp-content-root .ptc-premium-editorial .ptc-card::before, .tc-wp-content-root .ptc-premium-editorial .ptc-card::after, .tc-wp-content-root .ptc-premium-editorial .ptc-icon, .tc-wp-content-root .ptc-premium-editorial .ptc-card-cta, .tc-wp-content-root .ptc-premium-editorial .ptc-process-card::before{
    transition: none !important;
    animation: none !important;
  }.tc-wp-content-root .ptc-premium-editorial .ptc-card, .tc-wp-content-root .ptc-premium-editorial .ptc-card.is-visible, .tc-wp-content-root .ptc-premium-editorial .ptc-card:hover{
    transform: none !important;
    opacity: 1;
  }}

.tc-wp-content-root .ptc-process-grid {}
.tc-wp-content-root .ptc-reveal {}