@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 .mcc-premium-editorial, .tc-wp-content-root .mcc-premium-editorial *{
  box-sizing: border-box;
}.tc-wp-content-root .mcc-premium-editorial{
  --mcc-ink: #14213d;
  --mcc-muted: #5f6f89;
  --mcc-line: rgba(22, 42, 74, 0.12);
  --mcc-primary: #1f7aff;
  --mcc-secondary: #19b7a2;
  --mcc-warm: #fff8ef;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--mcc-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-content-root .mcc-premium-editorial .mcc-section{
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  padding: 88px 18px;
}.tc-wp-content-root .mcc-premium-editorial .mcc-section-white{
  background: #fff;
}.tc-wp-content-root .mcc-premium-editorial .mcc-section-blue{
  background: #f0f7ff;
}.tc-wp-content-root .mcc-premium-editorial .mcc-container{
  width: min(1320px, 100%);
  max-width: 100%;
  margin: 0 auto;
}.tc-wp-content-root .mcc-premium-editorial .mcc-heading-wrap{
  max-width: 760px;
  margin: 0 auto 38px;
  text-align: center;
}.tc-wp-content-root .mcc-premium-editorial h2{
  margin: 0;
  color: var(--mcc-ink);
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.15;
  letter-spacing: 0;
  font-weight: 800;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .mcc-premium-editorial h2 span{
  background: linear-gradient(135deg, #0f6bff 0%, #13b7a4 48%, #f0a43a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}.tc-wp-content-root .mcc-premium-editorial .mcc-heading-wrap p{
  margin: 14px auto 0;
  color: var(--mcc-muted);
  font-size: 1.02rem;
  line-height: 1.7;
  max-width: 690px;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .mcc-premium-editorial .mcc-card-grid{
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 22px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.tc-wp-content-root .mcc-premium-editorial .mcc-card{
  --mcc-accent: #1f7aff;
  --mcc-accent-2: #19b7a2;
  --fg-mx: 50%;
  --fg-my: 20%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 250px;
  padding: 28px;
  border: 1px solid var(--mcc-line);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--mcc-accent) 20%, transparent), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), color-mix(in srgb, var(--mcc-accent-2) 8%, #ffffff));
  box-shadow: 0 16px 38px rgba(20, 33, 61, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(18px);
  opacity: 0;
  overflow: hidden;
  transition: transform 360ms ease, opacity 520ms ease, box-shadow 360ms ease, border-color 360ms ease;
}.tc-wp-content-root .mcc-premium-editorial .mcc-card::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(135deg, color-mix(in srgb, var(--mcc-accent) 10%, transparent), transparent 46%);
  opacity: 0.55;
  transition: opacity 300ms ease;
}.tc-wp-content-root .mcc-premium-editorial .mcc-card::after{
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--mcc-accent), var(--mcc-accent-2));
  transform: scaleX(0.28);
  transform-origin: left;
  transition: transform 320ms ease;
}.tc-wp-content-root .mcc-premium-editorial .mcc-card.is-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.tc-wp-content-root .mcc-premium-editorial .mcc-card:hover{
  border-color: color-mix(in srgb, var(--mcc-accent) 38%, var(--mcc-line));
  box-shadow: 0 24px 58px rgba(20, 33, 61, 0.15);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}.tc-wp-content-root .mcc-premium-editorial .mcc-card:hover::before{
  opacity: 0.9;
}.tc-wp-content-root .mcc-premium-editorial .mcc-card:hover::after{
  transform: scaleX(1);
}.tc-wp-content-root .mcc-premium-editorial .mcc-icon{
  width: 54px;
  height: 54px;
  max-width: 100%;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 18px;
  color: var(--mcc-accent);
  background: color-mix(in srgb, var(--mcc-accent) 12%, #ffffff);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--mcc-accent) 18%, transparent);
  transition: transform 320ms ease, color 320ms ease, background 320ms ease;
}.tc-wp-content-root .mcc-premium-editorial .mcc-icon i{
  font-size: 1.28rem;
  line-height: 1;
}.tc-wp-content-root .mcc-premium-editorial .mcc-card:hover .mcc-icon{
  color: #fff;
  background: linear-gradient(135deg, var(--mcc-accent), var(--mcc-accent-2));
  transform: translateY(-3px) rotate(-4deg) scale(1.04);
}.tc-wp-content-root .mcc-premium-editorial h3{
  position: relative;
  display: inline;
  margin: 0;
  color: var(--mcc-ink);
  font-size: 1.08rem;
  line-height: 1.35;
  letter-spacing: 0;
  font-weight: 760;
  overflow-wrap: anywhere;
  word-break: break-word;
  background-image: linear-gradient(90deg, var(--mcc-accent), var(--mcc-accent-2));
  background-size: 0% 2px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: background-size 320ms ease;
}.tc-wp-content-root .mcc-premium-editorial .mcc-card:hover h3{
  background-size: 100% 2px;
}.tc-wp-content-root .mcc-premium-editorial .mcc-card p{
  margin: 14px 0 0;
  color: var(--mcc-muted);
  font-size: 0.95rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .mcc-premium-editorial .mcc-card-cta{
  display: inline-flex;
  max-width: 100%;
  margin-top: 18px;
  color: var(--mcc-accent);
  font-size: 0.86rem;
  font-weight: 750;
  opacity: 0.28;
  transform: translateY(8px);
  transition: opacity 300ms ease, transform 300ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.tc-wp-content-root .mcc-premium-editorial .mcc-card:hover .mcc-card-cta{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .mcc-premium-editorial .mcc-card:nth-child(1){ --mcc-accent: #1f7aff; --mcc-accent-2: #17b3a6; }.tc-wp-content-root .mcc-premium-editorial .mcc-card:nth-child(2){ --mcc-accent: #7c5cff; --mcc-accent-2: #20c997; }.tc-wp-content-root .mcc-premium-editorial .mcc-card:nth-child(3){ --mcc-accent: #f59f00; --mcc-accent-2: #1f7aff; }.tc-wp-content-root .mcc-premium-editorial .mcc-card:nth-child(4){ --mcc-accent: #0ca678; --mcc-accent-2: #4dabf7; }.tc-wp-content-root .mcc-premium-editorial .mcc-card:nth-child(5){ --mcc-accent: #e8590c; --mcc-accent-2: #15aabf; }.tc-wp-content-root .mcc-premium-editorial .mcc-card:nth-child(6){ --mcc-accent: #1864ab; --mcc-accent-2: #ffd43b; }.tc-wp-content-root .mcc-premium-editorial .mcc-card:nth-child(7){ --mcc-accent: #d6336c; --mcc-accent-2: #12b886; }.tc-wp-content-root .mcc-premium-editorial .mcc-card:nth-child(8){ --mcc-accent: #2f9e44; --mcc-accent-2: #339af0; }.tc-wp-content-root .mcc-premium-editorial .mcc-process-card::before{
  content: attr(data-step);
  position: absolute;
  right: 18px;
  top: 8px;
  z-index: -1;
  color: color-mix(in srgb, var(--mcc-accent) 12%, transparent);
  font-size: clamp(3.4rem, 9vw, 5.6rem);
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  transition: transform 320ms ease, color 320ms ease;
}.tc-wp-content-root .mcc-premium-editorial .mcc-process-card:hover::before{
  color: color-mix(in srgb, var(--mcc-accent) 18%, transparent);
  transform: translateY(-4px) scale(1.04);
}.tc-wp-content-root .mcc-premium-editorial .mcc-step-label{
  margin-bottom: 14px;
  color: var(--mcc-accent);
  font-size: 0.78rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  word-break: break-word;
}@media (min-width: 1200px) {.tc-wp-content-root .mcc-premium-editorial .mcc-section{
    padding: 96px 24px;
  }.tc-wp-content-root .mcc-premium-editorial .mcc-card-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
  }}@media (min-width: 1024px) and (max-width: 1199px) {.tc-wp-content-root .mcc-premium-editorial .mcc-section{
    padding: 82px 22px;
  }.tc-wp-content-root .mcc-premium-editorial .mcc-container{
    width: min(1080px, 100%);
  }.tc-wp-content-root .mcc-premium-editorial .mcc-card-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .mcc-premium-editorial .mcc-card{
    padding: 25px;
  }.tc-wp-content-root .mcc-premium-editorial .mcc-heading-wrap p{
    font-size: 0.99rem;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .mcc-premium-editorial .mcc-section{
    padding: 68px 18px;
  }.tc-wp-content-root .mcc-premium-editorial .mcc-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }.tc-wp-content-root .mcc-premium-editorial .mcc-card{
    padding: 24px;
    min-height: 230px;
  }.tc-wp-content-root .mcc-premium-editorial h3{
    font-size: 1.02rem;
  }.tc-wp-content-root .mcc-premium-editorial .mcc-card p{
    font-size: 0.92rem;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .mcc-premium-editorial .mcc-section{
    padding: 56px 16px;
  }.tc-wp-content-root .mcc-premium-editorial .mcc-heading-wrap{
    margin-bottom: 28px;
  }.tc-wp-content-root .mcc-premium-editorial .mcc-heading-wrap p{
    font-size: 0.94rem;
  }.tc-wp-content-root .mcc-premium-editorial .mcc-card-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .mcc-premium-editorial .mcc-card{
    width: 100%;
    min-width: 0;
    max-width: 100%;
    min-height: auto;
    padding: 22px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .mcc-premium-editorial .mcc-section{
    padding: 48px 14px;
  }.tc-wp-content-root .mcc-premium-editorial .mcc-heading-wrap{
    margin-bottom: 24px;
  }.tc-wp-content-root .mcc-premium-editorial .mcc-heading-wrap p{
    font-size: 0.91rem;
    line-height: 1.62;
  }.tc-wp-content-root .mcc-premium-editorial .mcc-card-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .mcc-premium-editorial .mcc-card{
    padding: 20px;
    border-radius: 18px;
    min-height: auto;
  }.tc-wp-content-root .mcc-premium-editorial .mcc-icon{
    width: 48px;
    height: 48px;
    border-radius: 15px;
  }.tc-wp-content-root .mcc-premium-editorial h3{
    font-size: 0.99rem;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .mcc-premium-editorial .mcc-section{
    padding: 42px 12px;
  }.tc-wp-content-root .mcc-premium-editorial .mcc-heading-wrap{
    margin-bottom: 22px;
  }.tc-wp-content-root .mcc-premium-editorial .mcc-heading-wrap p{
    font-size: 0.88rem;
    line-height: 1.58;
  }.tc-wp-content-root .mcc-premium-editorial .mcc-card-grid{
    grid-template-columns: 1fr !important;
    gap: 12px;
  }.tc-wp-content-root .mcc-premium-editorial .mcc-card{
    padding: 18px;
    border-radius: 16px;
    min-height: auto;
  }.tc-wp-content-root .mcc-premium-editorial .mcc-icon{
    width: 44px;
    height: 44px;
    border-radius: 14px;
    margin-bottom: 16px;
  }.tc-wp-content-root .mcc-premium-editorial .mcc-icon i{
    font-size: 1.08rem;
  }.tc-wp-content-root .mcc-premium-editorial h3{
    font-size: 0.96rem;
  }.tc-wp-content-root .mcc-premium-editorial .mcc-card p{
    font-size: 0.88rem;
    line-height: 1.58;
  }.tc-wp-content-root .mcc-premium-editorial .mcc-card-cta{
    font-size: 0.82rem;
  }}@media (max-width: 319px) {.tc-wp-content-root .mcc-premium-editorial .mcc-card-grid{
    grid-template-columns: 1fr !important;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .mcc-premium-editorial .mcc-card, .tc-wp-content-root .mcc-premium-editorial .mcc-card::before, .tc-wp-content-root .mcc-premium-editorial .mcc-card::after, .tc-wp-content-root .mcc-premium-editorial .mcc-icon, .tc-wp-content-root .mcc-premium-editorial h3, .tc-wp-content-root .mcc-premium-editorial .mcc-card-cta{
    transition: none !important;
  }.tc-wp-content-root .mcc-premium-editorial .mcc-card{
    opacity: 1;
    transform: none !important;
  }}

.tc-wp-content-root .mcc-process-grid {}
.tc-wp-content-root .mcc-reveal {}
.tc-wp-content-root .mcc-tilt-grid {}