@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 .hcc-premium-editorial, .tc-wp-content-root .hcc-premium-editorial *{
  box-sizing: border-box;
}.tc-wp-content-root .hcc-premium-editorial{
  --hcc-ink: #14213d;
  --hcc-muted: #5d6b82;
  --hcc-line: rgba(28, 82, 148, 0.14);
  --hcc-gradient: linear-gradient(135deg, #1769e0 0%, #12b6cb 52%, #f59e0b 100%);
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--hcc-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-content-root .hcc-premium-editorial .hcc-section{
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}.tc-wp-content-root .hcc-premium-editorial .hcc-section-white{
  background: #fff;
}.tc-wp-content-root .hcc-premium-editorial .hcc-section-blue{
  background: #f0f7ff;
}.tc-wp-content-root .hcc-premium-editorial .hcc-container{
  width: min(1320px, 100%);
  max-width: 100%;
  margin: 0 auto;
  padding: 94px 32px;
}.tc-wp-content-root .hcc-premium-editorial .hcc-heading-wrap{
  max-width: 780px;
  margin: 0 auto 42px;
  text-align: center;
}.tc-wp-content-root .hcc-premium-editorial .hcc-heading-wrap h2{
  margin: 0;
  color: #14213d;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.15;
  font-weight: 820;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .hcc-premium-editorial .hcc-heading-wrap h2 span{
  background: var(--hcc-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .hcc-premium-editorial .hcc-heading-wrap p{
  margin: 14px auto 0;
  max-width: 680px;
  color: var(--hcc-muted);
  font-size: 1.02rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .hcc-premium-editorial .hcc-card-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}.tc-wp-content-root .hcc-premium-editorial .hcc-card{
  --fg-mx: 50%;
  --fg-my: 30%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --hcc-accent: #1769e0;
  --hcc-accent-2: #12b6cb;
  --hcc-soft: rgba(23, 105, 224, 0.08);
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 268px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid var(--hcc-line);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.9), transparent 29%),
    linear-gradient(145deg, rgba(255,255,255,0.98), rgba(255,255,255,0.86)),
    linear-gradient(145deg, var(--hcc-soft), transparent);
  box-shadow: 0 18px 48px rgba(20, 33, 61, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(22px);
  opacity: 0;
  transition:
    opacity 0.7s ease,
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
  isolation: isolate;
}.tc-wp-content-root .hcc-premium-editorial .hcc-card::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(135deg, color-mix(in srgb, var(--hcc-accent) 13%, transparent), transparent 48%);
  opacity: 0.42;
  transition: opacity 0.28s ease;
}.tc-wp-content-root .hcc-premium-editorial .hcc-card::after{
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--hcc-accent), var(--hcc-accent-2));
  transform: scaleX(0.26);
  transform-origin: left;
  transition: transform 0.3s ease;
}.tc-wp-content-root .hcc-premium-editorial .hcc-card.hcc-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.tc-wp-content-root .hcc-premium-editorial .hcc-card:hover{
  border-color: color-mix(in srgb, var(--hcc-accent) 42%, rgba(255,255,255,0.5));
  box-shadow: 0 26px 70px rgba(20, 33, 61, 0.14);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-8px);
}.tc-wp-content-root .hcc-premium-editorial .hcc-card:hover::before{
  opacity: 0.75;
}.tc-wp-content-root .hcc-premium-editorial .hcc-card:hover::after{
  transform: scaleX(1);
}.tc-wp-content-root .hcc-premium-editorial .hcc-card:nth-child(1){ --hcc-accent: #1769e0; --hcc-accent-2: #12b6cb; --hcc-soft: rgba(23,105,224,0.09); }.tc-wp-content-root .hcc-premium-editorial .hcc-card:nth-child(2){ --hcc-accent: #0f9f7a; --hcc-accent-2: #55c98a; --hcc-soft: rgba(15,159,122,0.09); }.tc-wp-content-root .hcc-premium-editorial .hcc-card:nth-child(3){ --hcc-accent: #d97706; --hcc-accent-2: #fbbf24; --hcc-soft: rgba(217,119,6,0.10); }.tc-wp-content-root .hcc-premium-editorial .hcc-card:nth-child(4){ --hcc-accent: #7c3aed; --hcc-accent-2: #38bdf8; --hcc-soft: rgba(124,58,237,0.08); }.tc-wp-content-root .hcc-premium-editorial .hcc-card:nth-child(5){ --hcc-accent: #e11d48; --hcc-accent-2: #fb7185; --hcc-soft: rgba(225,29,72,0.08); }.tc-wp-content-root .hcc-premium-editorial .hcc-card:nth-child(6){ --hcc-accent: #0891b2; --hcc-accent-2: #22d3ee; --hcc-soft: rgba(8,145,178,0.09); }.tc-wp-content-root .hcc-premium-editorial .hcc-card:nth-child(7){ --hcc-accent: #4f46e5; --hcc-accent-2: #06b6d4; --hcc-soft: rgba(79,70,229,0.08); }.tc-wp-content-root .hcc-premium-editorial .hcc-card:nth-child(8){ --hcc-accent: #be123c; --hcc-accent-2: #f59e0b; --hcc-soft: rgba(190,18,60,0.08); }.tc-wp-content-root .hcc-premium-editorial .hcc-icon{
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  max-width: 100%;
  margin: 0 0 20px;
  border-radius: 18px;
  color: var(--hcc-accent);
  background: linear-gradient(145deg, #fff, var(--hcc-soft));
  border: 1px solid rgba(20, 33, 61, 0.08);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.85), 0 12px 28px rgba(20,33,61,0.08);
  transition: transform 0.3s ease, color 0.3s ease, background 0.3s ease;
}.tc-wp-content-root .hcc-premium-editorial .hcc-icon i{
  font-size: 1.25rem;
  line-height: 1;
}.tc-wp-content-root .hcc-premium-editorial .hcc-card:hover .hcc-icon{
  color: #fff;
  background: linear-gradient(135deg, var(--hcc-accent), var(--hcc-accent-2));
  transform: translateY(-4px) rotate(4deg) scale(1.04);
}.tc-wp-content-root .hcc-premium-editorial .hcc-card h3{
  position: relative;
  margin: 0 0 12px;
  color: #12213a;
  font-size: 1.09rem;
  line-height: 1.3;
  font-weight: 780;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .hcc-premium-editorial .hcc-card h3::after{
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  margin-top: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--hcc-accent), var(--hcc-accent-2));
  transition: width 0.28s ease;
}.tc-wp-content-root .hcc-premium-editorial .hcc-card:hover h3::after{
  width: 76px;
}.tc-wp-content-root .hcc-premium-editorial .hcc-card p{
  margin: 0;
  color: #58667d;
  font-size: 0.96rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .hcc-premium-editorial .hcc-cta{
  display: inline-flex;
  max-width: 100%;
  margin-top: 18px;
  color: var(--hcc-accent);
  font-size: 0.88rem;
  line-height: 1.35;
  font-weight: 760;
  opacity: 0.2;
  transform: translateY(10px);
  transition: opacity 0.28s ease, transform 0.28s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .hcc-premium-editorial .hcc-card:hover .hcc-cta{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .hcc-premium-editorial .hcc-tilt-card{
  min-height: 248px;
}.tc-wp-content-root .hcc-premium-editorial .hcc-process-card{
  min-height: 284px;
  padding-top: 34px;
}.tc-wp-content-root .hcc-premium-editorial .hcc-process-card::before{
  content: attr(data-step);
  position: absolute;
  top: 10px;
  right: 18px;
  z-index: -1;
  color: var(--hcc-accent);
  font-size: 5.8rem;
  line-height: 1;
  font-weight: 900;
  opacity: 0.065;
  transform: translateY(0) scale(1);
  transition: opacity 0.3s ease, transform 0.3s ease;
}.tc-wp-content-root .hcc-premium-editorial .hcc-process-card:hover::before{
  opacity: 0.13;
  transform: translateY(-4px) scale(1.04);
}.tc-wp-content-root .hcc-premium-editorial .hcc-step-inline{
  display: block;
  max-width: 100%;
  margin: 0 0 14px;
  color: var(--hcc-accent);
  font-size: 0.78rem;
  line-height: 1.2;
  font-weight: 820;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  word-break: break-word;
}@media (min-width: 1200px) {.tc-wp-content-root .hcc-premium-editorial .hcc-container{
    width: min(1320px, 100%);
    padding: 96px 34px;
  }.tc-wp-content-root .hcc-premium-editorial .hcc-card-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .hcc-premium-editorial .hcc-container{
    width: min(1100px, 100%);
    padding: 82px 28px;
  }.tc-wp-content-root .hcc-premium-editorial .hcc-heading-wrap{
    margin-bottom: 36px;
  }.tc-wp-content-root .hcc-premium-editorial .hcc-heading-wrap p{
    font-size: 0.99rem;
  }.tc-wp-content-root .hcc-premium-editorial .hcc-card-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .hcc-premium-editorial .hcc-card{
    padding: 25px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .hcc-premium-editorial .hcc-container{
    padding: 68px 24px;
  }.tc-wp-content-root .hcc-premium-editorial .hcc-heading-wrap{
    margin-bottom: 32px;
  }.tc-wp-content-root .hcc-premium-editorial .hcc-heading-wrap p{
    font-size: 0.96rem;
  }.tc-wp-content-root .hcc-premium-editorial .hcc-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .hcc-premium-editorial .hcc-card{
    min-height: 238px;
    padding: 24px;
  }.tc-wp-content-root .hcc-premium-editorial .hcc-card h3{
    font-size: 1.03rem;
  }.tc-wp-content-root .hcc-premium-editorial .hcc-card p{
    font-size: 0.93rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .hcc-premium-editorial .hcc-container{
    padding: 54px 18px;
  }.tc-wp-content-root .hcc-premium-editorial .hcc-heading-wrap{
    margin-bottom: 26px;
  }.tc-wp-content-root .hcc-premium-editorial .hcc-heading-wrap p{
    font-size: 0.92rem;
    line-height: 1.62;
  }.tc-wp-content-root .hcc-premium-editorial .hcc-card-grid{
    grid-template-columns: 1fr !important;
    gap: 18px;
  }.tc-wp-content-root .hcc-premium-editorial .hcc-card{
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: auto;
    padding: 22px;
  }.tc-wp-content-root .hcc-premium-editorial .hcc-cta{
    white-space: normal;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .hcc-premium-editorial .hcc-container{
    padding: 46px 15px;
  }.tc-wp-content-root .hcc-premium-editorial .hcc-heading-wrap{
    margin-bottom: 24px;
  }.tc-wp-content-root .hcc-premium-editorial .hcc-heading-wrap p{
    font-size: 0.89rem;
    line-height: 1.58;
  }.tc-wp-content-root .hcc-premium-editorial .hcc-card-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .hcc-premium-editorial .hcc-card{
    min-height: auto;
    padding: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .hcc-premium-editorial .hcc-icon{
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }.tc-wp-content-root .hcc-premium-editorial .hcc-card h3{
    font-size: 1rem;
  }.tc-wp-content-root .hcc-premium-editorial .hcc-card p{
    font-size: 0.9rem;
  }.tc-wp-content-root .hcc-premium-editorial .hcc-process-card::before{
    font-size: 4.8rem;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .hcc-premium-editorial .hcc-container{
    padding: 40px 12px;
  }.tc-wp-content-root .hcc-premium-editorial .hcc-heading-wrap{
    margin-bottom: 22px;
  }.tc-wp-content-root .hcc-premium-editorial .hcc-heading-wrap p{
    font-size: 0.86rem;
    line-height: 1.55;
  }.tc-wp-content-root .hcc-premium-editorial .hcc-card-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .hcc-premium-editorial .hcc-card{
    min-height: auto;
    padding: 18px;
    border-radius: 16px;
  }.tc-wp-content-root .hcc-premium-editorial .hcc-icon{
    width: 44px;
    height: 44px;
    border-radius: 14px;
    margin-bottom: 16px;
  }.tc-wp-content-root .hcc-premium-editorial .hcc-icon i{
    font-size: 1.05rem;
  }.tc-wp-content-root .hcc-premium-editorial .hcc-card h3{
    font-size: 0.96rem;
  }.tc-wp-content-root .hcc-premium-editorial .hcc-card p{
    font-size: 0.86rem;
    line-height: 1.58;
  }.tc-wp-content-root .hcc-premium-editorial .hcc-step-inline{
    font-size: 0.7rem;
  }.tc-wp-content-root .hcc-premium-editorial .hcc-process-card::before{
    top: 12px;
    right: 14px;
    font-size: 4rem;
  }}@media (max-width: 319px) {.tc-wp-content-root .hcc-premium-editorial .hcc-container{
    padding: 36px 10px;
  }.tc-wp-content-root .hcc-premium-editorial .hcc-card-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .hcc-premium-editorial .hcc-card{
    min-width: 0;
    max-width: 100%;
    padding: 16px;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .hcc-premium-editorial .hcc-card, .tc-wp-content-root .hcc-premium-editorial .hcc-card::before, .tc-wp-content-root .hcc-premium-editorial .hcc-card::after, .tc-wp-content-root .hcc-premium-editorial .hcc-icon, .tc-wp-content-root .hcc-premium-editorial .hcc-cta, .tc-wp-content-root .hcc-premium-editorial .hcc-process-card::before{
    transition: none !important;
    animation: none !important;
  }.tc-wp-content-root .hcc-premium-editorial .hcc-card, .tc-wp-content-root .hcc-premium-editorial .hcc-card.hcc-visible, .tc-wp-content-root .hcc-premium-editorial .hcc-card:hover{
    transform: none !important;
  }}

.tc-wp-content-root .hcc-card-cta {}
.tc-wp-content-root .hcc-process-grid {}
.tc-wp-content-root .hcc-tilt-grid {}